@charset "UTF-8";
.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 999 !important;
}

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 999 !important;
  }
}
@media (min-width: 768px) {
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 999 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-last {
    order: 999 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-last {
    order: 999 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-last {
    order: 999 !important;
  }
}
:root {
  --font-primary: Geologica, sans-serif;
  --primary: #212121;
  --secondary: #102454;
  --text-primary: #212121;
  --text-secondary: #6B6B6B;
  --color-border: rgba(32, 46, 80, 0.2);
  --black: #212121;
  --white: #ffffff;
  --blue: #102454;
  --blue-dark: #202E50;
  --blue-hover: #202E50;
  --gray: #6B6B6B;
  --gray-dark: #212121;
  --gray-light: #E2E4EA;
  --beige: #D8B386;
  --beige-hover: #cfa15b;
  --red: #C20E1A;
  --transition-time: .25s;
  --box-shadow: 10px 10px 20px rgba(11, 38, 56, 0.1);
  --drop-shadow: drop-shadow(10px 10px 20px rgba(11, 38, 56, 0.1));
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Geologica/Geologica-Thin.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Geologica/Geologica-Light.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Geologica/Geologica-Regular.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Geologica/Geologica-Medium.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Geologica/Geologica-SemiBold.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Geologica/Geologica-Bold.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Geologica/Geologica-ExtraBold.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Geologica/Geologica-Black.woff2") format("woff2");
  font-stretch: 100%;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  scroll-margin-top: 0;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  min-height: 100%;
  color: var(--primary);
  font-style: normal;
  font-optical-sizing: auto;
  background-color: #F8F8FB;
  font-family: var(--font-primary);
  font-size: 1rem;
}
body::-webkit-scrollbar {
  width: 0.625rem;
  height: 0.625rem;
}
body::-webkit-scrollbar-thumb {
  background: #aaa;
}
body::-webkit-scrollbar-track {
  background-color: #EFF6E4;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-primary);
}

h1, .h1 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 1260px) {
  h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  margin-bottom: 1.25rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.1875rem;
  margin-bottom: 1.25rem;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 1.25rem;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed_responsive_item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive_21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive_16by9::before {
  padding-top: 47.3684210526%;
}

.embed-responsive_4by3::before {
  padding-top: 75%;
}

.embed-responsive_1by1::before {
  padding-top: 100%;
}

.img-fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.img-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.img-contain {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.ico-svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.fs-14 {
  font-size: 0.875rem !important;
  line-height: 1rem !important;
}

.fs-16 {
  font-size: 1rem !important;
  line-height: 1.1875rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
  line-height: 1.3125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

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

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

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

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

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

.position-relative {
  position: relative !important;
}

.position-sticky {
  top: 0.625rem;
  position: sticky;
}

@media (min-width: 1260px) {
  .position-sticky-xl {
    top: 0.625rem;
    position: sticky;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

@media (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden !important;
  }
}

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

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1260px) {
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1260px) {
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 1260px) {
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 1260px) {
  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: 1260px) {
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
}

@media (min-width: 1600px) {
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
}

@media (min-width: 1600px) {
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
}

@media (min-width: 1600px) {
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
}

@media (min-width: 1600px) {
  .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }
}

@media (min-width: 1600px) {
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.w-100 {
  width: 100% !important;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-flex {
    display: flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-grid {
    display: grid !important;
  }
}

@media (min-width: 1260px) {
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1260px) {
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1260px) {
  .d-xl-flex {
    display: flex !important;
  }
}

@media (min-width: 1260px) {
  .d-xl-grid {
    display: grid !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-flex {
    display: flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-grid {
    display: grid !important;
  }
}

.flex-dir-row {
  flex-direction: row !important;
}

.flex-dir-column {
  flex-direction: column !important;
}

@media (min-width: 576px) {
  .flex-dir-sm-row {
    flex-direction: row !important;
  }
}

@media (min-width: 576px) {
  .flex-dir-sm-column {
    flex-direction: column !important;
  }
}

@media (min-width: 768px) {
  .flex-dir-md-row {
    flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-dir-md-column {
    flex-direction: column !important;
  }
}

@media (min-width: 1024px) {
  .flex-dir-lg-row {
    flex-direction: row !important;
  }
}

@media (min-width: 1024px) {
  .flex-dir-lg-column {
    flex-direction: column !important;
  }
}

@media (min-width: 1260px) {
  .flex-dir-xl-row {
    flex-direction: row !important;
  }
}

@media (min-width: 1260px) {
  .flex-dir-xl-column {
    flex-direction: column !important;
  }
}

@media (min-width: 1600px) {
  .flex-dir-xxl-column {
    flex-direction: row !important;
  }
}

@media (min-width: 1600px) {
  .flex-dir-xxl-column {
    flex-direction: column !important;
  }
}

.row-gap-5 {
  row-gap: 0.3125rem !important;
}

.row-gap-10 {
  row-gap: 0.625rem !important;
}

.row-gap-15 {
  row-gap: 0.9375rem !important;
}

.row-gap-20 {
  row-gap: 1.25rem !important;
}

.row-gap-30 {
  row-gap: 1.875rem !important;
}

.row-gap-40 {
  row-gap: 2.5rem !important;
}

.column-gap-5 {
  column-gap: 0.3125rem !important;
}

.column-gap-10 {
  column-gap: 0.625rem !important;
}

.column-gap-15 {
  column-gap: 0.9375rem !important;
}

.column-gap-20 {
  column-gap: 1.25rem !important;
}

.column-gap-30 {
  column-gap: 1.875rem !important;
}

.column-gap-40 {
  column-gap: 2.5rem !important;
}

@media (min-width: 768px) {
  .row-gap-md-5 {
    row-gap: 0.3125rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-10 {
    row-gap: 0.625rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-15 {
    row-gap: 0.9375rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-20 {
    row-gap: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-30 {
    row-gap: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
    column-gap: 0.3125rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-10 {
    column-gap: 0.625rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-15 {
    column-gap: 0.9375rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-20 {
    column-gap: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-30 {
    column-gap: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-40 {
    column-gap: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-5 {
    row-gap: 0.3125rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-10 {
    row-gap: 0.625rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-20 {
    row-gap: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-30 {
    row-gap: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-5 {
    column-gap: 0.3125rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-10 {
    column-gap: 0.625rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-20 {
    column-gap: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-30 {
    column-gap: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  .column-gap-md-40 {
    column-gap: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .row-gap-lg-5 {
    row-gap: 0.3125rem !important;
  }
}

@media (min-width: 1024px) {
  .row-gap-lg-10 {
    row-gap: 0.625rem !important;
  }
}

@media (min-width: 1024px) {
  .row-gap-lg-20 {
    row-gap: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  .row-gap-lg-30 {
    row-gap: 1.875rem !important;
  }
}

@media (min-width: 1024px) {
  .row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .column-gap-lg-5 {
    column-gap: 0.3125rem !important;
  }
}

@media (min-width: 1024px) {
  .column-gap-lg-10 {
    column-gap: 0.625rem !important;
  }
}

@media (min-width: 1024px) {
  .column-gap-lg-20 {
    column-gap: 1.25rem !important;
  }
}

@media (min-width: 1024px) {
  .column-gap-lg-30 {
    column-gap: 1.875rem !important;
  }
}

@media (min-width: 1024px) {
  .column-gap-lg-40 {
    column-gap: 2.5rem !important;
  }
}

@media (min-width: 1260px) {
  .row-gap-xl-5 {
    row-gap: 0.3125rem !important;
  }
}

@media (min-width: 1260px) {
  .row-gap-xl-10 {
    row-gap: 0.625rem !important;
  }
}

@media (min-width: 1260px) {
  .row-gap-xl-20 {
    row-gap: 1.25rem !important;
  }
}

@media (min-width: 1260px) {
  .row-gap-xl-30 {
    row-gap: 1.875rem !important;
  }
}

@media (min-width: 1260px) {
  .row-gap-xl-40 {
    row-gap: 2.5rem !important;
  }
}

@media (min-width: 1260px) {
  .column-gap-xl-5 {
    column-gap: 0.3125rem !important;
  }
}

@media (min-width: 1260px) {
  .column-gap-xl-10 {
    column-gap: 0.625rem !important;
  }
}

@media (min-width: 1260px) {
  .column-gap-xl-20 {
    column-gap: 1.25rem !important;
  }
}

@media (min-width: 1260px) {
  .column-gap-xl-30 {
    column-gap: 1.875rem !important;
  }
}

@media (min-width: 1260px) {
  .column-gap-xl-40 {
    column-gap: 2.5rem !important;
  }
}

@media (min-width: 1600px) {
  .row-gap-xxl-5 {
    row-gap: 0.3125rem !important;
  }
}

@media (min-width: 1600px) {
  .row-gap-xxl-10 {
    row-gap: 0.625rem !important;
  }
}

@media (min-width: 1600px) {
  .row-gap-xxl-20 {
    row-gap: 1.25rem !important;
  }
}

@media (min-width: 1600px) {
  .row-gap-xxl-30 {
    row-gap: 1.875rem !important;
  }
}

@media (min-width: 1600px) {
  .row-gap-xxl-40 {
    row-gap: 2.5rem !important;
  }
}

@media (min-width: 1600px) {
  .column-gap-xxl-5 {
    column-gap: 0.3125rem !important;
  }
}

@media (min-width: 1600px) {
  .column-gap-xxl-10 {
    column-gap: 0.625rem !important;
  }
}

@media (min-width: 1600px) {
  .column-gap-xxl-20 {
    column-gap: 1.25rem !important;
  }
}

@media (min-width: 1600px) {
  .column-gap-xxl-30 {
    column-gap: 1.875rem !important;
  }
}

@media (min-width: 1600px) {
  .column-gap-xxl-40 {
    column-gap: 2.5rem !important;
  }
}

.grid-column-2 {
  grid-template-columns: 1fr 1fr !important;
}

.grid-column-3 {
  grid-template-columns: 1fr 1fr 1fr !important;
}

.grid-column-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

@media (min-width: 768px) {
  .grid-column-md-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (min-width: 768px) {
  .grid-column-md-3 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (min-width: 768px) {
  .grid-column-md-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

@media (min-width: 1024px) {
  .grid-column-lg-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (min-width: 1024px) {
  .grid-column-lg-3 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (min-width: 1024px) {
  .grid-column-lg-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

@media (min-width: 1260px) {
  .grid-column-xl-2 {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (min-width: 1260px) {
  .grid-column-xl-3 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (min-width: 1260px) {
  .grid-column-xl-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

@media (min-width: 768px) {
  .grid-column-span-md-1 {
    grid-column: span 1 !important;
  }
}

@media (min-width: 768px) {
  .grid-column-span-md-2 {
    grid-column: span 2 !important;
  }
}

@media (min-width: 768px) {
  .grid-column-span-md-3 {
    grid-column: span 3 !important;
  }
}

@media (min-width: 768px) {
  .grid-column-span-md-4 {
    grid-column: span 4 !important;
  }
}

@media (min-width: 1024px) {
  .grid-column-span-lg-1 {
    grid-column: span 1 !important;
  }
}

@media (min-width: 1024px) {
  .grid-column-span-lg-2 {
    grid-column: span 2 !important;
  }
}

@media (min-width: 1024px) {
  .grid-column-span-lg-3 {
    grid-column: span 3 !important;
  }
}

@media (min-width: 1024px) {
  .grid-column-span-lg-4 {
    grid-column: span 4 !important;
  }
}

@media (min-width: 1260px) {
  .grid-column-span-xl-1 {
    grid-column: span 1 !important;
  }
}

@media (min-width: 1260px) {
  .grid-column-span-xl-2 {
    grid-column: span 2 !important;
  }
}

@media (min-width: 1260px) {
  .grid-column-span-xl-3 {
    grid-column: span 3 !important;
  }
}

@media (min-width: 1260px) {
  .grid-column-span-xl-4 {
    grid-column: span 4 !important;
  }
}

@media (min-width: 1600px) {
  .grid-column-span-xxl-1 {
    grid-column: span 1 !important;
  }
}

@media (min-width: 1600px) {
  .grid-column-span-xxl-2 {
    grid-column: span 2 !important;
  }
}

@media (min-width: 1600px) {
  .grid-column-span-xxl-3 {
    grid-column: span 3 !important;
  }
}

@media (min-width: 1600px) {
  .grid-column-span-xxl-4 {
    grid-column: span 4 !important;
  }
}

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

.flex-grow-1 {
  flex-grow: 1 !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-center {
  align-items: center !important;
}

.align-end {
  align-items: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.radius-10 {
  border-radius: 0.625rem !important;
}

.radius-12 {
  border-radius: 0.75rem !important;
}

.radius-15 {
  border-radius: 0.9375rem !important;
}

.radius-20 {
  border-radius: 1.25rem !important;
}

.z-index-10 {
  z-index: 10;
}

.z-index-50 {
  z-index: 50 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.c-black {
  color: var(--black) !important;
}

.c-white {
  color: var(--white) !important;
}

.c-blue {
  color: var(--blue) !important;
}

.c-blue-dark {
  color: var(--blue-dark) !important;
}

.c-blue-hover {
  color: var(--blue-hover) !important;
}

.c-gray {
  color: var(--gray) !important;
}

.c-gray-dark {
  color: var(--gray-dark) !important;
}

.c-gray-light {
  color: var(--gray-light) !important;
}

.c-beige {
  color: var(--beige) !important;
}

.c-beige-hover {
  color: var(--beige-hover) !important;
}

.c-red {
  color: var(--red) !important;
}

.root {
  width: 100%;
  min-height: 100vh;
  max-width: 100%;
  padding-top: 3.5rem;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .root {
    padding-top: 4rem;
  }
}
@media (min-width: 1260px) {
  .root {
    padding-top: 8.125rem;
  }
}

.section {
  margin-bottom: 5rem;
}
.section--product, .section--product-earlier {
  padding: 1.25rem 1rem;
  border-radius: 0.75rem;
  background-color: white;
  margin-bottom: 0.5rem;
}
.section__header {
  margin-bottom: 1.25rem;
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.section__title {
  margin: 0;
  padding: 0;
  color: var(--blue);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.section__subtitle {
  color: #949494;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 100%;
}
.section__hero-text {
  margin-bottom: 60px;
  text-align: center;
}
.section__hero-text p {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: var(--blue);
}
.section__content {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section__content h2 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: var(--black);
  margin: 0;
}
.section__content p,
.section__content li {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  color: var(--black);
}
.section__content p strong,
.section__content li strong {
  font-weight: 500;
}
.section__content ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section__control {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: none;
  position: absolute;
}
.section__footer {
  margin-top: 1.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 6.25rem;
  }
  .section--product {
    margin-bottom: 0.5rem;
  }
  .section__header {
    margin-bottom: 2.5rem;
  }
  .section__footer {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section--product, .section--product-earlier {
    padding: 0;
    border-radius: 0;
    margin-bottom: 5rem;
    background-color: transparent;
  }
}
@media (min-width: 1260px) {
  .section {
    margin-bottom: 9.375rem;
  }
  .section--product {
    margin-bottom: 6.25rem;
  }
  .section__header {
    column-gap: 2.5rem;
  }
  .section__title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .section__subtitle {
    font-size: 1.125rem;
    line-height: 100%;
  }
  .section__control {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .section {
    margin-bottom: 10.625rem;
  }
  .section--product {
    margin-bottom: 6.25rem;
  }
  .section__control {
    display: none;
  }
}

.section-wrapper {
  padding: 0 0.625rem;
}
@media (min-width: 768px) {
  .section-wrapper {
    padding: 0 0.25rem;
  }
}

.grid-3 {
  display: grid;
  grid-row-gap: 0.625rem;
  grid-column-gap: 0.625rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1260px) {
  .grid-3 {
    grid-column-gap: 1.25rem;
  }
}

.grid-2 {
  display: grid;
  grid-row-gap: 0.625rem;
  grid-column-gap: 0.625rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1260px) {
  .grid-2 {
    grid-column-gap: 1.25rem;
  }
}

.main {
  flex-grow: 1;
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .main {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .main {
    padding-top: 1.875rem;
    padding-bottom: 5.625rem;
  }
}

.btn-switcher {
  margin: 0;
  padding: 0;
  opacity: 0.6;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--blue);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: transparent;
  text-transform: uppercase;
  transition: var(--transition-time);
}
.btn-switcher:hover, .btn-switcher.active {
  opacity: 1;
  color: var(--blue);
  transition: var(--transition-time);
}
@media (min-width: 1260px) {
  .btn-switcher {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.swiper-slide {
  height: auto;
}

.non-swiper-slide {
  display: none;
}

.page-header {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  column-gap: 0.625rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .page-header {
    column-gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.page-title {
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--font-primary);
}

.page-result {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: rgba(16, 36, 84, 0.6);
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  margin-left: 0;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  right: auto;
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  position: relative;
  touch-action: none;
  background: rgba(32, 46, 80, 0.2);
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 50;
  margin-top: 0.625rem;
  height: 2px;
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
@media (min-width: 768px) {
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 2.5rem;
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #202E50;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
  /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  height: auto;
}

.swiper-control {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
}

[data-swiper-reveal] {
  transition: opacity 1.35s ease, transform 1.35s ease;
}

[data-swiper-reveal].swiper-is-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

[data-swiper-reveal].swiper-is-ready {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  [data-swiper-reveal] {
    transition: none;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-shadow: none;
  --f-button-transition: all .15s ease;
  --f-button-transform: none;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(0, 0, 0, .7);
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-opacity: 1;
  --f-button-svg-disabled-opacity: .5;
  --f-button-svg-transition: opacity .15s ease;
  --f-button-svg-transform: none ;
}

.f-button {
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  transform: var(--f-button-transform);
  transition: var(--f-button-transition);
  backdrop-filter: var(--f-button-backdrop-filter);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  pointer-events: all;
  cursor: pointer;
  overflow: hidden;
}

@media (hover: hover) {
  .f-button:hover:not([aria-disabled]) {
    color: var(--f-button-hover-color, var(--f-button-color));
    background-color: var(--f-button-hover-bg, var(--f-button-bg));
  }
}
.f-button:active:not([aria-disabled]) {
  color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
  background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
  outline: none;
}

.f-button:focus-visible {
  outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
  outline-offset: var(--f-button-outline-offset);
  position: relative;
  z-index: 1;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  transform: var(--f-button-svg-transform);
  fill: var(--f-button-svg-fill);
  filter: var(--f-button-svg-filter);
  opacity: var(--f-button-svg-opacity, 1);
  transition: var(--f-button-svg-transition);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.f-button[aria-disabled] {
  cursor: default;
}

.f-button[aria-disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

[data-panzoom-action=toggleFS] g:first-child {
  display: flex;
}

[data-panzoom-action=toggleFS] g:last-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
  display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:first-child {
  display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
  display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
  display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

:root {
  --f-spinner-color-1: rgba(0, 0, 0, .1);
  --f-spinner-color-2: rgba(17, 24, 28, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px ;
}

.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
  border-radius: var(--f-spinner-border-radius);
  border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
  border-top-color: var(--f-spinner-color-2);
  animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
  to {
    transform: rotate(360deg);
  }
}
.f-panzoom, .f-zoomable {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
  display: block;
  content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
  margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
  margin-top: auto;
}

.f-panzoom.in-fullscreen, .f-zoomable.in-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: unset !important;
  z-index: 9999;
}

.f-panzoom__wrapper {
  position: relative;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
  cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
  cursor: move;
  cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
  cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
  display: none;
}

.f-panzoom__content {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
  visibility: hidden;
}

img.f-panzoom__content {
  width: auto;
  height: auto;
  vertical-align: top;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__wrapper > .f-panzoom__content {
  visibility: hidden;
}

.f-panzoom__viewport {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

picture.f-panzoom__content img {
  vertical-align: top;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: none;
  user-select: none;
}

.f-panzoom__protected {
  position: absolute;
  inset: 0;
  z-index: 1;
  user-select: none;
}

html.with-panzoom-in-fullscreen {
  overflow: hidden;
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.is-horizontal .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
  0% {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextX {
  0% {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextX {
  to {
    transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevX {
  to {
    transform: translate(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.is-vertical .f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
  0% {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNextY {
  0% {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNextY {
  to {
    transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
  }
}
@keyframes f-slideOutPrevY {
  to {
    transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  0% {
    transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
    opacity: var(--f-zoomInUp-opacity, 0);
  }
  to {
    transform: scale(1) translateZ(0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
    opacity: 0;
  }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
  padding: 0;
}

.f-html {
  position: relative;
  box-sizing: border-box;
}

.f-html.is-error {
  text-align: center;
}

.f-iframe {
  display: block;
  margin: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.f-caption {
  align-self: center;
  flex-shrink: 0;
  margin: var(--f-caption-margin);
  padding: var(--f-caption-padding, 16px 8px);
  max-width: 100%;
  max-height: calc(80vh - 100px);
  overflow: auto;
  overflow-wrap: anywhere;
  line-height: var(--f-caption-line-height);
  color: var(--f-caption-color);
  background: var(--f-caption-bg);
  font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  overflow: visible;
  max-width: var(--f-video-width, 960px);
  max-height: var(--f-video-height, 540px);
  aspect-ratio: var(--f-video-aspect-ratio);
  background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.f-button.is-arrow {
  --f-button-width: var(--f-arrow-width, 46px);
  --f-button-height: var(--f-arrow-height, 46px);
  --f-button-svg-width: var(--f-arrow-svg-width, 24px);
  --f-button-svg-height: var(--f-arrow-svg-height, 24px);
  --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
  --f-button-border-radius: var(--f-arrow-border-radius, unset);
  --f-button-bg: var(--f-arrow-bg, transparent);
  --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
  --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
  --f-button-shadow: var(--f-arrow-shadow);
  --f-button-color: var(--f-arrow-color);
  --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
  --f-button-active-color: var(--f-arrow-active-color, var(--f-arrow-hover-color));
  overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
  position: absolute;
  transform: translate(0);
  z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
  inset: 50% auto auto;
  transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
  right: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
  left: var(--f-arrow-pos, 0);
  transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
  top: var(--f-arrow-pos, 0);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
  top: auto;
  right: auto;
  bottom: var(--f-arrow-pos, 0);
  left: 50%;
  transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: var(--f-toolbar-margin, 0);
  padding: var(--f-toolbar-padding, 8px);
  line-height: var(--f-toolbar-line-height);
  background: var(--f-toolbar-bg, none);
  box-shadow: var(--f-toolbar-shadow, none);
  backdrop-filter: var(--f-toolbar-backdrop-filter);
  position: relative;
  z-index: 20;
  color: var(--f-toolbar-color, currentColor);
  font-size: var(--f-toolbar-font-size, 17px);
  font-weight: var(--f-toolbar-font-weight, inherit);
  font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
  text-shadow: var(--f-toolbar-text-shadow);
  text-align: center;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
  pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.f-carousel__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--f-toolbar-gap, 0);
}

.f-carousel__toolbar__column.is-left {
  display: flex;
  justify-self: flex-start;
  justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
  display: flex;
  justify-content: center;
}

.f-carousel__toolbar__column.is-right {
  display: flex;
  justify-self: flex-end;
  justify-content: flex-end;
  flex-flow: nowrap;
}

.f-carousel__toolbar__column {
  pointer-events: none;
}

.f-carousel__toolbar__column > * {
  pointer-events: all;
}

.f-counter {
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: default;
  user-select: none;
  margin: var(--f-counter-margin, 0);
  padding: var(--f-counter-padding, 4px);
  line-height: var(--f-counter-line-height);
  background: var(--f-counter-bg);
  border-radius: var(--f-counter-border-radius);
}

.f-counter span {
  padding: 0 var(--f-counter-gap, 4px);
}

:root {
  --f-thumbs-gap: 8px;
  --f-thumbs-margin: 0;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-z-index: 1;
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-clip-width: 46px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-fit: cover;
  --f-thumb-opacity: 1;
  --f-thumb-transition: opacity .3s ease, transform .15s ease;
  --f-thumb-border: none;
  --f-thumb-border-radius: 4px;
  --f-thumb-transfors: none;
  --f-thumb-shadow: none;
  --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
  --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
  --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff ;
}

.f-thumbs {
  flex-shrink: 0;
  margin: var(--f-thumbs-margin);
  padding: 0;
  background: var(--f-thumbs-bg);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  transition: max-height 0.3s ease, max-width 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
  max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
  max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-ltr {
  direction: ltr;
}

.f-thumbs.is-rtl {
  direction: rtl;
}

.f-thumbs__viewport {
  margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
  overflow: visible;
  display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
  height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
  position: relative;
  box-sizing: border-box;
  grid-area: 1/1;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
}

.f-thumbs__slide:hover button {
  opacity: var(--f-thumb-hover-opacity, 1);
  transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
  border: var(--f-thumb-hover-border, none);
  box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
  all: unset;
  margin: auto;
  padding: 0;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  outline: none;
  transition: var(--f-thumb-transition);
  border-radius: var(--f-thumb-border-radius);
  opacity: var(--f-thumb-opacity);
  transform: var(--f-thumb-transform);
  background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: none;
  border-radius: inherit;
  border: var(--f-thumb-border);
  box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
  opacity: var(--f-thumb-focus-opacity, 1);
  transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
  opacity: var(--f-thumb-active-opacity, 1);
  transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
  border: var(--f-thumb-active-border, none);
  box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
  z-index: 2;
}

.f-thumbs__slide.is-selected button {
  opacity: var(--f-thumb-selected-opacity, 1);
  transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
  border: var(--f-thumb-selected-border, none);
  box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--f-thumb-fit);
  border-radius: inherit;
  pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
  display: none;
}

.f-thumbs.is-classic {
  --f-carousel-slide-width: var(--f-thumb-width);
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: var(--f-thumbs-gap) ;
}

.f-thumbs.is-modern {
  --f-carousel-slide-width: calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));
  --f-carousel-slide-height: var(--f-thumb-height);
  --f-carousel-gap: 0;
  --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width))) ;
}

.f-thumbs.is-modern .f-thumbs__viewport {
  width: calc(100% + var(--f-carousel-slide-width) * 2);
  margin-inline: calc(var(--f-carousel-slide-width) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
  --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
  --clip-path: inset(0 var(--clip-shift) round var(--f-thumb-border-radius, 0));
  padding: 0;
  overflow: visible;
  left: var(--shift, 0);
  will-change: left;
  transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
  display: block;
  margin-inline: 50%;
  width: var(--f-thumb-width);
  clip-path: var(--clip-path);
  border: none;
  box-shadow: none;
  transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
  display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: var(--clip-shift);
  bottom: 0;
  right: var(--clip-shift);
  transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
  border-radius: inherit;
  border: var(--f-thumb-focus-border, none);
  box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
  --f-transition-duration: .25s;
  --f-transition-easing: ease-out ;
}

.f-thumbs.is-modern.is-syncing {
  --f-transition-duration: 0s ;
}

:root {
  --f-progressbar-height: 3px;
  --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
  --f-progressbar-opacity: 1;
  --f-progressbar-z-index: 30 ;
}

.f-progressbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--f-progressbar-z-index);
  height: var(--f-progressbar-height);
  transform: scaleX(0);
  transform-origin: 0;
  opacity: var(--f-progressbar-opacity);
  background: var(--f-progressbar-color);
  user-select: none;
  pointer-events: none;
  animation-name: f-progressbar;
  animation-play-state: running;
  animation-timing-function: linear;
}

.f-progressbar:empty {
  display: block;
}

button > .f-progressbar {
  --f-progressbar-height: 100%;
  --f-progressbar-opacity: .2 ;
}

@keyframes f-progressbar {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
[data-fullscreen-action=toggle] svg g:first-child {
  display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
  display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
  display: flex;
}

.in-fullscreen-mode > .f-carousel {
  flex: 1;
  min-width: 0 !important;
  min-height: 0 !important;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__dialog {
  width: 100%;
  height: 100vh;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  touch-action: none;
}

.fancybox__dialog:focus {
  outline: none;
}

.fancybox__dialog::backdrop {
  opacity: 0;
}

@supports (height: 100dvh) {
  .fancybox__dialog {
    height: 100dvh;
  }
}
.fancybox__dialog *:empty {
  display: block;
}

div.fancybox__dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
  --f-toolbar-margin: 0;
  --f-toolbar-padding: 8px;
  --f-toolbar-gap: 0;
  --f-toolbar-color: #ddd;
  --f-toolbar-font-size: 16px;
  --f-toolbar-font-weight: 500;
  --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  --f-toolbar-line-height: var(--f-button-height);
  --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
  --f-toolbar-shadow: none;
  --f-toolbar-bg: none;
  --f-counter-margin: 0;
  --f-counter-padding: 0px 10px;
  --f-counter-gap: 4px;
  --f-counter-line-height: var(--f-button-height);
  --f-carousel-gap: 17px;
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 100%;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-bg: unset;
  --f-html-color: #222;
  --f-html-bg: #fff;
  --f-error-color: #fff;
  --f-error-bg: #333;
  --f-caption-margin: 0;
  --f-caption-padding: 16px 8px;
  --f-caption-color: var(--fancybox-color, #dbdbdb);
  --f-caption-bg: transparent;
  --f-caption-font: inherit;
  --f-caption-line-height: 1.375;
  --f-spinner-color-1: rgba(255, 255, 255, .2);
  --f-spinner-color-2: rgba(255, 255, 255, .8);
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-border-radius: 50%;
  --f-spinner-border-width: 4px;
  --f-progressbar-color: rgba(255, 255, 255);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: #ddd;
  --f-button-hover-color: #fff;
  --f-button-outline-width: 1px;
  --f-button-outline-color: rgba(255, 255, 255, .75);
  --f-button-outline-offset: 0px;
  --f-button-bg: rgba(54, 54, 54, .75);
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-shadow: none;
  --f-button-transition: all .2s ease;
  --f-button-transform: none;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.75;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: .5;
  --f-arrow-pos: 32px;
  --f-arrow-width: 50px;
  --f-arrow-height: 50px;
  --f-arrow-svg-width: 24px;
  --f-arrow-svg-height: 24px;
  --f-arrow-svg-stroke-width: 2;
  --f-arrow-border-radius: 50%;
  --f-arrow-bg: rgba(54, 54, 54, .65);
  --f-arrow-color: #ddd;
  --f-arrow-hover-color: #fff;
  --f-close-button-width: 34px;
  --f-close-button-height: 34px;
  --f-close-border-radius: 4px;
  --f-close-button-color: #fff;
  --f-close-button-hover-color: #fff;
  --f-close-button-bg: transparent;
  --f-close-button-hover-bg: transparent;
  --f-close-button-active-bg: transparent;
  --f-close-button-svg-width: 22px;
  --f-close-button-svg-height: 22px;
  --f-thumbs-margin: 0px;
  --f-thumbs-padding-x: 8px;
  --f-thumbs-padding-y: 8px;
  --f-thumbs-bg: none;
  --f-thumb-transition: all .2s ease;
  --f-thumb-width: 94px;
  --f-thumb-height: 76px;
  --f-thumb-opacity: 1;
  --f-thumb-border: none;
  --f-thumb-shadow: none;
  --f-thumb-transform: none;
  --f-thumb-focus-opacity: 1;
  --f-thumb-focus-border: none;
  --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
  --f-thumb-focus-transform: none;
  --f-thumb-hover-opacity: 1;
  --f-thumb-hover-border: none;
  --f-thumb-hover-transform: none;
  --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
  --f-thumb-active-border: var(--f-thumb-hover-border);
  --f-thumb-active-transform: var(--f-thumb-hover-transform);
  --f-thumb-selected-opacity: 1;
  --f-thumb-selected-border: none;
  --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
  --f-thumb-selected-transform: none ;
}

.fancybox__container[theme=light] {
  --fancybox-color: #222;
  --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
  --f-toolbar-color: var(--fancybox-color, #222);
  --f-toolbar-text-shadow: none;
  --f-toolbar-font-weight: 400;
  --f-html-color: var(--fancybox-color, #222);
  --f-html-bg: #fff;
  --f-error-color: #555;
  --f-error-bg: #fff;
  --f-video-bg: #fff;
  --f-caption-color: #333;
  --f-spinner-color-1: rgba(0, 0, 0, .2);
  --f-spinner-color-2: rgba(0, 0, 0, .8);
  --f-spinner-border-width: 3.5px;
  --f-progressbar-color: rgba(111, 111, 116);
  --f-button-color: #333;
  --f-button-hover-color: #000;
  --f-button-outline-color: rgba(0, 0, 0, .85);
  --f-button-bg: rgba(255, 255, 255, .85);
  --f-button-svg-stroke-width: 1.3;
  --f-button-svg-filter: none;
  --f-arrow-bg: rgba(255, 255, 255, .85);
  --f-arrow-color: #333;
  --f-arrow-hover-color: #000;
  --f-arrow-svg-stroke-width: 1.3;
  --f-close-button-color: #555;
  --f-close-button-hover-color: #000;
  --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
  --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
  --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000 ;
}

.fancybox__container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.fancybox__container:focus {
  outline: none;
}

.fancybox__container.has-vertical-thumbs {
  flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
  overflow-x: clip;
  overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
  visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
  animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
  animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
  pointer-events: none;
  opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
  opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__carousel.is-vertical {
  --f-carousel-slide-height: 100% ;
}

.fancybox__carousel.is-ltr {
  direction: ltr;
}

.fancybox__carousel.is-rtl {
  direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
  position: absolute;
  content: "";
  inset: -30px;
  z-index: 1;
}

.fancybox__viewport {
  display: grid;
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
  overflow: visible;
  transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
  cursor: auto;
}

.fancybox__slide {
  box-sizing: border-box;
  position: relative;
  grid-area: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: var(--f-carousel-slide-width);
  height: var(--f-carousel-slide-height);
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  margin: 0;
  padding: var(--f-carousel-slide-padding);
  background: var(--f-carousel-slide-bg);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
  display: block;
  content: "";
}

.fancybox__slide:before {
  margin-bottom: auto;
}

.fancybox__slide:after {
  margin-top: auto;
}

.fancybox__slide.is-selected {
  z-index: 1;
}

.fancybox__slide.f-zoomable {
  overflow: visible;
}

.fancybox__slide.has-error {
  --f-html-color: var(--f-error-color, --f-html-color);
  --f-html-bg: var(--f-error-bg, --f-html-bg) ;
}

.fancybox__slide.has-html {
  overflow: auto;
  padding: 8px;
}

.fancybox__slide.has-close-btn {
  padding-top: 34px;
}

.fancybox__slide.has-controls:before {
  margin: 0;
}

.fancybox__slide .f-spinner {
  cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
  visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
  overflow: visible;
}

.f-button.is-close-button {
  --f-button-width: var(--f-close-button-width);
  --f-button-height: var(--f-close-button-height);
  --f-button-border-radius: var(--f-close-border-radius);
  --f-button-color: var(--f-close-button-color);
  --f-button-hover-color: var(--f-close-button-hover-color);
  --f-button-bg: var(--f-close-button-bg);
  --f-button-hover-bg: var(--f-close-button-hover-bg);
  --f-button-active-bg: var(--f-close-button-active-bg);
  --f-button-svg-width: var(--f-close-button-svg-width);
  --f-button-svg-height: var(--f-close-button-svg-height);
  position: absolute;
  top: calc(var(--f-button-height) * -1);
  right: 0;
  z-index: 40;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  min-height: 2.875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  padding: 0.5rem 1.875rem;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  column-gap: 0.625rem;
  align-items: center;
  border-radius: 0.25rem;
  justify-content: center;
  vertical-align: middle;
  transition: var(--transition-time);
}
.btn:hover {
  text-decoration: none;
  transition: var(--transition-time);
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn span {
  display: inline-block;
}
.btn i {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  height: 1.25rem;
}

.btn-primary {
  color: var(--blue);
  background-color: var(--beige);
}
.btn-primary:hover {
  color: var(--blue);
  background-color: var(--beige-hover);
}
.btn-primary:active {
  color: var(--blue);
  background-color: var(--beige);
}

.btn-secondary {
  color: var(--blue);
  stroke: var(--blue);
  border: 1px solid var(--gray-light);
  background-color: var(--gray-light);
}
.btn-secondary:hover {
  color: var(--blue);
  stroke: var(--blue);
  border-color: #D8B386;
  background-color: var(--gray-light);
}
.btn-secondary:active {
  color: var(--blue);
  stroke: var(--blue);
  border-color: var(--gray-light);
  background-color: var(--gray-light);
}

.btn-blue {
  color: white;
  background-color: var(--blue);
}
.btn-blue:hover {
  color: white;
  background-color: var(--blue-hover);
}
.btn-blue:active {
  color: white;
  background-color: var(--blue);
}

.btn-sm {
  min-height: 2.125rem;
  border-radius: 0;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0.5rem 1.125rem;
}

.btm-md {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.btn-link {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  color: var(--blue);
  stroke: var(--blue);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  border-bottom: 1px solid var(--blue);
  transition: var(--transition-time);
  cursor: pointer;
  display: inline-flex;
  column-gap: 0.625rem;
  align-items: center;
  background: transparent;
  text-decoration: none;
}
.btn-link i {
  font-size: 0;
  line-height: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  flex-shrink: 0;
}
.btn-link:hover {
  color: var(--blue);
  stroke: var(--blue);
  text-decoration: none;
  border-bottom-color: transparent;
  transition: var(--transition-time);
}
.btn-link:active {
  color: black;
  stroke: black;
}

.btn-control {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  fill: var(--blue);
  background-color: transparent;
  transition: var(--transition-time);
}
.btn-control:hover {
  fill: var(--blue);
  background-color: var(--gray-light);
  transition: var(--transition-time);
}
.btn-control:active {
  fill: var(--blue);
  background-color: transparent;
}

.btn-toggle {
  padding: 0;
  border: none;
  outline: none;
  fill: #AAAAAA;
  color: #AAAAAA;
  cursor: pointer;
  font-weight: 200;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-decoration: none;
  background-color: transparent;
  transition: var(--transition-time);
  display: inline-flex;
  align-items: center;
  column-gap: 0.5rem;
}
.btn-toggle:before {
  content: attr(data-toggle-show);
}
.btn-toggle i {
  font-size: 0;
  line-height: 0;
  width: 0.625rem;
  height: 0.625rem;
  display: inline-flex;
}
.btn-toggle:hover {
  fill: var(--blue);
  color: var(--blue);
  text-decoration: none;
  transition: var(--transition-time);
}
.btn-toggle.active:before {
  content: attr(data-toggle-hide);
}
.btn-toggle.active i {
  transform: rotate(180deg);
}

.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 36rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 61rem;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: inherit;
    width: 93vw;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 100%;
    max-width: 104.375rem;
  }
}

.container-fluid {
  max-width: 104.375rem;
}
@media (min-width: 1260px) {
  .container-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.tets939 {
  display: none;
}

[data-spoiler].open .spoiler__arrow {
  transform: rotate(0deg);
  transition: 0.3s;
}

[data-spoiler-control] {
  cursor: pointer;
}

[data-spoiler-content] {
  display: none;
}

.spoiler:not(:last-child) {
  margin-bottom: 1.25rem;
}
.spoiler__header {
  margin: 0;
  padding: 0.625rem 0;
  width: 100%;
  border: none;
  outline: none;
  stroke: black;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.spoiler__arrow {
  font-size: 0;
  line-height: 0;
  height: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: 0.3s;
}
.spoiler__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
}
.spoiler__content {
  padding: 0.625rem;
}
.spoiler__content p:last-child {
  margin-bottom: 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  background-color: white;
  filter: drop-shadow(0px 20px 20px rgba(11, 38, 56, 0.1));
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table td {
  padding: 0.625rem 0.9375rem;
}
.table td:not(:last-child) {
  border-right: 1px solid #F2F2F2;
}
.table tr:not(:last-child) td {
  border-bottom: 1px solid #F2F2F2;
}

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.tabs__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.tabs__btn {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #7d879d;
  cursor: pointer;
  transition: color 0.25s ease;
}
.tabs__btn.active {
  color: var(--blue);
}
.tabs__btn:hover {
  color: var(--blue);
}
.tabs__panel {
  display: none;
}
.tabs__panel.active {
  display: block;
}

.delivery-info {
  display: flex;
  align-items: stretch;
  gap: 5rem;
}
.delivery-info__text {
  flex: 0 0 48rem;
  padding-top: 0.2rem;
  font-size: 15px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #202020;
}
.delivery-info__text h2 {
  margin: 0 0 2rem;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}
.delivery-info__text ol {
  margin: 0 0 1.8rem;
  padding-left: 2.4rem;
}
.delivery-info__text p {
  margin: 0 0 1.8rem;
}
.delivery-info__text p:last-child {
  margin-bottom: 0;
}

.delivery-banner {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-height: 31.2rem;
  overflow: hidden;
  color: #0c1a3a;
  text-decoration: none;
}
.delivery-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.delivery-banner__link {
  position: absolute;
  right: 1.4rem;
  bottom: 2.6rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 0.1rem solid currentColor;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.delivery-banner__link svg {
  width: 2.8rem;
  height: 2.8rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.delivery-banner:hover .delivery-banner__link svg {
  transform: translate(0.4rem, -0.4rem);
}

@media (max-width: 1200px) {
  .delivery-info {
    gap: 3rem;
  }
  .delivery-info__text {
    flex-basis: 42rem;
  }
}
@media (max-width: 992px) {
  .tabs__nav {
    justify-content: flex-start;
    gap: 2rem;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .tabs__btn {
    flex: 0 0 auto;
  }
  .delivery-info {
    flex-direction: column;
  }
  .delivery-info__text {
    flex: none;
    width: 100%;
  }
  .delivery-banner {
    min-height: 28rem;
  }
}
@media (max-width: 576px) {
  .delivery-page {
    padding: 2rem 0 6rem;
  }
  .delivery-page .container {
    width: min(100% - 3rem, 164rem);
  }
  .delivery-page__title {
    margin: 2.4rem 0 2.8rem;
    font-size: 2.2rem;
  }
  .tabs__nav {
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
  .tabs__btn {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
  }
  .delivery-info {
    gap: 2.4rem;
  }
  .delivery-info__text h2 {
    font-size: 1.6rem;
  }
  .delivery-info__text li,
  .delivery-info__text p {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .delivery-banner {
    min-height: 22rem;
  }
  .delivery-banner__link {
    right: 1.5rem;
    bottom: 1.8rem;
    font-size: 1.3rem;
    gap: 0.8rem;
  }
  .delivery-banner__link svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.breadcrumb {
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--secondary);
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 0.875rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 0.25rem;
  align-items: center;
}
.breadcrumb-wrapper__blue {
  padding: 30px 0 20px;
  background-color: var(--blue);
  color: var(--white);
  margin-bottom: 40px;
}
.breadcrumb-wrapper__blue .breadcrumb {
  color: var(--white);
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  display: block;
}
.breadcrumb__link {
  color: inherit;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .breadcrumb-wrapper__blue {
    margin-bottom: 100px;
  }
}
@media (min-width: 1260px) {
  .breadcrumb {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

[data-dropdown] {
  position: relative;
}
[data-dropdown].open {
  z-index: 50;
}
[data-dropdown].open [data-dropdown-content] {
  opacity: 1;
  visibility: visible;
}

[data-dropdown-toggle] {
  cursor: pointer;
}

[data-dropdown-content] {
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  min-width: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.dropdown {
  display: inline-flex;
  flex-direction: column;
}
.dropdown__content {
  padding: 4px 0;
  overflow: hidden;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
}
.dropdown__group {
  border: none;
  box-shadow: none;
}
.dropdown__item {
  cursor: pointer;
  min-width: 100%;
  display: inline-flex;
  padding: 6px 20px;
}
.dropdown__item:hover {
  background-color: #eee;
}

.sorter {
  position: relative;
}
.sorter__button {
  width: 100%;
  border: none;
  outline: none;
  height: 2.375rem;
  color: #212121;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0.625rem;
  background-color: #E2E4EA;
  transition: var(--transition-time);
  display: flex;
  column-gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
.sorter__button span + span {
  display: none;
}
.sorter__button:hover {
  color: white;
  text-decoration: none;
  background-color: #102454;
  transition: var(--transition-time);
}
.sorter__layout {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  position: fixed;
  background-color: rgba(51, 51, 51, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
}
.sorter__content {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  position: fixed;
  background-color: white;
  padding: 2.5rem 1rem;
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
}
.sorter__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--blue);
}
.sorter__list {
  display: flex;
  row-gap: 0.875rem;
  flex-direction: column;
}
.sorter__item {
  padding: 0;
  border: none;
  outline: none;
  height: 1.5rem;
  text-align: left;
  cursor: pointer;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #212121;
  white-space: nowrap;
  background-color: transparent;
  transition: var(--transition-time);
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.sorter__item i {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid var(--blue);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.sorter__item i:before {
  width: 10px;
  height: 10px;
  content: "";
  flex-shrink: 0;
  display: block;
  border-radius: 0.625rem;
  border: 1px solid var(--blue);
}
.sorter__item:hover {
  color: var(--blue);
  transition: var(--transition-time);
}
.sorter__item.active i:before {
  background-color: var(--blue);
}
.sorter.open .sorter__content {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s;
}
.sorter.open .sorter__layout {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s;
}
.sorter.open .sorter__button {
  color: white;
  background-color: #102454;
}
@media (min-width: 768px) {
  .sorter__button {
    height: 2.75rem;
    font-weight: 500;
    color: white;
    background-color: var(--blue);
  }
  .sorter__button span:first-child:after {
    content: ":";
  }
  .sorter__button span:last-child {
    display: block;
  }
  .sorter__button:hover {
    color: white;
    background-color: var(--blue-hover);
  }
  .sorter__button:active {
    color: white;
    background-color: var(--blue);
  }
  .sorter__content {
    padding: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .sorter__button {
    height: 2.875rem;
  }
  .sorter__layout {
    display: none;
  }
  .sorter__content {
    right: auto;
    width: 100%;
    bottom: auto;
    top: calc(100% + 4px);
    padding: 1.25rem;
    position: absolute;
    border-radius: 0.25rem;
    background-color: #F7F7F9;
    border: 1px solid rgba(32, 46, 80, 0.1);
  }
  .sorter__title {
    display: none;
  }
  .sorter__footer {
    display: none;
  }
  .sorter__list {
    row-gap: 0.375rem;
  }
  .sorter__item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sorter__item i {
    border: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMS41IDEyLjVMOC41IDE5LjVMMjIuNSA1LjUnIHN0cm9rZT0nIzIwMkU1MCcvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
  }
  .sorter__item i:before {
    display: none;
  }
  .sorter__item.active i {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1600px) {
  .sorter__button {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .sorter__item {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.sorter-open {
  overflow: hidden;
}
@media (min-width: 1260px) {
  .sorter-open {
    overflow: visible;
  }
}

.page-control {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.page-control__progress {
  display: none;
}
.page-control__view {
  display: none;
}
@media (min-width: 1024px) {
  .page-control {
    flex-direction: row;
    align-items: center;
  }
  .page-control__progress {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .page-control__pagination {
    flex: 1;
  }
  .page-control__view {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .page-control {
    margin-top: 3.75rem;
  }
}

.pagination {
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  column-gap: 1.875rem;
  align-items: center;
  justify-content: center;
}
.pagination__control {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.pagination__arrow {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  flex-shrink: 0;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--blue);
  background-color: transparent;
}
.pagination__arrow.disabled {
  opacity: 0.5;
  cursor: default;
}
.pagination__link {
  font-weight: 300;
  color: var(--blue);
  text-decoration: none;
  transition: var(--transition-time);
}
.pagination__link:hover {
  color: var(--blue-hover);
  text-decoration: none;
  transition: var(--transition-time);
}
.pagination__link.active {
  font-weight: 600;
  cursor: default;
}
.pagination__button {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--blue);
  white-space: nowrap;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: transparent;
}
.pagination__button:hover {
  color: black;
}
.pagination__button:disabled, .pagination__button.disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 768px) {
  .pagination {
    column-gap: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .pagination {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .pagination__button {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.progress {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.progress__label {
  color: black;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.progress__value {
  height: 2.75rem;
  min-width: 3.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1260px) {
  .progress__label {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.view {
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
}
.view__label {
  color: black;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1260px) {
  .view__label {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.checkbox {
  padding: 0.1875rem;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
  color: var(--text-secondary);
  position: relative;
  align-items: flex-start;
  display: inline-flex;
  column-gap: 0.5rem;
}
.checkbox__input {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
.checkbox__input:checked + .checkbox__item {
  border-color: var(--blue);
  background: var(--blue);
}
.checkbox__input:checked + .checkbox__item:after {
  opacity: 1;
  visibility: visible;
}
.checkbox__input:indeterminate + .checkbox__item:before {
  border-color: var(--black);
  background: var(--black);
}
.checkbox__input:indeterminate + .checkbox__item:after {
  width: 10px;
  height: 2px;
  background: white;
  opacity: 1;
  visibility: visible;
}
.checkbox__input:disabled + .checkbox__item {
  opacity: 0.5;
  cursor: default;
}
.checkbox__input:disabled + .checkbox__item + .checkbox__label {
  opacity: 0.5;
  cursor: default;
}
.checkbox__item {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.0625rem;
  background: white;
  border: 1px solid var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.checkbox__item:after {
  z-index: 5;
  content: "";
  width: 11px;
  height: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTEnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAxMSAxNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNOS45MDQ1MyAwLjYwMTU2MkMzLjg4NTAzIDcuNjkyMzggMi43OTA1NCAxMi42MDE2IDIuNzkwNTQgMTIuNjAxNkMyLjc5MDU0IDEyLjYwMTYgMS42OTYwNSA5Ljg3NDQxIDAuNjAxNTYyIDguNzgzNCcgc3Ryb2tlPScjRDhCMzg2JyBzdHJva2Utd2lkdGg9JzEuMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJy8+PC9zdmc+");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  flex-shrink: 0;
}
.checkbox__label {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
  display: inline-block;
}
.checkbox--sm {
  font-weight: 200;
  column-gap: 1.25rem;
}
.checkbox--sm .checkbox__label {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1260px) {
  .checkbox {
    column-gap: 1.5625rem;
  }
  .checkbox--sm .checkbox__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}

.radio {
  font-size: 0;
  line-height: 0;
  font-weight: 400;
  position: relative;
  align-items: flex;
  display: inline-flex;
  column-gap: 0.75rem;
}
.radio__input {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
}
.radio__item {
  z-index: 1;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--secondary);
  flex-shrink: 0;
}
.radio__item:after {
  top: 5px;
  left: 5px;
  z-index: 2;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  border-radius: 50%;
}
.radio__label {
  color: black;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1rem;
  position: relative;
  display: block;
}
.radio__input:checked + .radio__item {
  background-color: var(--secondary);
}
.radio__input:checked + .radio__item::after {
  opacity: 1;
  visibility: visible;
}
.radio__input:disabled + .radio__item {
  opacity: 0.5;
}
.radio__input:disabled + .radio__item + .radio__label {
  opacity: 0.5;
}
@media (min-width: 1260px) {
  .radio {
    column-gap: 2rem;
  }
  .radio__label {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.radio-note {
  color: #6B6B6B;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 110%;
  padding: 0.25rem 0 0 1.875rem;
}
@media (min-width: 1260px) {
  .radio-note {
    font-size: 0.875rem;
    line-height: 110%;
    padding: 0.375rem 0 0 3rem;
  }
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

:active, :hover, :focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

option::selection {
  background: #ccc;
}

option::-moz-selection {
  background: #ccc;
}

option::-webkit-selection {
  background: #ccc;
  color: #fff;
}

.field {
  margin: 0;
  width: 100%;
  height: 2.5rem;
  outline: none;
  color: var(--primary);
  box-shadow: none;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.625rem 0.75rem;
  background: white;
  display: block;
  vertical-align: middle;
  border: 0.0625rem solid var(--color-border);
  transition: var(--transition-time);
}
.field::placeholder {
  color: #6B6B6B;
}
.field::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.field:focus, .field:active {
  outline: none;
}
.field:focus::placeholder, .field:active::placeholder {
  color: transparent;
}
.field.error {
  border-color: red !important;
}

.field-white {
  border-color: white;
}
.field-white:focus, .field-white:active {
  border-color: #D8B386;
}

textarea.field {
  height: auto;
  resize: none;
}

.field-group {
  position: relative;
}

.field-placeholder {
  top: 0.8125rem;
  left: 0.75rem;
  color: #6B6B6B;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 1rem;
  position: absolute;
}
@media (min-width: 768px) {
  .field-placeholder {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.field:focus + .field-placeholder,
.field:not(:placeholder-shown) + .field-placeholder {
  opacity: 0;
  visibility: hidden;
}

.file-field {
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.0625rem;
  max-width: 100%;
  font-weight: 400;
  padding: 0.25rem 0.75rem;
  overflow: hidden;
  position: relative;
  display: flex;
  height: 3.5rem;
  align-items: center;
  fill: var(--black);
  color: var(--black);
  text-decoration: none;
  background: #F3F4F8;
  column-gap: 0.625rem;
}
.file-field:hover {
  fill: var(--black);
  color: var(--black);
  text-decoration: none;
}
.file-field input {
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  display: block;
  overflow: hidden;
  position: absolute;
}
.file-field__icon {
  font-size: 0;
  line-height: 0;
  height: 1.5rem;
  flex-shrink: 0;
}
.quantity {
  position: relative;
  background: white;
  height: 2.875rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid black;
  display: flex;
  align-items: center;
}
.quantity input[type=text], .quantity input[type=number] {
  margin: 0;
  width: 100%;
  z-index: 10;
  border: none;
  outline: none;
  height: 2.75rem;
  outline: none;
  color: black;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.5rem 0;
  border-radius: 0;
  position: relative;
  background: transparent;
  display: block;
  vertical-align: middle;
}
.quantity input[type=text]::placeholder, .quantity input[type=number]::placeholder {
  color: transparent;
}
.quantity input[type=text]::-ms-clear, .quantity input[type=number]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.quantity input[type=text]:focus, .quantity input[type=text]:active, .quantity input[type=number]:focus, .quantity input[type=number]:active {
  opacity: 1;
  outline: none;
}
.quantity input[type=text]:focus::placeholder, .quantity input[type=text]:active::placeholder, .quantity input[type=number]:focus::placeholder, .quantity input[type=number]:active::placeholder {
  color: transparent;
}
.quantity input[type=text].error, .quantity input[type=number].error {
  border-color: red !important;
}
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.quantity__input {
  flex-grow: 1;
}
.quantity__button {
  top: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  stroke: #202E50;
  background: transparent;
  cursor: pointer;
}
.quantity--sm {
  padding: 0;
  border: none;
  height: 0.875rem;
  border-radius: 0;
}
.quantity--sm input[type=text], .quantity--sm input[type=number] {
  padding: 0;
  height: 0.875rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.quantity--sm .quantity__button {
  width: 0.875rem;
  height: 0.875rem;
}
@media (min-width: 768px) {
  .quantity--sm {
    height: 1.75rem;
    padding: 0 0.5rem;
    border: 1px solid rgba(32, 46, 80, 0.2);
  }
  .quantity--sm input[type=text], .quantity--sm input[type=number] {
    padding: 0;
    height: 1.625rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  .quantity--sm .quantity__button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .quantity {
    padding: 0.5rem 0.75rem;
  }
  .quantity--md {
    height: 3rem;
  }
  .quantity--md input[type=text], .quantity--md input[type=number] {
    height: 2.875rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .quantity .quantity__button {
    width: 1.875rem;
    height: 1.875rem;
  }
  .quantity--sm {
    height: 1.75rem;
    padding: 0 0.5rem;
    border: 1px solid rgba(32, 46, 80, 0.2);
  }
  .quantity--sm input[type=text], .quantity--sm input[type=number] {
    padding: 0;
    height: 1.625rem;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  .quantity--sm .quantity__button {
    width: 1.25rem;
    height: 1.25rem;
  }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.choices:focus {
  z-index: 20;
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices.is-focused {
  z-index: 20;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0.5rem;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 0.625rem;
  border-bottom: 1px solid #102454;
  background-color: #ffffff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.625rem;
  margin-right: 1.5625rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.625rem;
  opacity: 0.5;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #102454;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 0.3125rem;
  position: absolute;
  right: 0.71875rem;
  top: 50%;
  margin-top: -0.1875rem;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -0.5rem;
}
.choices[data-type*=select-one][dir=rtl]:after {
  left: 0.75rem;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 1.5625rem;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -0.25rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid rgb(7.84, 17.64, 41.16);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 0.5rem;
  width: 0.5rem;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: top;
  width: 100%;
  height: 3.75rem;
  min-width: 4.375rem;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 0.5rem 2.5rem 0.625rem 0.625rem;
  border: 0.0625rem solid #102454;
  border-radius: 0;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #102454;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 0.25rem;
  padding-left: 1rem;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 500;
  margin: 0.125rem 0.25rem 0.125rem 0;
  background-color: #102454;
  border: 0.0625rem solid rgb(11.92, 26.82, 62.58);
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 0.25rem;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(11.92, 26.82, 62.58);
  border: 1px solid rgb(7.84, 17.64, 41.16);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #102454;
  top: 100%;
  margin-top: 0.125rem;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.choices__list--dropdown.is-active {
  visibility: visible;
}
.is-open .choices__list--dropdown {
  border-color: rgb(3.76, 8.46, 19.74);
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
  border-radius: 0;
}
.choices__list--dropdown .choices__list {
  padding: 0.5rem 0;
  position: relative;
  max-height: 18.75rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 0.25rem 0.625rem;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
.choices__list--dropdown .choices__item.is-selected {
  font-weight: 600;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.625rem;
  border-bottom: 0.0625rem solid rgb(24.16, 54.36, 126.84);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #ffffff;
  font-size: 0.875rem;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  max-width: 100%;
}
.choices__input:focus {
  outline: 0;
}
[dir=rtl] .choices__input {
  padding-right: 0.125rem;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/*=====  End of Choices  ======*/
.switcher {
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-weight: 300;
  overflow: hidden;
  cursor: pointer;
  color: var(--text-secondary);
  position: relative;
  display: block;
  width: 3.25rem;
  height: 2rem;
  border-radius: 1.875rem;
  flex-shrink: 0;
}
.switcher input {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}
.switcher span {
  width: 3.25rem;
  height: 2rem;
  padding: 0.125rem;
  border-radius: 1.875rem;
  background-color: #D8B386;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.switcher span:before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  flex-shrink: 0;
  border-radius: 1.875rem;
  background-color: white;
}
.switcher input:checked + span {
  background-color: black;
  justify-content: flex-end;
}

.select {
  margin: 0;
  width: 100%;
  height: 2.5rem;
  outline: none;
  color: var(--primary);
  box-shadow: none;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.625rem 0.75rem;
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48bWFzayBpZD0ncGF0aC0xLWluc2lkZS0xXzM0MDNfNzYwOTgnIGZpbGw9J3doaXRlJz48cGF0aCBkPSdNMTkgNkwxMCAxNEwxIDYnLz48L21hc2s+PHBhdGggZD0nTTE5IDZMMTAgMTRMMSA2JyBmaWxsPScjMTAyNDU0Jy8+PHBhdGggZD0nTTE5LjY2NDQgNi43NDc0MUwyMC40MTE4IDYuMDgzMDVMMTkuMDgzIDQuNTg4MjNMMTguMzM1NiA1LjI1MjU5TDE5IDZMMTkuNjY0NCA2Ljc0NzQxWk0xMCAxNEw5LjMzNTY0IDE0Ljc0NzRDOS43MTQ1MiAxNS4wODQyIDEwLjI4NTUgMTUuMDg0MiAxMC42NjQ0IDE0Ljc0NzRMMTAgMTRaTTEuNjY0MzYgNS4yNTI1OUwwLjkxNjk1NSA0LjU4ODIzTC0wLjQxMTc3MyA2LjA4MzA1TDAuMzM1NjM2IDYuNzQ3NDFMMSA2TDEuNjY0MzYgNS4yNTI1OVpNMTkgNkwxOC4zMzU2IDUuMjUyNTlMOS4zMzU2NCAxMy4yNTI2TDEwIDE0TDEwLjY2NDQgMTQuNzQ3NEwxOS42NjQ0IDYuNzQ3NDFMMTkgNlpNMTAgMTRMMTAuNjY0NCAxMy4yNTI2TDEuNjY0MzYgNS4yNTI1OUwxIDZMMC4zMzU2MzYgNi43NDc0MUw5LjMzNTY0IDE0Ljc0NzRMMTAgMTRaJyBmaWxsPScjMTAyNDU0JyBtYXNrPSd1cmwoI3BhdGgtMS1pbnNpZGUtMV8zNDAzXzc2MDk4KScvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
  display: block;
  vertical-align: middle;
  border: 0.0625rem solid var(--color-border);
  transition: var(--transition-time);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select::placeholder {
  color: #6B6B6B;
}
.select::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.select:focus, .select:active {
  outline: none;
}
.select:focus::placeholder, .select:active::placeholder {
  color: transparent;
}
.select.error {
  border-color: red !important;
}
.select:after {
  content: "";
  right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}
@media (min-width: 1260px) {
  .select {
    height: 2.75rem;
    padding: 0.75rem 0.75rem;
  }
}

.select-white {
  border-color: white;
}
.select-white:focus, .select-white:active {
  border-color: #D8B386;
}

.form-label {
  display: block;
  color: #6B6B6B;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  margin-bottom: 0.5rem;
}

.form-note {
  display: block;
  color: #6B6B6B;
  font-weight: 200;
  font-size: 0.625rem;
  line-height: 0.6875rem;
  margin-top: 0.25rem;
}
.form-note a {
  color: #6B6B6B;
  text-decoration: none;
  transition: var(--transition-time);
}
.form-note a:hover {
  color: var(--blue);
  text-decoration: none;
  transition: var(--transition-time);
}
@media (min-width: 1600px) {
  .form-note {
    font-size: 0.875rem;
    line-height: 0.9375rem;
  }
}

.rating {
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
}
.rating__body {
  position: relative;
}
.rating__active {
  top: 0;
  left: 0;
  width: 0;
  z-index: 5;
  overflow: hidden;
  position: absolute;
  display: flex;
  fill: var(--yellow);
}
.rating__stars {
  display: flex;
  fill: transparent;
}
.rating__star {
  flex-shrink: 0;
  height: 1rem;
  display: inline-block;
}
.rating__items {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
}
.rating__item {
  color: var(--yellow);
  cursor: pointer;
  flex: 0 0 20%;
}
.rating__value {
  top: 2px;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-left: 0.625rem;
}

[data-rating-readonly=true] .rating__item {
  cursor: default;
}

.simple-rating {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  font-size: 0;
  line-height: 0;
  flex-direction: row-reverse;
}
.simple-rating__item {
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.simple-rating__label {
  color: gold;
  font-size: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
  display: block;
  transition: 0.3s;
}
.simple-rating__label:before {
  content: "☆";
}
.simple-rating__item:checked:before, .simple-rating__item:checked ~ .simple-rating__label:before {
  content: "★";
}
.simple-rating__label:hover:before, .simple-rating__label:hover ~ .simple-rating__label:before, .simple-rating__label:checked ~ .simple-rating__label:hover:before {
  content: "★";
}

.pulse-button {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 0;
  font-weight: 0;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background-color: #45d354;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9JyNmZmYnIGhlaWdodD0nNTEyJyB3aWR0aD0nNTEyJz48cGF0aCBkPSdNMzA4IDI3M2MtMy0yLTYtMy05IDFsLTEyIDE2Yy0zIDItNSAzLTkgMS0xNS04LTM2LTE3LTU0LTQ3LTEtNCAxLTYgMy04bDktMTRjMi0yIDEtNCAwLTZsLTEyLTI5Yy0zLTgtNi03LTktN2gtOGMtMiAwLTYgMS0xMCA1LTIyIDIyLTEzIDUzIDMgNzMgMyA0IDIzIDQwIDY2IDU5IDMyIDE0IDM5IDEyIDQ4IDEwIDExLTEgMjItMTAgMjctMTkgMS0zIDYtMTYgMi0xOG0tNzkgOTRjLTQxIDAtNzItMjItNzItMjJsLTQ5IDEzIDEyLTQ4cy0yMC0zMS0yMC03MGMwLTcyIDU5LTEzMiAxMzItMTMyIDY4IDAgMTI2IDUzIDEyNiAxMjcgMCA3Mi01OCAxMzEtMTI5IDEzMm0tMTU5IDI5bDgzLTIzYTE1OCAxNTggMCAwIDAgMjMwLTE0MGMwLTg2LTY4LTE1NS0xNTQtMTU1YTE1OCAxNTggMCAwIDAtMTM3IDIzNicvPjwvc3ZnPg==");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(69, 211, 84, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}
.pulse-button:hover {
  -webkit-animation: none;
  transform: scale(0.9);
}
.pulse-button:active {
  transform: scale(0.95);
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(69, 211, 84, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(69, 211, 84, 0);
  }
}
.fixed-button {
  right: 30px;
  bottom: 50px;
  z-index: 500;
  position: fixed;
}

.bottom-link {
  position: absolute;
  left: auto;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.bottom-link.color-yellow {
  color: var(--beige);
  border-color: var(--beige);
  stroke: var(--beige);
}

.banner {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-direction: column;
}
.banner-3parts .banner-media {
  position: relative;
  flex: 0 0 50%;
  overflow: hidden;
}
.banner-media {
  position: relative;
  flex: 0 0 20%;
  overflow: hidden;
}
.banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-info {
  flex: 1;
}
.banner-info h2 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: var(--blue);
}
.banner-info h3 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: var(--black);
}
.banner-info ul {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.banner-info ul li::before {
  content: "— ";
}
.banner-info li,
.banner-info p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
}
.banner-info li strong,
.banner-info p strong {
  font-weight: 600;
}
.banner-info__wrapper {
  padding: 20px;
}
.banner-info__wrapper.bg-white {
  background-color: var(--white);
}
@media (min-width: 768px) {
  .banner-media {
    position: relative;
    flex: 0 0 50%;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .banner {
    flex-direction: row;
  }
  .banner-3parts .banner-media {
    position: relative;
    flex: 0 0 30%;
    overflow: hidden;
  }
}
.share-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
}

.share-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.share-popup__content {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  background: #fff;
}

.share-popup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 16px;
}

.share-popup__title {
  font-size: 18px;
  font-weight: 600;
}

.share-popup__close {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
}

.share-popup__actions {
  display: grid;
  gap: 10px;
}

.share-popup__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 800;
  position: fixed;
  background-color: white;
  border-bottom: 1px solid #F3F2F2;
}
.header__wrapper {
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.header__logo {
  width: 7.5rem;
  display: block;
  flex-shrink: 0;
}
.header__group {
  flex: 1;
  min-width: 0;
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.header__button {
  margin: 0;
  padding: 0;
  fill: none;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  position: relative;
  stroke: var(--blue-dark);
  background-color: transparent;
}
.header__button span {
  display: flex;
  position: absolute;
  top: 0;
  right: -6px;
  color: #000000;
  font-size: 10px;
  background-color: #D8B386;
  padding: 8px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
}
.header__button span.is-hidden {
  display: none;
}
.header__burger {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  stroke: var(--blue-dark);
  background-color: transparent;
}
.header__nav {
  display: none;
}
@media (min-width: 768px) {
  .header__wrapper {
    height: 4rem;
  }
  .header__logo {
    width: 8.75rem;
  }
  .header__group {
    column-gap: 0.875rem;
  }
}
@media (min-width: 1260px) {
  .header {
    position: absolute;
    border-bottom: none;
  }
  .header__wrapper {
    height: 4.75rem;
  }
  .header__logo {
    width: 10rem;
  }
  .header__group {
    column-gap: 1.25rem;
  }
  .header__burger {
    display: none;
  }
  .header__nav {
    display: block;
  }
}
.header-nav {
  margin: 0;
  padding: 0;
  line-height: 120%;
  list-style: none;
  display: flex;
  column-gap: 0.875rem;
  align-items: center;
}
.header-nav > li {
  position: relative;
}
.header-nav > li > a {
  padding: 0.75rem 0;
  font-size: 1rem;
  white-space: nowrap;
  color: var(--text-primary);
  stroke: var(--text-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header-nav > li > a i {
  font-size: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s;
}
.header-nav > li > a:hover {
  color: var(--blue);
  stroke: var(--blue);
  text-decoration: none;
}
.header-nav > li > a:hover i {
  transform: rotate(180deg);
}
.header-nav > li:hover > a {
  color: var(--blue);
  stroke: var(--blue);
}
.header-nav > li:hover .header-nav__secondary {
  opacity: 1;
  visibility: visible;
}
.header-nav__title {
  color: var(--blue);
  font-size: 1.25rem;
  line-height: 1.25rem;
  white-space: nowrap;
  margin-bottom: 1.25rem;
}
.header-nav__secondary {
  left: 0;
  top: 100%;
  min-width: 23.125rem;
  font-size: 1rem;
  line-height: 1rem;
  padding: 1.25rem;
  position: absolute;
  background-color: white;
  border: 1px solid rgba(32, 46, 80, 0.2);
  box-shadow: var(--box-shadow);
  opacity: 0;
  visibility: hidden;
}
.header-nav__secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.header-nav__secondary ul li a {
  color: var(--text-primary);
  stroke: var(--text-primary);
  text-decoration: none;
}
.header-nav__secondary ul li a:hover {
  color: var(--blue);
  stroke: var(--blue);
  text-decoration: none;
}
@media (min-width: 1600px) {
  .header-nav {
    column-gap: 1.25rem;
  }
}

.footer {
  color: white;
  line-height: 110%;
  font-size: 0.75rem;
  background-color: var(--blue);
}
.footer__main {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__info {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.footer__copyright {
  padding: 0.625rem 0;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__row {
  display: grid;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr;
}
.footer__name {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.footer__name a {
  color: white;
  text-decoration: none;
}
.footer__name a:hover {
  color: white;
  text-decoration: none;
}
.footer__text {
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 110%;
  margin-bottom: 1.25rem;
}
.footer__social {
  display: flex;
  column-gap: 0.75rem;
  align-items: center;
}
.footer__nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__nav.open .footer__title i {
  transform: rotate(180deg);
}
.footer__nav.open .footer__menu {
  display: block;
}
.footer__title {
  padding: 0.625rem 0;
  color: white;
  stroke: white;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__title i {
  font-size: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}
.footer__menu {
  display: none;
  font-size: 0.75rem;
  line-height: 110%;
  padding-bottom: 0.625rem;
  font-weight: 200;
}
.footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
}
.footer__menu ul a {
  color: white;
  text-decoration: none;
}
.footer__menu ul a:hover {
  color: white;
  text-decoration: underline;
}
.footer__contacts {
  font-size: 0.75rem;
  line-height: 110%;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.footer__contacts a {
  white-space: nowrap;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition-time);
}
.footer__contacts a:hover {
  color: white;
  text-decoration: none;
  transition: var(--transition-time);
}
.footer__links {
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
  font-size: 0.875rem;
  font-weight: 200;
}
.footer__links a {
  white-space: nowrap;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  transition: var(--transition-time);
}
.footer__links a:hover {
  color: white;
  text-decoration: none;
  transition: var(--transition-time);
}
@media (min-width: 1024px) {
  .footer__main {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .footer__row {
    grid-column-gap: 1.25rem;
    grid-template-columns: 13.875rem 1fr;
  }
  .footer__text {
    margin-bottom: 0.625rem;
  }
  .footer__navigation {
    display: grid;
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer__nav {
    border-bottom: none;
  }
  .footer__title {
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .footer__title i {
    display: none;
  }
  .footer__menu {
    padding: 0;
    display: block;
  }
  .footer__info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1260px) {
  .footer__main {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .footer__row {
    grid-template-columns: 17.25rem 1fr;
  }
  .footer__name {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 2.5rem;
  }
  .footer__title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 2.5rem;
  }
  .footer__text {
    font-size: 0.875rem;
    line-height: 110%;
    margin-bottom: 1.25rem;
  }
  .footer__menu {
    font-size: 0.875rem;
    line-height: 110%;
  }
  .footer__menu ul {
    row-gap: 0.625rem;
  }
  .footer__social {
    column-gap: 0.5rem;
  }
  .footer__contacts {
    font-size: 0.875rem;
    line-height: 110%;
    row-gap: 0.625rem;
  }
  .footer__links {
    font-size: 0.875rem;
    line-height: 110%;
    row-gap: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .footer__row {
    grid-template-columns: 24.6875rem 1fr;
  }
  .footer__text {
    width: 21.875rem;
  }
}

.btn-social {
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--beige);
  transition: var(--transition-time);
}
.btn-social:hover {
  fill: white;
  transition: var(--transition-time);
}
@media (min-width: 1260px) {
  .btn-social {
    width: 2.125rem;
    height: 2.125rem;
  }
}

.navbar {
  display: none;
  left: 0;
  right: 0;
  top: 4.75rem;
  z-index: 700;
  position: absolute;
  background-color: white;
  border-bottom: 1px solid #F3F2F2;
}
.navbar__wrapper {
  height: 3.25rem;
  position: relative;
  display: flex;
  align-items: center;
}
.navbar__wrapper:before {
  flex: 1;
  min-width: 0;
  content: "";
}
.navbar__search {
  flex: 1;
  height: 2rem;
  min-width: 0;
  position: relative;
}
.navbar__menu {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  list-style: none;
  display: flex;
  column-gap: 2.5rem;
  align-items: center;
}
.navbar__link {
  height: 3.25rem;
  color: var(--blue);
  padding: 0.625rem 0;
  text-decoration: none;
  transition: var(--transition-time);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar__link:hover {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition-time);
}
@media (min-width: 1260px) {
  .navbar {
    display: block;
  }
}
.search {
  right: 0;
  top: 50%;
  height: 2rem;
  transform: translateY(-50%);
  z-index: 20;
  position: absolute;
}
.search__button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.1875rem;
  white-space: nowrap;
  cursor: pointer;
  height: 2rem;
  text-decoration: none;
  color: var(--text-primary);
  stroke: var(--text-primary);
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.search__button i {
  font-size: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}
.search.open .search__button {
  display: none;
}
.search__form {
  top: 50%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 200;
  width: 0;
  height: 2rem;
  position: absolute;
  transition: 0.25s;
}
.search__input {
  margin: 0;
  width: 100%;
  height: 2rem;
  outline: none;
  color: var(--text-primary);
  box-shadow: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 0.375rem 3rem 0.375rem 0.625rem;
  background: #F7F7F9;
  display: block;
  border-radius: 0.25rem;
  vertical-align: middle;
  border: 0.0625rem solid #DCDCDC;
}
.search__input::placeholder {
  color: var(--text-secondary);
}
.search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search__input:focus, .search__input:active {
  outline: none;
}
.search__input:focus::placeholder, .search__input:active::placeholder {
  color: transparent;
}
.search__input.error {
  border-color: red !important;
}
.search__send {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  width: 2.75rem;
  cursor: pointer;
  stroke: var(--blue);
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__send i {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}
.search.open .search__form {
  opacity: 1;
  visibility: visible;
  width: 24.625rem;
  transition: 0.25s;
}

.nav-mobile {
  z-index: 950;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 25rem;
  background-color: #F7F7F9;
  position: fixed;
  display: flex;
  flex-direction: column;
  transform: translateX(-450px);
  transition: 0.3s;
}
.nav-mobile__header {
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-mobile__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: var(--blue);
  text-transform: uppercase;
}
.nav-mobile__body {
  flex-grow: 1;
  position: relative;
}
.nav-mobile__close {
  padding: 0;
  font-size: 0;
  border: none;
  outline: none;
  line-height: 0;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
  stroke: var(--blue);
  background-color: transparent;
  display: block;
  flex-shrink: 0;
}
.nav-mobile__scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  padding: 0 1rem 1.25rem 1rem;
}
.nav-mobile__search {
  margin-bottom: 1.25rem;
}
.nav-mobile__item {
  border-bottom: 1px solid white;
}
.nav-mobile__item.open .nav-mobile__link i {
  transform: rotate(180deg);
  transition: var(--transition-time);
}
.nav-mobile__link {
  font-weight: 300;
  text-decoration: none;
  padding: 0.875rem 1.25rem;
  color: var(--blue);
  stroke: var(--blue);
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.nav-mobile__link--lead {
  font-weight: 500;
  text-transform: uppercase;
  background-color: #E2E4EA;
}
.nav-mobile__link i {
  font-size: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: var(--transition-time);
}
.nav-mobile__link:hover {
  color: var(--blue);
  stroke: var(--blue);
  text-decoration: none;
}
.nav-mobile__secondary {
  font-weight: 300;
  padding: 0.875rem 0;
  color: var(--blue);
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-top: 1px solid white;
}
.nav-mobile__secondary ul {
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.nav-mobile__secondary ul a {
  color: var(--blue);
  text-decoration: none;
}
.nav-mobile__secondary ul a:hover {
  color: var(--blue);
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-mobile__links {
    display: none;
  }
}
@media (min-width: 1260px) {
  .nav-mobile {
    display: none;
  }
}
.nav-mobile-layout {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1260px) {
  .nav-mobile-layout {
    display: none;
  }
}

.nav-open {
  overflow: hidden;
}
.nav-open .nav-mobile {
  transform: translateX(0);
  transition: 0.3s;
}
.nav-open .nav-mobile-layout {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
@media (min-width: 1260px) {
  .nav-open {
    overflow: visible;
  }
}

.nav-search {
  position: relative;
}
.nav-search__input {
  margin: 0;
  width: 100%;
  height: 2.75rem;
  outline: none;
  color: var(--text-primary);
  box-shadow: none;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 0.875rem 2.75rem 0.875rem 0.625rem;
  background: white;
  display: block;
  border-radius: 0.25rem;
  vertical-align: middle;
  border: 0.0625rem solid #DCDCDC;
}
.nav-search__input::placeholder {
  color: var(--text-secondary);
}
.nav-search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.nav-search__input:focus, .nav-search__input:active {
  outline: none;
}
.nav-search__input:focus::placeholder, .nav-search__input:active::placeholder {
  color: transparent;
}
.nav-search__input.error {
  border-color: red !important;
}
.nav-search__button {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  width: 2.75rem;
  cursor: pointer;
  stroke: var(--blue);
  position: absolute;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-search__button i {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
}

.hero {
  color: white;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
  height: calc(100dvh - 3.5rem);
}
.hero__main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  min-height: calc(100dvh - 3.5rem);
  display: flex;
  row-gap: 3.75rem;
  flex-direction: column;
  justify-content: space-between;
}
.hero .breadcrumb {
  margin-top: 30px;
  color: var(--white);
}
.hero__media {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
}
.hero__media:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  content: "";
  opacity: 0.1;
  position: absolute;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(8, 30, 61) 50%, rgba(10, 31, 54, 0) 100%);
}
.hero__header {
  margin: 0;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.75rem;
}
.hero__text {
  font-size: 0.875rem;
  line-height: 100%;
  margin-bottom: 1.25rem;
}
.hero__text p {
  margin-bottom: 0.625rem;
}
.hero__text p:last-child {
  margin-bottom: 0;
}
.hero__button .btn {
  width: 100%;
}
.hero .breadcrumbs {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 200;
  color: var(--white);
}
@media (min-width: 768px) {
  .hero {
    text-align: left;
    margin-bottom: 2.5rem;
  }
  .hero__main {
    min-height: inherit;
    height: 37.5rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .hero__header {
    width: 31.25rem;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .hero__text {
    width: 26.875rem;
  }
  .hero__button {
    width: 14.375rem;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: auto;
  }
}
@media (min-width: 1260px) {
  .hero {
    margin-bottom: 9.375rem;
  }
  .hero__main {
    padding-top: 6.25rem;
  }
  .hero__header {
    width: 51.875rem;
    font-size: 3rem;
    line-height: 3rem;
  }
  .hero__text {
    width: 38.75rem;
    font-size: 1rem;
    line-height: 100%;
  }
  .hero__button {
    width: 20rem;
  }
}
@media (min-width: 1400px) {
  .hero__media {
    left: 50%;
    transform: translateX(-50%);
    width: 120rem;
  }
}
@media (min-width: 1600px) {
  .hero {
    margin-bottom: 10.625rem;
  }
  .hero__main {
    height: 45rem;
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }
  .hero__text {
    width: 37.5rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .hero__media {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}

.about {
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
}
.about__secondary {
  display: none;
}
.about__main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
}
.about__item {
  font-size: 0.875rem;
  line-height: 100%;
  text-align: center;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(32, 46, 80, 0.2);
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.about__title {
  font-weight: 600;
}
.about__text {
  font-weight: 300;
}
@media (min-width: 768px) {
  .about {
    flex-direction: column-reverse;
  }
  .about__main {
    row-gap: 0.625rem;
  }
  .about__item {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .about__title {
    width: 50%;
    flex-shrink: 0;
    font-size: 1.125rem;
    line-height: 100%;
  }
  .about__text {
    width: 50%;
    flex-shrink: 0;
  }
  .about__gallery {
    display: grid;
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 25rem 1fr;
  }
  .about__secondary {
    display: block;
  }
}
@media (min-width: 1024px) {
  .about__gallery {
    grid-template-columns: 1fr 33.125rem 1fr;
  }
}
@media (min-width: 1260px) {
  .about {
    row-gap: 2.5rem;
  }
  .about__main {
    width: 47.625rem;
  }
}
@media (min-width: 1600px) {
  .about__gallery {
    grid-template-columns: 1fr 50.625rem 1fr;
  }
  .about__item {
    font-size: 1rem;
    line-height: 100%;
  }
  .about__main {
    width: 50.625rem;
  }
}

.subscribe {
  display: grid;
  grid-row-gap: 1.25rem;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr;
}
.subscribe__content {
  padding: 3rem 0.625rem;
  background-color: white;
  display: flex;
  row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
}
.subscribe__container {
  display: flex;
  row-gap: 2.5rem;
  flex-direction: column;
}
.subscribe__title {
  max-width: 21.875rem;
  color: var(--blue);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 100%;
}
.subscribe__title br {
  display: none;
}
.subscribe__wrapper {
  display: flex;
  align-items: center;
}
.subscribe__link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: var(--blue);
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.subscribe__link:hover {
  color: var(--blue);
  text-decoration: none;
}
.subscribe__icon {
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  fill: var(--blue);
}
.subscribe__text {
  font-style: normal;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid var(--blue);
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.subscribe__text i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  stroke: var(--blue);
  flex-shrink: 0;
}
.subscribe__media {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: var(--blue);
  stroke: var(--blue);
  text-transform: uppercase;
  display: block;
  position: relative;
}
.subscribe__label {
  z-index: 10;
  right: 0.625rem;
  bottom: 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-bottom: 1px solid var(--blue);
  font-style: normal;
  position: absolute;
  display: flex;
  row-gap: 0.625rem;
  align-items: center;
}
.subscribe__label i {
  display: block;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 768px) {
  .subscribe__content {
    padding: 3rem 1.25rem 3rem 1.25rem;
  }
  .subscribe__title {
    max-width: 25rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .subscribe__media {
    height: 23.75rem;
  }
}
@media (min-width: 1024px) {
  .subscribe {
    grid-template-columns: 1fr 1fr;
  }
  .subscribe__media {
    height: auto;
  }
}
@media (min-width: 1260px) {
  .subscribe__title {
    max-width: inherit;
  }
  .subscribe__media {
    height: 16.0625rem;
  }
  .subscribe__link {
    column-gap: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .subscribe__title {
    max-width: 25rem;
  }
}

.contact-item {
  background-color: white;
}
.contact-item__header {
  color: var(--blue);
  stroke: var(--blue);
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.contact-item__icon {
  padding: 0;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
}

.contact {
  overflow: hidden;
  position: relative;
}
.contact__map {
  height: 36.25rem;
  margin-bottom: 1.25rem;
}
.contact__main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact__search {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact__search-title {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--blue);
}
.contact__search input {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 300;
  padding: 14px 12px;
  height: auto;
  background-color: var(--white);
}
.contact__search input::placeholder {
  color: var(--text-secondary);
}
.contact__scroll {
  max-height: 27.875rem;
  overflow-y: auto;
}
.contact__scroll::-webkit-scrollbar {
  width: 0.125rem;
  height: 0.125rem;
}
.contact__scroll::-webkit-scrollbar-thumb {
  background-color: var(--blue);
}
.contact__scroll::-webkit-scrollbar-track {
  background: white;
}
.contact__wrapper {
  padding-right: 0.25rem;
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact__map {
    height: 30rem;
  }
}
@media (min-width: 1024px) {
  .contact__map {
    height: 40.875rem;
  }
  .contact__scroll {
    max-height: 34.75rem;
  }
  .contact__main {
    padding: 1.25rem;
    width: 22.75rem;
    z-index: 20;
    top: 1.25rem;
    right: 1.25rem;
    position: absolute;
    background-color: #F8F8FB;
    height: 580px;
  }
}
@media (min-width: 1260px) {
  .contact__map {
    height: 40.875rem;
  }
  .contact__main {
    width: 34.375rem;
  }
  .contact__scroll {
    max-height: 34.75rem;
  }
  .contact__wrapper {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1600px) {
  .contact__map {
    height: 47.375rem;
  }
  .contact__main {
    width: 40.75rem;
    height: 670px;
  }
  .contact__scroll {
    max-height: 41.875rem;
  }
}

.contact-item {
  background-color: white;
  border: 1px solid white;
}
.contact-item__header {
  padding: 0.625rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 100%;
  color: var(--blue);
  stroke: var(--blue);
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.contact-item__icon {
  padding: 0;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  transform: rotate(0deg);
  transition: var(--transition-time);
}
.contact-item__content {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 100%;
  color: var(--text-secondary);
}
.contact-item__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.contact-item__content a {
  color: var(--text-secondary);
  text-decoration: none;
}
.contact-item__content a:hover {
  color: var(--text-secondary);
  text-decoration: none;
}
.contact-item__wrapper {
  padding: 0 0.625rem 0.625rem 0.625rem;
}
.contact-item.open {
  border-color: var(--beige);
  background-color: transparent;
}
.contact-item.open .contact-item__icon {
  transform: rotate(-90deg);
  transition: var(--transition-time);
}
@media (min-width: 1260px) {
  .contact-item__header {
    padding: 1.1875rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .contact-item__content {
    font-size: 1rem;
    line-height: 100%;
  }
  .contact-item__content ul {
    row-gap: 0.625rem;
  }
  .contact-item__wrapper {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
.item {
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item__media {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.875rem;
}
.item__title {
  font-size: 0.875rem;
  line-height: 0.9375rem;
  margin-bottom: 0.5rem;
}
.item__title a {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-time);
}
.item__title a:hover {
  color: var(--blue);
  text-decoration: none;
  transition: var(--transition-time);
}
.item__article {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0.875rem;
}
.item__price {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  white-space: nowrap;
}
.item--sm .item__title {
  margin-bottom: 0;
}
@media (min-width: 1260px) {
  .item__media img {
    transform: scale(1);
    transition: var(--transition-time);
  }
  .item__media:hover img {
    transform: scale(1.1);
    transition: var(--transition-time);
  }
  .item__article {
    font-size: 1rem;
  }
  .item__title {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .item__price {
    font-size: 1rem;
    line-height: 1.125rem;
  }
  .item--sm .item__title {
    font-size: 0.875rem;
    line-height: 0.9375rem;
  }
}
.item-inline {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--blue);
  position: relative;
  text-decoration: none;
  padding: 0.625rem 1rem;
  border-bottom: 1px solid rgba(32, 46, 80, 0.2);
  display: grid;
  grid-template-columns: 1fr 4.375rem 1.5rem;
}
.item-inline:first-child {
  border-top: 1px solid rgba(32, 46, 80, 0.2);
}
.item-inline:hover {
  color: var(--blue);
  position: relative;
}
.item-inline__name {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.item-inline__value {
  display: flex;
  align-items: center;
}
.item-inline__button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  stroke: var(--blue);
}
.item-inline__image {
  display: none;
}
@media (min-width: 768px) {
  .item-inline {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    padding: 0.75rem 1.25rem;
    background-color: transparent;
    grid-template-columns: 1fr 11rem 1.5rem;
    transition: var(--transition-time);
  }
  .item-inline:hover {
    background-color: white;
    transition: var(--transition-time);
  }
}
@media (min-width: 1260px) {
  .item-inline {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1.25rem 1.25rem;
    grid-template-columns: 1fr 12.5rem 1.5rem;
    transition: var(--transition-time);
  }
  .item-inline__image {
    top: -0.375rem;
    right: 22.875rem;
    z-index: 100;
    display: block;
    width: 10.875rem;
    height: 14.75rem;
    position: absolute;
    border: 1px solid rgba(32, 46, 80, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
  }
  .item-inline:hover {
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 1.25rem 1.25rem;
    transition: var(--transition-time);
  }
  .item-inline:hover .item-inline__image {
    opacity: 1;
    visibility: visible;
    transition: 0.25s;
  }
}
@media (min-width: 1600px) {
  .item-inline {
    grid-template-columns: 1fr 23.5rem 1.5rem;
  }
}

.promo-item {
  color: white;
  display: block;
  font-size: 0.875rem;
  line-height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.promo-item__content {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 2.5rem 1.25rem;
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
  position: absolute;
  font-style: normal;
}
.promo-item__title {
  display: block;
  font-weight: 700;
  line-height: 120%;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.promo-item__text {
  display: block;
  margin: 0 auto;
  max-width: 18.75rem;
}
@media (min-width: 1260px) {
  .promo-item {
    font-size: 1rem;
    line-height: 100%;
  }
  .promo-item__text {
    max-width: 20.625rem;
  }
  .promo-item img {
    transform: scale(1);
    transition: var(--transition-time);
  }
  .promo-item:hover img {
    transform: scale(1.1);
    transition: var(--transition-time);
  }
}
@media (min-width: 1600px) {
  .promo-item__text {
    max-width: 25rem;
  }
}

.post-item {
  font-size: 0.875rem;
  line-height: 110%;
  position: relative;
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.post-item__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 294/314;
}
.post-item__title {
  flex-grow: 1;
  color: var(--gray-dark);
}
.post-item__title a {
  color: var(--gray-dark);
  text-decoration: none;
  transition: var(--transition-time);
}
.post-item__title a:hover {
  color: var(--blue);
  text-decoration: none;
  transition: var(--transition-time);
}
.post-item__date {
  color: var(--blue);
  font-weight: 300;
}
.post-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .post-item__image {
    aspect-ratio: 410/314;
  }
}
@media (min-width: 1260px) {
  .post-item {
    font-size: 1rem;
    line-height: 110%;
    row-gap: 1.25rem;
  }
  .post-item__image {
    aspect-ratio: 438/314;
  }
  .post-item__image img {
    transform: scale(1);
    transition: 0.3s;
  }
  .post-item__image:hover img {
    transform: scale(1.1);
    transition: 0.3s;
  }
}
@media (min-width: 1600px) {
  .post-item__image {
    aspect-ratio: 534/314;
  }
}

.post-slider {
  overflow: visible;
}
.post-slider .swiper-slide {
  width: 18.375rem;
}
@media (min-width: 768px) {
  .post-slider .swiper-slide {
    width: 25.625rem;
  }
}
@media (min-width: 768px) {
  .post-slider .swiper-slide {
    width: 28rem;
  }
}

.category-block {
  margin-bottom: 3.75rem;
}
.category-block .swiper {
  overflow: visible;
}
.category-block .swiper-slide {
  width: 10rem;
}
@media (min-width: 768px) {
  .category-block {
    margin-bottom: 5rem;
    min-height: 25.75rem;
  }
  .category-block .swiper-slide {
    width: auto;
  }
}
@media (min-width: 1260px) {
  .category-block {
    margin-bottom: 6.25rem;
  }
}
.category-item {
  width: 100%;
  position: relative;
  color: white;
  display: block;
  font-size: 0.75rem;
  line-height: 110%;
  text-align: center;
  text-decoration: none;
  aspect-ratio: 160/160;
  overflow: hidden;
}
.category-item__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-item__content {
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
  position: absolute;
  font-style: normal;
  padding: 1.25rem 0.625rem;
}
.category-item__title {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.category-item__text {
  display: block;
}
@media (min-width: 768px) {
  .category-item {
    font-size: 0.875rem;
    line-height: 110%;
  }
  .category-item__title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .category-item__content {
    padding: 1.25rem;
  }
  .category-item__image {
    height: 24.5625rem;
  }
  .category-item__man {
    aspect-ratio: 420/393;
  }
}
@media (min-width: 1260px) {
  .category-item {
    aspect-ratio: 303/400;
    font-size: 1rem;
    line-height: 110%;
  }
  .category-item__content {
    padding: 2.5rem 1.25rem;
  }
  .category-item__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .category-item__image {
    height: 24.5625rem;
  }
  .category-item__man {
    aspect-ratio: 420/393;
  }
}
@media (min-width: 1600px) {
  .category-item {
    aspect-ratio: 1/1;
  }
  .category-item__content {
    padding: 2.5rem;
  }
  .category-item__man {
    aspect-ratio: 540/393;
  }
}

.catalog-bar {
  margin-bottom: 1.5rem;
  display: grid;
  grid-column-gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .catalog-bar {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .catalog-bar {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .catalog-bar {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .catalog-bar__item:first-child {
    grid-column: 1;
  }
  .catalog-bar__item:last-child {
    grid-column: 4;
  }
}
@media (min-width: 1260px) {
  .catalog-bar {
    grid-column-gap: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .catalog-bar {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .catalog-bar__item:last-child {
    grid-column: 5;
  }
}

.catalog {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr;
}
.catalog__grid {
  display: grid;
  grid-row-gap: 1.25rem;
  grid-column-gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .catalog__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .catalog__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1260px) {
  .catalog__filter {
    display: none;
  }
  .catalog__grid {
    grid-row-gap: 2.5rem;
    grid-column-gap: 1.25rem;
  }
  .catalog.show-filter {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .catalog.show-filter .catalog__filter {
    display: block;
  }
  .catalog.show-filter .catalog__main {
    grid-column: span 3;
  }
  .catalog.show-filter .catalog__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .catalog__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .catalog.show-filter {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .catalog.show-filter .catalog__main {
    grid-column: span 4;
  }
  .catalog.show-filter .catalog__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.btn-filter {
  width: 100%;
  border: none;
  outline: none;
  height: 2.375rem;
  cursor: pointer;
  padding: 0.25rem 0.625rem;
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: #102454;
  font-family: var(--font-primary);
  transition: var(--transition-time);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-filter:hover {
  color: white;
  text-decoration: none;
  background-color: var(--blue-hover);
  transition: var(--transition-time);
}
.btn-filter:active {
  color: white;
  background-color: #102454;
}
@media (min-width: 768px) {
  .btn-filter {
    height: 2.75rem;
    font-weight: 500;
  }
}
@media (min-width: 1260px) {
  .btn-filter {
    height: 2.875rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.filter {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 950;
  position: fixed;
  max-width: 26.25rem;
  background-color: white;
  padding: 1.25rem 1rem;
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(550px);
  transition: transform 0.25s;
}
.filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter__logo {
  color: black;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.filter__close {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  width: 1.875rem;
  height: 1.875rem;
  stroke: var(--blue);
  background-color: transparent;
  flex-shrink: 0;
}
.filter__body {
  padding: 0.625rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.filter__footer {
  padding-top: 1.25rem;
  display: grid;
  column-gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
}
.filter__footer .btn {
  padding: 0.25rem;
}
.filter__group {
  border-bottom: 1px solid rgba(32, 46, 80, 0.1);
}
.filter__group.open .filter__arrow {
  transform: rotate(180deg);
}
.filter__heading {
  height: 2.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: var(--blue);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter__reset {
  padding: 0;
  border: none;
  outline: none;
  display: block;
  font-size: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  stroke: var(--blue);
  background-color: transparent;
  opacity: 0;
  visibility: visible;
  transition: var(--transition-time);
}
.filter__reset.show {
  opacity: 1;
  visibility: visible;
  transition: var(--transition-time);
}
.filter__toggle {
  cursor: pointer;
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.filter__arrow {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.filter__range {
  display: grid;
  grid-column-gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
}
.filter__wrapper {
  padding-bottom: 1.25rem;
}
.filter__list {
  display: flex;
  row-gap: 0.25rem;
  flex-direction: column;
}
.filter__list.expanded .filter__list-item {
  display: flex;
}
.filter__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter__list-item:nth-child(n+6) {
  display: none;
}
.filter.show .filter__list-item:nth-child(n+6) {
  display: flex;
}
.filter__count {
  display: inline-flex;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: var(--text-secondary);
}
.filter__show {
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .filter {
    max-width: inherit;
    width: 31.25rem;
    padding: 2.5rem;
  }
}
@media (min-width: 1260px) {
  .filter {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    position: static;
    transform: none;
    transition: none;
    padding: 0.625rem;
  }
  .filter__header {
    display: none;
  }
  .filter__body {
    padding: 0;
  }
  .filter__footer {
    grid-row-gap: 0.625rem;
    grid-template-columns: 1fr;
  }
  .filter__footer .btn-blue {
    font-size: 1rem;
  }
  .filter__footer .btn-secondary {
    font-weight: 200;
  }
}

.filter-layout {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  position: fixed;
  background-color: rgba(51, 51, 51, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
}
@media (min-width: 1260px) {
  .filter-layout {
    display: none;
  }
}

.filter-open {
  overflow: hidden;
}
.filter-open .filter {
  transform: translateX(0);
  transition: transform 0.25s;
}
.filter-open .filter-layout {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s;
}
@media (min-width: 1260px) {
  .filter-open {
    overflow: visible;
  }
}

.product-page {
  margin: 0 -1rem;
}
@media (min-width: 576px) {
  .product-page {
    margin: 0;
  }
}

.product {
  margin-bottom: 0.5rem;
}
.product__media {
  padding: 0 1rem;
  background-color: white;
}
.product__body {
  margin-bottom: 0.5rem;
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
}
.product__group {
  padding: 1.25rem 1rem;
  border-radius: 0.75rem;
  background-color: white;
}
.product__group--header {
  border-radius: 0 0 0.75rem 0.75rem;
}
.product__title {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--secondary);
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.product__header {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product__buttons {
  z-index: 50;
  right: 0.625rem;
  bottom: calc(100% + 30px);
  position: absolute;
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}
.product__availability {
  color: #767676;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 0.5rem;
}
.product__availability strong {
  color: #202E50;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
}
.product__article {
  color: #767676;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.product__description {
  color: #212121;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.product__price {
  display: flex;
  column-gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.product__purchase {
  display: flex;
  column-gap: 1.25rem;
}
.product__quantity {
  width: 6.25rem;
  flex-shrink: 0;
}
.product__cart {
  flex-grow: 1;
}
.product__cart .btn {
  font-size: 0.875rem;
}
.product__content {
  padding: 0.9375rem 0;
  border-top: 1px solid rgba(16, 36, 84, 0.4);
  border-bottom: 1px solid rgba(16, 36, 84, 0.4);
}
.product__image {
  display: block;
}
@media (min-width: 768px) {
  .product__media {
    padding: 0;
  }
  .product__media .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product__image {
    width: 31.25rem;
  }
  .product__buttons {
    bottom: auto;
    right: auto;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .product {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.25rem;
    column-gap: 20px;
    margin-bottom: 5rem;
  }
  .product__group {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .product__group--heading {
    flex-grow: 1;
  }
  .product__article {
    font-size: 1rem;
  }
  .product__media {
    width: 462px;
    height: 462px;
    flex-shrink: 0;
  }
  .product__media .swiper-slide {
    height: auto;
    display: block;
  }
  .product__image {
    width: 100%;
    height: 100%;
  }
  .product__body {
    margin-bottom: 0;
    width: calc(100% - 482px);
    flex-shrink: 0;
    row-gap: 2.5rem;
    justify-content: space-between;
  }
  .product__content {
    width: 100%;
  }
  .product__price {
    justify-content: space-between;
  }
  .product__purchase {
    column-gap: 1.25rem;
  }
  .product__cart {
    order: 1;
  }
  .product__quantity {
    width: 5.5rem;
    order: 2;
  }
  .product__availability {
    margin-bottom: 1.25rem;
  }
  .product__description {
    color: #949494;
  }
}
@media (min-width: 1260px) {
  .product {
    flex-wrap: nowrap;
    max-width: 95.625rem;
    margin: 0 auto 6.25rem auto;
  }
  .product__media {
    width: 570px;
    height: auto;
  }
  .product__body {
    width: calc(100% - 590px);
  }
  .product__availability {
    margin-bottom: 2.5rem;
  }
  .product__header {
    margin-bottom: 0.25rem;
    column-gap: 2.5rem;
  }
  .product__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .product__description {
    max-width: 41.875rem;
    font-size: 1rem;
    line-height: 100%;
  }
  .product__price {
    margin-bottom: 2.5rem;
    justify-content: flex-start;
  }
  .product__cart {
    flex-grow: 0;
    min-width: 15.25rem;
  }
  .product__cart .btn {
    min-height: 3rem;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .product__media {
    width: 698px;
    height: auto;
  }
  .product__body {
    width: calc(100% - 718px);
  }
}

.product-price__label {
  color: #767676;
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  white-space: nowrap;
  margin-bottom: 0.625rem;
}
.product-price__value {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}
.product-price__value-old {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 1260px) {
  .product-price {
    min-width: 16.125rem;
  }
  .product-price__label {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    margin-bottom: 0.625rem;
  }
  .product-price__value {
    font-size: 1.5rem;
    line-height: 1;
  }
  .product-price__value-old {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.product-table {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 100%;
  color: rgba(16, 36, 84, 0.6);
}
.product-table table {
  width: 100%;
  vertical-align: top;
  border-collapse: collapse;
  table-layout: fixed;
}
.product-table table th {
  color: black;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
}
.product-table table td {
  vertical-align: top;
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
}
@media (min-width: 768px) {
  .product-table table {
    table-layout: auto;
  }
  .product-table table th {
    width: 12.8125rem;
  }
}
@media (min-width: 1260px) {
  .product-table {
    font-size: 1rem;
    line-height: 100%;
  }
}

.btn-favorite {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background-color: transparent;
}

.btn-icon {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  fill: transparent;
  stroke: var(--blue-dark);
  background-color: transparent;
}
.btn-icon.added {
  fill: var(--beige);
  stroke: var(--beige);
}

.views-slider {
  overflow: visible;
}
@media (min-width: 768px) {
  .views-slider {
    overflow: hidden;
  }
}
@media (min-width: 1600px) {
  .views-slider {
    overflow: visible;
  }
  .views-slider .swiper-slide {
    width: 17.75rem;
  }
}

.contacts {
  padding: 80px 0;
  background: #f3f3f5;
}
.contacts .container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
.contacts__top {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 2.5rem;
}
.contacts__info {
  width: 100%;
  flex-shrink: 0;
}
.contacts__title {
  font-size: 18px;
  line-height: 100%;
  color: #102454;
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.contacts__map {
  flex: 1;
  width: 100%;
  min-height: 430px;
}
.contacts__map iframe {
  height: 26.875rem;
}
.contacts__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 40px;
}
.contacts__heading h3 {
  font-size: 20px;
  color: #102454;
  font-weight: 400;
}
.contacts__service-link {
  font-size: 14px;
  color: #1b2f63;
  text-decoration: none;
  border-bottom: 1px solid #1b2f63;
  padding-bottom: 3px;
  transition: 0.2s;
}
.contacts__service-link:hover {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .contacts__top {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1260px) {
  .contacts__top {
    flex-direction: row;
  }
  .contacts__info {
    width: 23.3125rem;
  }
  .contacts__map iframe {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .contacts__info {
    width: 33.3125rem;
  }
  .contacts__top {
    margin-bottom: 5.5rem;
  }
}

.contacts-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contacts-card__item {
  background: #fff;
  padding: 28px 32px;
  border-bottom: 1px solid #ececec;
}
.contacts-card__item:last-child {
  border-bottom: 0;
}
.contacts-card__label {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
  color: #212121;
  margin-bottom: 12px;
}
.contacts-card__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #6B6B6B;
  text-decoration: none;
}

.contacts-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contacts-socials a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.contacts-form {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.contacts-form__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.contacts-form__field {
  width: calc(50% - 12px);
}
.contacts-form__field--full {
  width: 100%;
  margin-bottom: 24px;
}
.contacts-form__field label {
  display: block;
  font-size: 12px;
  font-weight: 200;
  color: var(--black);
  margin-bottom: 10px;
}
.contacts-form__field input,
.contacts-form__field textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 14px 18px;
  font-size: 12px;
  font-weight: 200;
  color: var(--black);
  outline: none;
  transition: 0.2s;
}
.contacts-form__field input:focus,
.contacts-form__field textarea:focus {
  border-color: #1b2f63;
}
.contacts-form__field input::placeholder,
.contacts-form__field textarea::placeholder {
  color: #b3b3b3;
}
.contacts-form__field textarea {
  resize: none;
  min-height: 140px;
}
.contacts-form__checkbox {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
  cursor: pointer;
}
.contacts-form__checkbox input {
  display: none;
}
.contacts-form__checkbox input:checked + span {
  background: #1b2f63;
}
.contacts-form__checkbox input:checked + span::after {
  opacity: 1;
}
.contacts-form__checkbox span {
  width: 30px;
  height: 30px;
  border: 1px solid #1b2f63;
  flex-shrink: 0;
  position: relative;
  transition: 0.2s;
}
.contacts-form__checkbox span::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 1px;
  width: 10px;
  height: 21px;
  border-right: 2px solid #D8B386;
  border-bottom: 2px solid #D8B386;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.2s;
}
.contacts-form__checkbox p {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.5;
  color: #102454;
}
.contacts-form__btn {
  width: 100%;
  height: 52px;
  border: 0;
  background: #1b2f63;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}
.contacts-form__btn:hover {
  opacity: 0.85;
}
.contacts-form__btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media (min-width: 1024px) {
  .contacts-form {
    max-width: 35.625rem;
  }
}
@media (min-width: 1600px) {
  .contacts-form {
    max-width: 50.625rem;
  }
  .contacts-form__btn {
    width: 19.5rem;
    margin: 0 auto;
  }
}

.guarantee__hero-text {
  margin-bottom: 60px;
  text-align: center;
}
.guarantee__hero-text p {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: var(--blue);
}
.guarantee__content {
  margin-bottom: 40px;
}
.guarantee__content__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.guarantee__content__left h2 {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: var(--black);
}
.guarantee__content__left p,
.guarantee__content__left li {
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  color: var(--black);
}
.guarantee__content__left p strong,
.guarantee__content__left li strong {
  font-weight: 500;
}
.guarantee__content__left ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.production {
  padding: 80px 0;
}
.production-hero {
  position: relative;
  min-height: 595px;
  background: center center no-repeat;
  background-size: auto 100%;
  display: flex;
  align-items: flex-start;
}
.production-hero .breadcrumb {
  margin-top: 20px;
  color: var(--white);
}
.production-hero .breadcrumb__link {
  color: var(--white);
}
.production-hero__content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.production-hero__title {
  font-size: 26px;
  line-height: 100%;
  font-weight: 500;
  color: var(--blue);
  text-align: center;
}
.production-hero .breadcrumbs {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 200;
  color: var(--white);
}
.production .section-title {
  margin: 0 0 40px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #1c3563;
}
.production .top-grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .production .top-grid {
    flex-direction: column;
  }
}
.production .top-card {
  background: #fff;
  padding: 20px 10px 10px 20px;
  flex: 1;
  position: relative;
  flex-direction: column;
  height: auto;
}
.production .top-card h3 {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: var(--blue);
}
.production .top-card p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
}
.production .top-card--image {
  padding: 0;
  overflow: hidden;
}
.production .top-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .production-hero {
    background-size: 100% auto;
  }
  .production-hero__title {
    width: 610px;
    display: flex;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .production-hero {
    background-size: 100% auto;
  }
  .production-hero__title {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 60px;
    font-size: 48px;
    line-height: 100%;
    font-weight: 600;
    color: var(--blue);
    text-align: left;
    top: auto;
    max-width: 670px;
    transform: none;
  }
  .production .top-card {
    min-height: 280px;
  }
}
.materials {
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
  position: relative;
}
.materials__secondary {
  display: none;
}
.materials__circle {
  position: absolute;
  background: url("/img/materials_bg.png") center center no-repeat;
  background-size: auto 70%;
  width: 100%;
  min-height: 458px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.materials__main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
}
.materials__item {
  font-size: 0.875rem;
  line-height: 100%;
  text-align: center;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(32, 46, 80, 0.2);
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.materials__title {
  font-weight: 600;
}
.materials__text {
  font-weight: 300;
}
@media (min-width: 768px) {
  .materials {
    flex-direction: column-reverse;
  }
  .materials__main {
    row-gap: 0.625rem;
  }
  .materials__item {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .materials__title {
    width: 50%;
    flex-shrink: 0;
    font-size: 1.125rem;
    line-height: 100%;
  }
  .materials__text {
    width: 50%;
    flex-shrink: 0;
  }
  .materials__gallery {
    display: grid;
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 25rem 1fr;
  }
  .materials__secondary {
    display: block;
  }
}
@media (min-width: 1024px) {
  .materials__gallery {
    grid-template-columns: 1fr 33.125rem 1fr;
  }
}
@media (min-width: 1260px) {
  .materials {
    row-gap: 2.5rem;
  }
  .materials__main {
    width: 47.625rem;
  }
}
@media (min-width: 1600px) {
  .materials__gallery {
    grid-template-columns: 1fr 50.625rem 1fr;
  }
  .materials__item {
    font-size: 1rem;
    line-height: 100%;
  }
  .materials__main {
    width: 50.625rem;
  }
}

.technologies-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .technologies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .technologies-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.technology-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 300px;
  padding: 28px;
  background: #fff;
}
.technology-card h3 {
  margin: 0 0 22px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: var(--blue);
}
.technology-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: var(--black);
}
.technology-card--image {
  padding: 0;
  overflow: hidden;
}
.technology-card--image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.technology-card--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .technology-card {
    min-height: auto;
  }
}

.experience {
  background: #08245f;
  padding: 100px 0;
  overflow: hidden;
}
.experience__container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}
.experience__top {
  margin-bottom: 40px;
}
.experience__title {
  position: relative;
  display: inline-block;
  color: #d6b082;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.experience__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 820px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.experience__content {
  position: relative;
  display: flex;
  justify-content: center;
}
.experience__text {
  position: relative;
  z-index: 2;
  max-width: 810px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.experience__text p {
  color: #ffffff;
  font-size: 20px;
  line-height: 100%;
  font-weight: 300;
  margin: 0;
}
.experience__button {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d5b183;
  color: #08245f;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  border-radius: 4px;
  transition: 0.3s ease;
  padding: 15px 0;
}
.experience__button:hover {
  opacity: 0.85;
}
.experience__circle {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}
.experience__line {
  position: absolute;
  background: rgba(255, 255, 255, 0.18);
}
.experience__line--horizontal {
  top: 180px;
  left: -100vw;
  width: 300vw;
  height: 1px;
}
.experience__line--vertical {
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 900px;
}

@media (max-width: 1200px) {
  .experience__title {
    font-size: 34px;
  }
  .experience__title::after {
    width: 100%;
  }
  .experience__text {
    max-width: 100%;
  }
  .experience__text p {
    font-size: 18px;
  }
  .experience__button {
    font-size: 20px;
  }
  .experience__circle {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 768px) {
  .experience {
    padding: 56px 0 72px;
  }
  .experience__container {
    padding: 0 20px;
  }
  .experience__title {
    font-size: 24px;
  }
  .experience__content {
    min-height: auto;
  }
  .experience__text {
    gap: 16px;
  }
  .experience__text p {
    font-size: 16px;
    line-height: 1.35;
  }
  .experience__button {
    min-height: 60px;
    font-size: 16px;
    text-align: center;
    padding: 0 16px;
  }
  .experience__circle {
    width: 320px;
    height: 320px;
  }
}
.b2b__description {
  max-width: 600px;
  margin: 0 auto 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.b2b__description p {
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
  margin: 0;
}
.b2b__cards {
  display: flex;
  gap: 20px;
  margin-bottom: 48px;
}
.b2b__cta {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #ffffff;
  text-decoration: none;
}
.b2b__cta span {
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  color: var(--blue);
  text-transform: uppercase;
}
.b2b__cta-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.b2b__cta-right span {
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}
.b2b__cta-arrow {
  font-size: 34px !important;
}

.b2b-card {
  position: relative;
  flex: 1;
  min-height: 328px;
  overflow: hidden;
}
.b2b-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b2b-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.b2b-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 42px 36px;
  display: flex;
  flex-direction: column;
}
.b2b-card__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: var(--white);
}
.b2b-card__text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  color: var(--white);
}
.b2b-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 22px;
}
.b2b-card__list li {
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 1200px) {
  .b2b__title {
    font-size: 38px;
  }
  .b2b__cards {
    flex-direction: column;
  }
  .b2b__cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .b2b__cta span {
    font-size: 30px;
  }
  .b2b-card {
    min-height: 420px;
  }
  .b2b-card__title {
    font-size: 30px;
  }
  .b2b-card__text, .b2b-card__list li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .b2b__content {
    padding: 60px 0 80px;
  }
  .b2b__title {
    font-size: 28px;
  }
  .b2b__description p {
    font-size: 18px;
  }
  .b2b__cta {
    padding: 24px;
  }
  .b2b__cta span {
    font-size: 22px;
  }
  .b2b__cta-right span {
    font-size: 18px;
  }
  .b2b-card {
    min-height: auto;
  }
  .b2b-card__content {
    padding: 28px 24px;
  }
  .b2b-card__title {
    font-size: 24px;
  }
  .b2b-card__text, .b2b-card__list li {
    font-size: 16px;
  }
}
.manual {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 25px;
}
.manual__text {
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  color: var(--black);
  text-align: center;
}
.manual__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.manual__links a {
  color: #1b2f63;
  text-decoration: none;
  border-bottom: 1px solid #1b2f63;
  width: fit-content;
  padding-bottom: 4px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .manual {
    flex-direction: row;
  }
  .manual__text {
    text-align: left;
    max-width: 500px;
  }
}
.cmp-remove {
  padding: 0;
  border: none;
  outline: none;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--blue);
  cursor: pointer;
  background-color: transparent;
  transition: var(--transition-time);
}
.cmp-remove:hover {
  color: var(--blue-hover);
  transition: var(--transition-time);
}
@media (min-width: 768px) {
  .cmp-remove {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cmp-remove {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.cmp-remove .cmp-image {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(32, 46, 80, 0.1);
}
@media (min-width: 1024px) {
  .cmp-remove .cmp-image {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1260px) {
  .cmp-remove .cmp-image {
    width: 200px;
    height: 200px;
  }
}

.cmp-product {
  position: relative;
  border: 1px solid rgba(32, 46, 80, 0.1);
}

.cmp-stickers {
  top: 0.625rem;
  right: 0.625rem;
  z-index: 5;
  position: absolute;
  display: flex;
  row-gap: 0.3125rem;
  column-gap: 0.3125rem;
  flex-wrap: wrap;
}

.cmp-sticker {
  font-size: 13px;
  line-height: 15px;
  padding: 2px 4px;
  color: var(--text-primary);
  background-color: #EEEEEE;
}

.cmp-image {
  display: block;
  width: 100%;
  overflow: hidden;
}
.cmp-wrap {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}
@media (min-width: 768px) {
  .cmp-wrap {
    background-color: white;
  }
}

/* BUTTON */
.cmp-btn {
  margin-bottom: 10px;
  padding: 10px 14px;
  border: none;
  background: #111;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

/* FLEX TABLE */
.cmp-padding {
  width: 20px;
  flex-shrink: 0;
}

.cmp-header {
  color: var(--text-primary);
  font-weight: 600;
  text-align: center;
}
.cmp-header a {
  color: black;
  text-decoration: none;
}
.cmp-header a:hover {
  color: var(--blue);
  text-decoration: none;
  transition: var(--transition-time);
}

.cmp-header,
.cmp-row {
  display: flex;
  min-width: max-content;
  border-bottom: 1px solid rgba(32, 46, 80, 0.1);
}
.cmp-header:after,
.cmp-row:after {
  width: 6px;
  content: "";
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cmp-header:after,
  .cmp-row:after {
    width: 6px;
    content: "";
    flex-shrink: 0;
  }
}

.cmp-header .cmp-cell {
  padding: 0 5px 24px 5px;
}
@media (min-width: 768px) {
  .cmp-header .cmp-cell {
    padding: 20px 10px;
  }
}

.cmp-row .cmp-cell {
  padding: 8px 5px;
}
.cmp-row:hover {
  background: #f6f4f5;
}
.cmp-row:hover .cmp-cell {
  background: #f6f4f5;
}
@media (min-width: 768px) {
  .cmp-row .cmp-cell {
    padding: 18px 10px;
  }
}
@media (min-width: 1260px) {
  .cmp-row .cmp-cell {
    padding: 20px 10px;
  }
}

/* CELLS */
.cmp-cell {
  color: var(--text-primary);
  width: calc(50vw - 14px);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background: transparent;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.cmp-cell a {
  color: var(--text-primary);
  text-decoration: none;
}
.cmp-cell a:hover {
  color: var(--blue-hover);
  text-decoration: none;
}
.cmp-cell:before {
  display: block;
  opacity: 0.6;
  margin-bottom: 0.625rem;
  content: attr(data-cmp-head);
}
@media (min-width: 576px) {
  .cmp-cell {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .cmp-cell {
    width: 194px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .cmp-cell:before {
    display: none;
  }
}
@media (min-width: 1260px) {
  .cmp-cell {
    width: 198px;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 1600px) {
  .cmp-cell {
    width: 276px;
  }
}

/* STICKY COLUMN */
.cmp-sticky {
  position: sticky;
  left: 0;
  z-index: 10;
  width: 120px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background: rgba(255, 255, 255, 0.99);
  text-align: left !important;
  display: none;
}
@media (min-width: 576px) {
  .cmp-sticky {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .cmp-sticky {
    display: block;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding-left: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .cmp-sticky {
    width: 395px;
  }
}

/* HEADER STICKY */
/* DIFF FADE */
.cmp-dim {
  opacity: 0.35;
}

/* DIFFERENCE HIGHLIGHT */
.cmp-diff {
  background: #fff7e6;
  font-weight: 600;
}

.cmp-diff::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #ff9900;
}

/* BAR */
.cmp-bar {
  z-index: 500;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  display: none !important;
}

@media (min-width: 768px) {
  .cmp-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.smp-switcher {
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
@media (min-width: 1260px) {
  .smp-switcher {
    font-size: 1rem;
    line-height: 1.125rem;
    column-gap: 0.625rem;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1600px) {
  .smp-switcher {
    column-gap: 1.25rem;
  }
}

.mini-cart {
  top: 3.5625rem;
  right: 0;
  bottom: 0;
  z-index: 850;
  position: fixed;
  background-color: #F8F8FB;
  width: 100%;
  max-width: 25rem;
  opacity: 0;
  transform: translateX(100%);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.mini-cart__header {
  padding: 1rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-cart__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: var(--secondary);
  text-transform: uppercase;
}
.mini-cart__result {
  padding: 0;
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: rgba(16, 36, 84, 0.6);
}
.mini-cart__close {
  padding: 0;
  font-size: 0;
  line-height: 0;
  width: 1.875rem;
  height: 1.875rem;
  stroke: var(--blue);
  background-color: transparent;
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-cart__close i {
  width: 0.875rem;
  height: 0.875rem;
  display: block;
  flex-shrink: 0;
}
.mini-cart__body {
  flex-grow: 1;
  position: relative;
}
.mini-cart__footer {
  padding: 1rem;
  background-color: white;
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
}
.mini-cart__summary {
  color: var(--blue);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-cart__buttons {
  display: grid;
  grid-row-gap: 0.625rem;
  grid-column-gap: 1.25rem;
  grid-template-columns: 1fr;
}
.mini-cart__scroll {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
}
.mini-cart__list {
  display: flex;
  flex-direction: column;
}
.mini-cart .cart-item:not(:last-child) {
  border-bottom: 1px solid rgba(32, 46, 80, 0.1);
}
@media (min-width: 576px) {
  .mini-cart {
    top: 0;
    z-index: 950;
  }
}
@media (min-width: 768px) {
  .mini-cart {
    max-width: 37.5rem;
  }
  .mini-cart__header {
    padding: 1.25rem;
    background-color: transparent;
  }
  .mini-cart__footer {
    padding: 1.25rem;
    background-color: transparent;
  }
  .mini-cart__buttons {
    grid-template-columns: 1fr 1fr;
  }
  .mini-cart__scroll {
    padding: 0 1.25rem;
  }
  .mini-cart__list {
    row-gap: 1.25rem;
  }
  .mini-cart__summary {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .mini-cart .cart-item {
    border-radius: 0.25rem;
    padding: 1.25rem;
  }
  .mini-cart .cart-item:not(:last-child) {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .mini-cart {
    max-width: 46.5rem;
  }
}
@media (min-width: 1260px) {
  .mini-cart {
    max-width: 39.375rem;
  }
  .mini-cart__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1600px) {
  .mini-cart {
    max-width: 59.375rem;
  }
  .mini-cart__header {
    padding: 2.5rem;
  }
  .mini-cart__scroll {
    padding: 0 2.5rem;
  }
  .mini-cart__footer {
    padding: 2.5rem;
    row-gap: 2.5rem;
  }
  .mini-cart__summary {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.mini-cart-layout {
  top: 3.5625rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 800;
  position: fixed;
  background-color: rgba(16, 36, 84, 0.2);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (min-width: 576px) {
  .mini-cart-layout {
    top: 0;
    z-index: 940;
  }
}
.mini-cart-open {
  overflow: hidden;
}
.mini-cart-open .mini-cart {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: 0.3s;
}
.mini-cart-open .mini-cart-layout {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.order {
  display: flex;
  row-gap: 2.5rem;
  column-gap: 1.25rem;
  flex-direction: column;
}
.order__cart {
  display: flex;
  row-gap: 0.625rem;
  flex-direction: column;
}
.order__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: var(--secondary);
  margin-bottom: 1.25rem;
}
.order__lead {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 1.25rem;
}
.order__lead p {
  margin-bottom: 0.5rem;
}
.order__lead p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .order__cart {
    row-gap: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .order {
    flex-direction: row-reverse;
  }
  .order__col {
    flex: 1;
  }
  .order__title {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .order__lead {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media (min-width: 1600px) {
  .order__title {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

.order-form {
  display: grid;
  grid-row-gap: 0.625rem;
  grid-template-columns: 1fr;
}
.order-form__row {
  display: grid;
  grid-row-gap: 0.625rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .order-form {
    grid-row-gap: 1.25rem;
  }
  .order-form__row {
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
  .order-form__row-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.order-cart-summary {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: var(--secondary);
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .order-cart-summary {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .order-cart-summary {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1260px) {
  .order-cart-summary {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}

.cart-item {
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: white;
  display: flex;
  column-gap: 0.625rem;
}
.cart-item__image {
  display: block;
  width: 3.75rem;
}
.cart-item__product {
  display: block;
  width: 3.75rem;
}
.cart-item__content {
  flex-grow: 1;
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
}
.cart-item__wrapper {
  display: flex;
  row-gap: 0.25rem;
  flex-direction: column;
}
.cart-item__title {
  color: var(--black);
  font-size: 0.875rem;
  line-height: 110%;
}
.cart-item__title a {
  color: var(--black);
  text-decoration: none;
  transition: var(--transition-time);
}
.cart-item__title a:hover {
  color: var(--blue-hover);
  text-decoration: none;
  transition: var(--transition-time);
}
.cart-item__article {
  font-weight: 200;
  font-size: 0.75rem;
  line-height: 110%;
  white-space: nowrap;
  color: var(--text-secondary);
}
.cart-item__section {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
.cart-item__price {
  color: var(--black);
  font-size: 0.875rem;
  line-height: 1rem;
  display: block;
  white-space: nowrap;
}
.cart-item__remove {
  padding: 0;
  border: none;
  outline: none;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  stroke: var(--blue);
  cursor: pointer;
  background-color: transparent;
  transition: var(--transition-time);
}
.cart-item__remove:hover {
  color: var(--blue-hover);
  transition: var(--transition-time);
}
.cart-item__quantity {
  width: 4.625rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cart-item {
    padding: 1.25rem;
    column-gap: 1.25rem;
  }
  .cart-item__image {
    width: 6.25rem;
  }
  .cart-item__title {
    font-size: 1rem;
    line-height: 110%;
  }
  .cart-item__product {
    width: 10rem;
  }
  .cart-item__remove {
    width: 1.875rem;
    height: 1.875rem;
  }
  .cart-item__quantity {
    width: 6.75rem;
  }
}
@media (min-width: 1024px) {
  .cart-item__product {
    width: 12.5rem;
  }
}