@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

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

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

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid gray;
  border-radius: 0.263921875em;
  overflow: hidden;
  background: white;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333333333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: lightgray;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.qs-controls.qs-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: bold;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.qs-month-year:hover {
  border-bottom: 1px solid gray;
}
.qs-month-year:focus, .qs-month-year:active:focus {
  outline: none;
}

.qs-month {
  padding-right: 0.5ex;
}

.qs-year {
  padding-left: 0.5ex;
}

.qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.qs-squares.qs-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.qs-square {
  width: 14.2857142857%;
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: bold;
  text-decoration: underline;
}

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-empty {
  cursor: default;
}

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}

.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Light.eot");
  src: url("../fonts/SF-Pro-Display-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display-Light.woff2") format("woff2"), url("../fonts/SF-Pro-Display-Light.woff") format("woff"), url("../fonts/SF-Pro-Display-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Regular.eot");
  src: url("../fonts/SF-Pro-Display-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2"), url("../fonts/SF-Pro-Display-Regular.woff") format("woff"), url("../fonts/SF-Pro-Display-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Semibold.eot");
  src: url("../fonts/SF-Pro-Display-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display-Semibold.woff2") format("woff2"), url("../fonts/SF-Pro-Display-Semibold.woff") format("woff"), url("../fonts/SF-Pro-Display-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Medium.eot");
  src: url("../fonts/SF-Pro-Display-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display-Medium.woff2") format("woff2"), url("../fonts/SF-Pro-Display-Medium.woff") format("woff"), url("../fonts/SF-Pro-Display-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Bold.eot");
  src: url("../fonts/SF-Pro-Display-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display-Bold.woff2") format("woff2"), url("../fonts/SF-Pro-Display-Bold.woff") format("woff"), url("../fonts/SF-Pro-Display-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SF-Pro-Display-Black.eot");
  src: url("../fonts/SF-Pro-Display-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SF-Pro-Display-Black.woff2") format("woff2"), url("../fonts/SF-Pro-Display-Black.woff") format("woff"), url("../fonts/SF-Pro-Display-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/sf-pro-text-light.eot");
  src: url("../fonts/sf-pro-text-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text-light.woff2") format("woff2"), url("../fonts/sf-pro-text-light.woff") format("woff"), url("../fonts/sf-pro-text-light.ttf") format("truetype"), url("../fonts/sf-pro-text-light.svg#sf-pro-text-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/sf-pro-text-regular.eot");
  src: url("../fonts/sf-pro-text-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text-regular.woff2") format("woff2"), url("../fonts/sf-pro-text-regular.woff") format("woff"), url("../fonts/sf-pro-text-regular.ttf") format("truetype"), url("../fonts/sf-pro-text-regular.svg#sf-pro-text-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/sf-pro-text-medium.eot");
  src: url("../fonts/sf-pro-text-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text-medium.woff2") format("woff2"), url("../fonts/sf-pro-text-medium.woff") format("woff"), url("../fonts/sf-pro-text-medium.ttf") format("truetype"), url("../fonts/sf-pro-text-medium.svg#sf-pro-text-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/sf-pro-text-semibold.eot");
  src: url("../fonts/sf-pro-text-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text-semibold.woff2") format("woff2"), url("../fonts/sf-pro-text-semibold.woff") format("woff"), url("../fonts/sf-pro-text-semibold.ttf") format("truetype"), url("../fonts/sf-pro-text-semibold.svg#sf-pro-text-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/sf-pro-text-bold.eot");
  src: url("../fonts/SF-Pro-Text-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sf-pro-text-bold.woff2") format("woff2"), url("../fonts/sf-pro-text-bold.woff") format("woff"), url("../fonts/sf-pro-text-bold.ttf") format("truetype"), url("../fonts/sf-pro-text-bold.svg#sf-pro-text-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/sf-pro-text-heavy.eot"), url("../fonts/sf-pro-text-heavy.woff2") format("woff2"), url("../fonts/sf-pro-text-heavy.woff") format("woff"), url("../fonts/sf-pro-text-heavy.ttf") format("truetype"), url("../fonts/sf-pro-text-heavy.svg#sf-pro-text-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/**
 * Functions for ViewPort Calculating
============
  SCSS
  .selector {
    font-size: px(18);
    @include md
      font-size: pxm(14);
    @include xs
      font-size: pxs(12);
  }

  CSS RESULT
  .selector {
    font-size: 18px;
  }
  @media (max-width: 768px) {
    .selector {
      font-size: 14px;
    }
  }
  @media (max-width: 320px) {
    .selector {
      font-size: 12px;
    }
  }
============
*/
/**
  function VA => use for calculate letter-spacing from photoshop
============
  SCSS
  .selector {
    letter-spacing: VA(120, 14);
  }

  CSS RESULT
  .selector {
    letter-spacing: 1.68px;
  }
============
  $unit => VA value in photoshop
  $font_size => how px font-size in photoshop ||| default 16
  $return px | em ||| default px
 */
.global-title {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  color: #003261;
}
@media (max-width: 575px) {
  .global-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
  }
}

.global-subtitle {
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #0573AE;
}
@media (max-width: 575px) {
  .global-subtitle {
    display: none;
  }
}

:root {
  --header-height: 140px;
}

html {
  font-size: 14px;
}

body {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
body.body-lock {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  border: 0;
  margin: 0;
}

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

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

p {
  margin: 0;
}

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

a:hover {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button,
textarea {
  outline: none !important;
}

button {
  background-color: initial;
  border: none;
}

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

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
}

.content {
  padding-top: 61px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media (min-width: 992px) {
  .content {
    padding-top: 139px;
  }
}
@media (max-width: 1199px) {
  .content {
    padding-top: 61px;
  }
}

.container {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1650px;
  }
}
@media screen and (max-width: 1800px) {
  .container {
    max-width: 1750px;
  }
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: 1800px;
  }
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575.98px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

.dropdown-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  visibility: hidden;
  pointer-events: none;
}
.dropdown-overlay.active {
  visibility: visible;
  pointer-events: auto;
}

.navbar-toggler {
  padding: 0;
  display: inline-block;
  width: 21px;
  height: 16px;
  position: relative;
  z-index: 1100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-toggler__icon {
  position: absolute;
  width: 16px;
}
.navbar-toggler__icon, .navbar-toggler__icon:after, .navbar-toggler__icon:before {
  display: inline-block;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #003261;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-toggler__icon:after, .navbar-toggler__icon:before {
  content: "";
  width: 21px;
}
.navbar-toggler__icon:after {
  top: -7px;
}
.navbar-toggler__icon:before {
  bottom: -7px;
}

.sidebar-toggler {
  padding: 0;
  display: inline-block;
  width: 16px;
  height: 12px;
  position: relative;
  z-index: 1100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar-toggler__icon {
  position: absolute;
  width: 12px;
}
.sidebar-toggler__icon, .sidebar-toggler__icon:after, .sidebar-toggler__icon:before {
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  background-color: #0573AE;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar-toggler__icon:after, .sidebar-toggler__icon:before {
  content: "";
  width: 16px;
}
.sidebar-toggler__icon:after {
  top: -5px;
}
.sidebar-toggler__icon:before {
  bottom: -5px;
}

.navbar-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  position: relative;
}
.navbar-catalog:hover .navbar-catalog__icon, .navbar-catalog:hover .navbar-catalog__icon:after, .navbar-catalog:hover .navbar-catalog__icon:before {
  background-color: #2AA5F1;
}
.navbar-catalog:hover .navbar-catalog__text {
  color: #2AA5F1;
}
.navbar-catalog:hover .header__catalog {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.navbar-catalog__icon {
  position: relative;
  width: 16px;
  pointer-events: none;
}
.navbar-catalog__icon, .navbar-catalog__icon:after, .navbar-catalog__icon:before {
  display: inline-block;
  height: 2px;
  background-color: #003261;
  pointer-events: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.navbar-catalog__icon:after, .navbar-catalog__icon:before {
  content: "";
  width: 21px;
  position: absolute;
  left: 0;
}
.navbar-catalog__icon:after {
  top: -7px;
}
.navbar-catalog__icon:before {
  bottom: -7px;
}
.navbar-catalog__text {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  text-align: center;
  color: #003261;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  pointer-events: none;
}

.scrollup-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 1500;
  pointer-events: none;
}
.scrollup-btn-icon {
  width: 100%;
  height: 100%;
  background-color: #0573AE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  visibility: hidden;
}
.scrollup-btn:hover .scrollup-btn-icon {
  background-color: #2AA5F1;
}
.scrollup-btn.show {
  pointer-events: auto;
}
.scrollup-btn.show .scrollup-btn-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
  opacity: 1;
}
.scrollup-btn .icon-arrow-up {
  width: 20px;
  height: 12px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  pointer-events: none;
}

.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
}
.btn.disabled.btn-primary, .btn.disabled.btn-secondary, .btn.disabled.btn-transparent {
  background-color: #EBEDEE !important;
  border-color: #EBEDEE !important;
  color: #999999 !important;
  pointer-events: none;
  cursor: default;
}

.btn-transparent {
  font-family: "SF Pro Text", sans-serif;
}
.btn-transparent.primary {
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  border: 1px solid #0573AE;
  color: #0573AE;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.btn-transparent.primary:hover {
  background-color: #D5ECF2;
}
.btn-transparent.primary:active {
  color: #fff;
  border-color: #2AA5F1;
  background-color: #2AA5F1;
}
.btn-transparent.secondary {
  font-weight: 500;
  font-size: 1.0714285714rem;
  line-height: 1.5714285714rem;
  border: 1px solid #D5ECF2;
  color: #003261;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.btn-transparent.secondary:hover {
  background-color: #D5ECF2;
}
.btn-transparent.secondary:active {
  background-color: initial;
}
.btn-transparent.active {
  color: #003261;
  background-color: #FFCD5D;
  border-color: #FFCD5D;
}
.btn-transparent.active:hover {
  background-color: #FFA722;
  border-color: #FFCD5D;
}

