@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
.background-primary {
  background-color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #000000;
}

.text-secondary {
  color: #AAAAAA;
}

.text-alternate {
  color: #FFFFFF;
}

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

.text-error {
  color: #b42318;
}

.link-primary {
  color: #000000;
}

.link-secondary {
  color: #666666;
}

.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-h1 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h1, .heading-h1 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
  }
}

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

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

h4, .heading-h4 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h4, .heading-h4 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
}

h5, .heading-h5 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h5, .heading-h5 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
}

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

.heading-tagline {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0 1rem;
}

.rich-text h1, .rich-text .heading-h1 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .rich-text h1, .rich-text .heading-h1 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
}
.rich-text h2, .rich-text .heading-h2 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .rich-text h2, .rich-text .heading-h2 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
}
.rich-text h3, .rich-text .heading-h3 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .rich-text h3, .rich-text .heading-h3 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
}
.rich-text h4, .rich-text .heading-h4 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .rich-text h4, .rich-text .heading-h4 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
}
.rich-text h5, .rich-text .heading-h5 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .rich-text h5, .rich-text .heading-h5 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
.rich-text h6, .rich-text .heading-h6 {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .rich-text h6, .rich-text .heading-h6 {
    line-height: 120%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
.rich-text .heading-tagline {
  line-height: 120%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  line-height: 150%;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

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

ul li, ol li {
  margin: 0.25rem 0 0.25rem 1.5rem;
}

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

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

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

html {
  scroll-behavior: smooth;
  background: white;
}
html.contrast {
  background: #000000;
  color: #DDD133;
}
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 {
  position: relative;
}

.container {
  padding-left: 4vw;
  padding-right: 4vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

button,
.btn {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 200ms ease;
  background-color: inherit;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  line-height: 150%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
button:hover,
.btn:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
button:active,
.btn:active {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
button svg, button img,
.btn svg,
.btn img {
  width: 24px;
  height: 24px;
}
button:disabled, button.disabled,
.btn:disabled,
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button.btn-icon,
.btn.btn-icon {
  padding: 12px;
}
button.icon-reversed svg,
.btn.icon-reversed svg {
  transform: scaleX(-1);
}
button.btn-small,
.btn.btn-small {
  padding: 8px 20px;
}
button.btn-small.btn-icon,
.btn.btn-small.btn-icon {
  padding: 7px;
  width: 40px;
}
button.btn-xsmall,
.btn.btn-xsmall {
  padding: 4px 12px;
  font-size: 14px;
  gap: 8px;
}
button.btn-xsmall.btn-icon,
.btn.btn-xsmall.btn-icon {
  padding: 4px;
  width: 32px;
}
button.btn-xsmall svg,
.btn.btn-xsmall svg {
  width: 20px;
  height: 20px;
}
button.full-width,
.btn.full-width {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  button:not(.btn-icon),
  .btn:not(.btn-icon) {
    width: 100%;
  }
}

.btn-primary {
  background-color: #0545BD;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: rgb(5.6572164948, 78.0695876289, 213.8427835052);
}
.btn-primary:active {
  background-color: #0545BD;
}

.btn-secondary {
  color: #222222;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: #FAFAFA;
}
.btn-secondary:active {
  background-color: #dcdcdc;
}

.btn-tertiary {
  background-color: #FAFAFA;
}
.btn-tertiary:hover {
  background-color: #FFFFFF;
}
.btn-tertiary:active {
  background-color: #FAFAFA;
}
.btn-tertiary.alternate {
  color: #FFFFFF;
  background-color: #444444;
}
.btn-tertiary.alternate:hover {
  background-color: #666666;
}
.btn-tertiary.alternate:active {
  background-color: #222222;
}

.btn-link {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: inherit;
  gap: 6px;
}
.btn-link svg {
  width: 16px;
  height: 16px;
}
.btn-link, .btn-link:hover {
  box-shadow: none;
}

.badge {
  margin: 4px 0;
  padding: 2px 4px;
  border-radius: 8px;
  background-color: #FAFAFA;
  display: block;
  width: fit-content;
}

input,
textarea,
select {
  height: 48px;
  border: 1px solid #FAFAFA;
  border-radius: 8px;
  background-color: #FAFAFA;
  line-height: 150%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px;
  width: 100%;
  display: block;
  transition: all 200ms ease;
}
input.alternate,
textarea.alternate,
select.alternate {
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #666666;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border: 1px solid #AAAAAA;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
input:not(.quantity-input)::-webkit-outer-spin-button, input:not(.quantity-input)::-webkit-inner-spin-button,
textarea:not(.quantity-input)::-webkit-outer-spin-button,
textarea:not(.quantity-input)::-webkit-inner-spin-button,
select:not(.quantity-input)::-webkit-outer-spin-button,
select:not(.quantity-input)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.input-small,
textarea.input-small,
select.input-small {
  height: 40px;
  padding: 8px;
}
input:disabled,
textarea:disabled,
select:disabled {
  border: none;
}
input.input-error,
textarea.input-error,
select.input-error {
  border: 1px solid #b42318;
  background-color: #fef3f2;
}
input.center,
textarea.center,
select.center {
  margin: 0 auto;
}
input:read-only, input.readonly,
textarea:read-only,
textarea.readonly,
select:read-only,
select.readonly {
  background-color: #FFFFFF;
  border: 1px solid #FAFAFA;
}
input:read-only:focus-visible, input.readonly:focus-visible,
textarea:read-only:focus-visible,
textarea.readonly:focus-visible,
select:read-only:focus-visible,
select.readonly:focus-visible {
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #0545BD;
}

textarea {
  height: auto;
  resize: none;
}

label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
label:has(input[type=checkbox]), label:has(input[type=radio]) {
  flex-direction: row;
}

.input-btn {
  position: relative;
  width: 100%;
}
.input-btn .btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .input-btn .btn {
    width: fit-content;
  }
}

.checkbox-container {
  display: flex;
  gap: 8px;
}

.switch-container {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.switch-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444444;
  transition: 0.4s;
  border-radius: 100px;
}
.switch::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .switch {
  background-color: #000000;
}
input:checked:disabled + .switch {
  opacity: 0.5;
}
input:checked + .switch:before {
  transform: translateX(20px);
}

input:focus + .switch {
  box-shadow: 0 0 1px #000000;
}

.range-slider {
  background: #FAFAFA;
  height: 4px;
}
.range-slider .range-slider__thumb {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #AAAAAA;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.range-slider .range-slider__range {
  background: #000000;
}
.range-slider-container {
  width: 100%;
  padding-top: 8px;
}
.range-slider-inputs {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider-inputs input {
  width: 80px;
  text-align: center;
}

.form-row {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  max-width: 768px;
}
.form-row .btn {
  width: fit-content;
  flex-shrink: 0;
}
.form-row .btn.full-width {
  width: 100%;
}
.form-row, .form-row label {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}
.form-row .form-row {
  margin: 0;
}
.form-row:has(input[type=checkbox]), .form-row:has(input[type=radio]) {
  align-items: flex-start;
}

.radio-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.radio-card {
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #AAAAAA;
  padding: 24px;
  display: flex;
  gap: 16px;
  position: relative;
  cursor: pointer;
}
.radio-card:hover {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.radio-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.radio-card::before {
  content: "";
  border: 1px solid #FAFAFA;
  border-radius: 50%;
}
.radio-card svg, .radio-card::before {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.radio-card svg {
  color: #FFFFFF;
}
.radio-card:has(input:checked)::before {
  background-color: #0545BD;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.navbar .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 24px;
}
.navbar .brand-logo svg {
  width: auto;
  height: 90px;
  transform: translateY(35%);
}
.navbar form {
  width: 40%;
  display: flex;
  gap: 4px;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
}
.nav-menu-item > a, .nav-menu-item > span {
  padding: 0 8px;
  height: 45px;
  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: 105px;
  left: 50%;
  transform: translate(-50%, -12px);
  width: calc(100% - 8vw);
  max-width: 1420px;
  opacity: 0;
  z-index: -1;
  background-color: #FFFFFF;
  transition: all 200ms ease;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 1px solid #FAFAFA;
}
.nav-menu-item .nav-submenu-content {
  padding: 24px;
  border-right: 1px solid #AAAAAA;
  background-color: #FAFAFA;
}
.nav-menu-item .nav-submenu-content .rich-text {
  margin-top: 24px;
}
.nav-menu-item .nav-submenu-content a {
  padding: 0;
}
@media only screen and (max-width: 1260px) {
  .nav-menu-item .nav-submenu-content {
    display: none;
  }
}
.nav-menu-item .nav-submenu ul {
  padding: 24px 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
@media only screen and (max-width: 1260px) {
  .nav-menu-item .nav-submenu ul {
    padding: 0 6px;
  }
}
.nav-menu-item .nav-submenu ul a {
  border-bottom: 1px solid #FAFAFA;
}
.nav-menu-item .nav-submenu a {
  display: block;
  padding: 4px 8px;
}
.nav-menu-item:hover .nav-submenu {
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0);
}
.nav-menu a:hover {
  color: #0545BD;
}

#topNavMenu {
  width: 100%;
  justify-content: center;
  gap: 12px;
  height: fit-content;
}
@media only screen and (max-width: 1440px) {
  #topNavMenu {
    padding-left: 198px;
  }
}

#mobileMenuBtn {
  display: none;
}

.navbar:not(:has(.nav-menu)) .brand-logo svg {
  width: auto;
  height: 90px;
  transform: translateY(0);
}
.navbar:not(:has(.nav-menu)) .brand-logo svg g#decor {
  display: none;
}

@media only screen and (max-width: 1260px) {
  .navbar .brand-logo {
    width: 100px;
  }
  .navbar .brand-logo svg {
    width: auto;
    height: 90px;
    transform: translate(-40px, 5%);
  }
  .navbar .brand-logo svg g#decor {
    display: none;
  }
  #mobileMenuBtn {
    display: block;
    z-index: 10;
  }
  #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: 40%;
  }
  #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: #FFFFFF;
    z-index: 0;
    transition: all 0.3s ease;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: column;
    padding: 76px 24px 32px 24px;
    align-items: flex-start;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
    justify-content: flex-start;
  }
  #topNavMenu::-webkit-scrollbar {
    display: none;
  }
  #topNavMenu .text-small-normal {
    line-height: 150%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  #topNavMenu svg {
    display: none;
  }
  #topNavMenu .nav-item > a,
  #topNavMenu .nav-item > span {
    padding: 12px 0;
  }
  #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;
    box-shadow: 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;
  position: relative;
  padding: 8px 0;
}
.tabs-nav::after, .tabs-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #FAFAFA;
}
.tabs-nav::after {
  top: 0;
}
.tabs-nav::before {
  bottom: 0;
}
.tabs-nav-trigger {
  cursor: pointer;
  padding: 8px 0;
  transition: all 200ms ease;
  border-radius: 6px;
}
.tabs-nav-trigger:hover {
  background-color: #FAFAFA;
}
.tabs-target {
  margin: 46px 0;
}
.tabs.full-width {
  width: 100%;
}
.tabs.full-width .tabs-nav {
  gap: 0;
}
.tabs.full-width .tabs-nav-trigger {
  padding: 8px 12px;
}

.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 #AAAAAA;
}
.steps-item.active bdi, .steps-item.visited bdi {
  background-color: #000000;
  color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .navbar form {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
    height: 60px;
    background-color: #FFFFFF;
    padding: 0 20px;
    border-bottom: 1px solid #AAAAAA;
  }
}
.accessibility-icon {
  position: fixed;
  top: 20%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  left: -248px;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}
.accessibility-icon.active {
  left: 0;
}
.accessibility-icon .accessibility-container {
  width: 248px;
  border: 1px solid #AAAAAA;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  padding: 12px;
  background-color: #000000;
  text-align: center;
}
.accessibility-icon .accessibility-container, .accessibility-icon .accessibility-container .btn {
  color: #FFFFFF;
}
.accessibility-icon .accessibility-container .btn {
  border-radius: 0;
  border-top: 1px solid #FFFFFF;
  padding-top: 12px;
  margin-top: 12px;
  width: 100%;
}
.accessibility-icon .accessibility-container .btn.active {
  font-weight: 600;
}

html.accessibility-grayscale {
  filter: grayscale(100%);
}

html.accessibility-invert {
  filter: invert(100%);
}

html.accessibility-animation * {
  transition-duration: 0 !important;
  transition: none !important;
  transition-property: none !important;
}

html.accessibility-contrast {
  filter: contrast(200%);
}