.btn-primary {
  font-family: "SF Pro Text", sans-serif;
  padding: 15px;
  font-weight: 700;
  font-size: 1.1428571429rem;
  line-height: 2rem;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.btn-primary.light, .btn-primary.dark {
  color: #fff;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-primary.light:hover, .btn-primary.dark:hover {
  background-color: #2AA5F1;
}
.btn-primary.light {
  background-color: #0573AE;
  border-radius: 3px;
}
.btn-primary.dark {
  background-color: #003261;
}

.btn-secondary {
  padding: 10px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 1.0714285714rem;
  line-height: 1.5714285714rem;
  color: #003261;
  background-color: #FFCD5D;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.btn-secondary:hover {
  color: #003261;
  background-color: #FFA722;
}

.btn-tertiary {
  padding: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.9285714286rem;
  line-height: 1.5714285714rem;
  color: #FFFFFF;
  background-color: #EB3674;
  position: relative;
}
.btn-tertiary:hover {
  color: #fff;
}

.btn-video-play {
  padding: 0;
  display: block;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  position: relative;
  z-index: 50;
  border-radius: 50%;
  background-color: #EB3674;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.btn-video-play:hover {
  background-color: #d0275b;
}
.btn-video-play:hover .icon-play {
  -webkit-transform: translate(-50%, -50%) scale(0.85);
          transform: translate(-50%, -50%) scale(0.85);
}
.btn-video-play .icon-play {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 55%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199.98px) {
  .navbar {
    padding: 139px 35px 0 37px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background-color: #F3FCFE;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
  }
  .navbar:before {
    content: "";
    display: block;
    width: 100%;
    height: 20%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10;
    background-color: #F3FCFE;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .navbar .container {
    padding: 0;
  }
  .navbar__dropdown, .navbar-catalog, .navbar__contacts-desktop {
    display: none;
  }
  .navbar__btn-tertiary {
    margin-bottom: 27px;
    padding: 13px 23px 10px 26px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 600;
    font-size: 1.0714285714rem;
    line-height: 1.4285714286rem;
    position: relative;
    z-index: 5;
  }
  .navbar__btn-tertiary span {
    margin-left: -16px;
  }
  .navbar__btn-tertiary .icon {
    fill: none;
    stroke: #fff;
  }
  .navbar__btn-tertiary .icon-catalog {
    width: 21px;
    height: 22px;
  }
  .navbar__btn-tertiary .icon-arrow-right {
    width: 12px;
    height: 18px;
  }
  .navbar__btn-primary {
    margin-bottom: 79px;
    width: 100%;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5714285714rem;
    border-radius: 0;
    -webkit-filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
            filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
  }
  .navbar__list {
    margin-bottom: 91px;
  }
  .navbar__item {
    padding-left: 30px;
    padding-bottom: 13px;
    border-bottom: 1px solid #D5ECF2;
  }
  .navbar__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .navbar__item .dropdown__list {
    display: none;
  }
  .navbar__link {
    font-weight: 400;
    font-size: 1.0714285714rem;
    line-height: 1.4285714286rem;
    color: #0573AE;
  }
  .navbar__contacts-mobile {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar__contacts-mobile-label {
    font-weight: 300;
    font-size: 16px;
    line-height: 42px;
    color: #0573AE;
  }
  .navbar__contacts-mobile-number {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 1.2857142857rem;
    line-height: 1.4285714286rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0573AE;
    white-space: nowrap;
  }
  .navbar__contacts-mobile-number:hover {
    color: #0573AE;
  }
}
@media (min-width: 1200px) {
  .navbar {
    padding: 18px 0 21px;
    border-bottom: 1px solid #D5ECF2;
    border-top: 1px solid #D5ECF2;
  }
  .navbar__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .navbar__list {
    margin-left: auto;
    margin-right: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 31px;
  }
  .navbar__link {
    font-weight: 400;
    font-size: 0.9285714286rem;
    line-height: 1.2857142857rem;
    color: #003261;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .navbar__link:hover {
    color: #2AA5F1;
  }
  .navbar__objects, .navbar__contacts-mobile, .navbar__btn-primary, .navbar__btn-tertiary {
    display: none;
  }
  .navbar__contacts-desktop-number:hover span {
    color: #2AA5F1;
  }
  .navbar__contacts-desktop-number span {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2142857143rem;
    color: #0573AE;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .navbar__contacts-desktop-number span:last-child {
    font-weight: 400;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  background-color: #F8F8F8;
}
.header.nav-open .header__logo-link {
  -webkit-transform: translate(17px, 62px);
          transform: translate(17px, 62px);
}
.header.nav-open .navbar-toggler {
  -webkit-transform: translate(-33px, 62px);
          transform: translate(-33px, 62px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.nav-open .navbar-toggler .navbar-toggler__icon {
  background-color: initial;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.nav-open .navbar-toggler .navbar-toggler__icon:after, .header.nav-open .navbar-toggler .navbar-toggler__icon:before {
  top: 0;
  bottom: initial;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header.nav-open .navbar-toggler .navbar-toggler__icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header.nav-open .navbar-toggler .navbar-toggler__icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.nav-open .navbar {
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header.nav-open .navbar:before {
  left: 0;
}
.header__wrap {
  padding: 15px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header__catalog {
  padding-top: 22px;
  position: absolute;
  top: 100%;
  width: 294px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__catalog-list {
  padding: 23px 0 35px;
  background-color: #E7FAFF;
}
.header__catalog-link {
  text-align: start;
}
.header__catalog-dropdown:hover .header__catalog-dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__catalog-dropdown-list {
  margin-top: 22px;
  width: 100%;
  height: calc(100% - 22px);
  padding: 23px 20px 35px;
  position: absolute;
  top: 0;
  background-color: #F5FDFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__catalog-dropdown-list-link {
  display: block;
  padding: 15px 25px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: start;
}
.header__catalog-dropdown-list-link:hover {
  color: #2AA5F1;
  background-color: #fff;
}
.header__catalog-dropdown-list-link, .header__catalog-dropdown-list-link-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 0.8571428571rem;
  color: #0573AE;
}
.header__catalog-dropdown-list-link.header__catalog-dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.header__catalog-item:not(:last-child) {
  margin-bottom: 5px;
}
.header__catalog-item.header__catalog-dropdown .header__catalog-link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__catalog-item.header__catalog-dropdown .header__catalog-link-icon .icon-arrow-right {
  width: 10px;
  height: 13px;
  fill: none;
  stroke: #2AA5F1;
}
.header__catalog-link {
  display: block;
  padding: 15px 25px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__catalog-link:hover {
  color: #2AA5F1;
  background-color: #F5FDFF;
}
.header__catalog-link, .header__catalog-link-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 0.8571428571rem;
  color: #0573AE;
}
.header__catalog-link.header__catalog-dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 23px;
}
.header__form, .header__dropdown {
  display: none;
}
.header__logo-link {
  position: relative;
  z-index: 1100;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header__logo-link .icon-logo {
  width: 89px;
  height: 31px;
  opacity: 0.4;
}
.header__btn-primary {
  padding: 9px 0;
  width: 150px;
  font-weight: 500;
  font-size: 0.7142857143rem;
  line-height: 0.8571428571rem;
  border-radius: 0;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
          filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
}
@media (min-width: 1200px) {
  .header__wrap {
    padding: 7px 0 12px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .header__dropdown, .header__form {
    display: block;
  }
  .header__logo-link {
    margin-right: 30px;
  }
  .header__logo-link .icon-logo {
    width: 168px;
    height: 59px;
  }
  .header__dropdown {
    position: relative;
  }
  .header__dropdown:hover .header__lang-toggler .header__lang-toggler__lang {
    color: #2AA5F1;
  }
  .header__dropdown:hover .header__lang-toggler .icon-arrow-down {
    fill: #2AA5F1;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header__dropdown:hover .header__dropdown-list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header__dropdown-list {
    max-width: 294px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 100%;
    z-index: 10000;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header__dropdown-link {
    padding-inline: 10px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2142857143rem;
    text-align: center;
    color: #42688A;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .header__dropdown-link:hover {
    color: #2AA5F1;
  }
  .header__lang-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .header__lang-toggler:hover .header__lang-toggler__lang {
    color: #2AA5F1;
  }
  .header__lang-toggler:hover .icon-arrow-down {
    fill: #2AA5F1;
  }
  .header__lang-toggler__lang {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2142857143rem;
    color: #003261;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    pointer-events: none;
  }
  .header__lang-toggler .icon-arrow-down {
    display: block;
    width: 10px;
    height: 6px;
    fill: #003261;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
  }
  .header .navbar-toggler {
    display: none;
  }
  .header__form {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .header__form-input {
    width: 365px;
    height: 100%;
    padding: 12px 19px;
    font-weight: 400;
    font-size: 0.8571428571rem;
    line-height: 1rem;
    color: #333333;
    border: 1px solid #D5ECF2;
    border-right: none;
  }
  .header__form-input::-webkit-input-placeholder {
    color: #8A9396;
  }
  .header__form-input::-moz-placeholder {
    color: #8A9396;
  }
  .header__form-input:-ms-input-placeholder {
    color: #8A9396;
  }
  .header__form-input::-ms-input-placeholder {
    color: #8A9396;
  }
  .header__form-input::placeholder {
    color: #8A9396;
  }
  .header__form-result {
    padding: 17px 20px 31px;
    width: 365px;
    position: absolute;
    left: 0;
    z-index: 1200;
    top: 100%;
    background-color: #F5FDFF;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header__form-result.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header__form-result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__form-result-item:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #E0F1F5;
  }
  .header__form-result-img-box {
    margin-right: 20px;
    width: 50px;
    height: 50px;
  }
  .header__form-result-img-box__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header__form-result-product-link {
    margin-right: auto;
    max-width: 200px;
  }
  .header__form-result-link {
    font-family: "SF Pro Text", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2857142857rem;
    color: #003261;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .header__form-result-link:hover {
    color: #2AA5F1;
    text-decoration: underline;
  }
  .header__form-result-code, .header__form-result-code-box {
    font-family: "SF Pro Text", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #003261;
  }
  .header__form-result-code {
    color: #EB3674;
  }
  .header__form-result-price {
    font-weight: 600;
    font-size: 1.2857142857rem;
    line-height: 1.5rem;
    color: #0573AE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .header__form-result-price.old-price span {
    display: block;
    margin-left: auto;
    font-family: "SF Pro Text", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 165.84%;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #6A8FB1;
  }
  .header__form-result-price.old-price .header__form-result-price-units span {
    display: inline-block;
    font-size: 12px;
    line-height: 140%;
  }
  .header__form-result-price-units span {
    font-weight: 600;
    color: #0573AE;
    font-size: 1.2857142857rem;
    line-height: 1.5rem;
  }
  .header__form-result-price-units span:last-child {
    font-size: 0.9285714286rem;
    line-height: 1.1428571429rem;
  }
  .header__form-submit {
    height: 100%;
    padding: 10px 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .header__form-submit span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #080A20;
  }
  .header__form-submit .icon-search {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #080A20;
  }
  .header__btn-primary.light {
    padding: 11px 0;
    width: 210px;
    font-weight: 500;
    font-size: 0.9285714286rem;
    line-height: 1.5714285714rem;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .header {
    background-color: #fff;
  }
}
@media (min-width: 1400px) {
  .header__form-input {
    width: 451px;
  }
  .header__form-result {
    width: 451px;
  }
}

.footer__wrap {
  padding: 75px 0 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D5ECF2;
  border-bottom: 1px solid #D5ECF2;
}
@media (max-width: 575.98px) {
  .footer__wrap {
    padding: 50px 0 48px;
  }
}
@media (min-width: 1200px) {
  .footer__wrap {
    margin-left: 3.9%;
  }
}
@media (max-width: 991.98px) {
  .footer__block {
    margin-left: 27px;
  }
}
.footer__logo-link {
  margin-left: -9px;
  margin-bottom: 30px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo-link img {
  max-width: 148px;
  width: 100%;
}
.footer__address {
  margin-bottom: 42px;
}
.footer__address-label {
  display: block;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 2rem;
  color: #003261;
}
.footer__address-link {
  display: block;
  max-width: 257px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem;
  color: #2E5A81;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__social-list {
  margin-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.footer__social-link:hover .icon {
  fill: #2AA5F1;
}
.footer__social-link .icon {
  fill: #0573AE;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.footer__social-link .icon-instagram {
  width: 20px;
  height: 20px;
}
.footer__social-link .icon-facebook {
  width: 16px;
  height: 25px;
}
.footer__social-link .icon-youtube {
  width: 27px;
  height: 18px;
}
.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer__contacts-item:not(:last-child) {
  margin-bottom: 10px;
}
.footer__contacts-icon .icon {
  stroke: #EB3674;
  fill: none;
}
.footer__contacts-icon .icon-mail {
  width: 20px;
  height: 14px;
}
.footer__contacts-icon .icon-phone {
  width: 20px;
  height: 20px;
}
.footer__contacts-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1428571429rem;
  line-height: 1.7142857143rem;
  color: #2E5A81;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__contacts-link:hover {
  color: #2AA5F1;
  text-decoration: underline;
}
.footer__nav:not(:last-child) {
  margin-bottom: 45px;
}
.footer__nav-title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem;
  color: #003261;
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 17px;
}
.footer__nav-link {
  font-weight: 400;
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem;
  color: #2E5A81;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__nav-link:hover {
  color: #2AA5F1;
  text-decoration: underline;
}
.footer__info {
  margin-left: 27px;
  padding: 35px 0 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575.98px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer__info {
    margin-left: 3.9%;
  }
}
@media (max-width: 575.98px) {
  .footer__info-text {
    text-align: start;
  }
}
.footer__info-text span,
.footer__info-text a {
  font-weight: 400;
  font-size: 0.8571428571rem;
  line-height: 1.1428571429rem;
}
.footer__info-text span {
  color: #003261;
}
.footer__info-text a {
  color: #2AA5F1;
}
@media (max-width: 991.98px) {
  .footer__info-text a {
    color: #EB3674;
  }
}
.footer__info-text a:hover {
  text-decoration: underline;
}
.footer__accordion {
  width: 100%;
}
.footer__accordion .footer__column:not(:last-child) {
  margin-bottom: 15px;
}
.footer__accordion .footer__column.active .info-column__title .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  fill: #EB3674;
}
.footer__accordion .info-column__title {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #EAF6F9;
}
.footer__accordion .info-column__title span {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 600;
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem;
  color: #0573AE;
}
.footer__accordion .info-column__title .icon {
  width: 12px;
  height: 8px;
  fill: #0573AE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__accordion .info__links {
  display: none;
}
.footer__accordion .info__links li {
  padding: 10px 15px;
}
.footer__accordion .footer__link {
  font-family: "SF Pro Text", sans-serif;
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem;
  color: #2E5A81;
}
@media screen and (max-width: 1100px) {
  .footer__link-block {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__info-text a {
    color: #EB3674;
  }
}
@media screen and (max-width: 450px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .footer__accordion {
    display: none;
  }
}

.dropdown {
  position: relative;
}
.dropdown:hover .dropdown__list {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dropdown:hover .dropdown__btn .icon-arrow-down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dropdown__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dropdown__btn:hover .dropdown__btn-text {
  color: #2AA5F1;
}
.dropdown__btn:hover .icon-arrow-down {
  fill: #2AA5F1;
}
.dropdown__btn-text {
  font-weight: 400;
  font-size: 0.9285714286rem;
  line-height: 1.4285714286rem;
  color: #003261;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  pointer-events: none;
}
.dropdown__btn .icon-arrow-down {
  display: block;
  width: 10px;
  height: 6px;
  fill: #003261;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.dropdown__list {
  padding: 15px 20px;
  width: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
          filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
  border: 1px solid rgba(228, 228, 228, 0.6);
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.dropdown__item:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown__link {
  font-weight: 400;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #003261;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.dropdown__link:hover {
  color: #2AA5F1;
}

.form__row {
  margin-inline: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__col {
  padding-inline: 15px;
}
.form__field {
  position: relative;
  width: 100%;
}
.form__field .invalid-text,
.form__field .valid-text {
  opacity: 0;
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  left: 5px;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 5;
}
.form__field .invalid-text {
  color: #EB3674;
}
.form__field .valid-text {
  color: #27AE60;
}
.form__name {
  margin-bottom: 7px;
  display: block;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #003261;
}
.form__name .required {
  color: #0573AE;
}
.form__textarea, .form__input {
  position: relative;
  z-index: 10;
  padding: 14px 14px;
  width: 100%;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #003261;
  border: 1px solid #6A8FB1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form__textarea:active, .form__textarea:focus, .form__input:active, .form__input:focus {
  border-color: #2AA5F1;
}
.form__textarea.invalid, .form__input.invalid {
  color: #EB3674;
  border-color: #EB3674;
}
.form__textarea.invalid::-webkit-input-placeholder, .form__input.invalid::-webkit-input-placeholder {
  color: #EB3674;
}
.form__textarea.invalid::-moz-placeholder, .form__input.invalid::-moz-placeholder {
  color: #EB3674;
}
.form__textarea.invalid:-ms-input-placeholder, .form__input.invalid:-ms-input-placeholder {
  color: #EB3674;
}
.form__textarea.invalid::-ms-input-placeholder, .form__input.invalid::-ms-input-placeholder {
  color: #EB3674;
}
.form__textarea.invalid::placeholder, .form__input.invalid::placeholder {
  color: #EB3674;
}
.form__textarea.invalid ~ .invalid-text, .form__input.invalid ~ .invalid-text {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
  opacity: 1;
}
.form__textarea.valid, .form__input.valid {
  color: #27AE60;
  border-color: #27AE60;
}
.form__textarea.valid::-webkit-input-placeholder, .form__input.valid::-webkit-input-placeholder {
  color: #27AE60;
}
.form__textarea.valid::-moz-placeholder, .form__input.valid::-moz-placeholder {
  color: #27AE60;
}
.form__textarea.valid:-ms-input-placeholder, .form__input.valid:-ms-input-placeholder {
  color: #27AE60;
}
.form__textarea.valid::-ms-input-placeholder, .form__input.valid::-ms-input-placeholder {
  color: #27AE60;
}
.form__textarea.valid::placeholder, .form__input.valid::placeholder {
  color: #27AE60;
}
.form__textarea.valid ~ .valid-text, .form__input.valid ~ .valid-text {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
  opacity: 1;
}
.form__textarea::-webkit-input-placeholder, .form__input::-webkit-input-placeholder {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #6A8FB1;
}
.form__textarea::-moz-placeholder, .form__input::-moz-placeholder {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #6A8FB1;
}
.form__textarea:-ms-input-placeholder, .form__input:-ms-input-placeholder {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #6A8FB1;
}
.form__textarea::-ms-input-placeholder, .form__input::-ms-input-placeholder {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #6A8FB1;
}
.form__textarea::placeholder, .form__input::placeholder {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #6A8FB1;
}
.form__input.disable {
  color: #666666;
  border: 1px solid #666666;
  opacity: 0.5;
  pointer-events: none;
}
.form__textarea {
  resize: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.21);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal.show .modal__dialog:before,
.modal.show .modal__dialog:after,
.modal.show .modal__header,
.modal.show .modal__close,
.modal.show .modal__block {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.success .modal__dialog {
  padding: 99px 160px 119px;
  background-color: #EEF7FA;
}
@media (max-width: 767.98px) {
  .modal.success .modal__dialog {
    margin-top: 10%;
    padding: 60px 0;
    height: 80%;
  }
}
@media (max-width: 767.98px) {
  .modal.success .modal__dialog .modal__success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal.success .modal__dialog .modal__success-box {
    max-width: 450px;
  }
}
.modal.success .modal__dialog:before, .modal.success .modal__dialog:after {
  background-color: transparent;
}
.modal.success .modal__success {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  position: relative;
}
.modal.success .modal__header,
.modal.success .modal__body {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.modal.feedback-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal.feedback-modal .modal__dialog:before,
.modal.feedback-modal .modal__dialog:after,
.modal.feedback-modal .modal__header,
.modal.feedback-modal .modal__close,
.modal.feedback-modal .modal__block {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.modal.feedback-modal .modal__title {
  margin-bottom: 15px;
  white-space: nowrap;
  text-align: center;
}
.modal.feedback-modal .modal__dialog {
  padding: 62px 44px 51px 40px;
  max-width: 337px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal.feedback-modal .modal__dialog:before, .modal.feedback-modal .modal__dialog:after {
  display: none;
}
.modal.feedback-modal .modal__dialog .rating {
  margin-bottom: 22px;
}
.modal.feedback-modal .modal__dialog .rating__body {
  margin: 0 auto;
  width: 203px;
  height: 23px;
}
.modal.feedback-modal .modal__dialog .rating__body .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 23px;
  height: 23px;
  min-width: 23px;
  min-height: 23px;
  position: absolute;
}
.modal.feedback-modal .modal__dialog .rating__body .icon-star {
  fill: #FFCD5D;
}
.modal.feedback-modal .modal__dialog .rating__body .icon:nth-child(1) {
  left: 0;
}
.modal.feedback-modal .modal__dialog .rating__body .icon:nth-child(2) {
  left: 44px;
}
.modal.feedback-modal .modal__dialog .rating__body .icon:nth-child(3) {
  left: 88px;
}
.modal.feedback-modal .modal__dialog .rating__body .icon:nth-child(4) {
  left: 132px;
}
.modal.feedback-modal .modal__dialog .rating__body .icon:nth-child(5) {
  left: 176px;
}
.modal.feedback-modal .modal__dialog .rating__stars .icon-star-transparent {
  fill: none;
  stroke: #FFCD5D;
}
.modal.feedback-modal .modal__dialog .rating__item {
  width: 23px;
}
.modal__close {
  padding: 0;
  position: absolute;
  top: 25px;
  right: 19px;
  z-index: 100;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.modal__close .icon-close {
  width: 20px;
  height: 20px;
  stroke: #003261;
  pointer-events: none;
}
.modal__close:hover .icon-close {
  stroke: #2AA5F1;
}
.modal__delete {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.modal__delete .icon-close {
  width: 10px;
  height: 10px;
  stroke: #003261;
  pointer-events: none;
}
.modal__delete:hover .icon-close {
  stroke: #2AA5F1;
}
.modal__measurements {
  position: relative;
}
.modal__success {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal__success-title {
  margin-bottom: 35px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 900;
  font-size: 1.7142857143rem;
  line-height: 2rem;
  text-align: center;
  color: #0573AE;
}
.modal__success-subtitle {
  margin-bottom: 40px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 300;
  font-size: 1.7142857143rem;
  line-height: 2rem;
  text-align: center;
  color: #0573AE;
}
.modal__header, .modal__body {
  position: relative;
  z-index: 20;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.modal__header {
  margin-bottom: 33px;
}
.modal__title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 300;
  font-size: 1.7142857143rem;
  line-height: 2rem;
  color: #0573AE;
}
@media (max-width: 575.98px) {
  .modal__title {
    text-align: center;
  }
}
.modal__block-title {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 0.9285714286rem;
  line-height: 1.5714285714rem;
  color: #0573AE;
  text-align: center;
}
.modal__dialog {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 45px 30px 54px 30px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 768px) {
  .modal__dialog {
    margin-top: 100px;
  }
}
.modal__dialog:before, .modal__dialog:after {
  content: "";
  display: none;
  width: 50.5%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.modal__dialog:before {
  left: 0;
  background-color: #EEF7FA;
}
.modal__dialog:after {
  right: 0;
  background-color: #fff;
}
.modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991.98px) {
  .modal__block {
    position: relative;
  }
  .modal__block:first-child {
    z-index: 2;
  }
  .modal__block:last-child {
    z-index: 1;
  }
}
.modal__block .render-measurements {
  padding-right: 20px;
  max-height: 351px;
  overflow-y: auto;
}
.modal__block .render-measurements::-webkit-scrollbar {
  width: 6px;
}
.modal__block .render-measurements::-webkit-scrollbar-thumb {
  background: #31729E;
  border-radius: 4px;
}
.modal__block .render-measurements::-webkit-scrollbar-thumb:hover {
  background: #0573AE;
}
.modal__separator {
  padding-inline: 18px;
  margin: 0 auto 15px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #003261;
  position: relative;
}
.modal__separator:before, .modal__separator:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 200;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #999999;
}
.modal__separator:before {
  right: 100%;
}
.modal__separator:after {
  left: 100%;
}
.modal .form__field {
  margin-bottom: 20px;
}
.modal .form__field.form__date-field {
  z-index: 9000;
}
.modal .form__field:last-child {
  margin-bottom: 30px;
}
.modal .form__field .form__textarea {
  height: 140px;
}
.modal .form__field .form__input:active + .icon-date-picker,
.modal .form__field .form__input:focus + .icon-date-picker {
  stroke: #2AA5F1;
}
.modal .form__field .form__input[data-input-type=date-picker] {
  cursor: pointer;
}
.modal .form__field .icon-date-picker {
  position: absolute;
  right: 17px;
  bottom: 14px;
  width: 18px;
  height: 20px;
  fill: none;
  stroke: #6A8FB1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.modal__btn-transparent.primary {
  margin-top: 14px;
  margin-bottom: 38px;
  width: calc(100% - 20px);
  padding: 14px 26px 14px 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #0573AE;
}
.modal__btn-transparent.primary .icon-plus {
  width: 14px;
  height: 14px;
  stroke: #fff;
  stroke-width: 1.5px;
}
.modal__btn-transparent.primary span {
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1.4285714286rem;
  color: #fff;
}
.modal__btn-primary {
  margin: 14px auto 0 auto;
  padding: 15px 45px;
  font-weight: 500;
  font-size: 1.0714285714rem;
  line-height: 1.5714285714rem;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
          filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
}
@media screen and (max-width: 374px) {
  .modal__close {
    right: 15px;
  }
  .modal__dialog {
    padding: 35px 15px 54px 15px;
  }
}
@media screen and (max-width: 660px) {
  .modal__btn-transparent.primary:hover {
    background-color: #0573AE;
    color: #fff;
  }
}
@media screen and (min-width: 660px) {
  .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__separator:before, .modal__separator:after {
    background-color: #D5ECF2;
  }
  .modal .modal__dialog:before,
.modal .modal__dialog:after,
.modal .modal__header,
.modal .modal__close,
.modal .modal__block {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .modal__header {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .modal__dialog:before {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .modal__dialog:after {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  .modal__block:first-child {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .modal__block:last-child {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  .modal__close {
    top: 30px;
    right: 35px;
  }
  .modal__dialog {
    padding: 49px 45px 55px 35px;
    max-width: 692px;
    background-color: transparent;
  }
  .modal__dialog:before, .modal__dialog:after {
    display: block;
  }
  .modal__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal .form__field {
    width: 253px;
    margin-bottom: 16px;
  }
  .modal__btn-transparent.primary {
    margin-bottom: 0;
    background-color: transparent;
  }
  .modal__btn-transparent.primary .icon-plus {
    stroke: #0573AE;
  }
  .modal__btn-transparent.primary span {
    color: #0573AE;
  }
}

@media (min-width: 576px) {
  .breadcrumb {
    margin-top: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.breadcrumb__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .breadcrumb__mobile {
    display: none;
  }
}
.breadcrumb__backdrop {
  display: none;
}
@media (max-width: 991.98px) {
  .breadcrumb__backdrop {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .breadcrumb__backdrop.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb__wrap {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    left: 50%;
    bottom: -100%;
    z-index: 1550;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    -webkit-transition: bottom 0.4s ease;
    transition: bottom 0.4s ease;
  }
  .breadcrumb__wrap.show {
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb__wrap {
    width: 95%;
  }
  .breadcrumb__wrap.show {
    bottom: 10px;
  }
}
.breadcrumb__close-btn {
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
}
@media (min-width: 992px) {
  .breadcrumb__close-btn {
    display: none;
  }
}
.breadcrumb__close-btn .icon-close {
  width: 15px;
  height: 15px;
  stroke: #003261;
  pointer-events: none;
}
@media (min-width: 992px) {
  .breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.breadcrumb__item {
  padding-left: 15px;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .breadcrumb__item {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .breadcrumb__item:not(:last-of-type) {
    padding: 0 0 30px 0;
  }
}
.breadcrumb__item:last-of-type .breadcrumb__arrow-box {
  display: none;
}
.breadcrumb__arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .breadcrumb__arrow-box {
    top: initial;
    right: 50%;
    bottom: 10px;
    -webkit-transform: translate(50%, 0) rotate(90deg);
            transform: translate(50%, 0) rotate(90deg);
  }
}
.breadcrumb__arrow-box .icon-arrow-right {
  width: 5px;
  height: 4px;
  fill: none;
  stroke: #6A8FB1;
}
.breadcrumb__arrow-box .icon-arrow-right:not(:first-child) {
  margin-left: -2px;
}
@media (max-width: 991.98px) {
  .breadcrumb__arrow-box .icon-arrow-right {
    width: 15px;
    height: 12px;
  }
  .breadcrumb__arrow-box .icon-arrow-right:not(:first-child) {
    margin-left: -10px;
  }
}
.breadcrumb__link {
  font-family: "Lato", sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1.0714285714rem;
  color: #6A8FB1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 576px) {
  .breadcrumb__link {
    font-size: 0.8571428571rem;
    line-height: 1rem;
  }
}
.breadcrumb__link:hover {
  color: #2AA5F1;
  text-decoration: underline;
}
.breadcrumb__menu-btn {
  padding: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.breadcrumb__menu-btn.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.breadcrumb__menu-btn .icon-breadcrumbs-menu {
  fill: none;
  stroke: #0573AE;
  width: 18px;
  height: 18px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 0.8;
}
.rating__body {
  width: 63px;
  height: 12px;
  position: relative;
}
.rating__body::before {
  content: "★★★★★";
  display: block;
  color: transparent;
}
.rating__stars {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.rating__stars .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  fill: #E4E4E4;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  position: absolute;
}
.rating__stars .icon:nth-child(1) {
  left: 0;
}
.rating__stars .icon:nth-child(2) {
  left: 13px;
}
.rating__stars .icon:nth-child(3) {
  left: 26px;
}
.rating__stars .icon:nth-child(4) {
  left: 39px;
}
.rating__stars .icon:nth-child(5) {
  left: 52px;
}
.rating__active {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.rating__active .icon {
  fill: #ffc107;
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  position: absolute;
}
.rating__active .icon:nth-child(1) {
  left: 0;
}
.rating__active .icon:nth-child(2) {
  left: 13px;
}
.rating__active .icon:nth-child(3) {
  left: 26px;
}
.rating__active .icon:nth-child(4) {
  left: 39px;
}
.rating__active .icon:nth-child(5) {
  left: 52px;
}
.rating__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.rating__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.rating__value {
  font-size: 50%;
  line-height: 1;
  padding-left: 10px;
}
.rating__btn {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  color: #003261;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.rating__btn:hover {
  color: #2AA5F1;
  text-decoration: underline;
}
.rating__btn span {
  color: #6A8FB1;
}

.tabs__nav {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.tabs__nav .btn-transparent {
  padding: 12px 0;
  width: 100%;
}
.tabs__nav .btn-transparent.active {
  background-color: #FFCD5D;
}
.tabs__content {
  display: none;
}
.tabs__content-wrap {
  max-height: 340px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.tabs__content.visible {
  display: block;
}
.tabs__show-more {
  margin-top: 33px;
  padding: 12px 0;
  width: 160px;
}
.tabs__show-more,
.tabs__show-more span {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  text-align: center;
  color: #0573AE;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.tabs__show-more span {
  pointer-events: none;
}
.tabs__show-more:active span {
  color: #fff;
}
.tabs__show-more span:nth-child(3) {
  display: none;
}
.tabs__show-more.show span:nth-child(2) {
  display: none;
}
.tabs__show-more.show span:nth-child(3) {
  display: inline-block;
}

.accordion__box:not(:last-child) {
  margin-bottom: 12px;
}
.accordion__box:not(:last-child) .tabs__content .btn-transparent {
  margin: 21px auto 40px auto;
}
.accordion__box > .btn-transparent {
  margin-bottom: 40px;
  padding: 12px 0;
  width: 100%;
  background-color: #EAF6F9;
}
@media (max-width: 575.98px) {
  .accordion__box > .btn-transparent:not(.active) {
    margin-bottom: 12px;
  }
}
.accordion__box > .btn-transparent.active {
  background-color: #FFCD5D;
}

@media (min-width: 992px) {
  .catalog-page__block-sidebar.scrolled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sidebar__wrap {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .sidebar__wrap.active {
    padding-inline: 20px;
    position: fixed;
    top: 61px;
    padding: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .sidebar__wrap.active .sidebar {
    max-width: 238px;
  }
}
@media (min-width: 1200px) {
  .sidebar__wrap.active {
    top: 139px;
  }
  .sidebar__wrap.active .sidebar {
    max-width: 268px;
  }
}
.sidebar {
  padding-block: 20px;
  max-width: 268px;
  width: 100%;
  pointer-events: all;
  position: relative;
  z-index: 500;
}
@media (min-width: 992px) {
  .sidebar {
    max-width: 205px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    max-width: 268px;
  }
}
.sidebar__wrap .container {
  padding: 0;
}
@media (max-width: 991.98px) {
  .sidebar__list {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar__item:not(:last-child) {
    border-bottom: 1px solid #D5ECF2;
  }
}
.sidebar__item.mobile {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.sidebar__item.mobile:hover {
  background-color: #fff;
}
.sidebar__item.mobile:not(.active) {
  background-color: #0573AE;
}
.sidebar__item.mobile:not(.active):hover {
  background-color: #0573AE;
}
.sidebar__item.mobile:not(.active) .sidebar__link, .sidebar__item.mobile:not(.active) .sidebar__link:hover {
  color: #fff;
}
.sidebar__item.mobile:not(.active) .sidebar-toggler__icon, .sidebar__item.mobile:not(.active) .sidebar-toggler__icon:before, .sidebar__item.mobile:not(.active) .sidebar-toggler__icon:after {
  background-color: #fff;
}
.sidebar__item.mobile .sidebar__link:hover {
  color: #0573AE;
}
.sidebar__item.mobile .sidebar-toggler {
  margin-right: 25px;
}
@media (min-width: 992px) {
  .sidebar__item.mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidebar__item.mobile {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sidebar__item.mobile .sidebar__link {
    width: calc(100% - 16px);
  }
}
@media (max-width: 991.98px) {
  .sidebar__item.desktop {
    display: none;
  }
}
.sidebar__link {
  display: block;
  position: relative;
  padding: 10px 20px 10px 25px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 0.8571428571rem;
  color: #0573AE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  background-color: #D5ECF2;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.sidebar__link:hover {
  color: #003261;
}
.sidebar__link:hover:after {
  height: 100%;
}

.product-card {
  width: 100%;
}
.product-card__slider {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
.product-card__slider .swiper-pagination {
  bottom: 15px;
}
.product-card__slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #D5ECF2;
  opacity: 1;
  width: 6px;
  height: 6px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media (max-width: 575.98px) {
  .product-card__slider .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.product-card__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0573AE;
}
.product-card__slider .swiper-slide__image {
  width: 100%;
}
.product-card__slider .swiper-slide__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card__link {
  display: block;
  margin-bottom: 10px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  color: #003261;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.product-card__link:hover {
  color: #2AA5F1;
}
.product-card__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product-card__price-current {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.2857142857rem;
  line-height: 1.5rem;
  color: #0573AE;
}
.product-card__price-current .product-card__price-units {
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem;
}
.product-card__price-discount {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  color: #6A8FB1;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.product-card__price-discount .product-card__price-units {
  font-size: 0.7857142857rem;
  line-height: 1.1428571429rem;
}
.product-card__code {
  font-family: "SF Pro Text", sans-serif;
  font-size: 0.8571428571rem;
  line-height: 1.5714285714rem;
  color: #003261;
}
.product-card__code span {
  color: #EB3674;
}

.qs-datepicker-container {
  padding-top: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: none;
  background-color: initial;
  overflow: visible;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.qs-datepicker-container:not(.qs-hidden) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .qs-datepicker-container {
    width: 110%;
  }
}
.qs-datepicker-container .qs-datepicker {
  max-width: 292.2px;
  width: 100%;
  position: relative;
  padding: 15px 20px 25px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.6);
  border-radius: 4px;
}
@media (min-width: 992px) {
  .qs-datepicker-container .qs-datepicker {
    margin-left: -5%;
  }
}
.qs-datepicker-container .qs-controls {
  background-color: inherit;
}
.qs-datepicker-container .qs-month-year span {
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.0714285714rem;
  line-height: 1.4285714286rem;
  color: #151522;
}
.qs-datepicker-container .qs-square.qs-num,
.qs-datepicker-container .qs-square.qs-day {
  width: 20px;
  height: 20px;
  margin: 5px 6px;
}
.qs-datepicker-container .qs-square.qs-day {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 0.7857142857rem;
  line-height: 0.9285714286rem;
  color: #666666;
  mix-blend-mode: normal;
  opacity: 0.5;
}
.qs-datepicker-container .qs-square.qs-num {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 0.9285714286rem;
  line-height: 1.2857142857rem;
  color: #003261;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.qs-datepicker-container .qs-square.qs-num.qs-active {
  background-color: #2AA5F1 !important;
  color: #fff;
}
.qs-datepicker-container .qs-square.qs-num:hover {
  background-color: #A8E3F2 !important;
}
.qs-datepicker-container .qs-arrow {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.qs-datepicker-container .qs-arrow:hover {
  background-color: initial;
}
.qs-datepicker-container .qs-arrow:hover.qs-left:after {
  border-color: transparent transparent #2AA5F1 #2AA5F1;
}
.qs-datepicker-container .qs-arrow:hover.qs-right:after {
  border-color: transparent #2AA5F1 #2AA5F1 transparent;
}
.qs-datepicker-container .qs-arrow.qs-right:after {
  top: 24%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: transparent #999999 #999999 transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.qs-datepicker-container .qs-arrow.qs-left:after {
  top: 55%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-width: 1px;
  border-color: transparent transparent #999999 #999999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  color: #0573AE;
  background-color: initial;
}
@media (max-width: 991.98px) {
  .lg-actions .lg-next, .lg-actions .lg-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0573AE;
    color: #fff;
  }
}

.lg-close.lg-icon {
  color: #fff;
}

#lg-counter {
  display: none;
}

.lg-toolbar {
  background-color: initial;
}

@media (max-width: 991.98px) {
  .lg-sub-html {
    display: none !important;
  }
}

.main-banner__wrap {
  margin-bottom: 50px;
  background-color: #D5ECF2;
}
@media (max-width: 991px) {
  .main-banner__wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main-banner__titling {
  padding: 26px 0 25px;
}
.main-banner__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.14%;
          flex: 0 0 34.14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-banner__subtitle {
  padding-left: 65px;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.1428571429rem;
  line-height: 1.2857142857rem;
  letter-spacing: 0.01rem;
  color: #0573AE;
}
@media screen and (max-width: 1280px) {
  .main-banner__subtitle {
    font-size: 1rem;
    line-height: 1.5714285714rem;
    text-align: start;
  }
}
@media (max-width: 1199.98px) {
  .main-banner__subtitle {
    padding-left: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 1.1428571429rem;
    line-height: 1.2857142857rem;
    letter-spacing: 0.1428571429rem;
  }
}
@media (max-width: 991.98px) {
  .main-banner__subtitle {
    margin: 0 auto 24px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767.98px) {
  .main-banner__subtitle {
    font-size: 0.7857142857rem;
    line-height: 1.2857142857rem;
    letter-spacing: 0;
    text-align: start;
  }
}
@media (max-width: 575.98px) {
  .main-banner__subtitle {
    font-size: 0.7857142857rem;
  }
}
@media (min-width: 1400px) {
  .main-banner__subtitle {
    padding-left: 75px;
  }
}
.main-banner__subtitle:before {
  margin-right: 10px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0573AE;
}
@media (max-width: 1399.98px) {
  .main-banner__subtitle:before {
    margin-right: 25px;
    width: 39px;
  }
}
@media (max-width: 991.98px) {
  .main-banner__subtitle:before {
    width: 22px;
  }
}
@media (min-width: 1400px) {
  .main-banner__subtitle:before {
    width: 59px;
  }
}
.main-banner__title {
  margin-bottom: 35px;
  text-align: start;
}
@media (max-width: 991.98px) {
  .main-banner__title {
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .main-banner__title {
    margin-bottom: 0;
    text-align: center;
  }
}
.main-banner__title span {
  display: block;
  color: #003261;
  font-family: "SF Pro Display", sans-serif;
}
.main-banner__title span:first-child {
  font-weight: 900;
  font-size: 1.4285714286rem;
  letter-spacing: 0.0714285714rem;
}
@media screen and (max-width: 1280px) {
  .main-banner__title span:first-child {
    font-size: 1.4285714286rem;
    line-height: 2.2857142857rem;
  }
}
@media (max-width: 575.98px) {
  .main-banner__title span:first-child {
    margin-bottom: 30px;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  .main-banner__title span:first-child {
    font-weight: 900;
    font-size: 2rem;
    line-height: 3.4285714286rem;
    letter-spacing: 0.0714285714rem;
  }
  .main-banner__title span:first-child br {
    display: none;
  }
}
.main-banner__title span:last-child {
  font-weight: 300;
  font-size: 2.5714285714rem;
  line-height: 3.4285714286rem;
}
@media screen and (max-width: 1440px) {
  .main-banner__title span:last-child {
    font-size: 2rem;
    line-height: 2.2857142857rem;
  }
}
@media (max-width: 575.98px) {
  .main-banner__title span:last-child {
    font-weight: 500;
    font-size: 1.4285714286rem;
    line-height: 1.7142857143rem;
  }
}
.main-banner__img-box__img {
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .main-banner__img-box__img.desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .main-banner__img-box__img.mobile {
    display: none;
  }
}
.main-banner__btn-primary {
  font-family: "Lato", sans-serif;
}
.main-banner__btn-primary.mobile {
  margin: 0 auto;
  font-weight: 400;
  max-width: 294px;
  width: 100%;
}
.main-banner__btn-primary.desktop {
  display: none;
}
@media (min-width: 1400px) {
  .main-banner__wrap {
    margin-inline: 0;
  }
}
@media (min-width: 992px) {
  .main-banner__wrap {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #D5ECF2;
  }
  .main-banner__titling {
    padding: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .main-banner__titling {
    padding: 50px 30px;
  }
}
@media (min-width: 992px) {
  .main-banner__btn-primary.mobile {
    display: none;
  }
  .main-banner__btn-primary.desktop {
    display: block;
    font-weight: 400;
    width: 323px;
  }
}
@media screen and (min-width: 1920px) {
  .main-banner__titling {
    margin-left: 85px;
  }
}

.catalog-nav {
  padding: 51px 0 40px;
}
.catalog-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .catalog-nav__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.catalog-nav__link {
  padding: 55px 41px 42px 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666%;
          flex: 0 0 16.66666%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #D5ECF2;
}
.catalog-nav__link:nth-child(even), .catalog-nav__link:nth-child(6n+5), .catalog-nav__link:nth-child(6n+3) {
  border-left: none;
}
.catalog-nav__link:nth-child(n+7) {
  border-top: none;
}
@media (max-width: 1399.98px) {
  .catalog-nav__link {
    padding: 30px 25px 25px 25px;
  }
}
@media screen and (max-width: 1043px) {
  .catalog-nav__link {
    padding: 25px 20px 20px 20px;
  }
}
@media (max-width: 991.98px) {
  .catalog-nav__link {
    padding: 55px 41px 42px 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
  .catalog-nav__link:nth-child(3n+2), .catalog-nav__link:nth-child(3n+6), .catalog-nav__link:nth-child(8n+3) {
    border-left: none;
  }
  .catalog-nav__link:nth-child(4) {
    border-left: 1px solid #D5ECF2;
  }
  .catalog-nav__link:nth-child(n+4) {
    border-top: none;
  }
}
@media (max-width: 767.98px) {
  .catalog-nav__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 294px;
    min-height: 210px;
    width: 100%;
    border: 1px solid #D5ECF2 !important;
  }
}
.catalog-nav__link:hover .icon {
  fill: #2AA5F1;
}
.catalog-nav__link:hover span {
  color: #2AA5F1;
}
.catalog-nav__link .icon {
  display: block;
  margin: 0 auto 18px auto;
  width: 50px;
  height: 50px;
  fill: #0573AE;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
@media (max-width: 1399.98px) {
  .catalog-nav__link .icon {
    width: 40px;
    height: 40px;
  }
}
.catalog-nav__link span {
  display: block;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 500;
  font-size: 1.1428571429rem;
  color: #003261;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.catalog-nav__box {
  position: relative;
  max-width: 294px;
  width: 100%;
}

.our-clients {
  padding: 52px 0 40px;
}
.our-clients__titling {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991.98px) {
  .our-clients__titling {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.our-clients__titling .our-clients__title,
.our-clients__titling .our-clients__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.our-clients__block-titling {
  margin-bottom: 41px;
}
.our-clients__quotes {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 25px;
}
@media (max-width: 767.98px) {
  .our-clients__quotes {
    top: -8px;
  }
}
.our-clients__title {
  font-family: "SF Pro Display", sans-serif;
  margin-bottom: 40px;
  padding-left: 21px;
  position: relative;
}
@media (max-width: 575.98px) {
  .our-clients__title {
    padding-left: 15px;
  }
}
.our-clients__title span {
  display: block;
  font-family: "SF Pro Display", sans-serif;
}
.our-clients__title span:nth-child(2) {
  color: #0573AE;
  font-weight: 800;
  font-size: 1.4285714286rem;
  line-height: 3rem;
}
@media (max-width: 767.98px) {
  .our-clients__title span:nth-child(2) {
    line-height: 1.7857142857rem;
  }
}
.our-clients__title span:nth-child(3) {
  color: #003261;
  font-weight: 300;
  font-size: 1.7142857143rem;
  line-height: 2.2857142857rem;
}
@media (max-width: 767.98px) {
  .our-clients__title span:nth-child(3) {
    line-height: 1.7857142857rem;
  }
}
.our-clients__block-title {
  margin-bottom: 30px;
}
.our-clients__block-title span {
  display: block;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.7142857143rem;
}
.our-clients__block-title span:nth-child(1) {
  color: #003261;
  font-weight: 300;
  line-height: 2.1428571429rem;
}
.our-clients__block-title span:nth-child(2) {
  color: #0573AE;
  font-weight: 800;
  line-height: 1.7857142857rem;
}
.our-clients__slider-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 1.1428571429rem;
  line-height: 2rem;
  color: #003261;
}
.our-clients__text {
  font-family: "SF Pro Text", sans-serif;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
@media (max-width: 575.98px) {
  .our-clients__text.mobile-light {
    color: #6A8FB1;
  }
}
.our-clients__slider {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .our-clients__slider .swiper-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.our-clients__slider .swiper-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991.98px) {
  .our-clients__slider .swiper-slide {
    max-width: 375px;
    overflow: hidden;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.our-clients__slider-wrap {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .our-clients__slider-wrap {
    display: none;
  }
}
.our-clients__slider-nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.our-clients__slider-nav-box .swiper-button-prev:after,
.our-clients__slider-nav-box .swiper-button-next:after {
  display: none;
}
.our-clients__slider-nav-box .swiper-button-prev:hover .icon,
.our-clients__slider-nav-box .swiper-button-next:hover .icon {
  stroke: #0573AE;
}
.our-clients__slider-nav-box .swiper-button-prev .icon,
.our-clients__slider-nav-box .swiper-button-next .icon {
  width: 10px;
  height: 15px;
  fill: none;
  stroke: #003261;
  stroke-width: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.our-clients__card {
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .our-clients__card {
    max-height: 345px;
  }
}
@media (max-width: 575.98px) {
  .our-clients__card {
    max-height: 209px;
  }
}
.our-clients__card:hover .our-clients__card-img-box:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.our-clients__card:hover .our-clients__card-text {
  color: #2AA5F1;
}
.our-clients__card-img-box {
  position: relative;
}
.our-clients__card-img-box:after, .our-clients__card-img-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-clients__card-img-box:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-2.87%, #000000), color-stop(39%, rgba(47, 47, 47, 0.24)));
  background: linear-gradient(360deg, #000000 -2.87%, rgba(47, 47, 47, 0.24) 39%);
}
.our-clients__card-img-box, .our-clients__card-img-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-clients__card-text {
  position: absolute;
  left: 25px;
  bottom: 23px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.0714285714rem;
  line-height: 1.2857142857rem;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 575.98px) {
  .our-clients__card-text {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .our-clients__block-titling {
    margin-right: 80px;
  }
}
@media (min-width: 992px) {
  .our-clients {
    padding: 52px 0 70px;
  }
  .our-clients__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .our-clients__titling {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 125px;
  }
  .our-clients__block-titling {
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.25%;
            flex: 0 0 24.25%;
  }
  .our-clients__quotes {
    top: 8px;
  }
  .our-clients__title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .our-clients__title {
    padding-left: 40px;
  }
  .our-clients__title span {
    line-height: 2.7142857143rem;
  }
  .our-clients__title span:nth-child(2) {
    font-weight: 600;
    font-size: 2.4285714286rem;
  }
  .our-clients__title span:nth-child(3) {
    font-size: 2.5714285714rem;
  }
}

.offer {
  padding: 40px 0;
}
.offer .container {
  padding: 0;
}
.offer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.offer__block {
  height: 322px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.offer__block:before {
  content: "";
  display: block;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: inherit;
}
.offer__block:first-child {
  background-color: #E0F1F5;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 575.98px) {
  .offer__block:first-child {
    height: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .offer__block:first-child .offer__title {
    margin-bottom: 43px;
  }
}
.offer__block:first-child:before {
  right: 100%;
}
.offer__block:last-child {
  background-color: #D5ECF2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 575.98px) {
  .offer__block:last-child {
    height: auto;
    padding-top: 50px;
    padding-bottom: 82px;
  }
}
.offer__block:last-child:before {
  left: 100%;
}
.offer__img-box {
  height: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.offer__img-box, .offer__img-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer__img-box.desktop, .offer__img-box__img.desktop {
  display: none;
}
.offer__title {
  margin-bottom: 35px;
}
@media (max-width: 575.98px) {
  .offer__title {
    margin-bottom: 30px;
  }
}
.offer__title span {
  font-family: "SF Pro Display", sans-serif;
  line-height: 2.7857142857rem;
  display: block;
}
.offer__title span:first-child {
  font-weight: 300;
  font-size: 1.4285714286rem;
  color: #0573AE;
}
.offer__title span:last-child {
  font-weight: 800;
  font-size: 2.2857142857rem;
  color: #003261;
}
.offer__text {
  max-width: 337px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
@media screen and (max-width: 375px) {
  .offer__block {
    padding-inline: 15px;
  }
}
@media (min-width: 992px) {
  .offer {
    padding: 94px 0 75px;
  }
  .offer__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .offer__block {
    width: initial;
    padding-inline: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
  .offer__block:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .offer__block:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .offer__img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    width: initial;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .offer__img-box__img.desktop {
    display: inline-block;
  }
  .offer__img-box__img.mobile {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .offer__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.44388%;
            flex: 0 0 38.44388%;
  }
  .offer__img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.11224%;
            flex: 0 0 23.11224%;
  }
  .offer__block {
    height: 410px;
  }
  .offer__block:nth-child(1) .offer__box {
    margin-left: -101px;
  }
  .offer__block:nth-child(3) .offer__box {
    margin-left: -45px;
  }
}

.benefits {
  padding: 40px 0;
}
.benefits__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.benefits__box {
  max-width: 337px;
}
.benefits__title {
  margin-bottom: 30px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 1.1428571429rem;
  line-height: 1.4285714286rem;
  text-align: center;
  color: #003261;
  position: relative;
}
.benefits__title:after {
  content: "";
  display: block;
  width: 66px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EB3674;
}
.benefits__text {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  text-align: center;
  color: #42688A;
}
@media (min-width: 992px) {
  .benefits {
    padding: 75px 0 90px;
  }
}
@media (min-width: 768px) {
  .benefits__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .benefits__wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.our-services {
  padding: 40px 0 80px;
}
@media (max-width: 575.98px) {
  .our-services {
    padding: 40px 0 20px;
  }
}
@media (max-width: 575.98px) {
  .our-services .container {
    padding-inline: 0;
  }
}
.our-services__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575.98px) {
  .our-services__wrap {
    padding-inline: 15px;
  }
}
@media (min-width: 1200px) {
  .our-services__wrap {
    gap: 20px;
  }
}
.our-services__img-box {
  margin-bottom: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.2653%;
          flex: 0 0 32.2653%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .our-services__img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 575.98px) {
  .our-services__img-box {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-bottom: 90px;
  }
}
.our-services__img-box__img {
  width: 100%;
}
.our-services__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61%;
          flex: 0 0 61%;
}
@media (max-width: 1399.98px) {
  .our-services__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
  }
}
@media (max-width: 575.98px) {
  .our-services__box {
    margin-bottom: 72px;
  }
}
@media (min-width: 1400px) {
  .our-services__box:first-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1399.98px) {
  .our-services__box:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .our-services__box .our-services__block-title {
    margin-bottom: 20px;
  }
}
.our-services__box:first-child .our-services__block-title {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .our-services__box:first-child .our-services__block-title {
    margin-bottom: 40px;
  }
}
.our-services__box:last-child .our-services__block-title {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .our-services__box:last-child .our-services__block-title {
    margin-bottom: 45px;
  }
}
.our-services__title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 300;
  font-size: 3.4285714286rem;
  line-height: 3.5714285714rem;
  color: #0573AE;
}
@media (max-width: 575.98px) {
  .our-services__title {
    font-size: 2.5714285714rem;
    line-height: 3rem;
  }
}
@media (min-width: 1400px) {
  .our-services__title {
    margin-bottom: 46px;
  }
}
@media (min-width: 992px) {
  .our-services__title.mobile {
    display: none;
  }
}
.our-services__block-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 300;
  font-size: 1.7142857143rem;
  line-height: 2.7857142857rem;
  color: #003261;
}
@media (max-width: 575.98px) {
  .our-services__block-title {
    line-height: 2.2857142857rem;
  }
}
.our-services__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.our-services__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media (max-width: 991.98px) {
  .our-services__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media (max-width: 575.98px) {
  .our-services__list {
    padding-left: 28px;
  }
}
.our-services__list.full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .our-services__list.mobile .our-services__list-item {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 600;
    font-size: 1.1428571429rem;
    line-height: 1.4285714286rem;
    color: #0573AE;
  }
  .our-services__list.mobile .our-services__list-item:before {
    top: 6px;
  }
}
@media (max-width: 1399.98px) {
  .our-services__list.mobile .our-services__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .our-services__list.mobile .our-services__list-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
.our-services__list-item {
  position: relative;
  font-size: 1rem;
  line-height: 2rem;
  color: #003261;
}
@media (max-width: 991.98px) {
  .our-services__list-item {
    margin-bottom: 25px;
    line-height: 120%;
  }
}
.our-services__list-item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -16px;
  background-color: #EB3674;
}
@media (max-width: 575.98px) {
  .our-services__list-item:before {
    left: -28px;
    top: 5px;
  }
}
@media (min-width: 992px) {
  .our-services {
    padding: 95px 0 131px;
  }
  .our-services__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .our-services__list-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .our-services__box:last-child {
    width: 100%;
  }
  .our-services__box:last-child .our-services__list {
    padding: 50px 0 40px;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: #EAF6F9;
  }
  .our-services__box:last-child .our-services__list-item {
    max-width: 263px;
    font-family: "SF Pro Display", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.1428571429rem;
    line-height: 1.4285714286rem;
    color: #0573AE;
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1362px) {
  .our-services__box:last-child .our-services__list-item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .our-services__box:last-child .our-services__list-item:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .our-services__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .our-services__img-box {
    max-width: 565px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .our-services__box:last-child .our-services__list {
    padding: 59px 0 46px;
  }
}

.product-page {
  width: 100%;
  position: relative;
}
.product-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-page__wrap.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .product-page__block--slider.scrolled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .product-page__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .product-page__block--info {
    width: 47%;
  }
  .product-page__block--slider {
    width: 47%;
  }
}
@media screen and (min-width: 1800px) {
  .product-page__block--info {
    width: 41%;
  }
  .product-page__block--slider {
    width: 50%;
  }
}
.product-page .catalog-filter-slab {
  display: none;
}

.product-page__slider-wrap {
  margin-inline: -15px;
  padding: 30px 60px 54px;
  background-color: #D5ECF2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media (max-width: 767px) {
  .product-page__slider-wrap {
    padding: 30px 40px;
    padding-bottom: 55px;
  }
}
@media (max-height: 860px) and (min-width: 1200px) {
  .product-page__slider-wrap {
    height: calc(100vh - var(--header-height)) !important;
  }
}
.product-page__slider-wrap.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-page__slider-wrap .product-page__slider-box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  pointer-events: all;
}
@media (max-height: 860px) and (min-width: 1200px) {
  .product-page__slider-wrap .product-page__slider-box {
    max-height: calc(100vh - var(--header-height)) !important;
  }
}
@media (max-width: 767px) {
  .product-page__slider-wrap .product-page__slider-box {
    max-width: 100%;
    width: 100%;
  }
}
.product-page__slider-wrap .product-page__slider-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EB3674;
}
@media (max-width: 1199.98px) {
  .product-page__slider-wrap .product-page__slider-discount {
    left: 15px;
  }
}
.product-page__slider-wrap .product-page__slider-discount span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  color: #fff;
}
.product-page__slider-wrap .product-page-slider-primary,
.product-page__slider-wrap .product-page-slider-secondary {
  max-width: 595px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 50;
  overflow: hidden;
}
.product-page__slider-wrap .product-page-slider-primary .slider__slide__image,
.product-page__slider-wrap .product-page-slider-secondary .slider__slide__image {
  width: 100%;
}
.product-page__slider-wrap .product-page-slider-primary {
  width: 78%;
}
.product-page__slider-wrap .product-page-slider-primary .zoom-slider {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  right: 25px;
  pointer-events: none;
  width: 48px;
  height: 48px;
  max-height: 48px;
  min-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .product-page__slider-wrap .product-page-slider-primary .zoom-slider {
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  .product-page__slider-wrap .product-page-slider-primary .zoom-slider {
    bottom: 12px;
    right: 14px;
    width: 24px;
    height: 24px;
    max-height: 24px;
    min-height: 24px;
  }
}
.product-page__slider-wrap .product-page-slider-primary .slider__slide {
  position: relative;
}
.product-page__slider-wrap .product-page-slider-primary .slider__slide .slider__slide-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.product-page__slider-wrap .product-page-slider-primary .slider__slide .slider__slide-video-btn-play .icon-play {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .product-page__slider-wrap .product-page-slider-primary {
    width: 100%;
    max-width: 100%;
  }
}
.product-page__slider-wrap .product-page-slider-primary img {
  max-height: 515px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 515px;
}
@media (max-width: 1799px) {
  .product-page__slider-wrap .product-page-slider-primary img {
    max-height: 440px;
    min-height: 440px;
  }
}
@media (max-height: 750px) and (min-width: 1400px) {
  .product-page__slider-wrap .product-page-slider-primary img {
    max-height: 400px;
    min-height: 400px;
  }
}
@media (max-height: 700px) and (min-width: 1400px) {
  .product-page__slider-wrap .product-page-slider-primary img {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .product-page__slider-wrap .product-page-slider-primary img {
    min-height: auto;
    max-height: 100%;
  }
}
@media (max-width: 1199.98px) {
  .product-page__slider-wrap .product-page-slider-primary img {
    max-height: initial;
  }
}
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-next,
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-prev {
  display: none;
  position: absolute;
  bottom: 26px;
  z-index: 1000;
}
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-next:hover .icon,
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-prev:hover .icon {
  stroke: #2AA5F1;
}
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-next .icon,
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-prev .icon {
  height: 27px;
  width: 16px;
  fill: none;
  stroke: #0573AE;
  pointer-events: none;
  -webkit-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-next {
  left: -45px;
}
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-prev {
  right: -45px;
}
.product-page__slider-wrap .product-page-slider-primary .swiper-pagination {
  bottom: -40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .product-page__slider-wrap .product-page-slider-primary .swiper-pagination {
    bottom: -35px;
  }
}
.product-page__slider-wrap .product-page-slider-primary .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0573AE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.product-page__slider-wrap .product-page-slider-primary .swiper-pagination .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #D5ECF2;
  border: 1px solid #003261;
}
.product-page__slider-wrap .product-page-slider-primary .slider__slide__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 375px) {
  .product-page__slider-wrap .product-page-slider-primary .slider__slide__img {
    max-width: 279px;
    max-height: 243px;
  }
}
.product-page__slider-wrap .slider__slide {
  background-size: cover;
  background-position: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page__slider-wrap .product-page-slider-secondary {
  height: 20%;
  display: none;
  max-height: 82px;
}
.product-page__slider-wrap .product-page-slider-secondary .slider__slide {
  height: initial;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-page__slider-wrap .product-page-slider-secondary .slider__slide::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background-color: #d5ecf2;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.product-page__slider-wrap .product-page-slider-secondary .slider__slide.swiper-slide-thumb-active {
  border-color: #2E5A81;
}
.product-page__slider-wrap .product-page-slider-secondary .slider__slide.swiper-slide-thumb-active::after {
  opacity: 0.5;
}
.product-page__slider-wrap .product-page-slider-secondary .slider__slide__img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page__slider-wrap .product-page-slider-secondary .slider__slide__video {
  position: relative;
}
.product-page__slider-wrap .product-page-slider-secondary .slider__slide-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-height: 860px) and (min-width: 1200px) {
  .product-page__slider-wrap .product-page-slider-primary {
    height: calc(100vh - var(--header-height) - 180px) !important;
  }
}
@media (min-width: 768px) {
  .product-page__slider-wrap .product-page-slider-primary {
    margin-bottom: 75px;
    height: 80%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .product-page__slider-wrap .product-page-slider-primary {
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .product-page__slider-wrap .product-page-slider-primary .swiper-pagination {
    display: none;
  }
}
@media (min-width: 768px) {
  .product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-next,
.product-page__slider-wrap .product-page-slider-primary .product-page__slider-btn-prev {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .product-page__slider-wrap .product-page-slider-secondary {
    display: block;
  }
}
@media (max-height: 820px) and (min-width: 1400px) {
  .product-page__slider-wrap .product-page-slider-primary {
    margin-bottom: 40px;
  }
}
@media (max-height: 750px) and (min-width: 1400px) {
  .product-page__slider-wrap .product-page-slider-primary {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1800px) {
  .product-page__slider-wrap .product-page__slider-box {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .product-page__slider-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1600px) {
  .product-page__slider-wrap .product-page__slider-box {
    max-width: 450px;
  }
}
@media (max-width: 1199.98px) {
  .product-page__slider-wrap .product-page__slider-box {
    max-width: initial;
  }
}
@media (min-width: 992px) {
  .product-page__slider-wrap {
    margin-inline: 0;
  }
}
@media (min-width: 1200px) {
  .product-page__slider-wrap:after {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #d5ecf2;
  }
}
@media screen and (min-width: 1920px) {
  .product-page__slider-wrap {
    padding: 85px 120px 100px;
  }
}
@media (min-width: 1800px) {
  .product-page__slider-wrap .product-page__slider-discount {
    width: 107px;
    height: 60px;
    left: 0;
  }
  .product-page__slider-wrap .product-page__slider-discount span {
    font-size: 1.2857142857rem;
    line-height: 5rem;
  }
}
@media (min-width: 1920px) {
  .product-page__slider-wrap .product-page__slider-discount {
    height: 70px;
  }
}

@media (max-height: 860px) and (min-width: 1200px) {
  .slider-fixed-wrapp .container {
    height: calc(100vh - var(--header-height) - 180px) !important;
  }
}
@media (max-width: 1399px) {
  .slider-fixed-wrapp .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .slider-fixed-wrapp .container {
    padding: 0;
  }
  .slider-fixed-wrapp.active {
    position: fixed;
    top: 139px;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    pointer-events: none;
  }
  .slider-fixed-wrapp.active .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .slider-fixed-wrapp.active .product-page__slider-wrap {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .slider-fixed-wrapp.active .product-page__slider-wrap {
    width: 47%;
  }
}
@media (min-width: 1200px) and (min-width: 1800px) {
  .slider-fixed-wrapp.active .product-page__slider-wrap {
    width: 50%;
  }
}

@media (max-height: 860px) and (min-width: 1200px) {
  .slider-fixed-wrapp {
    height: calc(100vh - var(--header-height)) !important;
  }
}

.product-info__type-subtitle {
  display: none;
}
.product-info__name {
  margin-bottom: 19px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 900;
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  color: #003261;
}
.product-info__box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info__product-code {
  color: #999999;
}
.product-info__product-code,
.product-info__product-code span {
  font-weight: 400;
  font-size: 0.8571428571rem;
  line-height: 1rem;
}
.product-info__product-code span {
  color: #0573AE;
}
.product-info__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info__controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: -15px;
  min-height: 160px;
}
.product-info__slider-wrap {
  width: 100%;
  padding: 22px 15px 25px;
  background-color: #EAF6F9;
}
@media (max-width: 576px) {
  .product-info__slider-wrap {
    width: calc(100% + 22px);
    margin-right: -22px;
  }
}
.product-info__type {
  display: none;
  padding-top: 29px;
  padding-right: 39px;
  padding-bottom: 15px;
  min-width: 203px;
  border-right: 1px solid #D5ECF2;
}
.product-info__type-header {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info__type-title {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  color: #003261;
}
.product-info__type-link {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  color: #6A8FB1;
  text-decoration: underline;
}
.product-info__type-link:hover {
  color: #2AA5F1;
  text-decoration: underline;
}
.product-info__type-img-box {
  padding-left: 22px;
  max-width: 146px;
}
.product-info__type-img-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-info__sizes-slider {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.product-info__sizes-slider .swiper-slide {
  position: relative;
}
.product-info__sizes-slider .swiper-slide .product-info__radio-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.product-info__sizes-slider .swiper-slide .product-info__radio-btn:hover + .btn {
  color: #2AA5F1;
}
.product-info__sizes-slider .swiper-slide .product-info__radio-btn:checked + .btn {
  color: #003261;
  background-color: #FFCD5D;
  border-color: #FFCD5D;
}
.product-info__sizes-slider .swiper-slide .product-info__radio-btn:disabled + .btn {
  background-color: #EBEDEE !important;
  border-color: #EBEDEE !important;
  color: #999999 !important;
  pointer-events: none;
  cursor: default;
}
.product-info__sizes-slider .btn-transparent {
  width: 100%;
  padding: 14px 0;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  text-align: center;
}
.product-info__sizes-slider .btn-transparent:not(.active) {
  color: #0573AE;
}
.product-info__sizes-slider-box {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .product-info__sizes-slider-box {
    padding-right: 22px;
  }
}
.product-info__sizes-slider-box .swiper-button-prev .icon,
.product-info__sizes-slider-box .swiper-button-next .icon {
  width: 8px;
  height: 12px;
  fill: none;
  stroke: #0573AE;
}
.product-info__sizes-slider-title {
  margin-right: 26px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  color: #003261;
}
.product-info__sizes-slider-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info__available-box {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
}
.product-info__available-box .product-info__available-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-info__available-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 0.8571428571rem;
  line-height: 1rem;
}
.product-info__available-text--available {
  color: #27AE60;
}
.product-info__available-text--unavailable {
  color: #6A8FB1;
}
.product-info__available-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info__available-icon .icon-close {
  width: 10px;
  height: 10px;
  stroke: #6A8FB1;
}
.product-info__available-icon .icon-done {
  width: 13px;
  height: 9px;
  fill: none;
  stroke: #27AE60;
}
.product-info__price-wrap {
  padding: 33px 0 34px;
}
@media (max-width: 575.98px) {
  .product-info__price-wrap {
    padding: 33px 0 80px;
  }
}
.product-info__price-block {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575.98px) {
  .product-info__price-block {
    padding-bottom: 37px;
  }
}
.product-info__price-box {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-info__price-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  color: #003261;
}
.product-info__price-actual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-weight: 700;
  font-size: 1.7142857143rem;
  line-height: 2.7857142857rem;
  color: #003261;
}
@media (max-width: 575px) {
  .product-info__price-actual {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.product-info__price-actual span {
  font-size: 1.2857142857rem;
  line-height: 2.1428571429rem;
}
.product-info__price-old {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 1.2857142857rem;
  line-height: 165.84%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #6A8FB1;
}
@media (max-width: 575px) {
  .product-info__price-old {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.product-info__price-old span {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
}
@media (max-width: 575.98px) {
  .product-info__price-old span {
    font-size: 0.7857142857rem;
  }
}
.product-info__price-btn-primary {
  width: 186px;
  font-family: "SF Pro Text", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.8571428571rem;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
          filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
}
@media (max-width: 575.98px) {
  .product-info__price-btn-primary.dark {
    padding-block: 20px;
    background-color: #0573AE;
    font-weight: 500;
  }
}
.product-info__price-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-info__price-promo .product-info__type {
  display: block;
}
.product-info__price-promo .product-info__type .product-info__type-img-box {
  margin: 0 auto;
}
.product-info__price-promo-wrap {
  padding-top: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #CFE6EC;
}
.product-info__price-promo-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product-info__price-promo-box .icon {
  fill: none;
}
.product-info__price-promo-box .icon-tag {
  width: 34px;
  height: 34px;
  min-width: 34px;
  stroke: #EB3674;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.product-info__price-promo-box .icon-percent {
  width: 20px;
  min-width: 20px;
  height: 19px;
  stroke: #0573AE;
}
.product-info__price-promo-text {
  font-weight: 700;
  font-size: 0.7142857143rem;
  line-height: 0.8571428571rem;
  color: #EB3674;
}
.product-info__price-promo-link {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0573AE;
}
@media screen and (max-width: 375px) {
  .product-info__price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-info__price-label {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .product-info__price-actual {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .product-info__price-old {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 767.98px) {
  .product-info__price-promo {
    min-width: initial;
    margin-inline: -15px;
    border-top: 1px solid #CFE6EC;
    border-bottom: 1px solid #CFE6EC;
  }
  .product-info__price-promo .product-info__type {
    padding: 24px 28px 13px 19px;
    min-width: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.4%;
            flex: 0 0 46.4%;
    border-left: 1px solid #CFE6EC;
  }
  .product-info__price-promo .product-info__type-img-box {
    padding-left: 0;
  }
  .product-info__price-promo .product-info__type-img-box__img {
    padding-left: 0;
  }
  .product-info__price-promo-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.6%;
            flex: 0 0 53.6%;
    padding-top: 0;
    border-top: none;
  }
  .product-info__price-promo-box {
    padding: 30px 30px 30px 25px;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .product-info__price-promo-box {
    padding: 30px 22px 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .product-info__price-promo-box:not(:last-child) {
    border-bottom: 1px solid #CFE6EC;
  }
}
@media (min-width: 576px) {
  .product-info {
    padding: 25px 0;
  }
  .product-info__type-subtitle {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 0.7857142857rem;
    line-height: 1.4285714286rem;
    letter-spacing: 0.1428571429rem;
    text-transform: uppercase;
    color: #0573AE;
  }
  .product-info__name {
    margin-bottom: 32px;
    font-family: "SF Pro Display", sans-serif;
    font-weight: 600;
    font-size: 2.4285714286rem;
    line-height: 2.9285714286rem;
    color: #003261;
  }
  .product-info__price-btn-primary {
    width: 284px;
  }
  .product-info__price-promo-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-info__price-promo-box:first-child {
    gap: 10px;
  }
  .product-info__price-promo-box:last-child {
    gap: 15px;
  }
  .product-info__price-promo-box .icon-tag {
    stroke: #0573AE;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .product-info__price-promo-text {
    font-size: 1rem;
    line-height: 1.2142857143rem;
    color: #0573AE;
    white-space: nowrap;
  }
  .product-info__price-promo-link {
    font-size: 1rem;
    line-height: 1.2142857143rem;
    color: #0573AE;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .product-info__price-promo-link:hover {
    color: #2AA5F1;
  }
}
@media (min-width: 768px) {
  .product-info__name {
    margin-bottom: 32px;
  }
  .product-info__type {
    display: block;
  }
  .product-info__product-code {
    font-weight: 400;
    font-size: 0.8571428571rem;
    line-height: 1rem;
    color: #0573AE;
  }
  .product-info__product-code span {
    font-weight: 700;
    font-size: 1.2857142857rem;
    line-height: 1.5714285714rem;
    color: inherit;
  }
  .product-info__controll {
    margin-inline: 0;
    border-top: 1px solid #D5ECF2;
  }
  .product-info__slider-wrap {
    padding: 30px 0 0 30px;
    background-color: #fff;
    width: calc(100% - 203px);
  }
  .product-info__price-wrap {
    padding: 23px 21px 18px;
    background-color: #EAF6F9;
  }
  .product-info__price-box {
    margin-left: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-info__price-btn-primary {
    font-size: 1.0714285714rem;
    line-height: 1.5714285714rem;
  }
  .product-info__price-promo .product-info__type {
    display: none;
  }
  .product-info__price-promo-wrap {
    padding-top: 20px;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #CFE6EC;
  }
  .product-info .product-info__block {
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .product-info__sizes-slider {
    overflow: hidden;
  }
}

.product-benefits {
  margin-bottom: 80px;
}
.product-benefits__slider {
  margin-bottom: 40px;
  overflow: hidden;
}
.product-benefits__slider .swiper-button-prev:hover .icon-slider-arrow-left,
.product-benefits__slider .swiper-button-prev:hover .icon-slider-arrow-right,
.product-benefits__slider .swiper-button-next:hover .icon-slider-arrow-left,
.product-benefits__slider .swiper-button-next:hover .icon-slider-arrow-right {
  stroke: #2AA5F1;
}
.product-benefits__slider .swiper-button-prev .icon-slider-arrow-left,
.product-benefits__slider .swiper-button-prev .icon-slider-arrow-right,
.product-benefits__slider .swiper-button-next .icon-slider-arrow-left,
.product-benefits__slider .swiper-button-next .icon-slider-arrow-right {
  width: 8px;
  height: 12px;
  fill: none;
  stroke: #0573AE;
}
.product-benefits__box {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-benefits__control-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.product-benefits__title {
  font-weight: 700;
  font-size: 1.1428571429rem;
  line-height: 1.3571428571rem;
  color: #003261;
}
.product-benefits__card {
  border: 1px solid #D5ECF2;
  background-color: #EAF6F9;
}
.product-benefits__card-text {
  padding: 19px 19px 14px 19px;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  color: #003261;
}
@media (max-width: 767px) {
  .product-benefits__card-text {
    min-height: 75px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    line-height: 1.1428571429rem;
  }
}
.product-benefits__text {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
@media (min-width: 768px) {
  .product-benefits {
    margin-bottom: 50px;
  }
  .product-benefits__slider .swiper-slide:not(:last-child) .product-benefits__card {
    border-width: 0 1px 0 0;
  }
  .product-benefits__slider .swiper-slide:last-child .product-benefits__card {
    border: none;
  }
  .product-benefits__slider .swiper-button-prev,
.product-benefits__slider .swiper-button-next {
    display: none;
  }
  .product-benefits__title {
    font-size: 1rem;
    line-height: 1.2142857143rem;
  }
  .product-benefits__card {
    padding: 20px 0;
    background-color: transparent;
  }
}

.characteristics {
  margin-bottom: 80px;
}
.characteristics .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristics .pagination li {
  padding: 3px 5px;
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #0573AE;
}
.characteristics .pagination li.active {
  color: #fff;
  background-color: #0573AE;
}
.characteristics .pagination {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristics .pagination li span,
.characteristics .pagination li a {
  display: block;
  padding: 5px 8px;
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #0573AE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.characteristics .pagination li:hover {
  color: #fff;
  background-color: #A8E3F2;
}
.characteristics .pagination li.active span,
.characteristics .pagination li.active a {
  color: #fff;
  background-color: #2AA5F1;
}
.characteristics .pagination li.disable span,
.characteristics .pagination li.disable a {
  pointer-events: none;
}
.characteristics__title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  color: #003261;
}
.characteristics__title.centering {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristics__box h1 {
  font-weight: 700;
  font-size: 2.5714285714rem;
  line-height: 3rem;
  color: #003261;
}
.characteristics__box h2 {
  font-weight: 700;
  font-size: 2.2857142857rem;
  line-height: 3rem;
  color: #003261;
}
.characteristics__box h3 {
  font-weight: 600;
  font-size: 1.8571428571rem;
  line-height: 2.2857142857rem;
  color: #0573AE;
}
.characteristics__box h4 {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  color: #003261;
}
.characteristics__box h5 {
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 1.7142857143rem;
  color: #0573AE;
}
.characteristics__box h6 {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  font-weight: 500;
  color: #0573AE;
}
.characteristics__box h1,
.characteristics__box h2,
.characteristics__box h3,
.characteristics__box h4,
.characteristics__box h5,
.characteristics__box h6 {
  margin-bottom: 20px;
}
.characteristics__box blockquote {
  padding: 20px;
  width: 100%;
  margin: 20px 0;
  background-color: #F3FCFE;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
.characteristics__box p,
.characteristics__box li {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
.characteristics__box ul:not(:last-child),
.characteristics__box p:not(:last-child) {
  margin-bottom: 20px;
}
.characteristics__box ul {
  margin-bottom: 20px;
  padding-left: 41px;
}
@media (max-width: 1199.98px) {
  .characteristics__box ul {
    padding-left: 14px;
  }
}
.characteristics__box ul li {
  position: relative;
}
.characteristics__box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.characteristics__box ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -16px;
  background-color: #EB3674;
}
@media (max-width: 1199.98px) {
  .characteristics__box ul li:before {
    left: -12px;
  }
}
.characteristics__box ol {
  margin-bottom: 20px;
  padding-left: 41px;
}
.characteristics__box ol li {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
  list-style: decimal;
}
.characteristics__box ol li:not(:last-child) {
  margin-bottom: 10px;
}
.characteristics__tex {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
.characteristics__tex:not(:last-child) {
  margin-bottom: 30px;
}
.characteristics__item {
  padding: 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.characteristics__item:nth-child(odd) {
  background-color: #F8F8F8;
}
.characteristics__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.35664%;
          flex: 0 0 43.35664%;
}
.characteristics__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.64336%;
          flex: 0 0 56.64336%;
}
.characteristics__value, .characteristics__name {
  font-size: 1rem;
  line-height: 1.1428571429rem;
  color: #42688A;
}
.characteristics__name {
  padding-right: 5px;
}
.characteristics__value {
  padding-left: 5px;
}
.characteristics__feedback-header {
  padding: 18px 14px 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #E0F1F5;
}
.characteristics__feedback-header .btn-primary {
  width: 183px;
  padding: 14px 0;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.9285714286rem;
  line-height: 1.5714285714rem;
}
.characteristics__feedback-rate .rating {
  pointer-events: none;
}
.characteristics__feedback-rate .rating__btn {
  display: none;
}
.characteristics__feedback-wrap {
  padding: 0 31px;
}
.characteristics__feedback-block {
  padding: 41px 0;
}
.characteristics__feedback-block:not(:last-child) {
  border-bottom: 1px solid #D5ECF2;
}
.characteristics__feedback-box {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristics__feedback-user-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #003261;
}
.characteristics__feedback-date {
  margin-left: auto;
  margin-right: 16px;
  display: block;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  color: #6A8FB1;
}
@media screen and (max-width: 375px) {
  .characteristics__feedback-header {
    gap: 10px;
  }
  .characteristics__feedback-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .characteristics .tabs__nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .characteristics .accordion__box .btn-transparent.js-accordion-btn {
    display: none;
  }
}
.characteristics .btn.btn-transparent.primary.tabs__show-more {
  margin: 35px auto 0 0;
}

.secondary-banner {
  background-color: #E0F1F5;
}
.secondary-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.secondary-banner__block {
  padding: 43px 19px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.secondary-banner__img-box {
  margin-top: -20px;
}
.secondary-banner__img-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secondary-banner__title {
  margin-bottom: 17px;
  text-align: center;
}
.secondary-banner__title span {
  display: block;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #003261;
}
.secondary-banner__title span:nth-child(2) {
  font-weight: 300;
}
.secondary-banner .btn-primary {
  padding: 10px 0;
  width: 200px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  position: relative;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .secondary-banner__title span:first-child {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .secondary-banner__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .secondary-banner__block {
    padding-left: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .secondary-banner__title {
    text-align: start;
  }
  .secondary-banner__img-box {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .secondary-banner__block {
    padding-left: 55px;
  }
}

.certificates {
  padding: 70px 0 35px;
}
@media (max-width: 575.98px) {
  .certificates {
    padding: 80px 0 80px;
  }
}
.certificates__slider {
  overflow: hidden;
}
.certificates__slider .swiper-button-prev:hover .icon-slider-arrow-right,
.certificates__slider .swiper-button-prev:hover .icon-slider-arrow-left,
.certificates__slider .swiper-button-next:hover .icon-slider-arrow-right,
.certificates__slider .swiper-button-next:hover .icon-slider-arrow-left {
  stroke: #2AA5F1;
}
.certificates__slider .swiper-button-prev .icon-slider-arrow-right,
.certificates__slider .swiper-button-prev .icon-slider-arrow-left,
.certificates__slider .swiper-button-next .icon-slider-arrow-right,
.certificates__slider .swiper-button-next .icon-slider-arrow-left {
  width: 8px;
  height: 12px;
  fill: none;
  stroke: #0573AE;
}
.certificates__box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificates__control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.certificates__title {
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  color: #003261;
}
.certificates__img-box {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  border: 1px solid #D5ECF2;
}
.certificates__img-box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(213, 236, 242, 0.8);
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.certificates__img-box::before {
  background: url("../svg/doc-blue.svg");
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background-size: contain;
}
.certificates__img-box:hover::after {
  opacity: 1;
  visibility: visible;
}
.certificates__img-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.certificates__img-box__image {
  width: 100%;
}
.certificates__img-box__img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .certificates__title {
    font-size: 1.1428571429rem;
    line-height: 1.2857142857rem;
  }
}

.to-order {
  margin-bottom: 40px;
  padding-top: 40px;
}
.to-order__slider {
  overflow: hidden;
}
.to-order__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.to-order__slider .swiper-button-prev:hover .icon-slider-arrow-right,
.to-order__slider .swiper-button-prev:hover .icon-slider-arrow-left,
.to-order__slider .swiper-button-next:hover .icon-slider-arrow-right,
.to-order__slider .swiper-button-next:hover .icon-slider-arrow-left {
  stroke: #2AA5F1;
}
.to-order__slider .swiper-button-prev .icon-slider-arrow-right,
.to-order__slider .swiper-button-prev .icon-slider-arrow-left,
.to-order__slider .swiper-button-next .icon-slider-arrow-right,
.to-order__slider .swiper-button-next .icon-slider-arrow-left {
  width: 8px;
  height: 12px;
  fill: none;
  stroke: #0573AE;
}
.to-order__box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.to-order__control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.to-order__title {
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  color: #003261;
}
@media (max-width: 575.98px) {
  .to-order__title {
    font-size: 1.1428571429rem;
    line-height: 1.2857142857rem;
  }
}

.articles-content-section {
  width: 100%;
  position: relative;
}

.articles-box {
  padding: 25px 0;
  padding-bottom: 84px;
  position: relative;
  width: 100%;
}
.articles-box .articles-title {
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .articles-box .articles-title {
    margin-bottom: 45px;
  }
}
@media (max-width: 1279px) {
  .articles-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .articles-box {
    padding-bottom: 70px;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .articles-box {
    padding-top: 0;
  }
}

.article__list {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1799px) {
  .article__list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1279px) {
  .article__list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .article__list {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .article__list {
    width: 100%;
    margin: 0;
    margin-bottom: 70px;
  }
}
.article-card__item {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1799px) {
  .article-card__item {
    padding: 0 15px;
  }
}
@media (max-width: 1279px) {
  .article-card__item {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .article-card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .article-card__item {
    padding: 0;
    width: 100%;
  }
  .article-card__item:last-child {
    margin-bottom: 0;
  }
}
.article-card__photo {
  width: 100%;
  max-width: 339px;
  min-width: 339px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1799px) {
  .article-card__photo {
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1439px) {
  .article-card__photo {
    max-width: 270px;
    min-width: 270px;
  }
}
@media (max-width: 991px) {
  .article-card__photo {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}
.article-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-card__info {
  width: calc(100% - 385px);
  margin-left: 45px;
  max-width: 310px;
}
@media (max-width: 1799px) {
  .article-card__info {
    width: calc(100% - 330px);
    margin-left: 30px;
  }
}
@media (max-width: 1439px) {
  .article-card__info {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1279px) {
  .article-card__info {
    width: calc(100% - 290px);
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .article-card__info {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}
.article-card__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  color: #003261;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.article-card__title:hover {
  color: #2AA5F1;
}
.article-card__text {
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #42688A;
  margin-bottom: 16px;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1439px) {
  .article-card__text {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 991px) {
  .article-card__text {
    -webkit-line-clamp: 4;
  }
}
.article-card__link {
  font-family: "SF Pro Text", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0573AE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
}
.article-card__link:hover {
  text-decoration: underline;
  color: #2E5A81;
}

.product-items-loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.product-items-loader.disable {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
}
.product-items-loader img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: rounde 2s linear infinite;
          animation: rounde 2s linear infinite;
}

@-webkit-keyframes rounde {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rounde {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.documentation-content-section {
  width: 100%;
  position: relative;
}

.documentation-row {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .documentation-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.documentation-box {
  width: 50%;
  position: relative;
  height: auto;
  padding-bottom: 110px;
  padding-top: 0;
  background-color: #fff;
  padding-right: 85px;
  z-index: 1;
}
@media (max-width: 1919px) {
  .documentation-box {
    padding-right: 60px;
  }
}
@media (max-width: 1429px) {
  .documentation-box {
    padding-right: 50px;
  }
}
@media (max-width: 1300px) {
  .documentation-box {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .documentation-box {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.documentation-box:nth-child(2n) {
  padding-right: 0;
  padding-left: 85px;
}
@media (max-width: 1919px) {
  .documentation-box:nth-child(2n) {
    padding-left: 60px;
  }
}
@media (max-width: 1429px) {
  .documentation-box:nth-child(2n) {
    padding-left: 50px;
  }
}
@media (max-width: 1300px) {
  .documentation-box:nth-child(2n) {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .documentation-box:nth-child(2n) {
    padding-left: 0;
  }
}
.documentation-box.orange-box::after {
  width: 10000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-color: #FFFCE4;
  height: 100%;
}
@media (max-width: 991px) {
  .documentation-box.orange-box::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.documentation-box.orange-box {
  padding-top: 245px;
}
@media (max-width: 991px) {
  .documentation-box.orange-box {
    padding-top: 65px;
    padding-bottom: 95px;
  }
}
.documentation-box .global-subtitle {
  margin-top: 25px;
}
.documentation-title {
  margin-bottom: 115px;
}
@media (max-width: 991px) {
  .documentation-title {
    margin-bottom: 50px;
  }
}
.documentation__list {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1799px) {
  .documentation__list {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 991px) {
  .documentation__list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
.documentation-card__item {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 25px;
}
@media (max-width: 1799px) {
  .documentation-card__item {
    padding: 0 12px;
  }
}
@media (max-width: 1300px) {
  .documentation-card__item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .documentation-card__item {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .documentation-card__item {
    width: 100%;
  }
}
.documentation-card__inner {
  min-height: 80px;
  width: 100%;
  position: relative;
  border: 1px solid #BCD3E7;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.documentation-card__inner:hover {
  background-color: #D5ECF2;
}
@media (max-width: 1799px) {
  .documentation-card__inner {
    padding: 10px 20px;
  }
}
.documentation-card__icon {
  min-width: 27px;
  max-width: 27px;
  max-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 45px;
}
@media (max-width: 1799px) {
  .documentation-card__icon {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .documentation-card__icon {
    margin-right: 40px;
  }
}
.documentation-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.documentation-card__info {
  width: 100%;
  position: relative;
}
.documentation-card__name {
  font-family: "SF Pro Text" sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #003261;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-article__box.mobile {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .single-article__box.mobile {
    display: none;
  }
}
.single-article__box.mobile .single-article__title {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 900;
  font-size: 1.2857142857rem;
  line-height: 1.5714285714rem;
  color: #003261;
}
.single-article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 111px;
}
@media (max-width: 1199.98px) {
  .single-article__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.single-article__wrap .single-article-content {
  max-width: 715px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .single-article__wrap .single-article-content {
    max-width: 650px;
  }
}
@media screen and (max-width: 1450px) {
  .single-article__wrap .single-article-content {
    max-width: 600px;
  }
}
@media screen and (max-width: 1375px) {
  .single-article__wrap .single-article-content {
    max-width: 550px;
  }
}
@media screen and (max-width: 1285px) {
  .single-article__wrap .single-article-content {
    max-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .single-article__wrap .single-article-content {
    max-width: 100%;
  }
}
.single-article__wrap .single-article-content .swiper-wrapper {
  height: initial;
}
.single-article__wrap .single-article-content .swiper-slide {
  background-color: #fff;
}
.single-article__wrap .single-article-slider {
  max-width: 867px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .single-article__wrap .single-article-slider {
    max-width: 750px;
  }
}
@media screen and (max-width: 1480px) {
  .single-article__wrap .single-article-slider {
    max-width: 700px;
  }
}
@media screen and (max-width: 1366px) {
  .single-article__wrap .single-article-slider {
    max-width: 650px;
    padding-block: 100px;
  }
}
@media screen and (max-width: 1285px) {
  .single-article__wrap .single-article-slider {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .single-article__wrap .single-article-slider {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-height: 800px) {
  .single-article .single-article-slider {
    padding: 50px 0 0 0;
  }
  .single-article .single-article-slider .single-article-slider__box {
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .single-article .single-article-slider {
    background-color: #EAF6F9;
    padding-block: 70px;
  }
  .single-article .single-article-slider:after {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .single-article .single-article-slider:after {
    left: -100%;
  }
}
@media (min-width: 1200px) {
  .single-article .single-article-slider.fixed-scroll {
    position: fixed;
  }
}
@media screen and (min-height: 1050px) {
  .single-article__wrap {
    padding-bottom: 0;
  }
  .single-article .single-article-content {
    padding-bottom: 111px;
  }
  .single-article .single-article-slider .single-article-slider__primary {
    padding-top: 50px;
    margin-bottom: 75px;
  }
}
@media screen and (min-height: 1100px) {
  .single-article .single-article-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .single-article .single-article-slider.fixed-scroll {
    position: static;
    max-height: initial;
  }
}
@media (max-height: 860px) and (min-width: 1200px) {
  .single-article .single-article-slider {
    padding: 5vh 0 !important;
    height: calc(100vh - var(--header-height)) !important;
  }
  .single-article .single-article-slider__box {
    height: calc(90vh - var(--header-height)) !important;
  }
  .single-article .single-article-slider__primary {
    height: calc(90vh - var(--header-height) - 82px) !important;
  }
}

.single-article-content {
  width: 41%;
}
@media (max-width: 1199.98px) {
  .single-article-content {
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .single-article-content {
    max-width: 650px;
  }
}
@media screen and (max-width: 1450px) {
  .single-article-content {
    max-width: 600px;
  }
}
@media screen and (max-width: 1375px) {
  .single-article-content {
    max-width: 550px;
  }
}
@media screen and (max-width: 1285px) {
  .single-article-content {
    max-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .single-article-content {
    max-width: 100%;
  }
}
.single-article-content__title,
.single-article-content .breadcrumb {
  margin-bottom: 13px;
}
@media (max-width: 1199.98px) {
  .single-article-content__title,
.single-article-content .breadcrumb {
    display: none;
  }
}
.single-article-content__block {
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .single-article-content__block {
    margin-bottom: 80px;
  }
}
.single-article-content__box {
  scrollbar-color: #6A8FB1 #D5ECF2;
  scrollbar-width: thin;
}
@media (max-width: 1199.98px) {
  .single-article-content__box {
    padding-right: 0;
    max-height: initial;
  }
}
.single-article-content__box h1 {
  font-weight: 700;
  font-size: 2.5714285714rem;
  line-height: 3rem;
  color: #003261;
}
.single-article-content__box h2 {
  font-weight: 700;
  font-size: 2.2857142857rem;
  line-height: 3rem;
  color: #003261;
}
.single-article-content__box h3 {
  font-weight: 600;
  font-size: 1.8571428571rem;
  line-height: 2.2857142857rem;
  color: #0573AE;
}
.single-article-content__box h4 {
  font-weight: 600;
  font-size: 1.5714285714rem;
  line-height: 2.1428571429rem;
  color: #0573AE;
}
.single-article-content__box h5 {
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 1.7142857143rem;
  color: #0573AE;
}
.single-article-content__box h6 {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  font-weight: 500;
  color: #0573AE;
}
.single-article-content__box h1,
.single-article-content__box h2,
.single-article-content__box h3,
.single-article-content__box h4,
.single-article-content__box h5,
.single-article-content__box h6 {
  margin-bottom: 20px;
}
.single-article-content__box blockquote {
  padding: 20px;
  width: 100%;
  margin: 20px 0;
  background-color: #F3FCFE;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
.single-article-content__box p,
.single-article-content__box li {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
.single-article-content__box ul:not(:last-child),
.single-article-content__box p:not(:last-child) {
  margin-bottom: 20px;
}
.single-article-content__box ul {
  margin-bottom: 20px;
  padding-left: 41px;
}
@media (max-width: 1199.98px) {
  .single-article-content__box ul {
    padding-left: 14px;
  }
}
.single-article-content__box ul li {
  position: relative;
}
.single-article-content__box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single-article-content__box ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -16px;
  background-color: #EB3674;
}
@media (max-width: 1199.98px) {
  .single-article-content__box ul li:before {
    left: -12px;
  }
}
.single-article-content__box ol {
  margin-bottom: 20px;
  padding-left: 41px;
}
.single-article-content__box ol li {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
  list-style: decimal;
}
.single-article-content__box ol li:not(:last-child) {
  margin-bottom: 10px;
}
.single-article-content__box::-webkit-scrollbar {
  width: 5px;
}
.single-article-content__box::-webkit-scrollbar-track {
  background: #D5ECF2;
  border-radius: 22px;
}
.single-article-content__box::-webkit-scrollbar-thumb {
  background-color: #6A8FB1;
  border-radius: 22px;
  border: 3px solid #6A8FB1;
}
.single-article-content__title {
  margin-bottom: 35px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 2.4285714286rem;
  line-height: 2.9285714286rem;
  color: #003261;
}

.single-article-slider {
  padding: 140px 0 153px;
  width: 52%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .single-article-slider {
    padding: 0;
    margin-bottom: 56px;
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .single-article-slider {
    max-width: 750px;
  }
}
@media screen and (max-width: 1480px) {
  .single-article-slider {
    max-width: 700px;
  }
}
@media screen and (max-width: 1366px) {
  .single-article-slider {
    max-width: 650px;
    padding-block: 100px;
  }
}
@media screen and (max-width: 1285px) {
  .single-article-slider {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .single-article-slider {
    max-width: 100%;
    padding: 0;
  }
}
.single-article-slider__box {
  padding-inline: 47.5px;
  margin: 0 auto;
  max-width: 690px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .single-article-slider__box {
    max-width: 590px;
  }
}
@media screen and (max-width: 1440px) {
  .single-article-slider__box {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) {
  .single-article-slider__box {
    max-width: 100%;
    padding-inline: 0;
  }
}
.single-article-slider__primary, .single-article-slider__secondary {
  overflow: hidden;
}
.single-article-slider__primary {
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .single-article-slider__primary {
    margin: 0 auto 75px auto;
    max-width: 75.73333%;
  }
}
.single-article-slider__primary .single-article-slider__slide-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-article-slider__primary .single-article-slider__slide-video-btn-play .icon-play {
  width: 30px;
  height: 30px;
}
@media (max-width: 575.98px) {
  .single-article-slider__primary .single-article-slider__slide-video-btn-play {
    width: 30px;
    height: 30px;
  }
  .single-article-slider__primary .single-article-slider__slide-video-btn-play .icon-play {
    width: 15px;
    height: 15px;
  }
}
.single-article-slider__slide {
  display: block;
  position: relative;
  height: auto;
  pointer-events: auto !important;
}
.single-article-slider__slide .zoom-slider {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  right: 25px;
  pointer-events: none;
  width: 48px;
  height: 48px;
  max-height: 48px;
  min-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .single-article-slider__slide .zoom-slider {
    bottom: 15px;
    right: 15px;
  }
}
.single-article-slider__slide-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .single-article-slider__slide-video-btn-play {
    width: 18px;
    height: 18px;
  }
}
.single-article-slider__slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-article-slider__secondary .single-article-slider__slide {
  position: relative;
  z-index: 1;
}
.single-article-slider__secondary .single-article-slider__slide::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background-color: #d5ecf2;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.single-article-slider__secondary .swiper-slide-thumb-active {
  border: 1px solid #2E5A81;
}
.single-article-slider__secondary .swiper-slide-thumb-active:after {
  background-color: rgba(229, 243, 247, 0.6);
  opacity: 0.5;
}
.single-article-slider__slider-btn-next, .single-article-slider__slider-btn-prev {
  position: absolute;
  bottom: 26px;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .single-article-slider__slider-btn-next, .single-article-slider__slider-btn-prev {
    top: 37.09199%;
    bottom: initial;
  }
}
.single-article-slider__slider-btn-next .icon-slider-arrow-left,
.single-article-slider__slider-btn-next .icon-slider-arrow-right, .single-article-slider__slider-btn-prev .icon-slider-arrow-left,
.single-article-slider__slider-btn-prev .icon-slider-arrow-right {
  width: 16px;
  height: 26px;
  fill: none;
  stroke: #0573AE;
}
.single-article-slider__slider-btn-next {
  left: 0;
}
.single-article-slider__slider-btn-prev {
  right: 0;
}

@media (min-width: 1200px) {
  .single-object__mobile-control {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .single-object__desktop-control {
    display: none;
  }
}
@media (min-width: 1200px) {
  .single-object .breadcrumb {
    margin-bottom: 25px;
  }
}
.single-object__main-slider .single-object__main-slide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-object .swiper.single-object-gallery-slider > .swiper-wrapper > .swiper-slide,
.single-object .swiper.single-object-content-slider > .swiper-wrapper > .swiper-slide {
  opacity: 0 !important;
}
.single-object .swiper.single-object-gallery-slider > .swiper-wrapper > .swiper-slide a,
.single-object .swiper.single-object-content-slider > .swiper-wrapper > .swiper-slide a {
  pointer-events: none;
}
.single-object .swiper.single-object-gallery-slider > .swiper-wrapper > .swiper-slide.swiper-slide-active,
.single-object .swiper.single-object-content-slider > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.single-object .swiper.single-object-gallery-slider > .swiper-wrapper > .swiper-slide.swiper-slide-active a,
.single-object .swiper.single-object-content-slider > .swiper-wrapper > .swiper-slide.swiper-slide-active a {
  pointer-events: auto;
}
.single-object .swiper.single-object-gallery-slider > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active,
.single-object .swiper.single-object-content-slider > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.single-object .swiper.single-object-gallery-slider > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active a,
.single-object .swiper.single-object-content-slider > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active a {
  pointer-events: auto;
}
.single-object__controll-wrap {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 50;
}
@media (max-width: 1199.98px) {
  .single-object__controll-wrap {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .single-object__controll-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-object__controll-box {
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .single-object__controll-box {
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .single-object__box.pc {
    display: none;
  }
}
.single-object__main-slider-slides-count {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "SF Pro Display", sans-serif;
  font-size: 3.4285714286rem;
  line-height: 3.5714285714rem;
  font-weight: 200;
  color: #0573AE;
}
@media (max-width: 1199.98px) {
  .single-object__main-slider-slides-count {
    margin-right: 0;
  }
}
.single-object__main-slider-slides-count .total {
  font-size: 1.4285714286rem;
  line-height: 100%;
}
.single-object__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .single-object__btn-box {
    margin-left: 50px;
  }
}
.single-object__main-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-inline: 22px;
}
.single-object__main-slider-pagination {
  position: relative;
}
.single-object__main-slider-pagination .single-object__main-slider-bullet {
  width: 8px;
  height: 8px;
  background-color: #D5ECF2;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-object__main-slider-pagination .single-object__main-slider-bullet.swiper-pagination-bullet-active {
  background-color: #0573AE;
}
.single-object__slider-change-btn-prev, .single-object__slider-change-btn-next {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-object__slider-change-btn-prev.swiper-button-disabled, .single-object__slider-change-btn-next.swiper-button-disabled {
  opacity: 0.4;
}
.single-object__slider-change-btn-prev .icon-slider-arrow-right,
.single-object__slider-change-btn-prev .icon-slider-arrow-left, .single-object__slider-change-btn-next .icon-slider-arrow-right,
.single-object__slider-change-btn-next .icon-slider-arrow-left {
  width: 10px;
  height: 16px;
  fill: none;
  stroke: #0573AE;
  pointer-events: none;
}
.single-object__main-slide {
  opacity: 0;
}
.single-object-content__title.mobile {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 1.5714285714rem;
  line-height: 2rem;
  color: #0573AE;
}
@media (min-width: 1200px) {
  .single-object-content__title.mobile {
    display: none;
  }
}
.single-object__subtitle {
  font-size: 0.7857142857rem;
  line-height: 1.4285714286rem;
  letter-spacing: 0.1428571429rem;
  text-transform: uppercase;
  color: #0573AE;
}
.single-object__main-title {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 2.4285714286rem;
  line-height: 2.9285714286rem;
  color: #003261;
}
.single-object__main-title.mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  .single-object__main-title.mobile {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .single-object__main-title.pc {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .single-object__main-title {
    margin-bottom: 48px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 900;
    font-size: 1.2857142857rem;
    line-height: 1.5714285714rem;
  }
}
@media (max-width: 1199.98px) {
  .single-object__main-title {
    margin-bottom: 48px;
  }
}
.single-object__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  gap: 100px;
}
@media (min-width: 992px) {
  .single-object__wrap {
    padding-bottom: 111px;
  }
}
@media (max-width: 1199.98px) {
  .single-object__wrap {
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.single-object__wrap .single-object-content-slider {
  max-width: 715px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .single-object__wrap .single-object-content-slider {
    max-width: 650px;
  }
}
@media screen and (max-width: 1450px) {
  .single-object__wrap .single-object-content-slider {
    max-width: 600px;
  }
}
@media screen and (max-width: 1375px) {
  .single-object__wrap .single-object-content-slider {
    max-width: 550px;
  }
}
@media screen and (max-width: 1285px) {
  .single-object__wrap .single-object-content-slider {
    max-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .single-object__wrap .single-object-content-slider {
    max-width: 100%;
  }
}
.single-object__wrap .single-object-content-slider .swiper-wrapper {
  height: initial;
}
.single-object__wrap .single-object-content-slider .swiper-slide {
  background-color: #fff;
}
.single-object__wrap .swiper.single-object-gallery-slider {
  max-width: 867px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .single-object__wrap .swiper.single-object-gallery-slider {
    max-width: 750px;
  }
}
@media screen and (max-width: 1480px) {
  .single-object__wrap .swiper.single-object-gallery-slider {
    max-width: 700px;
  }
}
@media screen and (max-width: 1366px) {
  .single-object__wrap .swiper.single-object-gallery-slider {
    max-width: 650px;
    padding-block: 100px;
  }
}
@media screen and (max-width: 1285px) {
  .single-object__wrap .swiper.single-object-gallery-slider {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .single-object__wrap .swiper.single-object-gallery-slider {
    max-width: 100%;
    padding-block: 0;
  }
}
@media screen and (max-height: 900px) {
  .single-object .single-object-gallery-slider .single-object-slider__box {
    max-width: 550px;
  }
}
@media (max-height: 860px) and (min-width: 1200px) {
  .single-object .single-object-gallery-slider {
    padding: 5vh 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .single-object .single-object-gallery-slider .single-object-slider__primary {
    height: calc(90vh - var(--header-height) - 82px) !important;
  }
}
@media screen and (max-height: 750px) {
  .single-object .single-object-gallery-slider {
    padding: 30px 0 0 0;
  }
  .single-object .single-object-gallery-slider .single-object-slider__box {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .single-object .swiper.single-object-gallery-slider {
    background-color: #F2F2F2;
    padding-block: 70px;
    height: calc(100vh - 115px);
  }
  .single-object .swiper.single-object-gallery-slider:after {
    content: "";
    display: block;
    width: 1000%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1199.98px) {
  .single-object .swiper.single-object-gallery-slider:after {
    left: -100%;
  }
}
@media (min-width: 1200px) {
  .single-object .swiper.single-object-gallery-slider.fixed-scroll {
    position: fixed;
  }
}
@media screen and (min-height: 1100px) {
  .single-object__wrap {
    padding-bottom: 0;
  }
  .single-object .single-object-content {
    padding-bottom: 111px;
  }
  .single-object .swiper.single-object-gallery-slider .single-object-slider__primary {
    padding-top: 50px;
    margin-bottom: 75px;
  }
}
@media screen and (min-height: 1200px) {
  .single-object .swiper.single-object-gallery-slider {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .single-object .swiper.single-object-gallery-slider.fixed-scroll {
    position: relative;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
    max-height: initial;
  }
}

@media (max-width: 1199.98px) {
  .single-object-content {
    width: 100%;
  }
}
.single-object-content .breadcrumb {
  margin-bottom: 13px;
}
@media (max-width: 1199.98px) {
  .single-object-content .breadcrumb {
    display: none;
  }
}
.single-object-content__block {
  margin-bottom: 48px;
}
@media (max-width: 1199.98px) {
  .single-object-content__block {
    margin-bottom: 80px;
  }
}
.single-object-content__box {
  scrollbar-color: #6A8FB1 #D5ECF2;
  scrollbar-width: thin;
}
@media (max-width: 1199.98px) {
  .single-object-content__box {
    padding-right: 0;
    max-height: initial;
  }
}
.single-object-content__box h1 {
  font-weight: 700;
  font-size: 2.5714285714rem;
  line-height: 3rem;
  color: #003261;
}
.single-object-content__box h2 {
  font-weight: 700;
  font-size: 2.2857142857rem;
  line-height: 3rem;
  color: #003261;
}
.single-object-content__box h3 {
  font-weight: 600;
  font-size: 1.8571428571rem;
  line-height: 2.2857142857rem;
  color: #0573AE;
}
.single-object-content__box h4 {
  font-weight: 600;
  font-size: 1.5714285714rem;
  line-height: 2.1428571429rem;
  color: #0573AE;
}
.single-object-content__box h5 {
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 1.7142857143rem;
  color: #0573AE;
}
.single-object-content__box h6 {
  font-size: 1.1428571429rem;
  line-height: 1.5714285714rem;
  font-weight: 500;
  color: #0573AE;
}
.single-object-content__box h1,
.single-object-content__box h2,
.single-object-content__box h3,
.single-object-content__box h4,
.single-object-content__box h5,
.single-object-content__box h6 {
  margin-bottom: 20px;
}
.single-object-content__box blockquote {
  padding: 20px;
  width: 100%;
  margin: 20px 0;
  background-color: #F3FCFE;
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
.single-object-content__box p,
.single-object-content__box li {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
}
.single-object-content__box ul:not(:last-child),
.single-object-content__box p:not(:last-child) {
  margin-bottom: 20px;
}
.single-object-content__box ul {
  margin-bottom: 20px;
  padding-left: 41px;
}
@media (max-width: 1199.98px) {
  .single-object-content__box ul {
    padding-left: 14px;
  }
}
.single-object-content__box ul li {
  position: relative;
}
.single-object-content__box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single-object-content__box ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -16px;
  background-color: #EB3674;
}
@media (max-width: 1199.98px) {
  .single-object-content__box ul li:before {
    left: -12px;
  }
}
.single-object-content__box ol {
  margin-bottom: 20px;
  padding-left: 41px;
}
.single-object-content__box ol li {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #42688A;
  list-style: decimal;
}
.single-object-content__box ol li:not(:last-child) {
  margin-bottom: 10px;
}
.single-object-content__box::-webkit-scrollbar {
  width: 5px;
}
.single-object-content__box::-webkit-scrollbar-track {
  background: #D5ECF2;
  border-radius: 22px;
}
.single-object-content__box::-webkit-scrollbar-thumb {
  background-color: #6A8FB1;
  border-radius: 22px;
  border: 3px solid #6A8FB1;
}
.single-object-content__title {
  margin-bottom: 35px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4285714286rem;
  color: #0573AE;
}
@media (max-width: 575.98px) {
  .single-object-content__title {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 600;
    font-size: 1.5714285714rem;
    line-height: 2rem;
    color: #0573AE;
  }
}
@media (min-width: 992px) {
  .single-object-content__title.mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .single-object-content__title.mobile {
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .single-object-content__title.pc {
    display: none;
  }
}

.single-object-slider {
  position: relative;
  min-height: 600px;
}
@media (max-width: 1199.98px) {
  .single-object-slider {
    background-color: #F2F2F2;
    padding: 30px 0 23px;
    width: calc(100% + 30px);
    margin-inline: -15px;
    padding-inline: 15px;
  }
}
.single-object-slider__box {
  padding-inline: 47.5px;
  margin: 0 auto 0 auto;
  max-width: 690px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .single-object-slider__box {
    max-width: 590px;
  }
}
@media screen and (max-width: 1440px) {
  .single-object-slider__box {
    max-width: 540px;
  }
}
@media screen and (max-width: 1366px) {
  .single-object-slider__box {
    max-width: 500px;
  }
}
@media (max-width: 1199.98px) {
  .single-object-slider__box {
    margin: 0 auto;
    max-width: 100%;
    padding-inline: 0;
  }
}
.single-object-slider__primary, .single-object-slider__secondary {
  overflow: hidden;
}
.single-object-slider__primary {
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .single-object-slider__primary {
    margin: 0 auto 75px auto;
    max-width: 75.73333%;
  }
}
.single-object-slider__primary .single-object-slider__slide-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-object-slider__primary .single-object-slider__slide-video-btn-play .icon-play {
  width: 30px;
  height: 30px;
}
@media (max-width: 575.98px) {
  .single-object-slider__primary .single-object-slider__slide-video-btn-play {
    width: 30px;
    height: 30px;
  }
  .single-object-slider__primary .single-object-slider__slide-video-btn-play .icon-play {
    width: 15px;
    height: 15px;
  }
}
.single-object-slider__secondary .single-article-slider__slide {
  position: relative;
  z-index: 1;
}
.single-object-slider__secondary .single-article-slider__slide::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  background-color: #d5ecf2;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
.single-object-slider__secondary .swiper-slide-thumb-active {
  border: 1px solid #2E5A81;
}
.single-object-slider__secondary .swiper-slide-thumb-active:after {
  background-color: rgba(229, 243, 247, 0.6);
  opacity: 0.5;
}
.single-object-slider__slide {
  display: block;
  position: relative;
  height: auto;
}
.single-object-slider__slide .zoom-slider {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  right: 25px;
  pointer-events: none;
  width: 48px;
  min-width: 48px;
  height: 48px;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .single-object-slider__slide .zoom-slider {
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 575.98px) {
  .single-object-slider__slide .zoom-slider {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    right: 14px;
    bottom: 12px;
  }
}
.single-object-slider__slide-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .single-object-slider__slide-video-btn-play {
    width: 18px;
    height: 18px;
  }
}
.single-object-slider__slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-object-slider__slider-btn-next, .single-object-slider__slider-btn-prev {
  position: absolute;
  bottom: 26px;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .single-object-slider__slider-btn-next, .single-object-slider__slider-btn-prev {
    top: 37.09199%;
    bottom: initial;
  }
}
.single-object-slider__slider-btn-next:hover .icon-slider-arrow-left,
.single-object-slider__slider-btn-next:hover .icon-slider-arrow-right, .single-object-slider__slider-btn-prev:hover .icon-slider-arrow-left,
.single-object-slider__slider-btn-prev:hover .icon-slider-arrow-right {
  stroke: #2AA5F1;
}
.single-object-slider__slider-btn-next .icon-slider-arrow-left,
.single-object-slider__slider-btn-next .icon-slider-arrow-right, .single-object-slider__slider-btn-prev .icon-slider-arrow-left,
.single-object-slider__slider-btn-prev .icon-slider-arrow-right {
  pointer-events: none;
  width: 16px;
  height: 26px;
  fill: none;
  stroke: #0573AE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-object-slider__slider-btn-next {
  left: 0;
}
.single-object-slider__slider-btn-prev {
  right: 0;
}

.catalog-page .breadcrumb {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .catalog-page .breadcrumb {
    margin-bottom: 15px;
  }
}
.catalog-page__title {
  margin-bottom: 51px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 2.4285714286rem;
  line-height: 2.9285714286rem;
  color: #003261;
}
@media (max-width: 575.98px) {
  .catalog-page__title {
    margin-bottom: 48px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 900;
    font-size: 1.2857142857rem;
    line-height: 1.5714285714rem;
  }
}
.catalog-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .catalog-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-page__wrap .sidebar {
    max-width: 100%;
    width: 100%;
  }
}
.catalog-page__content {
  padding-top: 20px;
  width: 74.5%;
}
@media (max-width: 991.98px) {
  .catalog-page__content {
    width: 100%;
  }
}

.catalog-titling {
  margin-bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199.98px) {
  .catalog-titling {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.catalog-titling.first-titling {
  margin-bottom: 135px;
}
@media (max-width: 991.98px) {
  .catalog-titling.first-titling {
    margin-bottom: 40px;
  }
}
.catalog-titling.first-titling .catalog-titling__box:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}
@media screen and (max-width: 1525px) {
  .catalog-titling.first-titling .catalog-titling__box:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    width: 55%;
  }
}
@media (max-width: 991.98px) {
  .catalog-titling.first-titling .catalog-titling__box:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.catalog-titling.first-titling .catalog-titling__box:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
}
@media (max-width: 991.98px) {
  .catalog-titling.first-titling .catalog-titling__box:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .catalog-titling {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-titling__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 991.98px) {
  .catalog-titling__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.catalog-titling__box:nth-child(2) {
  padding-inline: 15px;
}
@media (max-width: 991.98px) {
  .catalog-titling__box:nth-child(2) {
    padding-inline: 0;
  }
}
.catalog-titling__box:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 991.98px) {
  .catalog-titling__box:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.catalog-titling__box:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  .catalog-titling__box:nth-child(1), .catalog-titling__box:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  .catalog-titling__box:nth-child(1), .catalog-titling__box:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .catalog-titling__box:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .catalog-titling__box, .catalog-titling__box:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .catalog-titling__main-title {
    margin-bottom: 40px;
  }
}
.catalog-titling__main-title span {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 300;
  font-size: 1.7142857143rem;
  line-height: 2.7857142857rem;
  color: #003261;
  display: block;
}
@media (max-width: 1199.98px) {
  .catalog-titling__main-title span {
    font-size: 1.2857142857rem;
  }
}
.catalog-titling__main-title span:last-child {
  font-size: 3.4285714286rem;
  line-height: 3.5rem;
  color: #0573AE;
}
@media (max-width: 1199.98px) {
  .catalog-titling__main-title span:last-child {
    font-size: 2.2857142857rem;
    line-height: 2.7142857143rem;
  }
}
.catalog-titling__main-text {
  font-size: 1rem;
  line-height: 1.4285714286rem;
  color: #6A8FB1;
}
@media (max-width: 1199.98px) {
  .catalog-titling__main-text {
    margin-bottom: 45px;
  }
}
.catalog-titling__btn-ptimary.light {
  padding: 14px 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5714285714rem;
  border-radius: 0;
  text-transform: initial;
}
@media (max-width: 1399.98px) and (min-width: 992px) {
  .catalog-titling__btn-ptimary.light {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 345px) {
  .catalog-titling__btn-ptimary.light {
    padding: 14px 10px;
  }
}

.catalog-preview {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .catalog-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.catalog-preview__control-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .catalog-preview__control-box {
    margin-bottom: 31px;
  }
}
.catalog-preview__btn-prev .icon-slider-arrow-left,
.catalog-preview__btn-prev .icon-slider-arrow-right, .catalog-preview__btn-next .icon-slider-arrow-left,
.catalog-preview__btn-next .icon-slider-arrow-right {
  width: 10px;
  height: 16px;
  fill: none;
  stroke: #0573AE;
}
.catalog-preview__btn-prev.swiper-button-disabled, .catalog-preview__btn-next.swiper-button-disabled {
  opacity: 0.4;
}
.catalog-preview__pagination {
  margin-inline: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.catalog-preview__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #D5ECF2;
  opacity: 1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.catalog-preview__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0573AE;
}
.catalog-preview__slider {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .catalog-preview__slider {
    margin-bottom: 25px;
  }
}
.catalog-preview__slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-filter {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .catalog-filter {
    margin-bottom: 120px;
  }
}
.catalog-filter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .catalog-filter__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.catalog-filter__title {
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.2857142857rem;
  line-height: 2.7857142857rem;
  color: #003261;
}
.catalog-filter__sizes-slider-block {
  width: 74.5%;
  padding: 36px 23px 45px 34px;
  background-color: #EAF6F9;
}
@media (max-width: 1199.98px) {
  .catalog-filter__sizes-slider-block {
    width: 66%;
  }
}
@media (max-width: 767.98px) {
  .catalog-filter__sizes-slider-block {
    width: 100%;
  }
}
.catalog-filter__sizes-slider {
  overflow: hidden;
}
.catalog-filter__sizes-slider .btn-transparent.primary {
  border-color: #D5ECF2;
}
.catalog-filter__slider-control-box {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog-filter__slider-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-filter__slider-btn-prev:hover .icon-slider-arrow-left,
.catalog-filter__slider-btn-prev:hover .icon-slider-arrow-right, .catalog-filter__slider-btn-next:hover .icon-slider-arrow-left,
.catalog-filter__slider-btn-next:hover .icon-slider-arrow-right {
  stroke: #2AA5F1;
}
.catalog-filter__slider-btn-prev .icon-slider-arrow-left,
.catalog-filter__slider-btn-prev .icon-slider-arrow-right, .catalog-filter__slider-btn-next .icon-slider-arrow-left,
.catalog-filter__slider-btn-next .icon-slider-arrow-right {
  width: 10px;
  height: 16px;
  fill: none;
  stroke: #0573AE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catalog-filter__btn-transparent {
  padding: 20px 0;
  width: 100%;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 0.8571428571rem;
  line-height: 1rem;
  text-align: center;
  color: #0573AE;
  background-color: #fff;
}
.catalog-filter__edge-options {
  padding: 10px 20px 28px 28px;
  width: 23.3%;
  border: 1px solid #D5ECF2;
}
@media screen and (max-width: 1440px) {
  .catalog-filter__edge-options {
    width: 23%;
  }
}
@media (max-width: 1199.98px) {
  .catalog-filter__edge-options {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .catalog-filter__edge-options {
    padding: 23px 43px 28px 42px;
    margin: 0 auto;
    max-width: 342px;
    width: 100%;
  }
}
.catalog-filter__edge-img-box {
  margin: 0 auto 10px auto;
  max-width: 124px;
  width: 100%;
}
.catalog-filter__edge-img-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-filter__btn-tertiary {
  padding: 14px 0;
  width: 100%;
  font-family: "SF Pro Text", sans-serif;
  font-size: 0.9285714286rem;
  line-height: 1.5714285714rem;
}

.catalog-grid {
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .catalog-grid {
    margin-bottom: 120px;
  }
}
.catalog-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-grid__item {
  padding-inline: 20px;
  padding-block: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}
@media (max-width: 1199.98px) {
  .catalog-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}
@media (max-width: 767.98px) {
  .catalog-grid__item {
    padding-inline: 15px;
    padding-block: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

.catalog-filter-slab {
  padding-top: 70px;
}
.catalog-filter-slab__container {
  padding: 107px 0 165px;
  position: relative;
  background-color: #EAF6F9;
}
@media (max-width: 991.98px) {
  .catalog-filter-slab__container {
    padding: 49px 0 80px;
  }
}
.catalog-filter-slab__container:before, .catalog-filter-slab__container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: inherit;
}
.catalog-filter-slab__container:before {
  right: 100%;
}
.catalog-filter-slab__container:after {
  left: 100%;
}
.catalog-filter-slab .catalog-titling__main-title {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .catalog-filter-slab .catalog-titling__main-title {
    padding: 25px;
  }
}
.catalog-filter-slab .catalog-grid {
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .catalog-filter-slab .catalog-grid.mobile {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .catalog-filter-slab .catalog-grid.desktop {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .catalog-filter-slab__hidden-row {
    display: none;
  }
}
.catalog-filter-slab .catalog-grid__item {
  padding: 23.5px;
}
.catalog-filter-slab .catalog-grid__item.desktop {
  display: block;
}
@media (max-width: 575.98px) {
  .catalog-filter-slab .catalog-grid__item.desktop {
    display: none;
  }
}
.catalog-filter-slab .catalog-grid__item.mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .catalog-filter-slab .catalog-grid__item.mobile {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .catalog-filter-slab .catalog-grid__item {
    padding: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.catalog-filter-slab__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 1px solid #A8E3F2;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative;
}
@media (max-width: 575.98px) {
  .catalog-filter-slab__link {
    min-height: 230px;
  }
}
.catalog-filter-slab__link:after, .catalog-filter-slab__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.catalog-filter-slab__link:before {
  z-index: 10;
  background-color: rgba(49, 114, 158, 0.8);
}
.catalog-filter-slab__link:after {
  background: url("../img/upload/catalog/catalog-grid/plus.png") center center/contain no-repeat;
  background-size: 104px;
  z-index: 15;
}
@media (max-width: 575.98px) {
  .catalog-filter-slab__link:after {
    background-size: 56px;
  }
}
.catalog-filter-slab__link:hover:before, .catalog-filter-slab__link:hover:after {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .catalog-filter-slab__link {
    margin: 0 auto;
    max-width: 342px;
  }
}
@media screen and (max-width: 374px) {
  .catalog-filter-slab__link {
    max-width: 290px;
  }
}
.catalog-filter-slab__link__img {
  display: block;
  max-width: 201px;
  width: 100%;
}
.catalog-filter-slab__btn-primary {
  margin: 60px auto 0 auto;
  padding: 14px 0;
  width: 257px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
  text-transform: initial;
}
@media (min-width: 576px) {
  .catalog-filter-slab__btn-primary {
    display: none;
  }
}

@media (min-width: 992px) {
  .contacts-page .breadcrumb {
    margin-bottom: 25px;
  }
}
.contacts-page .breadcrumb__link {
  line-height: 100%;
}
.contacts-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .contacts-page__wrap {
    gap: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts-page__wrap {
    gap: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .contacts-page__wrap {
    padding-bottom: 124px;
  }
}
.contacts-page .container-fluid {
  padding: 0;
}
.contacts-page__content-block {
  max-width: 715px;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .contacts-page__content-block {
    max-width: 650px;
  }
}
@media screen and (max-width: 1450px) {
  .contacts-page__content-block {
    max-width: 600px;
  }
}
@media screen and (max-width: 1375px) {
  .contacts-page__content-block {
    max-width: 550px;
  }
}
@media (max-width: 1199.98px) {
  .contacts-page__content-block {
    max-width: 100%;
  }
}
.contacts-page__map-block {
  width: 49%;
}
@media screen and (max-width: 1680px) {
  .contacts-page__map-block {
    max-width: 750px;
  }
}
@media screen and (max-width: 1480px) {
  .contacts-page__map-block {
    max-width: 700px;
  }
}
@media screen and (max-width: 1366px) {
  .contacts-page__map-block {
    max-width: 650px;
  }
}
@media screen and (max-width: 1285px) {
  .contacts-page__map-block {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .contacts-page__map-block {
    max-width: initial;
    margin-inline: -15px;
    width: calc(100% + 30px);
    height: 650px;
  }
}
@media (max-width: 991.98px) {
  .contacts-page__map-block {
    height: 500px;
  }
}
.contacts-page__map-block iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .contacts-page .contacts-page__map-block {
    height: calc(100vh - 129px);
  }
  .contacts-page .contacts-page__map-block.fixed-scroll {
    position: fixed;
    right: 0;
  }
}
@media screen and (min-height: 1200px) {
  .contacts-page__wrap {
    padding-bottom: 0;
  }
  .contacts-page__content-block {
    padding-bottom: 111px;
  }
  .contacts-page .contacts-page__map-block {
    height: 100vh;
    max-height: 1104px;
  }
  .contacts-page .contacts-page__map-block.fixed-scroll {
    position: static;
  }
}
.contacts-page .secondary-banner {
  margin-bottom: 43px;
}
@media (max-width: 767.98px) {
  .contacts-page .secondary-banner {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .contacts-page .secondary-banner__block:first-child {
    padding-top: 42px;
    padding-bottom: 43px;
    padding-left: 39px;
  }
}
@media (max-width: 767.98px) {
  .contacts-page .secondary-banner__block:last-child {
    padding: 0 19px 60px 16px;
  }
}
@media (min-width: 768px) {
  .contacts-page .secondary-banner__block:last-child {
    padding-right: 32px;
  }
}
.contacts-page .secondary-banner .btn-primary {
  width: 284px;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
          filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
}
@media screen and (max-width: 1800px) {
  .contacts-page .secondary-banner .btn-primary {
    width: 224px;
  }
}
@media screen and (max-width: 992px) {
  .contacts-page .secondary-banner .btn-primary {
    width: 284px;
  }
}

@media (max-width: 767.98px) {
  .contacts {
    margin-bottom: 80px;
  }
}
@media (min-width: 576px) {
  .contacts .breadcrumbs {
    margin-bottom: 25px;
  }
}
.contacts__subtitle {
  margin-bottom: 6px;
  font-size: 0.7857142857rem;
  line-height: 1.4285714286rem;
  letter-spacing: 0.1428571429rem;
  text-transform: uppercase;
  color: #0573AE;
}
@media (max-width: 575.98px) {
  .contacts__subtitle {
    display: none;
  }
}
.contacts__title {
  margin-bottom: 32px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-size: 2.4285714286rem;
  line-height: 2.9285714286rem;
  color: #003261;
}
@media (max-width: 575.98px) {
  .contacts__title {
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 1.2857142857rem;
    line-height: 1.5714285714rem;
  }
}
.contacts__box {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .contacts__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .contacts__box {
    margin-bottom: 44px;
  }
}
.contacts__block-title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  color: #003261;
}
.contacts__number-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  line-height: 1.2142857143rem;
  color: #0573AE;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contacts__number-link:hover {
  color: #2AA5F1;
}
.contacts__number-link span:first-child {
  font-weight: 700;
}
.contacts__number-link span:last-child {
  font-weight: 400;
}
.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 1px 0 1px 0;
  border-color: #D5ECF2;
  border-style: solid;
}
.contacts__block .contacts__block-title {
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .contacts__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  .contacts__block .contacts__block-title {
    margin-bottom: 20px;
  }
}
.contacts__schedule {
  padding: 45px 53px 65px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.5%;
          flex: 0 0 57.5%;
  border-right: 1px solid #D5ECF2;
}
@media screen and (max-width: 1800px) {
  .contacts__schedule {
    padding: 45px 23px 65px 0;
  }
}
@media (max-width: 767.98px) {
  .contacts__schedule {
    margin-bottom: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border: none;
    padding: 0;
  }
}
.contacts__schedule-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contacts__schedule-box:not(:last-child) {
  margin-bottom: 12px;
}
.contacts__address-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.5%;
          flex: 0 0 42.5%;
  padding: 45px 0 65px 39px;
}
@media (max-width: 767.98px) {
  .contacts__address-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
}
.contacts__schedule-day {
  margin-right: 5px;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  color: #003261;
  white-space: nowrap;
}
.contacts__schedule-dots {
  margin-bottom: 4px;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #6A8FB1;
}
.contacts__schedule-hours {
  min-width: 92px;
  margin-left: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.01449%;
          flex: 0 0 21.01449%;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2857142857rem;
  color: #003261;
  white-space: nowrap;
}
.contacts__schedule-hours.holidays {
  font-weight: 400;
  color: #EB3674;
}
@media (max-width: 575.98px) {
  .contacts__schedule-hours {
    margin-left: 6px;
  }
}
.contacts__address {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contacts__address span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  color: #003261;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contacts__address_href:hover span {
  color: #2AA5F1;
}

.contacts-form__title {
  margin-bottom: 20px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 300;
  font-size: 1.7142857143rem;
  line-height: 2.7857142857rem;
  color: #0573AE;
}
.contacts-form__title br {
  display: none;
}
@media (max-width: 575.98px) {
  .contacts-form__title {
    text-align: center;
  }
  .contacts-form__title br {
    display: block;
  }
}
.contacts-form .form__row {
  margin-inline: -13px;
}
@media (min-width: 768px) {
  .contacts-form .form__row {
    margin-bottom: 22px;
  }
}
.contacts-form .form__field {
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .contacts-form .form__field {
    margin-bottom: 20px;
  }
}
.contacts-form .form__textarea {
  height: 140px;
}
.contacts-form .form__col {
  padding-inline: 13px;
}
.contacts-form .form__col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 45%;
}
@media (max-width: 767.98px) {
  .contacts-form .form__col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.contacts-form .form__col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  width: 55%;
}
@media (max-width: 767.98px) {
  .contacts-form .form__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.contacts-form .form__col .form__input {
  padding-block: 15px;
}
.contacts-form__btn-primary {
  margin: 0 auto;
  width: 240px;
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
          filter: drop-shadow(0px 8px 8px rgba(50, 50, 71, 0.08)) drop-shadow(0px 8px 16px rgba(50, 50, 71, 0.06));
}

.lg-item.lg-complete .lg-object {
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumb__list .breadcrumb__item:last-child {
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .header__logo-link {
    max-height: 59px;
  }

  .header__logo-link img {
    min-height: 60px;
    height: auto;
    width: 100%;
  }
}
.invalid-text {
  color: #EB3674;
}

.valid-text {
  color: #27AE60;
}
/*# sourceMappingURL=../maps/app.min.css.map */