html.accessibility-cursor {
  cursor: url("/img/accessibility/custom-cursor.png"), auto;
}

html.accessibility-font-medium {
  font-size: 120%;
}

html.accessibility-font-big {
  font-size: 150%;
}

html.accessibility-spacing-medium {
  letter-spacing: 0.2rem;
}

html.accessibility-spacing-big {
  letter-spacing: 0.4rem;
}

.footer {
  padding: 80px 0;
  background-color: #FAFAFA;
}
.footer .brand-logo svg {
  width: auto;
  height: 90px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid #AAAAAA;
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-bottom ul li {
  display: flex;
  align-items: center;
}
.footer-bottom ul li:has(#realization) {
  align-items: flex-start;
}
.footer-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-menu li a,
.footer-menu li span {
  padding: 4px 0;
}
.footer-menu {
  display: flex;
  gap: 24px;
}
.footer-menu a {
  display: block;
}
.footer #cookiesSettings {
  text-decoration: underline;
  cursor: pointer;
  display: block;
  padding: 8px 0;
}
.footer #realization svg {
  transform: translateY(6px);
  height: 20px;
  width: auto;
}

.social-media-menu {
  display: flex;
  gap: 12px;
  margin: 32px 0;
}

ul.breadcrumbs {
  margin-top: 105px;
  padding-top: 8px;
}
@media only screen and (max-width: 1260px) {
  ul.breadcrumbs {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  ul.breadcrumbs {
    margin-top: 120px;
  }
}
ul.breadcrumbs, ul.breadcrumbs li {
  display: flex;
  gap: 8px;
}
ul.breadcrumbs a, ul.breadcrumbs li a {
  text-wrap: nowrap;
}
ul.breadcrumbs span, ul.breadcrumbs li span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "/";
}

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

.pagination {
  margin: 32px 0;
  width: 100%;
  gap: 12px;
}
.pagination, .pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination ul {
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .pagination, .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination .btn span {
    display: none;
  }
}

.modal,
.modal-cookies {
  background: #FFFFFF;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  max-height: 90svh;
  overflow-y: scroll;
}

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

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 100;
  max-width: 600px;
  width: 90%;
}
.modal .actions {
  justify-content: flex-end;
}
.modal-center {
  text-align: center;
  text-wrap: balance;
}
.modal-center .modal-header {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.modal-center .modal-header svg {
  width: 48px;
  height: 48px;
}
.modal-center .actions {
  margin-top: 0;
  margin-bottom: 24px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .modal {
    width: 100%;
  }
}
.modal-row {
  margin: 16px 0;
}
.modal-row-header {
  display: block;
  margin-bottom: 8px;
}
.modal-header, .modal-content, .modal-footer {
  padding: 0 16px;
  margin: 16px 0;
}
.modal-product-card {
  margin: 12px 0;
  display: flex;
  gap: 8px;
}
.modal-product-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.widget {
  position: fixed;
  z-index: 100;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  color: #222222;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
  transition: all 200ms ease;
}
.widget:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  background-color: #FAFAFA;
}
.widget-bg {
  background-color: #FFFFFF;
  color: #000000;
}
.widget-bg-alternate {
  background-color: #000000;
  color: #FFFFFF;
}
.widget-social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px 8px 8px;
  width: 104px;
  text-align: center;
}
.widget-social-media svg {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .widget-social-media {
    display: none;
  }
}

:root {
  --font-family: "Open Sans", serif;
  --text-color: #000000;
  --url-color: #00703D;
  --url-decoration: underline;
  --headline-weight: 600;
  --background-color: #fff;
  --on-background-color: #000;
  --primary-color: #F0F0F0;
  --on-primary-color: #000;
  --accent-color: #f04e1f;
  --on-accent-color: #fff;
  --argonium-logo-color: #000;
  --border-color: #F0F0F0;
  --border-radius: 4px;
  --shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  --margin: .5rem;
}

.modal-cookies {
  max-width: 650px;
  position: fixed;
  z-index: 100;
  bottom: var(--margin);
  right: var(--margin);
  transition: all 0.3s;
  display: none;
  width: 90%;
}
.modal-cookies.open {
  display: block;
}
.modal-cookies-argonium span {
  display: block;
}
.modal-cookies-argonium svg {
  height: 26px;
  width: auto;
  margin-top: 2px;
}
.modal-cookies-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 16px;
}

.modal-cookies-content-container {
  padding: 0 24px 24px;
  overflow-y: auto;
}

.modal-cookies-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #FAFAFA;
  border-top: 1px solid #FAFAFA;
}

.modal-cookies-option {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 82px;
}
.modal-cookies-option-empty {
  color: var(--text-color);
  opacity: 0.5;
}
.modal-cookies-option:not(:last-child) {
  border-right: 1px solid #FAFAFA;
}

.cookies-widget {
  transition: all 0.3s;
  width: fit-content;
  max-width: 410px;
  word-wrap: break-word;
}
.cookies-widget-content {
  padding: 24px 24px 0 24px;
}
.cookies-widget .text-regular-semi-bold {
  display: block;
  margin-top: 12px;
}
.cookies-widget li:has(svg) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}
.cookies-widget li:has(svg) svg {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  .modal-cookies {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .modal-cookies-footer {
    text-align: center;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .modal-cookies-options {
    grid-template-columns: 1fr;
  }
  .modal-cookies-option {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    height: auto;
  }
  .modal-cookies-option:not(:last-child) {
    border: none;
  }
}
.chat-container {
  padding: 24px 16px 16px 16px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  position: fixed;
  right: 16px;
  bottom: 96px;
  width: 400px;
  height: 450px;
  display: flex;
  flex-direction: column;
  max-width: 85vw;
  z-index: 1;
}

.chat-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 0;
  z-index: 2;
  transition: all 200ms ease;
}
.chat-icon svg {
  width: 32px;
  height: 32px;
}
.chat-icon:active {
  transform: scale(0.95);
}
@media only screen and (max-width: 768px) {
  .chat-icon {
    width: 48px;
    height: 48px;
    right: 8px;
    bottom: 8px;
  }
  .chat-icon svg {
    width: 24px;
    height: 24px;
  }
}

.chat {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  overflow-y: auto;
}
.chat .chat-message-container {
  margin-bottom: 8px;
}
.chat .chat-message-container.client {
  text-align: right;
  color: #AAAAAA;
}
.chat-input-container {
  position: relative;
}
.chat-input-container input {
  padding-right: 32px;
}
.chat-input-container button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.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: #000;
  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;
}

.offer-generator {
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding: 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  gap: 8px;
}
.offer-generator, .offer-generator ul {
  display: flex;
  align-items: center;
}
.offer-generator ul {
  margin-left: 12px;
  gap: 24px;
}

#offer-generator-preview {
  margin-top: 60px;
}
#offer-generator-preview ul {
  max-height: 50vh;
  overflow-y: scroll;
}
#offer-generator-preview li {
  margin: 4px 0;
  padding: 6px 0 4px;
  border-top: 1px solid #AAAAAA;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
#offer-generator-preview li div {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
#offer-generator-preview li div input {
  width: 110px;
}

.home-header {
  position: relative;
  margin-top: 105px;
}
@media only screen and (max-width: 1260px) {
  .home-header {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .home-header {
    margin-top: 120px;
  }
}
.home-header .swiper-wrapper {
  height: auto;
  aspect-ratio: 16/5;
  max-height: 500px;
}
.home-header .swiper img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 16/5;
}
.home-header .swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  left: 50% !important;
  transform: translateX(-50%);
  width: fit-content !important;
  padding: 4px;
  border-radius: 99px;
  z-index: 1;
  display: flex;
  gap: 4px;
  padding: 6px;
  justify-content: center;
  background-color: #FAFAFA;
}

.overflow-hidden {
  max-width: 100vw;
  overflow: hidden;
}

.page-header {
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-header .header-categories {
  margin-top: 48px;
}
.page-header.divided {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
}
@media only screen and (max-width: 1260px) {
  .page-header.divided {
    gap: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .page-header.divided {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header.divided {
    grid-template-columns: 1fr;
  }
}
.page-header.divided img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
}

section {
  margin-top: 72px;
  margin-bottom: 72px;
}
section.margin-medium {
  margin-top: 46px;
  margin-bottom: 46px;
}
section .rich-text {
  margin: 24px 0;
}
section .section-header {
  margin-bottom: 46px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
section .section-header.center {
  max-width: 768px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section .section-header .rich-text {
  margin-bottom: 0;
}
section .section-title {
  display: block;
  margin: 0;
}
section .section-subtitle {
  display: block;
  margin: 0 0 16px;
}
section .section-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  section .section-grid {
    grid-template-columns: 1fr 2fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  section .section-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
section .swiper {
  position: relative;
  padding: 0 24px;
}
section .swiper::after, section .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  background: linear-gradient(to right, #FFFFFF, transparent);
  z-index: 2;
}
section .swiper::before {
  left: 0;
}
section .swiper::after {
  transform: rotate(180deg);
  right: 0;
}
@media only screen and (max-width: 768px) {
  section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.actions select {
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
}

.sticky-aside {
  position: sticky;
  top: 152px;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .sticky-aside {
    position: static;
    top: 0;
  }
}

.faq-list {
  max-width: 768px;
  margin: 48px auto;
}
.faq-list-item dt {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.faq-list-item dt:hover {
  background-color: #FAFAFA;
}
.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: 8px 24px 24px 24px;
  margin: 0;
}
.faq-list-item:not(:last-child) {
  border-bottom: 1px solid #FAFAFA;
}

.stars-container {
  display: flex;
  gap: 0;
  align-items: center;
}
.stars-container svg {
  width: 16px;
  height: 16px;
}

.mark-review {
  display: flex;
}
.mark-review svg {
  width: 24px;
  height: 24px;
  color: #EE3F85;
}
.mark-review label {
  cursor: pointer;
}
.mark-review label input {
  display: none;
}
.mark-review label svg:nth-child(1) {
  display: block;
}
.mark-review label svg:nth-child(2) {
  display: none;
}
.mark-review label:hover ~ label svg:nth-child(1) {
  display: none;
}
.mark-review label:hover ~ label svg:nth-child(2) {
  display: block;
}

.files-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .files-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .files-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.file-card {
  display: flex;
  padding: 24px;
  border: 1px solid #AAAAAA;
  gap: 32px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.review-card {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 4px;
  border: 1px solid #FAFAFA;
}
.review-card svg {
  color: #0545BD;
}
.review-card p {
  margin: 12px 0;
}
.review-card span {
  display: block;
}

.block-text {
  padding: 40px 0 20px 0;
}
.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.block-text a {
  font-weight: 500;
  color: #000;
}
.block-text li {
  display: flex;
  padding-left: 4px;
  gap: 8px;
  align-items: center;
}
.block-text li::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #000;
}

.categories-popular {
  margin-top: 0;
  margin-bottom: 32px;
  border-bottom: 1px solid #FAFAFA;
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 32px;
}
.categories-popular > div {
  min-width: 0;
}
.categories-popular .swiper,
.categories-popular .swiper-container {
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 1260px) {
  .categories-popular {
    grid-template-columns: 1fr 2fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .categories-popular {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .categories-popular .rich-text {
    display: 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 {
  padding-top: 55px;
  padding-bottom: 40px;
}
.block-products-title {
  text-align: center;
}
.block-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

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

.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: 300px;
  width: auto;
  margin: 16px auto;
  max-width: 100%;
  object-fit: contain;
}

.block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 40px 0 20px 0;
}

.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;
}

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

section.products-promo {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 12px;
  position: relative;
}
section.products-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #FAFAFA;
  z-index: -1;
}
section.products-promo .swiper {
  padding: 0 0 12px 0;
}
section.products-promo .swiper-slide {
  height: auto;
}
section.products-promo .swiper-slide .product-card {
  height: 100%;
}
section.products-promo .section-title {
  width: 100%;
  margin-bottom: 8px;
}
section.products-promo .section-header {
  margin-bottom: 8px;
}
section.products-promo .swiper::after, section.products-promo .swiper::before {
  content: none;
}

.category-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.category-card span {
  display: block;
  margin-top: 16px;
}

.products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media only screen and (max-width: 992px) {
  .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .products-list {
    grid-template-columns: 1fr;
  }
}
.products-list-flex {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.products-list-flex .product-card {
  max-width: 230px;
}

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

.product-card {
  min-width: 0;
  min-height: 0;
  position: relative;
  padding: 12px 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background-color: #FFFFFF;
}
.product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/4;
  object-fit: contain;
}
.product-card p, .product-card span {
  display: block;
}
.product-card p {
  margin: 2px 0;
}
.product-card-title, .product-card-reviews {
  margin: 4px 0 0;
}
.product-card-reviews {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-card .actions {
  position: absolute;
  top: 12px;
  right: 12px;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 24px);
  gap: 4px;
  z-index: 1;
  justify-content: flex-end;
}
.product-card:hover {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.product-card:hover .actions {
  opacity: 1;
  pointer-events: all;
}

.product-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}
@media only screen and (max-width: 768px) {
  .product-filters {
    flex-direction: column;
    gap: 16px;
  }
}

.product-header {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 80px;
}
@media only screen and (max-width: 1260px) {
  .product-header {
    gap: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .product-header {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .product-header {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .product-header h1 {
    margin-top: 0;
  }
  .product-header .product-header-img {
    max-width: 350px;
  }
}
.product-header-column {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
}
.product-header-column.product-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  height: fit-content;
}
.product-header-column.product-details .product-details-header {
  grid-column: span 2;
}
.product-header-column.product-details .product-details-price {
  padding: 24px 16px 16px;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  height: fit-content;
}
@media only screen and (max-width: 992px) {
  .product-header-column.product-details {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .product-header-column.product-details .product-details-header {
    grid-column: span 1;
  }
}
.product-header-row {
  margin-bottom: 16px;
  max-width: 100%;
}
.product-header-row.horizontal {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 480px) {
  .product-header-row.horizontal {
    flex-direction: column;
  }
}
.product-header-row-small {
  margin: 4px 0;
  padding: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-header-row-small img {
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 4px;
}
.product-header-row-small:not(:last-child) {
  border-bottom: 1px solid #FAFAFA;
}
.product-header-row-small:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.product-header-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
}
.product-header .btn-producer img {
  margin-top: 8px;
  height: 50px;
  width: auto;
  object-fit: contain;
}
.product-header .product-gallery {
  min-width: 100%;
  overflow: hidden;
}
.product-header .product-gallery-thumbs .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.product-header .swiper-slide a {
  display: block;
}
.product-header .rich-text {
  margin-top: 0;
}

.products-main-categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #FAFAFA;
}
.products-main.has-aside {
  display: grid;
  grid-template-columns: 288px 1fr;
  gap: 64px;
}
.products-main.has-aside .products-list {
  grid-template-columns: repeat(3, 1fr);
}
.products-main.has-aside .aside-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #FAFAFA;
  padding-bottom: 12px;
}
.products-main.has-aside .aside-header svg {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.products-main.has-aside .aside-header.open svg {
  transform: rotate(180deg);
}
.products-main.has-aside aside {
  padding: 12px 16px;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  height: fit-content;
  border-radius: 6px;
}
.products-main.has-aside aside a {
  transition: all 0.2s ease;
}
.products-main.has-aside aside a:hover, .products-main.has-aside aside a.active:hover {
  color: #19A4DE;
}
.products-main.has-aside aside a.active {
  color: #0545BD;
}
.products-main.has-aside aside ul {
  margin-top: 4px;
}
.products-main.has-aside aside ul ul {
  margin-left: 8px;
}
.products-main.has-aside aside .aside-section {
  margin-bottom: 24px;
}
.products-main.has-aside aside .checkbox-container {
  margin: 16px 0 8px;
}
.products-main.has-aside aside li {
  display: block;
  padding: 8px 0;
}
.products-main.has-aside aside .accordion-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  cursor: pointer;
}
.products-main.has-aside aside .accordion-trigger svg {
  transition: all 0.3s ease;
  transform: rotate(0);
}
.products-main.has-aside aside .accordion-trigger.open svg {
  transform: rotate(180deg);
}
.products-main.has-aside aside .actions {
  margin-top: 16px;
  flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .products-main.has-aside {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .products-main.has-aside .aside-header svg {
    transform: rotate(180deg);
  }
  .products-main.has-aside .aside-header.open svg {
    transform: rotate(0);
  }
  .products-main.has-aside .accordion-target {
    display: none;
  }
  .products-main.has-aside aside {
    border-right: none;
    border-bottom: 1px solid #AAAAAA;
    padding-right: 0;
    padding-bottom: 12px;
  }
}

.product-featured {
  border: 1px solid #FAFAFA;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  height: fit-content;
}
.product-featured .product-card .btn {
  margin-top: 8px;
  position: static;
  opacity: 1;
  pointer-events: all;
  width: 100%;
}
.product-featured .product-card .btn span {
  display: flex;
}
.product-featured .product-card:hover {
  box-shadow: none;
}
.product-featured-header {
  padding: 24px 24px 12px;
}

.product-carrier-card {
  display: flex;
  gap: 8px;
  border-top: 1px solid #FAFAFA;
  padding-top: 6px;
}
.product-carrier-card span {
  margin: 4px 0 0;
}
.product-carrier-card:not(:last-child) {
  padding-bottom: 6px;
}
.product-carrier-card img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
}

.product-stock-indicator {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-left: 10px;
}
.product-stock-indicator::before {
  content: "";
  width: 16px;
  height: 8px;
  background-color: #FAFAFA;
  border-radius: 4px;
}
.product-stock-indicator.no-stock::before {
  background-color: #b42318;
}
.product-stock-indicator.low-stock::before {
  background-color: orange;
}
.product-stock-indicator.in-stock::before {
  background-color: #027A48;
}

.product-support {
  max-width: 1000px;
  border: 1px solid #AAAAAA;
  border-radius: 8px;
  padding: 24px;
  margin: 0 auto;
}
.product-support .heading-h3 {
  margin-top: 0;
}
.product-support-row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.product-reviews {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.product-reviews .heading-h4 {
  margin: 0;
}
.product-reviews-header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.product-reviews-header .btn {
  height: fit-content;
}

.cart {
  margin-top: 124px;
  margin-bottom: 128px;
}
.cart section {
  margin: 46px 0;
}
.cart section .section-header {
  width: 100%;
  display: block;
  padding: 12px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #AAAAAA;
}
.cart .radio-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .cart .radio-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .cart .radio-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .cart .radio-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cart-summary {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 358px;
}
.cart-summary section {
  margin-top: 0;
}
@media only screen and (max-width: 1260px) {
  .cart-summary {
    gap: 32px;
    grid-template-columns: 1fr 270px;
  }
}
@media only screen and (max-width: 992px) {
  .cart-summary {
    grid-template-columns: 1fr;
  }
}

.cart-table {
  width: 100%;
  border-spacing: 0;
}
.cart-table thead {
  text-align: left;
}
.cart-table th, .cart-table td {
  padding: 12px 24px;
  border-bottom: 1px solid #FAFAFA;
}
.cart-table .product {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-table .product img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.cart-footer {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin: 46px 0 64px;
  justify-content: space-between;
}
.cart-footer-summary table {
  margin-bottom: 24px;
}
.cart-footer-summary table tr td:first-child {
  padding-right: 32px;
}
.cart-footer-summary table tr td:last-child {
  text-align: right;
}
.cart-footer-summary .btn {
  width: 100%;
}

.cart-order-details {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.page-auth {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media only screen and (max-width: 1260px) {
  .page-auth {
    gap: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .page-auth {
    grid-template-columns: 1fr;
  }
}

.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;
}

.contact {
  padding-top: 100px;
}
@media only screen and (max-width: 992px) {
  .contact {
    padding-top: 60px;
  }
}
.contact-title {
  font-weight: 700;
  font-size: 72px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .contact-title {
    font-size: 36px;
  }
}
.contact-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .contact-text {
    font-size: 16px;
  }
}
.contact-grid {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  grid-gap: 20px 12px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1440px) {
  .contact-grid {
    grid-template: auto/repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .contact-grid {
    grid-template: auto/repeat(1, 1fr);
  }
}
.contact-grid-item {
  display: flex;
  border: 1px solid #f2f2f2;
}
.contact-grid-item .image {
  width: 125px;
  height: 130px;
}
@media only screen and (max-width: 768px) {
  .contact-grid-item .image {
    width: 78px;
    height: 86px;
  }
}
.contact-grid-item .image img {
  width: 100%;
}
.contact-grid-item .content {
  display: flex;
  flex-direction: column;
  padding: 15px 25px;
}
@media only screen and (max-width: 768px) {
  .contact-grid-item .content {
    padding: 7px 15px;
  }
}
.contact-grid-item .content .name {
  color: #000;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .contact-grid-item .content .name {
    font-size: 16px;
  }
}
.contact-grid-item .content .position {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .contact-grid-item .content .position {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-grid-item .content .position {
    margin-bottom: 40px;
  }
}
.contact-grid-item .content .contact-link {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .contact-grid-item .content .contact-link {
    transform: translateX(-80px);
  }
}
.contact-grid-item .content .contact-link img {
  margin-right: 10px;
}

.contact-bottom {
  border-top: 1px solid #f2f2f2;
  padding-top: 100px;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .contact-form {
    flex-direction: column;
  }
}
.contact-form-left {
  width: 48%;
}
@media only screen and (max-width: 992px) {
  .contact-form-left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.contact-form-right {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .contact-form-right {
    width: 100%;
  }
}
.contact-form-right form {
  width: 100%;
}
.contact-form-title {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .contact-form-title {
    font-size: 30px;
  }
}
.contact-form-text {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .contact-form-text {
    font-size: 16px;
  }
}

.contact-map {
  width: 100%;
  background-color: #f2f2f2;
  padding: 75px 0 80px;
}
@media only screen and (max-width: 992px) {
  .contact-map {
    padding: 50px 0 40px;
  }
}
.contact-map > .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .contact-map > .container {
    flex-direction: column;
  }
}
.contact-map-content {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 992px) {
  .contact-map-content {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.contact-map-image {
  width: 55%;
  height: 360px;
}
@media only screen and (max-width: 992px) {
  .contact-map-image {
    width: 100%;
  }
}
.contact-map-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-map-image iframe {
  width: 100%;
  height: 100%;
}
.contact-map-title {
  color: #000;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .contact-map-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.contact-map-title strong {
  font-weight: 700;
}
.contact-map-address {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .contact-map-address {
    font-size: 16px;
  }
}

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

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

.inspirations-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .inspirations-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .inspirations-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.inspiration-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.inspiration-card span {
  display: block;
  margin: 24px 0 8px;
}

.markers-photo-container {
  position: relative;
}
.markers-photo-container .marker {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .markers-photo-container .marker {
    display: none;
  }
}
.markers-photo-container .marker::before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.markers-photo-container .marker-card {
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  display: none;
  transform: translate(30px, calc(-50% - 10px));
}
.markers-photo-container .marker:hover .marker-card {
  display: block;
}
.markers-photo-container .marker:hover::before {
  scale: 1.25;
}

.contrast .inspiration-page .blog-reviews .reviews-subtitle {
  color: #DDD133;
}
.contrast .inspiration-page .blog-reviews .review-card .review-date {
  color: #DDD133;
}
.contrast .inspiration-page .marker-info {
  background: black;
}
.contrast .inspiration-page .marker-info .bottom img {
  filter: brightness(0) invert(86%) sepia(70%) saturate(524%) hue-rotate(347deg) brightness(88%) contrast(96%);
}

.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: #000;
}

.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 .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: #000;
}

.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 .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-header {
  margin-bottom: 64px;
}

.auth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1260px) {
  .auth-grid {
    gap: 46px;
  }
}
@media only screen and (max-width: 768px) {
  .auth-grid {
    grid-template-columns: 1fr;
  }
}
.auth-grid-secondary {
  background-color: #FAFAFA;
  padding: 64px 24px;
  height: fit-content;
}
.auth-grid-secondary h2 {
  margin: 0;
}
.auth-grid-secondary .rich-text {
  margin: 32px 0;
}

.user-main section {
  margin-top: 46px;
  margin-bottom: 46px;
}
.user-main .section-header {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #AAAAAA;
  margin: 0 0 24px;
}

.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: #000;
  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: #000;
}
.account-nav-item:not(.active) {
  cursor: pointer;
}
.account-main {
  padding: 40px 100px 80px;
}
.account-form-group {
  margin-bottom: 40px;
}
.account-form-group-title {
  color: #000;
  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: #DDD133;
}

a.producer-card,
.producer-card {
  padding: 12px;
  display: flex;
  gap: 24px;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
  border-radius: 8px;
}
a.producer-card:hover,
.producer-card:hover {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
a.producer-card img,
.producer-card img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
a.producer-card span,
.producer-card span {
  display: block;
  margin-bottom: 8px;
}
a.producer-card .btn,
.producer-card .btn {
  margin-top: 16px;
  padding: 0;
}
a.producer-card .btn:hover,
.producer-card .btn:hover {
  box-shadow: none;
}

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

.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-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.blog-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
}
.blog-card span {
  display: block;
  margin: 12px 0 4px;
}
.blog-card .btn {
  margin-top: 24px;
}

.blog-main-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
}
@media only screen and (max-width: 1260px) {
  .blog-main-content {
    gap: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-main-content {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-main-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.blog-main-content section {
  margin-top: 0;
  margin-bottom: 32px;
}
.blog-main-content section .text {
  margin-top: 32px;
  margin-bottom: 32px;
}
.blog-main-content aside ul li {
  margin: 12px 0;
}
.blog-main-content aside img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .blog-main-content .sticky-aside {
    display: none;
  }
}

.blog-header {
  margin-bottom: 46px;
}

.article-author {
  border: 1px solid #AAAAAA;
  padding: 32px;
}
.article-author-header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.article-author-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}
.article-author-profile p {
  color: #AAAAAA;
}
.article-author-profile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.article-author-profile p, .article-author-profile span, .article-author-profile .rich-text {
  margin: 0;
}
.article-author-profile p p, .article-author-profile span p, .article-author-profile .rich-text p {
  color: #000000;
}
.article-author-reviews {
  margin-top: 24px;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.article-author-review {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.article-author-review svg {
  width: 24px;
  height: 24px;
}

.search-header bdi {
  color: #AAAAAA;
}
