

/* Start:/local/templates/clover.1/assets/public/css/main.css?1750852684214788*/
/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 */

:where(html) {
  line-height: 1.15; /* 1 */
}

/* Sections
 * ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */

:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

:where(button) {
  text-transform: none;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

:where(select) {
  text-transform: none;
}

/**
 * Remove the margin in Firefox and Safari.
 */

:where(textarea) {
  margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:where(:-moz-ui-invalid) {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

:where(summary) {
  display: list-item;
}

@charset "UTF-8";
/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: 60%;
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border-radius: 50%;
  box-shadow: none;
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: 50%;
  height: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: none;
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(1, 210, 232, 0.94);
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(24, 24, 27, 0.92);
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: #374151;
  background: #fff;
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: currentColor;
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: #fff;
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: currentColor;
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop {
  opacity: 1;
}
.fancybox__caption {
  opacity: 1;
}
.fancybox__nav {
  opacity: 1;
}
.carousel__dots {
  opacity: 1;
}
.carousel__button.is-close {
  opacity: 1;
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: 1;
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: 96px;
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(34, 213, 233, 0.96);
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: 4px;
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (1.5));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: 4px;
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: 48px;
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: rgba(34, 213, 233, 0.96);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: undefined;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: #212529;
  border-bottom-width: 1px;
  box-shadow: undefined;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #fff;
}

.table-active {
  color: undefined;
}

.table-hover > tbody > tr:hover > * {
  color: #fff;
}

.table-primary {
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  color: #000;
  border-color: #cbccce;
}

.table-success {
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  color: #000;
  border-color: #badce3;
}

.table-warning {
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #424242;
  overflow-x: hidden;
  background: #F6F6F6;
}

html, body {
  font-size: 1rem;
}

body, input, textarea, button {
  font-family: Montserrat, sans-serif;
}

.c-container {
  padding: 0 15px !important;
}
@media (min-width: 576px) {
  .c-container {
    padding: 0 calc(50vw - 270px - 8.5px) !important;
  }
}
@media (min-width: 768px) {
  .c-container {
    padding: 0 calc(50vw - 360px - 8.5px) !important;
  }
}
@media (min-width: 992px) {
  .c-container {
    padding: 0 calc(50vw - 480px - 8.5px) !important;
  }
}
@media (min-width: 1200px) {
  .c-container {
    padding: 0 calc(50vw - 570px - 8.5px) !important;
  }
}

.c-uncontainer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

@media (max-width: 576px) {
  .sm-visible {
    display: none !important;
  }
}

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

@media (max-width: 992px) {
  .lg-visible {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .xl-visible {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .sm-hidden {
    display: none !important;
  }
}

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

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

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

.c-row {
  display: flex;
  flex-wrap: wrap;
}

a:focus, a:focus-visible, a:focus-within, a:active, a:target,
button:focus,
button:focus-visible,
button:focus-within,
button:active,
button:target {
  outline: none;
}

a[href^="tel:"] {
  text-decoration: none;
  color: #424242;
  white-space: nowrap;
}

#overlay {
  position: fixed;
  z-index: 98;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #424242;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#overlay[data-toggle-step=active] {
  opacity: 0.8;
  visibility: visible;
}

#main {
  margin-top: 15px;
}
@media (max-width: 992px) {
  #main {
    margin-top: 10px;
  }
}

img, video {
  max-width: 100%;
}

section {
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 576px) {
  section {
    margin-top: 5.625rem;
  }
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  margin-top: 0;
  margin-bottom: 0.972em;
  font-weight: 600;
}

h1, .h1 {
  font-size: 1.654rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}

h2, .h2 {
  font-size: 1.458rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.654rem;
  }
}

h3, .h3 {
  font-size: 1.286rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.458rem;
  }
}

h4, .h4 {
  font-size: 1.134rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.286rem;
  }
}

h5, .h5 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.134rem;
  }
}

small, .text_small {
  font-size: 0.882rem;
}

hr {
  background: #E5E5E5;
  color: #E5E5E5;
  border: none;
  height: 1px;
}

#h1-wrapper {
  margin-top: 1.25em;
}

.is-catalog #h1-wrapper h1 {
  margin-bottom: 0.66em;
}

.carousel__viewport {
  height: 100%;
}
.carousel__track {
  height: 100%;
}
.carousel__nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 6.5px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .carousel__nav {
    top: calc(100% + 21px);
    right: 50%;
    transform: translateX(50%);
  }
}
.carousel__nav .carousel__button {
  outline: none !important;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 0.5px solid #B3D3E9;
  cursor: pointer;
  position: static;
}
.carousel__nav .carousel__button:before {
  content: "";
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
  width: 7px;
  height: 5px;
  background: #008EEC;
}
.carousel__nav .carousel__button.is-next {
  transform: rotate(-90deg);
}
.carousel__nav .carousel__button.is-prev {
  transform: rotate(90deg);
}
.carousel__nav .carousel__button svg {
  display: none;
}
.carousel__dots .carousel__dot {
  width: 20px;
  height: 20px;
}
.carousel__dots .carousel__dot:after {
  background-color: #C4C4C4;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.carousel__dots .carousel__dot.is-selected:after {
  background-color: #008EEC;
}

.dropdown-menu {
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 142, 236, 0.15);
  border-radius: 5px;
  padding: 20px;
  border: none;
  max-width: 100vw;
}

@media (min-width: 992px) {
  .mobile-canvas {
    position: static;
    visibility: visible !important;
    border: none;
    transform: unset;
  }
}
@media (max-width: 992px) {
  .mobile-canvas {
    width: 80vw !important;
    min-height: 100vh;
    background: #fff;
    transition: 0.5s;
    overflow: hidden;
    max-width: 460px;
    overflow-y: auto;
  }
}

.offcanvas-backdrop {
  background-color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: unset !important;
  border-radius: unset !important;
}

.dots-sep-block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.dots-sep-block:after {
  content: "";
  display: inline-block;
  border-bottom: 1px dashed;
  order: 2;
  width: 80%;
  margin: 0 0.3125em 0.1875em;
}
.dots-sep-block .dots-sep-item {
  flex-shrink: 0;
}
.dots-sep-block .dots-sep-item_left {
  order: 1;
}
.dots-sep-block .dots-sep-item_right {
  order: 3;
}

[data-more-text-item].collapse {
  display: block;
  height: 84px;
  overflow: hidden;
  position: relative;
}
[data-more-text-item].collapse:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 36%, rgba(246, 246, 246, 0.8869748583) 58%, rgba(246, 246, 246, 0) 100%);
  height: 20px;
}
[data-more-text-item].collapse.show {
  height: auto;
}
[data-more-text-item].collapse.show:after {
  height: 0;
}
[data-more-text-item].collapsing {
  height: 84px;
}

[data-more-text-toggler] {
  text-align: center;
  font-size: 12px;
  color: #B3B3B3;
  text-decoration: underline;
  margin-top: 5px;
  background: none;
  outline: none;
  border: none;
}
[data-more-text-toggler]:after {
  content: "Скрыть";
}
[data-more-text-toggler].collapsed:after {
  content: "Показать";
}

[data-fancybox] {
  cursor: pointer;
}

.fancybox__container {
  z-index: 1101;
}

@media (min-width: 992px) {
  body div.title-search-result {
    z-index: 1101;
  }
}
.collapse-button {
  outline: none !important;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 0.5px solid #B3D3E9;
  cursor: pointer;
  flex-shrink: 0;
}
.collapse-button .icon-mask {
  background: #008EEC;
  transform: rotate(180deg);
}

.collapsed .collapse-button .icon-mask {
  transform: unset;
}

.collapse-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  padding: 10px 20px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .collapse-head {
    justify-content: center;
  }
}
.collapse-head .collapse-title {
  margin-bottom: 0;
  margin-top: 14px;
}
.collapse-head:not(.collapsed) {
  background-color: #EAEAEA;
}

.collapse-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.collapse-list > li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F6F6F6;
  border-radius: 5px;
  overflow: hidden;
}
.collapse-list > li + li {
  margin-top: 3px;
}
.collapse-list .preview-text {
  color: #999999;
  margin-top: 6px;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 576px) {
  .collapse-list .preview-text {
    font-size: 12px;
    line-height: 20px;
    margin-top: 9px;
  }
}
.collapse-list .detail-text {
  padding: 0 20px;
}
.collapse-list .detail-text:before, .collapse-list .detail-text:after {
  content: "";
  display: block;
  height: 14px;
  width: 100%;
}
.collapse-list ul {
  list-style: none;
  padding: 0;
}
.collapse-list ul li {
  padding-left: 20px;
  position: relative;
}
.collapse-list ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #008EEC;
  transform: translate(70%, 70%);
}
.collapse-list ul li + li {
  margin-top: 10px;
}
.collapse-list .btn {
  height: 50px;
  font-size: 16px;
  padding: 0 45px;
}

.info-block {
  display: flex;
  align-items: center;
  background: #EAEAEA;
  border-radius: 5px 5px 0 0;
  padding: 15px 9px 18px 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

#guarantee-content .info-block:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/img-guarantee2.png");
  background-size: contain;
  margin-right: 14px;
  flex-shrink: 0;
}

.info-block-2 {
  background: #F6F6F6;
  border-radius: 0 0 5px 5px;
  padding: 14px 20px 30px;
}

@media (max-width: 576px) {
  .info-block {
    flex-wrap: wrap;
  }

  .info-block .text-dop {
    font-weight: 500;
    width: 135px;
    display: inline-block;
  }

  .info-block .text {
    width: 100%;
    margin-top: 18px;
  }
}
.list_top_border {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_top_border > li {
  padding: 0 0 0 15px;
  position: relative;
  list-style: none;
  margin: 0;
}
.list_top_border > li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #008EEC;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.list_top_border > li + li {
  margin-top: 20px;
}

.list_guarantee_products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.list_guarantee_products > li {
  list-style: none;
  border: 0.5px solid #3DA8EE;
  background: #DEF0FD;
  border-radius: 5px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 16px;
}

#page_top_banner section {
  margin-top: 0;
}

.offcanvas.show {
  visibility: visible;
}

header .header-1 .header-top {
  min-height: 78px;
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
header .header-1 .header-top > * + * {
  margin-left: 10px;
}
@media (max-width: 576px) {
  header .header-1 .header-top {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 56px;
  }
}
header .header-1 .header-logo {
  display: block;
  flex-shrink: 0;
  width: auto;
  height: 50px;
}
@media (max-width: 576px) {
  header .header-1 .header-logo {
    height: 27px;
    max-width: 103px;
  }
}
header .header-1 .header-logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  -o-object-position: left;
     object-position: left;
}
header .header-1 .header-shedule .shedule-block {
  font-size: 0.75em;
  font-weight: 500;
}
header .header-1 .header-shedule .shedule-block span {
  display: inline-block;
  color: #B3B3B3;
  line-height: 1.2;
  margin-left: 4px;
  font-size: 1.166em;
}
header .header-1 .header-mobile-menu-toggler .mobile-menu--toggler {
  background: unset;
  border: unset;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
}
header .header-1 .header-menu {
  background: #F6F6F6;
  border-bottom: 1px solid #E5E5E5;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  header .header-1 .header-menu {
    border-bottom: none;
  }
}
header .header-1 .header-menu #header-menu--main {
  background: #F6F6F6;
}
header .header-1 .header-menu > * + * {
  margin-left: 10px;
}
header .header-1 .header-menu .header-btn {
  line-height: 30px;
  width: 100%;
}
header .header-1 .header-menu .header-menu--right {
  width: 18.5%;
}
@media (max-width: 992px) {
  header .header-1 .header-menu .header-menu--right {
    display: none;
  }
}
header .header-phones {
  display: flex;
  align-items: center;
}
header .header-phones a[href^="tel:"] {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 576px) {
  header .header-phones a[href^="tel:"] {
    font-size: 3.2vw;
  }
}
header .header-phones .phones-block {
  position: relative;
}
header .header-phones .phones-main {
  display: flex;
  align-items: center;
}
header .header-phones .phones-main i {
  margin-left: 0.3em;
}
header .header-phones .phones-add {
  z-index: 1100;
  transition: 0.3s;
}
header .header-phones .phones-form-button {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
header .header-phones .phones-callback {
  border: unset;
  background: unset;
  outline: unset;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 12px;
  color: #B3B3B3;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  header .header-phones .phones-callback {
    font-size: 2vw;
  }
}
header .header-phones .contact-socials {
  display: flex;
  gap: 15px;
  margin-left: 15px;
  align-items: center;
}
header .header-phones .contact-socials .soc-contact {
  display: flex;
}
@media (max-width: 576px) {
  header .header-phones .contact-socials {
    gap: 7px;
    margin-left: 7px;
  }
  header .header-phones .contact-socials .soc-contact > i {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  header .header-cart .cart-icon {
    position: relative;
    background: unset;
    width: auto;
    height: auto;
  }
}
@media (max-width: 768px) {
  header .header-cart .cart-text {
    display: none;
  }
}
header #header-menu--main {
  width: 75%;
}
@media (max-width: 992px) {
  header #header-menu--main,
header #header-menu--main .child {
    width: 80vw;
    min-height: 100vh;
    background: #fff;
    transition: 0.5s;
    overflow: hidden;
    overflow-y: auto;
    max-width: 460px;
  }
}
@media (min-width: 992px) {
  header #header-menu--main {
    position: static;
    visibility: visible !important;
    border: none;
    transform: unset;
  }
}
header ul#header-main-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header ul#header-main-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}
header ul#header-main-1 li {
  display: flex;
}
header ul#header-main-1 a {
  text-decoration: none;
  color: #B3B3B3;
  transition: 0.2s;
}
header ul#header-main-1 .menu_city-selector {
  margin-right: 10px;
}
header ul#header-main-1 .menu-shedule {
  color: #B3B3B3;
  margin-top: 4px;
  font-size: 9px;
}
@media (min-width: 992px) {
  header ul#header-main-1 li {
    align-items: center;
  }
  header ul#header-main-1 > li {
    position: relative;
  }
  header ul#header-main-1 > li.root-item-selected > a, header ul#header-main-1 > li:hover > a {
    color: #424242;
  }
  header ul#header-main-1 > li.root-item-selected:before, header ul#header-main-1 > li:hover:before {
    width: 100%;
  }
  header ul#header-main-1 > li > .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 15px;
  }
  header ul#header-main-1 > li > .child > ul {
    background: #FFF;
    border-radius: 5px;
    position: relative;
    padding: 1.44em 0;
    box-shadow: 0px 4px 20px rgba(66, 66, 66, 0.1);
    min-width: 277px;
  }
  header ul#header-main-1 > li > .child > ul > li {
    padding: 0 1em;
  }
  header ul#header-main-1 > li > .child > ul > li > a {
    color: #B3B3B3;
    border-radius: 5px;
    transition: 0.3s;
    padding: 0.625em 0.625em 0.625em 1.25em;
    width: 100%;
  }
  header ul#header-main-1 > li > .child > ul > li:hover > a {
    background: rgba(0, 142, 236, 0.13);
    color: #008EEC;
  }
  header ul#header-main-1 > li > .child > ul > li:hover > .child {
    display: block;
  }
  header ul#header-main-1 > li > .child > ul > li > .child {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    padding-left: 3px;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul {
    background: #F9F9F9;
    box-shadow: 0px 4px 20px rgba(66, 66, 66, 0.1);
    border-radius: 5px;
    padding: 25px;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 25em;
    align-content: baseline;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    flex-shrink: 0;
    width: calc(50% - 0.94em);
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li > a {
    display: flex;
    padding: 5px 10px;
    color: #424242;
    font-size: 10px;
    align-items: center;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li > a > .menu-item--pic {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li > a > .menu-item--pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li.view-hor {
    height: -moz-fit-content;
    height: fit-content;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li.view-hor > a {
    flex-direction: row;
    width: 100%;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li.view-hor > a > .menu-item--text {
    margin-left: 10px;
  }
  header ul#header-main-1 > li > .child > ul > li > .child > ul > li.view-qube > a {
    flex-direction: column;
  }
  header ul#header-main-1 > li:hover > .child {
    display: block;
  }
  header ul#header-main-1 > li:before {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    height: 3px;
    width: 0;
    background: #008EEC;
    transition: 0.3s;
  }
  header ul#header-main-1 > li > a {
    display: flex;
    padding: 14px 0;
  }
  header ul#header-main-1 .menu-item--next {
    display: none;
  }
}
@media (max-width: 992px) {
  header ul#header-main-1 {
    flex-direction: column;
  }
  header ul#header-main-1 li {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
  }
  header ul#header-main-1 a {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #424242;
    font-weight: 500;
  }
  header ul#header-main-1 a > span {
    display: flex;
    align-items: center;
  }
  header ul#header-main-1 a > span .icon {
    margin-right: 16px;
  }
  header ul#header-main-1 .child {
    top: 0;
    left: 0;
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    transform: translateX(-100%);
  }
  header ul#header-main-1 .child.show {
    transform: none;
    visibility: visible;
  }
  header ul#header-main-1 .menu-item--next {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 3em;
    cursor: pointer;
  }
  header ul#header-main-1 .menu-back {
    cursor: pointer;
    justify-content: flex-start;
  }
  header ul#header-main-1 .menu-back a {
    margin-left: 27px;
  }
  header ul#header-main-1 .item-title {
    background: #F9F9F9;
    color: #008EEC;
    padding-top: 3px;
    font-weight: 500;
  }
  header ul#header-main-1 .menu-additional {
    background: #F9F9F9;
  }
  header ul#header-main-1 .menu-additional .menu-item--next {
    width: 100%;
  }
  header ul#header-main-1 .menu-additional .icon {
    background-color: #008EEC;
  }
}
header .header-fixed-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: 0.5s;
  background: #FFF;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 61px;
  visibility: hidden;
  opacity: 0;
}
header .header-fixed-1.fixed {
  transform: translateY(0);
  filter: drop-shadow(0px 4px 10px rgba(66, 66, 66, 0.1));
  opacity: 1;
  visibility: visible;
}
header .header-fixed-1 .header-fixed_menu {
  align-self: flex-end;
}
header .header-fixed-1 .header-fixed_menu > ul > li.root-item + li {
  margin-left: 40px;
}
header .header-fixed-1 .header-fixed_menu > ul > li.root-item > a {
  color: #424242 !important;
}
header .header-fixed-1 .header-fixed_menu > ul > li.root-item:hover > a {
  color: #008EEC !important;
}
header .header-fixed-1 .header-fixed_search form input[type=text] {
  height: 40px;
  max-width: 165px;
  border-radius: 5px;
}
header .header-fixed-1 .header-fixed_search form input[type=text]::-moz-placeholder {
  font-size: 1rem;
}
header .header-fixed-1 .header-fixed_search form input[type=text]::placeholder {
  font-size: 1rem;
}
header .header-fixed-1 .header-fixed_search form input[type=submit] {
  width: 24px;
  height: 24px;
}
header .header-fixed-1 .btn-request-zamer {
  font-size: 1rem;
  padding: 0 42px;
}

.menu-bottom {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 80px;
}
.menu-bottom--title {
  font-weight: 500;
  font-size: 14px;
}
.menu-bottom--item {
  display: flex;
  gap: 14px;
}
.menu-bottom--item, .menu-bottom--item a {
  font-size: 10px;
  line-height: 20px;
  color: #424242;
  text-decoration: none;
}
.menu-bottom--item_socials {
  gap: 20px;
}

.phones-add_list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.phones-add_list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.phones-add_list li + li {
  margin-top: 1.25em;
}
.phones-add_list .phone-desc {
  color: #B3B3B3;
  font-size: 0.75em;
  margin-bottom: 0.5em;
}
.phones-add_list .phone-shedule {
  font-size: 0.75em;
  margin-top: 0.25em;
}

.header-price--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.6875em;
  text-decoration: none;
  color: #424242;
}
.header-price--link .icon-mask {
  background: #424242;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.icon-mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background: #424242;
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.icon-mask-chevron-down {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-medium.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-medium.svg");
  width: 8px;
  height: 5px;
}
.icon-mask-chevron-down-light {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
  width: 7px;
  height: 5px;
}
.icon-mask-chevron-down-bold {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-bold.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-bold.svg");
  width: 9px;
  height: 6px;
}

.icon-mask-chevron-left {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-medium.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-medium.svg");
  width: 8px;
  height: 6px;
  transform: rotate(90deg);
}
.icon-mask-chevron-left-light {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
  width: 9px;
  height: 7px;
  transform: rotate(90deg);
}
.icon-mask-chevron-left-bold {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-bold.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-bold.svg");
  width: 9px;
  height: 6px;
  transform: rotate(90deg);
}

.icon-mask-chevron-right {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-medium.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-medium.svg");
  width: 8px;
  height: 6px;
  transform: rotate(-90deg);
}
.icon-mask-chevron-right-light {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
  width: 9px;
  height: 7px;
  transform: rotate(-90deg);
}
.icon-mask-chevron-right-bold {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-bold.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-bold.svg");
  width: 9px;
  height: 6px;
  transform: rotate(-90deg);
}

.icon-mask-magnifier {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-magnifier.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-magnifier.svg");
  width: 29px;
  height: 29px;
}

.icon-mask-cart {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-cart.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-cart.svg");
  width: 19px;
  height: 17px;
}

.icon-mask-burger {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-burger.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-burger.svg");
  width: 16px;
  height: 12px;
}

.icon-mask-arrow-right {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
  width: 14px;
  height: 11px;
}

.icon-mask-arrow-left {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
  width: 14px;
  height: 11px;
  transform: rotate(180deg);
}

.icon-mask-arrow-2-right {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-right.svg");
  width: 47px;
  height: 14px;
}

.icon-mask-arrow-2-left {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-left.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-left.svg");
  width: 47px;
  height: 14px;
}

.icon-mask-play {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-play.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-play.svg");
  width: 6px;
  height: 9px;
}

.icon-mask-in-circle-arrow-right {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: #424242;
  border-radius: 50%;
  position: relative;
  background: transparent;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .icon-mask-in-circle-arrow-right {
    width: 46px;
    height: 46px;
  }
}
.icon-mask-in-circle-arrow-right:after {
  content: "";
  display: inline-flex;
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
  width: 14px;
  height: 10px;
  background: #424242;
}

.icon-mask-in-circle-arrow-right.with-line:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  right: 29px;
  left: -200%;
  background: #424242;
}
@media (min-width: 768px) {
  .icon-mask-in-circle-arrow-right.with-line:before {
    right: 37px;
  }
}

.icon-mask-in-circle-arrow-left {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: #424242;
  border-radius: 50%;
  position: relative;
  background: transparent;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .icon-mask-in-circle-arrow-left {
    width: 46px;
    height: 46px;
  }
}
.icon-mask-in-circle-arrow-left:after {
  content: "";
  display: inline-flex;
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
  width: 14px;
  height: 10px;
  background: #424242;
  transform: rotate(180deg);
}

.icon-mask-in-circle-arrow-left.with-line:before {
  content: "";
  position: absolute;
  height: 1px;
  top: 50%;
  right: -200%;
  left: 37px;
  background: #424242;
}
.icon-mask-catalog-block {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-catalog-block.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-catalog-block.svg");
  width: 22px;
  height: 22px;
}

.icon-mask-catalog-list {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-catalog-list.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-catalog-list.svg");
  width: 22px;
  height: 22px;
}

.icon-mask-download {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-download-1.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-download-1.svg");
  width: 21.67px;
  height: 21.67px;
}

.icon-minus,
.icon-plus {
  width: 1.75em;
  height: 1.75em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.icon-minus:before, .icon-minus:after,
.icon-plus:before,
.icon-plus:after {
  position: absolute;
  content: "";
  display: inline-flex;
  height: 0;
  width: 1.125em;
  border-radius: 15%;
  border: 1px solid #008EEC;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.icon-minus.fa-angle-down:after,
.icon-plus.fa-angle-down:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.icon-plus:after {
  height: 1.125em;
  width: 0;
}

.icon-mask-filter {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-filter.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-filter.svg");
  width: 14px;
  height: 15px;
}

.icon-sort {
  display: inline-block;
  width: 32px;
  height: 15px;
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-sort.svg");
  background-size: contain;
}

.icon-mask-vk {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-vk.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-vk.svg");
  width: 25px;
  height: 25px;
}

.icon-mask-ok {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-ok.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-ok.svg");
  width: 25px;
  height: 25px;
}

.icon-mask-tg {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-tg.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-tg.svg");
  width: 25px;
  height: 25px;
}

.icon-mask-whatsapp {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-whatsapp.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-whatsapp.svg");
  width: 25px;
  height: 25px;
}

.icon-mask-youtube {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-youtube.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-youtube.svg");
  width: 25px;
  height: 25px;
}

.icon-mask-zamer {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-zamer.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-zamer.svg");
  width: 20px;
  height: 20px;
}

.icon-mask-calc {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-calc.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-calc.svg");
  width: 20px;
  height: 20px;
}

.icon-calc {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-calc.svg");
  background-size: contain;
  background-color: transparent !important;
  width: 20px;
  height: 20px;
}

.icon-mask-phone {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-phone.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-phone.svg");
  width: 20px;
  height: 20px;
}

.icon-phone-big {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-phone-big.svg");
  background-size: contain;
  background-color: transparent !important;
  width: 50px;
  height: 46px;
}

.icon-mask-marker {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-marker.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-marker.svg");
  width: 20px;
  height: 20px;
}

.icon-mask-mail {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-mail.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-mail.svg");
  width: 20px;
  height: 20px;
}

.icon-mask-mail2 {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-mail2.png");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-mail2.png");
  width: 25px;
  height: 25px;
}

.icon-mask-inst2 {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-inst2.png");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-inst2.png");
  width: 25px;
  height: 25px;
}

.icon-mask-multiply {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-x.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-x.svg");
  width: 13.5px;
  height: 13.5px;
}

.icon-mask-equal {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-result.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-result.svg");
  width: 14px;
  height: 14px;
}

.icon-copy {
  cursor: pointer;
  background: url("/local/templates/clover.1/assets/public/css/../img/copy.png");
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
}

.icon-arrow-css {
  width: 14px;
  height: 11px;
  position: relative;
}
.icon-arrow-css:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 0;
  right: 0;
}
.icon-arrow-css:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-45%);
}
.icon-arrow-css.right:before {
  right: 1px;
  transform: translateY(-45%) rotate(45deg);
}
.icon-arrow-css.left:before {
  left: 1px;
  transform: translateY(-45%) rotate(-45deg);
}
.icon-arrow-css.dark:before {
  border-color: #424242;
}
.icon-arrow-css.dark:after {
  background: #424242;
}

.icon-whatsapp {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-wa.png");
  background-size: contain;
}

.icon-telegram {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-tg.png");
  background-size: contain;
}

.icon-instagram {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-insta.png");
  background-size: contain;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  text-decoration: none;
  height: 34px;
  cursor: pointer;
  border: 1px solid #006DB5;
  outline: 0;
  transition: 0.3s;
  text-align: center;
  line-height: 32px;
  padding: 0 20px;
  color: #fff;
  background: #006DB5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn:hover {
  color: #fff;
  border-color: #008EEC;
  background: #008EEC;
}
.btn:active {
  color: #fff;
  border-color: #00558E;
  background: #00558E;
}
.btn:disabled, .btn.disabled, .btn[disabled] {
  background: #CCCCCC;
  cursor: default;
}
.btn.white {
  background: #fff;
  border-color: #fff;
  color: #424242;
}
.btn.gray {
  background: #B3B3B3;
  border-color: #B3B3B3;
  color: #424242;
}
.btn.alt {
  background: #B5CCEE;
  border-color: #B5CCEE;
  color: #424242;
}
.btn.alt2 {
  background: #008EEC;
  border-color: #008EEC;
}
.btn .icon-mask {
  background-color: #fff;
}
.btn-invert {
  border-color: #006DB5;
  background-color: transparent;
  color: #006DB5;
}
.btn-invert:hover {
  background-color: #006DB5;
  color: #fff;
}
.btn.orange {
  border-color: #FAAB06;
  background-color: #FAAB06;
  color: #FFF;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}
.btn.orange:hover {
  background-color: transparent;
  color: #FAAB06;
}

.btn-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #424242;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
@media (min-width: 768px) {
  .btn-circle {
    width: 46px;
    height: 46px;
  }
}

.btn-circle-arrow-line-right,
.btn-circle-arrow-line-left {
  font-size: 1rem;
  position: relative;
  color: #424242;
  display: flex;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-circle-arrow-line-right span.btn-text,
.btn-circle-arrow-line-left span.btn-text {
  display: inline-flex;
}

.btn-circle-arrow-line-right .icon-mask-in-circle-arrow-right.with-line {
  position: static;
}
.btn-circle-arrow-line-right .icon-mask-in-circle-arrow-right.with-line:before {
  left: 0;
  transition: 0.3s;
}
.btn-circle-arrow-line-right:hover .icon-mask-in-circle-arrow-right.with-line:before {
  transform: translateX(10px);
}
.btn-circle-arrow-line-right span.btn-text {
  margin-right: 1.25em;
}

.btn-circle-arrow-line-left .icon-mask-in-circle-arrow-left.with-line {
  position: static;
}
.btn-circle-arrow-line-left .icon-mask-in-circle-arrow-left.with-line:before {
  right: 0;
  transition: 0.3s;
}
.btn-circle-arrow-line-left:hover .icon-mask-in-circle-arrow-left.with-line:before {
  transform: translateX(-10px);
}
.btn-circle-arrow-line-left span.btn-text {
  margin-left: 1.25em;
}

.btn-circle-orange {
  background: linear-gradient(180deg, #FF8400 19.57%, #FFA647 48.97%, #FF8400 82.61%);
  box-shadow: 0px 0px 28.2609px rgba(66, 66, 66, 0.15), inset 0px -2.82609px 5.65217px #954700, inset 0px 5.65217px 5.65217px rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 0px 5.09804px rgba(0, 0, 0, 0.25));
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  padding: 0;
  border: none;
}
.btn-circle-orange-wrap {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  outline: none !important;
  padding: 0;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  transition: 0.3s;
}
.btn-circle-orange-wrap:hover {
  background-color: #6C6C6C;
}
.btn-circle-orange:before {
  content: "";
  width: 21.67px;
  height: 21.67px;
  -webkit-mask: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-download-1.svg");
          mask: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-download-1.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  transition: 0.3s;
}
.btn-circle-orange:hover {
  box-shadow: 0px 0px 28.2609px rgba(66, 66, 66, 0.15), inset 0px -2.82609px 5.65217px #954700, inset 0px 5.65217px 5.65217px rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 0px 5.09804px rgba(0, 0, 0, 0.25));
}
.btn-circle-orange:active {
  background: linear-gradient(180deg, #FF8400 19.57%, #FFA647 48.97%, #FF8400 82.61%);
}
.btn-circle-orange:active:before {
  background: #008EEC;
}

.field {
  position: relative;
}
.field + .field {
  margin-top: 0.875em;
}
.field input[type=text],
.field input[type=password],
.field input[type=email],
.field input[type=tel],
.field input[type=number] {
  border: 1px solid #B3B3B3;
  outline: none !important;
  border-radius: 5px;
  height: 2.625em;
  padding: 0 1.5em;
  width: 100%;
  font-size: 1em;
  line-height: 1.19;
  color: #B3B3B3;
  background: transparent;
  transition: 0.3s;
}
.field input[type=text]:hover + .field--label-text, .field input[type=text]:focus + .field--label-text, .field input[type=text]:valid + .field--label-text,
.field input[type=password]:hover + .field--label-text,
.field input[type=password]:focus + .field--label-text,
.field input[type=password]:valid + .field--label-text,
.field input[type=email]:hover + .field--label-text,
.field input[type=email]:focus + .field--label-text,
.field input[type=email]:valid + .field--label-text,
.field input[type=tel]:hover + .field--label-text,
.field input[type=tel]:focus + .field--label-text,
.field input[type=tel]:valid + .field--label-text,
.field input[type=number]:hover + .field--label-text,
.field input[type=number]:focus + .field--label-text,
.field input[type=number]:valid + .field--label-text {
  font-size: 0.8em;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.field input[type=text]:focus, .field input[type=text]:focus-visible,
.field input[type=password]:focus,
.field input[type=password]:focus-visible,
.field input[type=email]:focus,
.field input[type=email]:focus-visible,
.field input[type=tel]:focus,
.field input[type=tel]:focus-visible,
.field input[type=number]:focus,
.field input[type=number]:focus-visible {
  border-color: #E1E8F0;
  outline-color: #E1E8F0;
}
.field textarea {
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  height: 4em;
  padding: 0 1.5em;
  width: 100%;
  font-size: 1em;
  line-height: 1.19;
  color: #B3B3B3;
  background: transparent;
}
.field input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  visibility: hidden;
}
.field input[type=checkbox] + .field__helper {
  border: 1px solid #B3D3E9;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.field input[type=checkbox] + .field__helper:before {
  content: "";
  width: 21px;
  height: 21px;
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-check.svg");
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.field input[type=checkbox]:checked + .field__helper {
  background: #008EEC;
  border-color: #008EEC;
}
.field input[type=checkbox]:checked + .field__helper:before {
  opacity: 1;
  visibility: visible;
}
.field--label-text {
  position: absolute;
  color: #B3B3B3;
  top: 50%;
  left: 2em;
  right: 2em;
  transform: translateY(-50%);
  transition: all 0.5s, width ease-in 0.5s;
  font-size: 1em;
  padding: 5px;
  width: auto;
  background: #fff;
}
.field-title {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.field.error input {
  border: 1px solid red !important;
}

.field-select {
  position: relative;
}
.field-select--input {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}
.field-select--toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 10px 17px 10px 23px;
  cursor: pointer;
}
.field-select--toggler_item {
  display: flex;
  align-items: center;
}
.field-select--toggler_icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.field-select--toggler_arrow {
  margin-left: 10px;
}
.field-select--dropdown_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}
.field-select--dropdown_list.columns-3 {
  flex-wrap: wrap;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  max-width: 330px;
}
.field-select--dropdown_list.columns-3 .field-select--dropdown_list-item {
  width: 33.333%;
}
.field-select--dropdown_list.columns-2 {
  flex-wrap: wrap;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  max-width: 125px;
}
.field-select--dropdown_list.columns-2 .field-select--dropdown_list-item {
  width: 50%;
}
.field-select--dropdown_list-item {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 1;
  cursor: pointer;
}
.field-select--dropdown_list-item + .field-select--dropdown_list-item {
  margin-top: 0.5em;
}
.field-select--dropdown_list-item.disabled {
  cursor: default;
  opacity: 0.5;
}
.field-select--dropdown_list-item.active {
  opacity: 1;
}
.field-select--dropdown_list-item.current {
  opacity: 1;
}
.field-select--dropdown_list-item--icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
}
.field-select--dropdown_list-item--name {
  font-size: 14px;
}

footer {
  margin-top: auto;
  padding-top: 15px;
  font-size: 1rem;
}

.footer-1 {
  background: #001D30;
  padding-top: 4.56em !important;
  padding-bottom: 1.125em !important;
}
@media (max-width: 576px) {
  .footer-1 {
    padding-top: 35px !important;
    display: flex;
    flex-direction: column;
  }
}

.page-home footer,
.page-catalog footer {
  padding-top: 0;
}

.footer-row {
  display: flex;
}
.footer-row.row-menu {
  gap: 2em;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-row.row-menu {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .footer-row.row-menu {
    order: 2;
    margin-top: 55px;
  }
}
.footer-row.row-menu .footer-col {
  width: auto;
  max-width: 240px;
}
.footer-row.row-menu .footer-col.contacts, .footer-row.row-menu .footer-col.sending {
  width: 25%;
}
@media (max-width: 768px) {
  .footer-row.row-menu .footer-col, .footer-row.row-menu .footer-col.contacts, .footer-row.row-menu .footer-col.sending {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .footer-row.row-menu .footer-col, .footer-row.row-menu .footer-col.contacts, .footer-row.row-menu .footer-col.sending {
    width: 100%;
    max-width: unset;
  }
}
.footer-row.copyright {
  margin-top: 100px;
  font-size: 10px;
  color: #B3B3B3;
}
@media (max-width: 576px) {
  .footer-row.copyright {
    margin-top: 25px;
    font-size: 9px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;
    order: 4;
  }
}
.footer-row.copyright .footer-col + .footer-col {
  margin-left: 12em;
}
@media (max-width: 576px) {
  .footer-row.copyright .footer-col + .footer-col {
    margin-left: 0;
  }
}
.footer-col--title {
  font-weight: 500;
  font-size: 1.25em;
  color: #FFF;
  margin-bottom: 0.85em;
}
.footer-col_content .simple-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  padding-top: 1em;
}
.footer-col_content .simple-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col_content .simple-menu li + li {
  margin-top: 1.5em;
}
.footer-col_content .simple-menu li a {
  color: #B3B3B3;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-col.contacts {
    order: 1;
  }
}
@media (max-width: 768px) {
  .footer-col.sending {
    order: 2;
  }
}
@media (max-width: 768px) {
  .footer-col.company {
    order: 3;
  }
}
@media (max-width: 768px) {
  .footer-col.info {
    order: 4;
  }
}
.footer-block.phone {
  margin-top: 25px;
}
.footer-block.phone a {
  color: #FFF;
  font-size: 1.25em;
  font-weight: 600;
}
.footer-block.phone .contact-address {
  font-weight: 300;
  color: #FFF;
  font-size: 12px;
  margin-top: 5px;
}
.footer-block.email {
  margin-top: 0.375em;
  text-align: right;
}
@media (max-width: 768px) {
  .footer-block.email {
    text-align: left;
  }
}
.footer-block.email a {
  font-size: 0.875em;
  color: #B3B3B3;
  text-decoration: none;
}
.footer-block.zamer {
  margin-top: 1.5em;
}
.footer-block.zamer .btn {
  font-size: 1em;
  width: 100%;
  padding-top: 0;
}
.footer-soc-contacts {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
}
@media (max-width: 576px) {
  .footer-soc-contacts {
    order: 3;
  }
}
.footer-soc-contacts .soc-contact {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer-soc-contacts .soc-contact + .soc-contact {
  margin-top: 15px;
}
.footer-soc-contacts > .soc-contact > .icon-mask {
  background-color: #fff;
  margin-right: 9px;
}
.footer-sitemap {
  margin-left: 5px;
}
.footer-sitemap a {
  color: #B3B3B3;
  font-size: 10px;
}
.footer-logo-block {
  position: relative;
}
@media (max-width: 576px) {
  .footer-logo-block {
    order: 1;
  }
}
.footer-logo {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 576px) {
  .footer-logo {
    position: static;
    transform: unset;
  }
}
.footer-logo figcaption {
  color: #FFF;
  font-size: 14px;
  margin-top: 19px;
}
@media (max-width: 576px) {
  .footer-develop {
    background: #00131F;
    margin: 0 -15px -15px !important;
    padding: 29px 15px 25px;
    width: calc(100% + 30px);
  }
}

.region-list {
  display: none;
}
.region-current {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.region-current i {
  margin-left: 0.3em;
}

.header-search form {
  position: relative;
}
.header-search form input[type=text] {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #FFFFFF;
  transition: 0.3s;
  outline: 0;
  height: 48px;
  padding: 0;
  padding-left: 1.5em;
  width: 100%;
  max-width: 20.2em;
}
.header-search form input[type=text]::-moz-placeholder {
  color: #B3B3B3;
}
.header-search form input[type=text]::placeholder {
  color: #B3B3B3;
}
.header-search form input[type=text]:hover {
  box-shadow: 0px 1px 10px 0px rgba(0, 109, 181, 0.3);
}
.header-search form input[type=text]:hover + input[type=submit] {
  background: #424242;
}
.header-search form input[type=text]:focus {
  box-shadow: 0px 1px 10px 0px rgba(0, 109, 181, 0.3);
}
.header-search form input[type=text]:focus + input[type=submit] {
  background: #008EEC;
}
@media (max-width: 992px) {
  .header-search form input[type=text] {
    height: 30px;
  }
}
.header-search form input[type=submit] {
  font-size: 0;
  border: 0;
  outline: 0;
  background: #B3B3B3;
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-magnifier.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-magnifier.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9rem;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 992px) {
  .header-search form input[type=submit] {
    width: 22px;
    height: 22px;
  }
}
.header-search:not(.menu_search):not(.header-fixed_search) {
  position: relative;
  width: 38px;
}
.header-search:not(.menu_search):not(.header-fixed_search) form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
  width: 38px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.header-search:not(.menu_search):not(.header-fixed_search) form.active {
  width: 375px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1200px) {
  .header-search:not(.menu_search):not(.header-fixed_search) form.active {
    width: 345px;
  }
}
.header-search:not(.menu_search):not(.header-fixed_search) form input[type=text] {
  max-width: 100%;
}
.header-search:not(.menu_search):not(.header-fixed_search) form input[type=text]:focus {
  box-shadow: none !important;
}
.header-search:not(.menu_search):not(.header-fixed_search) form input[type=submit] {
  width: 38px;
  height: 38px;
  -webkit-mask-size: 29px;
          mask-size: 29px;
  right: 0;
}
.header-search--toggler {
  border: none;
  outline: none !important;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  padding: 0;
  width: 38px;
  height: 38px;
  transition: 0.3s;
}
.header-search--toggler.active {
  opacity: 0;
  visibility: hidden;
}
.header-search--toggler:hover .icon-mask {
  background-color: #008EEC;
}
.header-search--toggler .icon-mask {
  transition: 0.3s;
}

.main-banner-1 {
  font-size: 1rem;
  height: 450px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-banner-1 {
    font-size: 3vw;
    text-align: center;
    height: clamp(460px, 120vw, 100vh);
  }
}
.main-banner-1.ib-section-3 {
  margin-top: 0;
}
.main-banner-1 .main-banner_wrap {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.main-banner-1 .main-banner_wrap.text-align-left .main-banner_left {
  order: 2;
}
.main-banner-1 .main-banner_wrap.text-align-left .main-banner_right {
  order: 1;
}
@media (max-width: 768px) {
  .main-banner-1 .main-banner_wrap.text-align-left .main-banner_right {
    padding: 40px 0 45px;
  }
  .main-banner-1 .main-banner_wrap.text-align-left .main-banner_right .main-banner--buttons {
    margin-top: auto;
  }
}
.main-banner-1 .main-banner_wrap.text-align-center {
  text-align: center;
}
.main-banner-1 .main-banner_wrap.text-align-right .main-banner_left {
  order: 1;
}
.main-banner-1 .main-banner_wrap.text-align-right .main-banner_right {
  order: 2;
}
.main-banner-1 .main-banner_wrap.text-color-light .main-banner_right {
  color: #fff;
}
.main-banner-1 .main-banner_wrap.text-color-dark .main-banner_right {
  color: #424242;
}
.main-banner-1 .main-banner--label {
  position: absolute;
  top: 3em;
  background: #D4E8FF;
  border-radius: 5px;
  font-size: max(0.75em, 12px);
  white-space: nowrap;
  padding: 0.5em 1.5em;
}
@media (max-width: 576px) {
  .main-banner-1 .main-banner--label {
    top: 2em;
  }
}
.main-banner-1 .main-banner--background-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-banner-1 .main-banner--background-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner-1 .main-banner_left {
  width: 60%;
  max-height: 100%;
}
@media (max-width: 768px) {
  .main-banner-1 .main-banner_left {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main-banner-1 .main-banner_left {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
  }
}
.main-banner-1 .main-banner_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-banner-1 .main-banner_right {
  width: 54%;
  max-height: 100%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 7.4% 0;
}
@media (max-width: 768px) {
  .main-banner-1 .main-banner_right {
    width: 100%;
    padding: 0 0 10px;
  }
}
.main-banner-1 .main-banner_right > * {
  padding-left: 6%;
}
@media (max-width: 768px) {
  .main-banner-1 .main-banner_right > * {
    padding-left: 0;
  }
}
.main-banner-1 .main-banner_right .main-banner--title {
  font-size: 2.125em;
  font-weight: 600;
  line-height: 1.14;
}
.main-banner-1 .main-banner_right .main-banner--desc {
  margin-top: 35px;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .main-banner-1 .main-banner_right .main-banner--desc {
    margin-top: 10px;
  }
}
.main-banner-1 .main-banner_right .main-banner--buttons {
  margin-top: auto;
  padding-top: 3.2%;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .main-banner-1 .main-banner_right .main-banner--buttons {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
}
.main-banner-1 .btn {
  height: 56px;
  padding: 0 47px;
  position: relative;
  background: #006DB5;
  border: none;
}
.main-banner-1 .carousel__nav {
  display: none;
}
.main-banner-1.has-dots {
  overflow: visible;
}

#about-1 {
  font-size: 1rem;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 992px) {
  #about-1 {
    font-size: 0.8rem;
  }
}
#about-1 .about-1_wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 493px;
}
@media (max-width: 992px) {
  #about-1 .about-1_wrap {
    height: 531px;
  }
}
#about-1 .about-1_inner {
  display: flex;
  position: relative;
  height: 100%;
}
#about-1 .about-1_pic {
  position: absolute;
  right: -155px;
  bottom: 0;
  width: auto;
}
@media (max-width: 992px) {
  #about-1 .about-1_pic {
    right: -85px;
    height: 70%;
  }
}
@media (max-width: 576px) {
  #about-1 .about-1_pic {
    height: clamp(250px, 66vw, 60%);
  }
}
#about-1 .about-1_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-1 .about-1_desc {
  margin-top: auto;
  margin-bottom: 5em;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  #about-1 .about-1_desc {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
}
#about-1 .about-1_desc h1 {
  margin-bottom: 1.3em;
}
@media (min-width: 768px) {
  #about-1 .about-1_desc h1 {
    width: 75%;
  }
}
@media (max-width: 768px) {
  #about-1 .about-1_desc h1 {
    font-size: 1.25rem;
  }
}
#about-1 .about-1_desc--main {
  width: 67.5%;
  position: relative;
}
@media (max-width: 992px) {
  #about-1 .about-1_desc--main {
    width: 100%;
  }
}
#about-1 .about-1_desc--main .quotes {
  font-size: 4.375em;
  position: absolute;
}
#about-1 .about-1_desc--main .quotes.q-top {
  bottom: calc(100% - 0.625em);
  left: 0;
}
#about-1 .about-1_desc--main .quotes.q-bottom {
  top: calc(100% - 0.7em);
  right: 0;
  transform: rotate(180deg);
}
#about-1 .about-1_desc--main .about-1_desc--text {
  font-size: 1.25em;
  line-height: 1.5em;
}
@media (max-width: 992px) {
  #about-1 .about-1_desc--main .about-1_desc--text {
    line-height: 1.75em;
  }
}
@media (max-width: 576px) {
  #about-1 .about-1_desc--main .about-1_desc--text {
    font-size: 14px;
  }
}
#about-1 .about-1_desc--bottom {
  position: relative;
  margin-top: 2.75em;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  #about-1 .about-1_desc--bottom {
    margin-top: auto;
  }
}
@media (max-width: 576px) {
  #about-1 .about-1_desc--bottom {
    width: 160px;
  }
}
#about-1 .about-1_desc--bottom .desc-bottom--title {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.5em;
}
#about-1 .about-1_desc--bottom .desc-bottom--desc {
  margin-top: 7px;
  font-size: 0.875em;
  line-height: 1.25em;
}
#about-1 .about-1_desc--bottom .desc-bottom--pic {
  position: absolute;
  bottom: 0.625em;
  left: calc(100% - 2.625em);
  width: 100%;
}
@media (max-width: 576px) {
  #about-1 .about-1_desc--bottom .desc-bottom--pic {
    bottom: unset;
    top: 77%;
    right: unset;
    left: calc(100% - 66px);
  }
}
#about-1 .about-1_desc--bottom .desc-bottom--pic img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#advantages-2 .advantages_wrap {
  display: flex;
  gap: 12px;
  position: relative;
}
#advantages-2 .advantages-slide {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: visible;
  width: 100%;
  padding: 0 5px;
}
@media (min-width: 768px) {
  #advantages-2 .advantages-slide {
    width: calc((100% - 24px) / 3);
    padding: 0;
  }
}
#advantages-2 .advantages-slide:nth-of-type(1) .advantages-item:first-of-type {
  background: #008EEC;
  color: #fff;
}
#advantages-2 .advantages-slide:nth-of-type(2) .advantages-item:last-of-type {
  background: #006DB5;
  color: #fff;
}
#advantages-2 .advantages-slide:nth-of-type(3) .advantages-item:first-of-type {
  background: #00558E;
  color: #fff;
}
#advantages-2 .advantages-item {
  border-radius: 5px;
  background: #fff;
}
@media (min-width: 768px) {
  #advantages-2 .advantages-item {
    box-shadow: 0px 2px 16px 0px rgba(0, 142, 236, 0.1);
  }
}
#advantages-2 .advantages-item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 30px;
}
#advantages-2 .advantages-item--title {
  font-size: 20px;
  font-weight: 600;
}
#advantages-2 .advantages-item--picture {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
}
#advantages-2 .advantages-item--picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#advantages-2 .carousel__nav {
  position: absolute;
  top: calc(100% + 20px);
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
#advantages-2 .carousel__nav .carousel__button {
  width: 47px;
  height: 14px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  flex-shrink: 0;
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-right.svg");
  background: #424242;
  position: static;
  margin: 0 5px;
}
#advantages-2 .carousel__nav .carousel__button svg {
  display: none;
}
#advantages-2 .carousel__nav .carousel__button.is-next {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-right.svg");
}
#advantages-2 .carousel__nav .carousel__button.is-prev {
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-left.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-2-left.svg");
}

#main-video-1 {
  display: flex;
  flex-wrap: wrap;
}
#main-video-1 .text-block {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #main-video-1 .text-block {
    width: 43%;
    padding-left: 20px;
    order: 2;
  }
}
#main-video-1 .text-block--desc {
  line-height: 1.5;
}
#main-video-1 .text-block--desc .desc-add {
  display: inline-block;
  margin-top: 9px;
}
#main-video-1 .text-block--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 5px;
}
#main-video-1 .text-block--link {
  font-size: 0.882rem;
  color: #424242;
  text-decoration: none;
}
#main-video-1 .text-block--link-button {
  border-color: #B3B3B3;
  transition: 0.3s;
}
#main-video-1 .text-block--link-button .icon-mask {
  background: #B3B3B3;
  transition: 0.3s;
}
#main-video-1 .text-block--link-button:hover {
  border-color: #424242;
}
#main-video-1 .text-block--link-button:hover .icon-mask {
  background: #424242;
}
#main-video-1 .video-block {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #main-video-1 .video-block {
    margin-top: 0;
    order: 1;
  }
}
#main-video-1 .video-block--video {
  width: 100%;
  aspect-ratio: 1.9/1;
  position: relative;
}
#main-video-1 .video-block .video-item {
  width: 100%;
  height: 100%;
  background-color: #2e6da4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}
#main-video-1 .video-block:hover .video-item {
  filter: grayscale(50%) blur(1px) brightness(80%);
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .video-play {
    width: 59px;
    height: 59px;
  }
  .video-play .icon-mask {
    width: 9px;
    height: 16px;
  }
}

.services-tabs,
.def-tabs {
  border-bottom: 1px solid #E5E5E5;
  list-style: none;
  margin: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 3px !important;
}
.services-tabs .services-tab,
.services-tabs .def-tab,
.def-tabs .services-tab,
.def-tabs .def-tab {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.services-tabs .services-tab + .services-tab,
.services-tabs .services-tab + .def-tab,
.services-tabs .def-tab + .services-tab,
.services-tabs .def-tab + .def-tab,
.def-tabs .services-tab + .services-tab,
.def-tabs .services-tab + .def-tab,
.def-tabs .def-tab + .services-tab,
.def-tabs .def-tab + .def-tab {
  margin-left: 2.81em;
}
.services-tabs .services-tab--name,
.services-tabs .def-tab--name,
.def-tabs .services-tab--name,
.def-tabs .def-tab--name {
  color: #B3B3B3;
  transition: 0.3s;
  padding-bottom: 1em;
  display: inline-flex;
}
.services-tabs .services-tab--name:after,
.services-tabs .def-tab--name:after,
.def-tabs .services-tab--name:after,
.def-tabs .def-tab--name:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 100%;
  top: 100%;
  height: 3px;
  background: #008EEC;
  transition: 0.3s;
}
.services-tabs .services-tab--name:hover:after, .services-tabs .services-tab--name.active:after,
.services-tabs .def-tab--name:hover:after,
.services-tabs .def-tab--name.active:after,
.def-tabs .services-tab--name:hover:after,
.def-tabs .services-tab--name.active:after,
.def-tabs .def-tab--name:hover:after,
.def-tabs .def-tab--name.active:after {
  right: 0;
}
.services-tabs .services-tab--name.active,
.services-tabs .def-tab--name.active,
.def-tabs .services-tab--name.active,
.def-tabs .def-tab--name.active {
  color: #424242;
}

.services-tabs--content {
  margin-top: 30px;
  width: 100%;
}
.services-tabs--content .tab-item {
  display: none;
  position: relative;
}
@media (max-width: 576px) {
  .services-tabs--content .tab-item {
    aspect-ratio: 16/9;
    padding: 20px 50px;
    align-items: end;
    justify-content: center;
  }
}
.services-tabs--content .tab-item.active {
  display: flex;
}
.services-tabs--content .tab-item--picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services-tabs--content .tab-item--picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-tabs--content .tab-item--info {
  background: rgba(0, 85, 142, 0.6);
  padding: 2.93em 2.44em 2.56em 4.19em;
  width: 36.8%;
  min-width: 325px;
}
.services-tabs--content .tab-item--name {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 2.25em;
}
.services-tabs--content .tab-item--variants {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 3.94em;
}
.services-tabs--content .tab-item--variants li {
  margin: 0;
  margin-top: 1.79em;
  padding: 0.86em 1.71em;
  background: #FFFFFF;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #006DB5;
}
.services-tabs--content .tab-item--bottom {
  width: 100%;
  margin-top: 3.75em;
}
.services-tabs--content .tab-item--link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.25em;
}
.services-tabs--content .tab-item--link .icon-mask {
  background: #fff;
}
.services-tabs--content .tab-item--link:hover button:before {
  right: 50%;
  width: 100%;
}
.services-tabs--content .tab-item--link_mob {
  width: 100%;
  height: 40px;
}

.def-tabs--content {
  margin-top: 30px;
  width: 100%;
}
.def-tabs--content .tab-item {
  display: none;
  position: relative;
}
.def-tabs--content .tab-item.active {
  display: flex;
}

.partners-slider-1 {
  /*  margin-left: -10px;
    margin-right: -10px;*/
  position: relative;
  display: flex;
}
@media (max-width: 576px) {
  .partners-slider-1 {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }
}
.partners-slider-1 .carousel__viewport {
  width: 100%;
}
.partners-slider-1 .partner-item {
  width: 25%;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .partners-slider-1 .partner-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .partners-slider-1 .partner-item {
    padding: 5px;
  }
}
.partners-slider-1 .partner-item--pic {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 137px;
  padding: 10px;
}
@media (max-width: 576px) {
  .partners-slider-1 .partner-item--pic {
    height: 85px;
  }
}
.partners-slider-1 .partner-item--pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .partners-slider-1 .carousel__viewport {
    width: 100%;
  }
}
.partners-slider-1 .carousel__nav {
  display: none;
}

.news-section-preview-row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .news-section-preview-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-section-preview .news-section {
  width: 50%;
  position: relative;
  padding: 0 10px;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .news-section-preview .news-section {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .news-section-preview .news-section {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .news-section-preview .news-section {
    font-size: 0.75rem;
  }
}
.news-section-preview .news-section-big--item {
  background: #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.94em;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-section-preview .news-section-big .news-item--title {
  position: absolute;
  left: 0;
  top: 1.18em;
  z-index: 1;
}
.news-section-preview .news-section-big .news-item--title_text {
  font-size: 1.375em;
  line-height: 1.27;
  color: #fff;
  padding: 0.636em 1.363em 0.636em 1.77em;
  display: inline-flex;
  width: 100%;
  height: 100%;
  background: #008EEC;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}
.news-section-preview .news-section-big .news-item--title.with-add_text {
  padding-bottom: 1.045em;
}
.news-section-preview .news-section-big .news-item--title-add {
  position: absolute;
  top: calc(100% - 0.8em);
  left: 48%;
  min-width: 80%;
  transform: translateX(-50%);
}
.news-section-preview .news-section-big .news-item--title-add_text {
  display: inline-flex;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  padding: 0.31em 2em;
  background: #F6F6F6;
  color: #424242;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  width: 100%;
  justify-content: center;
}
.news-section-preview .news-section-big .news-item-preview {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 576px) {
  .news-section-preview .news-section-big .news-item-preview {
    height: unset;
    aspect-ratio: 1.85/1;
  }
}
.news-section-preview .news-section-big .news-item-preview.preview-video:hover .news-item-preview--pic {
  filter: grayscale(50%) blur(1px) brightness(80%);
}
.news-section-preview .news-section-big .news-item-preview--pic {
  transition: 0.5s;
}
.news-section-preview .news-section-big .news-item-preview--pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section-preview .news-section-big .news-item-video {
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.news-section-preview .news-section-big .news-item-video video {
  display: none;
}
.news-section-preview .news-section-big .news-item-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: #fff;
  cursor: pointer;
}
.news-section-preview .news-section-big .news-item-video .btn-play .icon-mask-play {
  background: #fff;
  width: 26px;
  height: 16px;
}
.news-section-preview .news-section-big .news-item--text {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.news-section-preview .news-section-big .news-item--name {
  margin-top: 0.94em;
  color: #008EEC;
  font-weight: 500;
  font-size: 1.25em;
  text-decoration: none;
}
.news-section-preview .news-section-big .news-item--anounce {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.86;
  position: relative;
}
.news-section-preview .news-section-big .news-item--anounce:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  background: linear-gradient(0deg, rgb(229, 229, 229) 0%, rgba(229, 229, 229, 0.8057423653) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-section-preview .news-section-big .news-item--anounce span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  bottom: -4em;
  overflow: hidden;
}
.news-section-preview .news-section-big .news-item--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.625rem;
  margin-top: auto;
  padding-top: 65px;
  color: #B3B3B3;
}
.news-section-preview .news-section-big--bottom {
  margin-top: 1em;
}
.news-section-preview .news-section-big--bottom .news-item--more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B3B3B3;
}
@media (max-width: 768px) {
  .news-section-preview .news-section-big--bottom .news-item--more {
    position: absolute;
    top: 0;
    right: 0;
  }
  .news-section-preview .news-section-big--bottom .news-item--more .btn-more {
    display: none;
  }
}
.news-section-preview .news-section-big--bottom .news-item--more .btn-more {
  cursor: pointer;
  position: relative;
  border-color: #B3B3B3;
}
.news-section-preview .news-section-big--bottom .news-item--more .btn-more .icon-mask {
  background: #B3B3B3;
}
.news-section-preview .news-section-big--bottom .news-item--more .btn-more:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1px);
  right: 35px;
  height: 1px;
  background: #B3B3B3;
  width: 120px;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .news-section-preview .news-section-big--bottom .news-item--more .btn-more:before {
    width: 70px;
  }
}
.news-section-preview .news-section-big--bottom .news-item--more:hover .btn-more:before {
  right: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  .news-section-preview .news-section-minis {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .news-section-preview .news-section-minis {
    margin-top: 1rem;
  }
}
.news-section-preview .news-section-minis--item {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .news-section-preview .news-section-minis--item {
    overflow: hidden;
  }
}
.news-section-preview .news-section-minis .news-item-preview {
  margin: 0;
  padding: 0;
  height: 180px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .news-section-preview .news-section-minis .news-item-preview {
    height: unset;
    aspect-ratio: 1.85/1;
  }
}
.news-section-preview .news-section-minis .news-item-preview:hover {
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.5);
}
.news-section-preview .news-section-minis .news-item-preview--pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}
.news-section-preview .news-section-minis .news-item--name {
  display: inline-flex;
  margin-top: 0.85em;
  font-size: 1em;
  font-weight: 500;
  color: #424242;
  text-decoration: none;
}
.news-section-preview .news-section-minis .news-item--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.625rem;
  margin-top: auto;
  padding-top: 10px;
  color: #B3B3B3;
}
.news-section-preview .news-slider-1 {
  position: relative;
}
.news-section-preview .news-slider-1 .carousel__track {
  max-height: 673px;
  margin: -10px;
  height: auto;
}
@media (max-width: 576px) {
  .news-section-preview .news-slider-1 .carousel__track {
    max-height: unset;
  }
}
.news-section-preview .news-slider-1 .carousel__slide {
  width: 50%;
  padding: 10px;
}
@media (max-width: 576px) {
  .news-section-preview .news-slider-1 .carousel__slide {
    width: 100%;
  }
}
.news-section-preview .news-slider-1 .carousel__slide.news-item--block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.news-section-preview .news-slider-1 .carousel__slide.news-item--block .news-section-minis--item {
  padding: 10px;
}
.news-section-preview .news-slider-1 .carousel__nav {
  position: absolute;
  bottom: calc(100% + 16px);
  right: 0;
  display: flex;
  align-items: center;
}
.news-section-preview .news-slider-1 .carousel__button {
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(66, 66, 66, 0.15);
  border-radius: 50%;
  width: 46px;
  height: unset;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  opacity: 1;
  transform: unset;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .news-section-preview .news-slider-1 .carousel__button {
    width: 36px;
  }
}
.news-section-preview .news-slider-1 .carousel__button:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-arrow-right.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #424242;
  opacity: 0.3;
  transition: 0.3s;
}
.news-section-preview .news-slider-1 .carousel__button:hover:after {
  opacity: 1;
}
.news-section-preview .news-slider-1 .carousel__button:active:after {
  background: #008EEC;
}
.news-section-preview .news-slider-1 .carousel__button:disabled, .news-section-preview .news-slider-1 .carousel__button[disabled] {
  background: #E5E5E5;
}
.news-section-preview .news-slider-1 .carousel__button:disabled:after, .news-section-preview .news-slider-1 .carousel__button[disabled]:after {
  opacity: 0.3;
}
.news-section-preview .news-slider-1 .carousel__button svg {
  display: none;
}
.news-section-preview .news-slider-1 .carousel__button.is-next {
  order: 2;
  margin-left: 16px;
}
@media (max-width: 576px) {
  .news-section-preview .news-slider-1 .carousel__button.is-next {
    margin-left: 8px;
  }
}
.news-section-preview .news-slider-1 .carousel__button.is-prev {
  order: 1;
}
.news-section-preview .news-slider-1 .carousel__button.is-prev:after {
  transform: rotate(180deg);
}

.news-section__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 19px;
}
.news-section__wrapper .news-item {
  width: calc(100% / 4 - 19px * (4 - 1) / 4);
}
@media (max-width: 992px){
  .news-section__wrapper .news-item{
  width: calc(100% / 3 - 19px * (3 - 1) / 3);
  }
}
@media (max-width: 768px){
  .news-section__wrapper .news-item{
  width: calc(100% / 2 - 19px * (2 - 1) / 2);
  }
}
@media (max-width: 576px){
  .news-section__wrapper .news-item{
  width: calc(100% / 1 - 19px * (1 - 1) / 1);
  }
}
@media (max-width: 992px){
  .news-section__wrapper .news-item{
  width: calc(100% / 3 - 19px * (3 - 1) / 3);
  }
}
@media (max-width: 768px){
  .news-section__wrapper .news-item{
  width: calc(100% / 2 - 19px * (2 - 1) / 2);
  }
}
@media (max-width: 576px){
  .news-section__wrapper .news-item{
  width: calc(100% / 1 - 19px * (1 - 1) / 1);
  }
}
.news-section__wrapper .news-item_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.news-section__wrapper .news-item-preview {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  aspect-ratio: 1.5;
  cursor: pointer;
}
.news-section__wrapper .news-item-preview--pic {
  width: 100%;
  display: block;
  height: 100%;
}
.news-section__wrapper .news-item-preview--pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section__wrapper .news-item--name {
  display: block;
  margin-top: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #424242;
  text-decoration: none;
}
.news-section__wrapper .news-item--bottom {
  margin-top: auto;
  padding-top: 10px;
  font-size: 10px;
  color: #B3B3B3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-promos-useful-slider {
  position: relative;
}
@media (max-width: 768px) {
  .news-promos-useful-slider {
    margin-bottom: 80px;
  }
}
.news-promos-useful-slider .carousel__nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 6.5px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .news-promos-useful-slider .carousel__nav {
    top: calc(100% + 21px);
    right: 50%;
    transform: translateX(50%);
  }
}
.news-promos-useful-slider .carousel__nav .carousel__button {
  outline: none !important;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 0.5px solid #B3D3E9;
  cursor: pointer;
  position: static;
}
.news-promos-useful-slider .carousel__nav .carousel__button:before {
  content: "";
  -webkit-mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
          mask-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-chevron-down-light.svg");
  width: 7px;
  height: 5px;
  background: #008EEC;
}
.news-promos-useful-slider .carousel__nav .carousel__button.is-next {
  transform: rotate(-90deg);
}
.news-promos-useful-slider .carousel__nav .carousel__button.is-prev {
  transform: rotate(90deg);
}
.news-promos-useful-slider .carousel__nav .carousel__button svg {
  display: none;
}

.npu-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.npu-tabs--content {
  margin-top: 28px;
}
.npu-tabs--content .tab-item {
  display: none;
}
.npu-tabs--content .tab-item.active {
  display: block;
}

.npu-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.npu-tab + .npu-tab {
  margin-left: 17.5px;
}
@media (max-width: 768px) {
  .npu-tab + .npu-tab {
    margin-left: 10.5px;
  }
}
.npu-tab + .npu-tab:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 1px solid #008EEC;
  border-radius: 50%;
  margin-right: 11.5px;
}
@media (max-width: 768px) {
  .npu-tab + .npu-tab:before {
    margin-right: 10.5px;
  }
}
.npu-tab--name {
  color: #008EEC;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .npu-tab--name {
    font-size: 20px;
  }
}
.npu-tab--name.active {
  color: #424242;
}

.npu-items {
  display: flex;
}
.npu-items .carousel__track {
  margin: 0 -20px;
}
@media (max-width: 768px) {
  .npu-items .carousel__track {
    margin: 0 -10px;
  }
}

.npu-item {
  width: 25%;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 22px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (max-width: 992px) {
  .npu-item {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .npu-item {
    width: 50%;
    padding: 0 10px;
  }
}
.npu-item-inner {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.npu-item--pic {
  border-radius: 5px;
  overflow: hidden;
  height: 180px;
}
.npu-item--pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.npu-item--title {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #424242;
}
@media (max-width: 768px) {
  .npu-item--title {
    font-size: 12px;
    margin-top: 10px;
  }
}
.npu-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  margin-top: auto;
}
@media (max-width: 768px) {
  .npu-item-bottom {
    padding-top: 15px;
  }
}
.npu-item--cat {
  display: inline-block;
  background: #008EEC;
  color: #fff;
  padding: 6px;
  font-size: 10px;
}
@media (max-width: 768px) {
  .npu-item--cat {
    padding: 5px;
  }
}
.npu-item--date {
  display: inline-block;
  color: #B3B3B3;
  font-size: 10px;
}

.main-callback-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1rem;
  overflow: hidden;
}
.main-callback-1--decor {
  width: 53%;
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 494px;
}
@media (max-width: 768px) {
  .main-callback-1--decor {
    width: 100%;
    justify-content: flex-start;
    height: 273px;
  }
}
.main-callback-1--decor .form-decor--pic {
  position: absolute;
}
@media (max-width: 768px) {
  .main-callback-1--decor .form-decor--pic {
    width: 60%;
    left: -20px;
  }
}
@media (max-width: 576px) {
  .main-callback-1--decor .form-decor--pic {
    width: 345px;
    position: absolute;
    left: unset;
    right: -100px;
  }
}
.main-callback-1--decor .form-decor--pic img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (max-width: 768px) {
  .main-callback-1--decor .form-decor--pic img {
    height: 100%;
  }
}
.main-callback-1--decor .form-decor--txt {
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
@media (max-width: 576px) {
  .main-callback-1--decor .form-decor--txt {
    right: unset;
    bottom: 50%;
  }
}
.main-callback-1 > div:first-of-type {
  padding: 3.625em 0 4.81em;
  width: 47%;
}
@media (max-width: 768px) {
  .main-callback-1 > div:first-of-type {
    width: 100%;
    padding: 40px 0 20px;
  }
}
@media (min-width: 768px) {
  .main-callback-1 .contact-form form {
    width: 85%;
  }
}
.main-callback-1 .contact-form__title {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.33;
  color: #FFF;
  max-width: 16em;
}
@media (max-width: 768px) {
  .main-callback-1 .contact-form__title {
    font-size: 20px;
  }
}
.main-callback-1 .contact-form__subtitle {
  margin-top: 0.625em;
  font-size: 1.25em;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 768px) {
  .main-callback-1 .contact-form__subtitle {
    font-size: 14px;
  }
}
.main-callback-1 .contact-form__fields {
  flex-wrap: wrap;
  margin-top: 2.19em;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 576px) {
  .main-callback-1 .contact-form__fields {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.main-callback-1 .contact-form__fields .field {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .main-callback-1 .contact-form__fields .field {
    padding: 0 5px;
    width: 100%;
  }
}
.main-callback-1 .contact-form__fields .field:first-of-type {
  width: 100%;
}
.main-callback-1 .contact-form__fields .field--label-text {
  display: none;
  background: #008EEC;
}
@media (max-width: 576px) {
  .main-callback-1 .contact-form__fields .field--label-text {
    left: 1em;
    right: 1em;
  }
}
.main-callback-1 .contact-form__fields .field input[type=text],
.main-callback-1 .contact-form__fields .field input[type=password],
.main-callback-1 .contact-form__fields .field input[type=email],
.main-callback-1 .contact-form__fields .field input[type=tel] {
  border-color: #FFF;
  color: #fff;
}
.main-callback-1 .contact-form__fields .field input[type=text]::-moz-placeholder, .main-callback-1 .contact-form__fields .field input[type=password]::-moz-placeholder, .main-callback-1 .contact-form__fields .field input[type=email]::-moz-placeholder, .main-callback-1 .contact-form__fields .field input[type=tel]::-moz-placeholder {
  color: #fff !important;
}
.main-callback-1 .contact-form__fields .field input[type=text]::placeholder,
.main-callback-1 .contact-form__fields .field input[type=password]::placeholder,
.main-callback-1 .contact-form__fields .field input[type=email]::placeholder,
.main-callback-1 .contact-form__fields .field input[type=tel]::placeholder {
  color: #fff !important;
}
.main-callback-1 .contact-form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3em;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 576px) {
  .main-callback-1 .contact-form__bottom {
    margin-top: 2.19em;
    margin-left: -5px;
    margin-right: -5px;
    flex-direction: row-reverse;
  }
}
.main-callback-1 .contact-form__bottom > div {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .main-callback-1 .contact-form__bottom > div {
    padding: 0 5px;
  }
}
.main-callback-1 .contact-form input[type=submit] {
  font-size: 1em;
  height: 2.5625em;
  padding: 0 1em;
  width: 100%;
}
.main-callback-1 .contact-form__policy {
  font-size: 0.6875rem;
  color: #C4C4C4;
  line-height: 1.81;
}
.main-callback-1 .contact-form__policy a {
  font-size: 0.6875rem;
  color: #C4C4C4;
}

.subscription__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.subscription--label {
  width: 100%;
}
@media (max-width: 576px) {
  .subscription--input {
    height: 38px !important;
  }
}
.subscription--btn {
  width: 100%;
  font-size: 1em;
  padding-top: 0;
  height: 42px;
}
.subscription_privacy {
  margin-top: 10px;
  color: #727272;
  font-size: 10px;
  line-height: 1.4;
}
.subscription_privacy a {
  font-size: 10px;
  color: #727272;
}

.pag-clover-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-top: 2.1em;
}
@media (max-width: 576px) {
  .pag-clover-1 {
    margin-top: 1em;
  }
}
.pag-clover-1 .main-ui-pagination-pages-list {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
@media (max-width: 576px) {
  .pag-clover-1 .main-ui-pagination-pages-list {
    gap: 0.5em;
  }
}
.pag-clover-1 .main-ui-pagination-page {
  width: 2em;
  height: 2em;
  aspect-ratio: 1;
  color: #B3B3B3;
  display: inline-flex;
  border-radius: 50%;
  text-decoration: none;
  flex-shrink: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .pag-clover-1 .main-ui-pagination-page {
    width: 1.375em;
    height: 1.375em;
  }
}
.pag-clover-1 .main-ui-pagination-page:hover {
  background: #ECF3FA;
}
.pag-clover-1 .main-ui-pagination-page.main-ui-pagination-active {
  background: #008EEC;
  color: #FFF;
  font-weight: 500;
}
.pag-clover-1 .main-ui-pagination-arrow {
  width: 2em;
  height: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pag-clover-1 .main-ui-pagination-arrow .icon-mask {
  background-color: #B3B3B3;
}
.sidebar-1 .sidebar_block {
  background: #DEF0FD;
  border-radius: 5px;
  padding: 20px 25px 25px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.sidebar-1 .sidebar_block + .sidebar_block {
  margin-top: 16px;
}
.sidebar-1 .sidebar_block--title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  color: #424242;
  transition: 0.3s;
}
.sidebar-1 .sidebar_block-picture {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-1 .sidebar_block-inner {
  position: relative;
}
.sidebar-1 .sidebar_block--link {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.sidebar-1 .sidebar_block:not(.sidebar_block_form):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  background: #4CB6FB;
}
.sidebar-1 .sidebar_instruction--file {
  position: absolute;
  right: 17px;
  bottom: 9px;
  font-size: 12px;
  color: #B3B3B3;
}
.sidebar-1 .contact-form__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
.sidebar-1 .contact-form__subtitle {
  font-size: 14px;
  margin-top: 14px;
  line-height: 22px;
}
.sidebar-1 .contact-form form {
  margin-top: 20px;
}
.sidebar-1 .contact-form__fields {
  flex-wrap: nowrap;
  gap: 10px;
}
.sidebar-1 .contact-form .field {
  width: 60%;
  margin: 0;
}
.sidebar-1 .contact-form .field:first-of-type {
  width: 40%;
}
.sidebar-1 .contact-form .field--label-text {
  display: none;
}
.sidebar-1 .contact-form .field input[type=text] {
  background: #F6F6F6;
  border: none;
}
.sidebar-1 .contact-form__bottom {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-1 .contact-form__submit {
  width: 60%;
  font-size: 16px;
}
.sidebar-1 .contact-form__submit input[type=submit] {
  width: 100%;
}
.sidebar-1 .contact-form__policy-wrap {
  width: 40%;
}
.sidebar-1 .contact-form__policy, .sidebar-1 .contact-form__policy a {
  color: #B3B3B3;
  font-size: 9px;
  text-decoration: none;
}

.page-with-sidebar {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  /*
  ul:not(.collapse-list) {
    list-style: none;
    padding: 0;

    li {
      padding-left: 30px;
      position: relative;

      &:before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 0.35px solid #B3B3B3;
      }
      &:after {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: map-get($color, 'base-2');
        transform: translate(70%, 70%);
      }
      + li {
        margin-top: 10px;
      }
    }
  }
   */
}
@media (max-width: 992px) {
  .page-with-sidebar {
    flex-direction: column;
    gap: 65px;
  }
}
.page-with-sidebar .sidebar-1 {
  width: 26%;
  box-shadow: 0px 1px 20px rgba(0, 142, 236, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .page-with-sidebar .sidebar-1 {
    width: 100%;
  }
}
.page-with-sidebar .sidebar-1 .sidebar_block {
  min-height: 60px;
  overflow: hidden;
  background: #fff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  margin-top: 0;
  border-radius: unset;
}
@media (max-width: 576px) {
  .page-with-sidebar .sidebar-1 .sidebar_block {
    justify-content: center;
  }
}
.page-with-sidebar .sidebar-1 .sidebar_block + .sidebar_block {
  border-top: 1px solid #B3D3E9;
}
.page-with-sidebar .sidebar-1 .sidebar_block--title {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .page-with-sidebar .sidebar-1 .sidebar_block--title {
    font-weight: 600;
  }
}
.page-with-sidebar .sidebar-1 .sidebar_block:hover, .page-with-sidebar .sidebar-1 .sidebar_block.selected {
  background: #008EEC;
}
.page-with-sidebar .sidebar-1 .sidebar_block:hover .sidebar_block--title, .page-with-sidebar .sidebar-1 .sidebar_block.selected .sidebar_block--title {
  color: #fff;
}
.page-with-sidebar .sidebar-1 .sidebar_block-picture {
  top: 0;
  bottom: 0;
}
.page-with-sidebar .sidebar-1 .sidebar_block-picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.page-with-sidebar .sidebar-1 .sidebar_block:after {
  content: unset;
}
.page-with-sidebar .sidebar-1 .sidebar_block-inner {
  display: flex;
  flex-direction: column;
}
.page-with-sidebar .sidebar-1 .sidebar_block--link {
  margin-top: auto;
  padding-top: 5px;
}
.page-with-sidebar .page-content {
  width: 74%;
}
@media (max-width: 992px) {
  .page-with-sidebar .page-content {
    width: 100%;
  }
}
.page-with-sidebar .content-wrapper {
  width: 100%;
  background: #FFFFFF;
  border: 0.5px solid #B3D3E9;
  border-radius: 5px;
  padding: 30px 25px;
}
@media (max-width: 576px) {
  .page-with-sidebar .content-wrapper {
    padding: 23px 15px;
  }
}
.page-with-sidebar .content-wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.documents-wrapper {
  display: flex;
  gap: 20px;
}

@media (max-width: 992px){
  .documents-wrapper{
  gap: 65px;
  }
}
@media (max-width: 992px) {
  .documents-wrapper {
    flex-direction: column;
  }
}
.documents-wrapper .documents-sections {
  width: 33%;
}
@media (max-width: 992px) {
  .documents-wrapper .documents-sections {
    width: 100%;
  }
}
.documents-wrapper .documents-sections .sidebar_block {
  height: 135px;
}
.documents-wrapper .documents-sections .sidebar_block-picture {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.documents-wrapper .documents-sections .sidebar_block-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.documents-wrapper .documents-sections .sidebar_block--link {
  margin-top: auto;
  padding-top: 5px;
}
.documents-wrapper.with-sections .documents-section {
  width: 67%;
}
@media (max-width: 992px) {
  .documents-wrapper.with-sections .documents-section {
    width: 100%;
  }
}

.documents-section {
  width: 100%;
}
.documents-section_wrapper {
  width: auto;
  background: #FFFFFF;
  border-radius: 3px;
  margin: -30px -38px;
}
.documents-section_item {
  padding: 25px 35px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
  border-bottom: 0.5px solid #E5E5E5;
}
@media (max-width: 576px) {
  .documents-section_item {
    padding: 14px 18px;
  }
}
.documents-section_item:last-of-type {
  border-bottom: none;
}
.documents-section_item:hover {
  box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.15);
}
.documents-section_item:hover .documents-section_item--name {
  color: #008EEC;
}
.documents-section_item-text {
  width: 75%;
}
@media (max-width: 768px) {
  .documents-section_item-text {
    width: 100%;
  }
}
.documents-section_item--name {
  font-weight: 500;
  font-size: 20px;
  color: #424242;
  text-decoration: none;
}
@media (max-width: 576px) {
  .documents-section_item--name {
    font-size: 16px;
  }
}
.documents-section_item--file {
  font-size: 12px;
  color: #B3B3B3;
  margin-top: 10px;
}
.documents-section_item-buttonblock {
  width: 25%;
}
.cart-block {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #424242;
  position: relative;
  cursor: pointer;
  background: unset !important;
  border: none;
  padding: 0;
  margin: 0;
}
.cart-block:hover .cart-text {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 109, 181, 0.3);
}
.cart-block:active .cart-text {
  background: #FFFFFF;
}
.cart-block:active .cart-text {
  border-color: #E1E8F0;
}
.cart-block .cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 2.5em;
  width: 2.5em;
  flex-shrink: 0;
  left: 0;
  transition: 0.3s;
}
.cart-block .cart-icon .cart-num {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #008EEC;
  color: #fff;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .cart-block .cart-icon .cart-num {
    top: -5px;
    right: -5px;
  }
}
.cart-block .cart-text {
  transition: 0.3s;
  font-size: 0.875em;
  background: #F6F6F6;
  border-radius: 5px;
  height: 3.428em;
  width: 8.214em;
  padding: 0 0.714em;
  display: flex;
  align-items: center;
  justify-content: end;
  border: 2px solid transparent;
}

.basket-modal {
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 30px 37px 32px;
  color: #424242;
  max-width: 753px;
}
@media (max-width: 576px) {
  .basket-modal {
    padding: 30px 27px 32px;
  }
}
.basket-modal__container .fancybox__content {
  margin: 0;
  padding: 0;
  background: unset;
}
.basket-modal__container .is-close {
  top: 5px !important;
  right: 5px !important;
}
.basket-modal__container .is-close svg {
  color: #424242;
}
.basket-modal--title {
  font-weight: 500;
  font-size: 22px;
}
.basket-modal-product {
  margin-top: 30px;
  display: flex;
  position: relative;
}
@media (max-width: 576px) {
  .basket-modal-product {
    flex-wrap: wrap;
  }
}
.basket-modal-product_info {
  padding: 0 35px;
}
@media (max-width: 576px) {
  .basket-modal-product_info {
    padding: 0;
    width: 100%;
  }
}
.basket-modal-product--name {
  color: #008EEC;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  outline: 0 !important;
}
.basket-modal-product_props {
  margin-top: 24px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .basket-modal-product_props {
    width: 55%;
  }
}
.basket-modal-product_props--prop {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.basket-modal-product_props--prop:first-of-type {
  margin-top: 0;
}
.basket-modal-product_right {
  padding-left: 25px;
  border-left: 1px solid #E5E5E5;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .basket-modal-product_right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 10px;
  }
}
.basket-modal-product--price {
  font-weight: 500;
  font-size: 22px;
  white-space: nowrap;
}
.basket-modal-product--articul {
  color: #B3B3B3;
  margin-top: 17px;
  font-size: 10px;
}
.basket-modal-product_picture {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .basket-modal-product_picture {
    margin: 0 auto;
  }
}
.basket-modal-product_picture img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 160px;
}
.basket-modal-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E5E5E5;
  border-left: none;
  border-right: none;
  margin-left: -27px;
  margin-right: -27px;
  padding: 18px 27px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .basket-modal-cart {
    margin-left: -27px;
    margin-right: -27px;
    padding: 18px 27px;
  }
}
.basket-modal-cart span {
  display: flex;
  align-items: center;
}
.basket-modal-cart--summ {
  font-size: 22px;
  margin-left: 25px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .basket-modal-cart--summ {
    margin-left: 10px;
  }
}
.basket-modal-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
}
@media (max-width: 576px) {
  .basket-modal-bottom {
    flex-wrap: wrap;
  }
}
.basket-modal-bottom > * {
  width: 50%;
  font-size: 20px;
  height: 54px;
}
@media (max-width: 576px) {
  .basket-modal-bottom > * {
    width: 100%;
    font-size: 16px;
    height: 38px;
  }
}

.bx-basket__wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
@media (max-width: 992px) {
  .bx-basket__wrapper {
    flex-direction: column-reverse;
  }
}
.bx-basket .basket-total-block {
  width: 50%;
  max-width: 365px;
}
@media (max-width: 992px) {
  .bx-basket .basket-total-block {
    width: 100%;
    max-width: unset;
  }
}
.bx-basket .basket-checkout-container {
  border: 0.5px solid #E5E5E5;
  border-radius: 3px;
}
.bx-basket .basket-checkout-section-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}
.bx-basket .basket-checkout-section-inner {
  flex-direction: column;
}
.bx-basket .basket-checkout-block-total,
.bx-basket .basket-checkout-block-total-price {
  text-align: left;
  padding: 0;
}
.bx-basket .basket-checkout-block-total-inner,
.bx-basket .basket-checkout-block-total-price-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}
.bx-basket .basket-checkout-block-total-title,
.bx-basket .basket-checkout-block-total-price-title {
  font-size: 14px;
}
.bx-basket .basket-checkout-block-total-description,
.bx-basket .basket-coupon-block-total-price-current {
  font-weight: 500;
  font-size: 22px;
  font-family: Montserrat, sans-serif;
  color: #424242;
  margin-bottom: 0;
}
.bx-basket .basket-checkout-block-btn {
  padding: 0;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.bx-basket .basket-btn-checkout {
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  width: 100%;
}
.bx-basket .basket-items-list-wrapper, .bx-basket .basket-items-list-wrapper-compact {
  background: #FFFFFF;
  border: 0.5px solid #E5E5E5;
  border-radius: 3px;
}
.bx-basket .basket-items-list-item-amount {
  display: none;
}
.bx-basket .basket-items-list-item-remove {
  position: absolute;
  top: -18px;
  right: -26px;
  border: none;
}
.bx-basket .basket-items-list-item-price-for-one {
  display: none;
}
.bx-basket .basket-items-list-item-price {
  border-left: 0.5px solid #E5E5E5;
}
.bx-basket .basket-item-block-price {
  padding-left: 20px;
}
.bx-basket .basket-item-price-current-text {
  font-weight: 500;
  font-size: 20px;
}
.bx-basket .basket-items-list-item-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  background: #fff;
}
.bx-basket .basket-items-list-item-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 6px;
  background: #fff;
}
.bx-basket .basket-item-info-name, .bx-basket .basket-item-info-name-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #008EEC;
}
.bx-basket .basket-item-property-name, .bx-basket .basket-item-property-custom-name {
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.bx-basket .basket-item-property-value, .bx-basket .basket-item-property-custom-value {
  color: #999999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}
.bx-basket .basket-items-list-item-notification-inner {
  margin: 0 -26px;
  z-index: 1;
}
.bx-basket .basket-item-block-articul {
  color: #B3B3B3;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin-top: 9px;
}
@media (max-width: 768px) {
  .bx-basket .basket-items-list-item-price {
    border-left: 0;
    position: absolute;
    right: 0;
    bottom: 8px;
  }
}

#bx-soa-order.bx-blue .btn.btn-default {
  background-color: #008EEC;
  border-color: #008EEC;
}
#bx-soa-order .bx-soa-editstep {
  color: #008EEC;
}

.popup-form .fancybox__content {
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  max-width: 100%;
}
.popup-form .is-close {
  top: 5px !important;
  right: 5px !important;
}
.popup-form .is-close svg {
  color: #424242;
}
.popup-form .contact-form {
  width: 300px;
  max-width: 100%;
}
.popup-form .contact-form__title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.popup-form .contact-form__subtitle {
  font-size: 12px;
  margin-bottom: 20px;
}
.popup-form .contact-form__fields .field {
  width: 100%;
  outline: none !important;
}
.popup-form .contact-form__fields .field input:not(.type-tel)::-moz-placeholder {
  font-size: 0;
}
.popup-form .contact-form__fields .field input:not(.type-tel)::placeholder {
  font-size: 0;
}
.popup-form .contact-form__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.popup-form .contact-form__policy, .popup-form .contact-form__policy a {
  color: #999999;
  font-size: 12px;
}
.banner-calc {
  height: 220px;
  position: relative;
  overflow: hidden;
  padding: 35px 35px 35px 0;
}
@media (max-width: 992px) {
  .banner-calc {
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .banner-calc {
    height: auto;
    width: 100%;
    aspect-ratio: 0.78;
    min-height: 483px;
    padding-top: 54px;
  }
}
@media (max-width: 576px) {
  .banner-calc {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
}
.banner-calc_picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-calc_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-calc_info {
  width: 50%;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
@media (max-width: 992px) {
  .banner-calc_info {
    width: 100%;
  }
}
.banner-calc--label {
  border: 1px solid #008EEC;
  background: transparent;
  border-radius: 3px;
  font-size: 12px;
  line-height: 25px;
  padding: 0 18px;
  width: -moz-fit-content;
  width: fit-content;
  color: #008EEC;
}
@media (max-width: 576px) {
  .banner-calc--label {
    font-size: 14px;
  }
}
.banner-calc_text {
  margin-top: 25px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .banner-calc_text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-calc--title {
  color: #424242;
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
}
@media (max-width: 576px) {
  .banner-calc--title {
    font-size: 36px;
  }
}
.banner-calc--button {
  margin-bottom: 19px;
}
.banner-calc--button .line-arrow {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .banner-calc--button .line-arrow {
    left: 0;
  }
}
@media (max-width: 768px) {
  .banner-calc--button {
    margin-top: 28px;
  }
}
.banner-calc--link {
  color: #424242;
  font-size: 20px;
  text-decoration: none;
}
.banner-calc--link .icon-mask {
  width: 55px;
  height: 55px;
}

.circle-menu {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 99;
}
@media (max-width: 768px) {
  .circle-menu {
    right: 15px;
  }
}
.circle-menu--toggler {
  border-radius: 50%;
  border: none;
  outline: none !important;
  background: #0375FF;
  box-shadow: inset 0 4px 10px #73A7E5, inset 0px -5px 5.104px rgba(66, 66, 66, 0.15);
  width: 63px;
  height: 63px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  z-index: 99;
  transition: 0.5s;
}
@media (max-width: 768px){
  .circle-menu--toggler{
  height: 60px;
  }
}
@media (max-width: 768px){
  .circle-menu--toggler{
  width: 60px;
  }
}
@media (min-width: 992px) {
  .circle-menu--toggler:hover {
    transform: scale(1.2);
  }
}
.circle-menu--toggler i {
  width: 50%;
  height: 50%;
}
.circle-menu-list {
  list-style: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  bottom: calc(100% - 63px / 2);
  right: -10px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  z-index: 98;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  visibility: hidden;
}
@media (max-width: 768px){
  .circle-menu-list{
  bottom: calc(100% - 60px / 2);
  }
}
.circle-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.circle-menu-item + .circle-menu-item {
  margin-top: 16px;
}
.circle-menu-item:last-of-type {
  margin-bottom: calc(63px / 2 + 16px - 10px);
}
@media (max-width: 768px){
  .circle-menu-item:last-of-type{
  margin-bottom: calc(60px / 2 + 16px - 10px);
  }
}
.circle-menu-item--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: rgba(66, 66, 66, 0.6509803922);
  box-shadow: inset 0 5.93333px 5.93333px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 768px){
  .circle-menu-item--link{
  height: 60px;
  }
}
@media (max-width: 768px){
  .circle-menu-item--link{
  width: 60px;
  }
}
.circle-menu-item--link:hover {
  transform: scale(1.2);
}
.circle-menu-item--link:hover .circle-menu-item--text {
  opacity: 1;
  visibility: visible;
}
.circle-menu-item--link:hover .circle-menu-item--icon:before {
  opacity: 0;
}
.circle-menu-item--link:hover .circle-menu-item--icon:after {
  opacity: 1;
}
.circle-menu-item--icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.circle-menu-item--icon:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: 0.5s;
}
.circle-menu-item--icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.circle-menu-item--text {
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  width: 125px;
  position: absolute;
  right: calc(100% + 14px);
  background: #626262;
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 5px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(66, 66, 66, 0.3);
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-menu .item_measurer .circle-menu-item--icon:before {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_measurer.png");
  background-size: contain;
}
.circle-menu .item_measurer .circle-menu-item--icon:after {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_measurer-hover.png");
  background-size: contain;
}
.circle-menu .item_calc .circle-menu-item--icon:before {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_calc.png");
  background-size: contain;
}
.circle-menu .item_calc .circle-menu-item--icon:after {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_calc-hover.png");
  background-size: contain;
}
.circle-menu .item_whatsapp .circle-menu-item--icon:before {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_whatsapp.png");
  background-size: contain;
}
.circle-menu .item_whatsapp .circle-menu-item--icon:after {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_whatsapp-hover.png");
  background-size: contain;
}
.circle-menu .item_callback .circle-menu-item--icon:before {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_phone.png");
  background-size: contain;
}
.circle-menu .item_callback .circle-menu-item--icon:after {
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/circle-menu/circle-menu-icon_phone-hover.png");
  background-size: contain;
}
.circle-menu #circle-menu--toggler-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.circle-menu #circle-menu--toggler-input:checked ~ .circle-menu-list {
  max-height: 500px;
  visibility: visible;
}
.circle-menu .circle-menu.animate {
  transition: 0.5s;
  animation: circle-menu-animate 0.5s linear infinite;
}
@keyframes circle-menu-animate {
  50% {
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(0);
  }
}
.circle-menu .circle-menu--animate {
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  opacity: 0;
  border: 1px solid #0375FF;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

body .sidebar-banner {
  background: unset;
  border: unset;
  border-radius: unset;
  padding: 0;
  margin-top: 15px;
  position: relative;
}
body .sidebar-banner--img {
  width: 100%;
}
body .sidebar-banner-buttons {
  margin-top: 18px;
}
body .sidebar-banner-buttons .btn {
  width: 100%;
  font-size: 1em;
  border-radius: 5px;
}
body .sidebar-banner-buttons .btn + .btn {
  margin-top: 10px;
}
body .sidebar-banner-buttons .btn.btn-form {
  color: #008EEC;
}
body .sidebar-banner-buttons .btn.btn-form:hover {
  color: #fff;
}
.services-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.services-list .service-item {
  width: calc(50% - 5px);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  aspect-ratio: 1.27;
}
@media (max-width: 576px) {
  .services-list .service-item {
    width: 100%;
  }
}
.services-list .service-item--text-toggler {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  z-index: 1;
}
.services-list .service-item--pic {
  background: rgba(41, 41, 44, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.services-list .service-item--pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  position: relative;
}
.services-list .service-item-front,
.services-list .service-item-back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: absolute;
  transition: transform 0.3s linear, visibility 0.3s, opacity 0.3s;
}
.services-list .service-item-front {
  display: flex;
  flex-direction: column;
  transform: perspective(600px) rotateY(0deg);
  padding: 20px;
}
.services-list .service-item-front .service-item--text-toggler {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.services-list .service-item-front .service-item--text-toggler span, .services-list .service-item-front .service-item--text-toggler:after, .services-list .service-item-front .service-item--text-toggler:before {
  width: 100%;
  height: 2px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  content: "";
}
.services-list .service-item-front .service-item--text-toggler:before {
  background: #008EEC;
}
.services-list .service-item-front .service-item--title {
  font-size: 20px;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 25px;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}
.services-list .service-item-back {
  background: rgba(41, 41, 44, 0.8);
  transform: perspective(600px) rotateY(180deg);
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}
.services-list .service-item-back .service-item--text-toggler:after, .services-list .service-item-back .service-item--text-toggler:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  margin-left: -50%;
  border-radius: 50px;
}
.services-list .service-item-back .service-item--text-toggler:after {
  transform: rotate(-45deg);
}
.services-list .service-item-back .service-item--title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.53;
  border-bottom: 2px solid #008EEC;
  padding: 25px 20% 18px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .services-list .service-item-back .service-item--title {
    font-size: 12px;
    padding: 10px 20% 10px 10px;
  }
}
.services-list .service-item-back .service-item--desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.666;
  overflow: auto;
  margin: 19px 20px 25px;
  padding-right: 30px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .services-list .service-item-back .service-item--desc {
    margin: 10px 10px 15px;
    padding-right: 20px;
  }
}
.services-list .service-item-back .service-item--desc::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.services-list .service-item-back .service-item--desc .simplebar-scrollbar::before {
  background: #fff;
  opacity: 1;
}
.services-list .service-item.active .service-item-front {
  transform: perspective(600px) rotateY(-180deg);
}
.services-list .service-item.active .service-item-back {
  transform: perspective(600px) rotateY(0deg);
  visibility: visible;
  opacity: 1;
}

.page-measurer {
  font-size: 14px;
  line-height: 24px;
}

.measurer-advantages-list {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .measurer-advantages-list {
    flex-wrap: wrap;
  }
}
.measurer-advantages-list > li {
  list-style: none;
  margin: 0;
  padding: 20px 25px;
  background: #E1E8F0;
  border-radius: 16px;
  width: 33.3%;
  height: 135px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  position: relative;
}
@media (max-width: 768px) {
  .measurer-advantages-list > li {
    width: 100%;
  }
}
.measurer-advantages-list > li .text {
  display: inline-block;
  width: 206px;
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.measurer-advantages-list > li:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 127px;
  height: 135px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.measurer-advantages-list .measure-price:after {
  background-image: url("/local/templates/clover.1/assets/public/css/../img/back-calc.png");
}
.measurer-advantages-list .measure-delivery:after {
  background-image: url("/local/templates/clover.1/assets/public/css/../img/back-delivery-3.png");
}
.measurer-advantages-list .measure-prokat:after {
  background-image: url("/local/templates/clover.1/assets/public/css/../img/back-prokat.png");
}

.measurer-drawings {
  display: flex;
  gap: 20px;
}
@media (max-width: 576px) {
  .measurer-drawings {
    flex-wrap: wrap;
  }
}

.measurer-draw {
  width: 50%;
}
@media (max-width: 576px) {
  .measurer-draw {
    width: 100%;
  }
}
.measurer-draw--pic {
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 395px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .measurer-draw--pic {
    height: 260px;
  }
}
.measurer-draw--pic img {
  max-width: 100%;
}
.measurer-draw--text {
  margin-top: 26px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}

.footer-form_call-measurer {
  height: 778px;
  background-color: #262424;
  background-blend-mode: difference;
  background-image: url("/local/templates/clover.1/assets/public/css/../img/call-measurer-form_back-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #FFF;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer-form_call-measurer {
    background-image: url("/local/templates/clover.1/assets/public/css/../img/call-measurer-form_back.jpg");
    background-size: cover;
    height: 510px;
  }
}
.footer-form_call-measurer__wrapper {
  position: relative;
  height: 100%;
  padding: 45px 0;
}
.footer-form_call-measurer .form-add-pic--active {
  position: absolute;
  right: -107px;
  width: 100%;
  bottom: 0;
}
@media (min-width: 768px) {
  .footer-form_call-measurer .form-add-pic--active {
    right: -170px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .footer-form_call-measurer .form-add-pic--active {
    right: 0;
  }
}
.footer-form_call-measurer .form-add-pic--add {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
}
@media (min-width: 992px) {
  .footer-form_call-measurer .form-add-pic--add {
    display: block;
  }
}
.footer-form_call-measurer .form-add-pic--caption {
  position: absolute;
  top: 43%;
  left: 12%;
  right: 6%;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: #E5E5E5;
  opacity: 0.8;
}
.footer-form_call-measurer .contact-form__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.footer-form_call-measurer .contact-form__subtitle {
  margin-top: 12px;
}
.footer-form_call-measurer form {
  margin-top: 20px;
}
.footer-form_call-measurer form .field {
  width: 100%;
}
.footer-form_call-measurer form .field + .field {
  margin-top: 0;
}
.footer-form_call-measurer form .field input[type=text],
.footer-form_call-measurer form .field input[type=password],
.footer-form_call-measurer form .field input[type=email],
.footer-form_call-measurer form .field input[type=tel],
.footer-form_call-measurer form .field input[type=number] {
  border-color: #fff;
  color: #FFF;
  width: 100%;
}
.footer-form_call-measurer form .field input[type=text]::-moz-placeholder, .footer-form_call-measurer form .field input[type=password]::-moz-placeholder, .footer-form_call-measurer form .field input[type=email]::-moz-placeholder, .footer-form_call-measurer form .field input[type=tel]::-moz-placeholder, .footer-form_call-measurer form .field input[type=number]::-moz-placeholder {
  color: #fff;
  opacity: 0.9;
}
.footer-form_call-measurer form .field input[type=text]::placeholder,
.footer-form_call-measurer form .field input[type=password]::placeholder,
.footer-form_call-measurer form .field input[type=email]::placeholder,
.footer-form_call-measurer form .field input[type=tel]::placeholder,
.footer-form_call-measurer form .field input[type=number]::placeholder {
  color: #fff;
  opacity: 0.9;
}
.footer-form_call-measurer form .field input[type=text]::-webkit-input-placeholder,
.footer-form_call-measurer form .field input[type=password]::-webkit-input-placeholder,
.footer-form_call-measurer form .field input[type=email]::-webkit-input-placeholder,
.footer-form_call-measurer form .field input[type=tel]::-webkit-input-placeholder,
.footer-form_call-measurer form .field input[type=number]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.9;
}
.footer-form_call-measurer form .field input[type=text]::-moz-placeholder,
.footer-form_call-measurer form .field input[type=password]::-moz-placeholder,
.footer-form_call-measurer form .field input[type=email]::-moz-placeholder,
.footer-form_call-measurer form .field input[type=tel]::-moz-placeholder,
.footer-form_call-measurer form .field input[type=number]::-moz-placeholder {
  color: #fff;
  opacity: 0.9;
}
.footer-form_call-measurer form .field-checkbox .checkboxes-label--text {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}
.footer-form_call-measurer form .field-checkbox label {
  display: inline-flex;
  align-items: center;
  width: 32.6%;
}
.footer-form_call-measurer form .field-file {
  display: flex;
  flex-wrap: wrap;
}
.footer-form_call-measurer form .field-file .field--label-text {
  order: 1;
  position: static;
  background: none;
  transform: unset;
  padding: 0;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.footer-form_call-measurer form .field-file input {
  order: 2;
}
@media (min-width: 768px) {
  .footer-form_call-measurer form .field-EMAIL, .footer-form_call-measurer form .field-PHONE {
    width: calc(50% - 5px);
  }
}
.footer-form_call-measurer form .field-checkbox, .footer-form_call-measurer form .field-file {
  margin-top: 10px !important;
}
.footer-form_call-measurer form .contact-form__bottom {
  position: absolute;
  bottom: 46px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-form_call-measurer form .contact-form__bottom {
    bottom: 19px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .footer-form_call-measurer form .contact-form__policy-wrap {
    order: 2;
    margin-top: 8px;
  }
}
.footer-form_call-measurer form .contact-form__policy {
  max-width: 119px;
}
@media (min-width: 768px) {
  .footer-form_call-measurer form .contact-form__policy {
    max-width: 220px;
  }
}
.footer-form_call-measurer form .contact-form__policy,
.footer-form_call-measurer form .contact-form__policy a {
  font-weight: 400;
  font-size: 9px;
  line-height: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-form_call-measurer form .contact-form__policy,
.footer-form_call-measurer form .contact-form__policy a {
    font-size: 12px;
    line-height: 16px;
  }
}
.footer-form_call-measurer form .contact-form__submit {
  margin-top: 30px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .footer-form_call-measurer form .contact-form__submit {
    order: 1;
  }
}
.footer-form_call-measurer form .contact-form__submit input[type=submit] {
  border-color: #fff;
  background: #fff;
  width: 200px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .footer-form_call-measurer form .contact-form__submit input[type=submit] {
    width: 220px;
  }
}
.footer-form_call-measurer form .contact-form__submit input[type=submit]:hover {
  color: #424242;
}
.footer-form_call-measurer .contact-form__fields {
  position: relative;
  z-index: 1;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer-form_call-measurer .contact-form {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer-form_call-measurer .contact-form {
    width: 45%;
  }
}

.alert-border {
  border: 3px solid #004394;
  border-radius: 100px;
  padding: 21px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .alert-border {
    flex-direction: column;
    align-items: unset;
    padding: 23px 28px 31px;
    border-radius: 50px;
  }
}
.alert-border:before {
  content: "!";
  width: 90px;
  height: 90px;
  background: #E1E8F0;
  box-shadow: 0px 4px 10px rgba(0, 67, 148, 0.2), inset 0px -4px 4px rgba(0, 67, 148, 0.05), inset 0px 4px 10px rgba(255, 255, 255, 0.5);
  margin-right: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .alert-border:before {
    width: 80px;
    height: 80px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .alert-border .this-main {
    line-height: 26px;
    margin-top: 23px;
  }
}
@media (max-width: 768px) {
  .alert-border .this-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
}

.contacts-2-top {
  display: flex;
  gap: 60px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.contacts-2--title {
  color: #008EEC;
  font-weight: 300;
}
.contacts-2--value {
  margin-top: 5px;
  font-weight: 500;
}
.contacts-2--value a {
  text-decoration: none;
}
.contacts-2--2gis {
  margin-left: auto;
  width: 284px;
}
@media (max-width: 576px) {
  .contacts-2--2gis {
    width: 100%;
  }
}
.contacts-2--2gis .btn {
  height: 50px;
  width: 100%;
}
.contacts-2-map {
  margin-top: 40px;
}

.catalog-with-sidebar {
  gap: 20px;
}
.catalog-with-sidebar .bx-catalog-block {
  width: calc(75.5% - 10px);
}
@media (max-width: 992px) {
  .catalog-with-sidebar .bx-catalog-block {
    width: 100%;
  }
}
.catalog-with-sidebar .bx-sidebar-block {
  width: calc(24.5% - 10px);
}

.bx-catalog-block {
  width: 100%;
}

.element-labels {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
  top: 5.5%;
  left: 5%;
}
.element-labels--item {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #fff;
  color: #008EEC;
  font-size: 14px;
  padding: 0 1em;
  line-height: 26px;
  white-space: nowrap;
}

.catalog-top-banner--wrapper {
  height: 100px;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .catalog-top-banner--wrapper {
    height: 170px;
  }
}
@media (max-width: 768px) {
  .catalog-top-banner--wrapper {
    font-size: 0.66rem;
  }
}
.catalog-top-banner--item {
  width: 100%;
  padding: 0 2.81em;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
}
@media (max-width: 992px) {
  .catalog-top-banner--item {
    padding: 0 1em 0 0;
  }
}
.catalog-top-banner--item.text-align-left .catalog-top-banner_left {
  order: 2;
}
.catalog-top-banner--item.text-align-left .catalog-top-banner_right {
  order: 1;
  padding-left: 0;
}
.catalog-top-banner--item.text-color-dark .catalog-top-banner_text {
  color: #424242;
}
.catalog-top-banner--label {
  background: #C6E76B;
  border-radius: 5px;
  font-size: max(0.75em, 10px);
  padding: 0.5em 1.5em;
  height: -moz-fit-content;
  height: fit-content;
  white-space: nowrap;
  margin-right: 3px;
}
.catalog-top-banner--label_desktop {
  margin-top: 0.95em;
}
@media (max-width: 1200px) {
  .catalog-top-banner--label_desktop {
    position: absolute;
  }
}
.catalog-top-banner--background-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.catalog-top-banner--background-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-top-banner--active-pic {
  display: block;
  height: 100px;
}
@media (max-width: 992px) {
  .catalog-top-banner--active-pic {
    height: 170px;
  }
}
.catalog-top-banner--active-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-top-banner_left {
  width: 50%;
}
.catalog-top-banner_right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.81em;
}
@media (max-width: 992px) {
  .catalog-top-banner_right {
    flex-wrap: wrap;
    padding-left: 0.5rem;
  }
}
.catalog-top-banner_text {
  color: #fff;
  width: 100%;
}
.catalog-top-banner_text .catalog-top-banner--title {
  font-weight: 500;
  font-size: 1.875em;
}
.catalog-top-banner_text .catalog-top-banner--desc {
  font-weight: 400;
  font-size: 1.125em;
}
.catalog-top-banner--buttons {
  font-weight: 400;
  font-size: 1em;
}
.catalog-top-banner--more {
  color: #fff;
}
.catalog-top-banner--more:hover {
  color: #fff;
}
.catalog-top-banner--more i.icon-mask {
  border-color: #fff;
}
.catalog-top-banner--more i.icon-mask:before, .catalog-top-banner--more i.icon-mask:after {
  background: #fff;
}

#catalog-section_tags {
  margin-bottom: 20px;
}

.catalog-section_tags_wrapper {
  font-size: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px 0px #B3D3E9;
  border-radius: 5px;
  display: flex;
  align-items: baseline;
  padding: 1.44em 1.87em;
  width: 100%;
  flex-direction: row;
}
@media (max-width: 992px) {
  .catalog-section_tags_wrapper {
    flex-direction: column;
  }
}
.catalog-section_tags--title {
  font-size: 0.875em;
  margin-right: 1em;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .catalog-section_tags--title {
    font-weight: 600;
  }
}
.catalog-section_tags--items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
@media (max-width: 992px) {
  .catalog-section_tags--items {
    margin-top: 1.25em;
  }
}
.catalog-section_tags--item {
  border: 0.5px solid #B3D3E9;
  border-radius: 5px;
  color: #B3D3E9;
  font-size: 0.875em;
  flex-shrink: 0;
  text-decoration: none;
  padding: 0.5em 1em;
  min-width: 6.25em;
  max-width: 12.5em;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}
.catalog-section_tags--item:hover, .catalog-section_tags--item.active {
  border-color: #008EEC;
  color: #008EEC;
}

.catalog-sections__wrapper {
  margin-bottom: 20px;
}

.catalog-sections {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  font-size: 1rem;
}

@media (max-width: 768px){
  .catalog-sections{
  gap: 10px;
  }
}
.catalog-sections.with-more + .sections-more-btn {
  display: block;
}
.catalog-sections.all .section-item.section-more {
  display: block;
}
.catalog-sections.all + .sections-more-btn {
  display: none;
}
.catalog-sections .section-item {
  background: #FFFFFF;
  border: 0.5px solid #B3D3E9;
  border-radius: 5px;
  width: calc(33.3% - 20px * 2 / 3);
  transition: 0.5s;
  outline: none !important;
}
@media (max-width: 768px){
  .catalog-sections .section-item{
  width: calc(33.3% - 10px * 2 / 3);
  }
}
@media (max-width: 768px) {
  .catalog-sections .section-item {
    width: 100%;
  }
}
.catalog-sections .section-item.section-more {
  display: none;
}
.catalog-sections .section-item--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px;
  overflow: hidden;
  outline: none !important;
}
@media (max-width: 768px) {
  .catalog-sections .section-item--link {
    flex-direction: row;
    padding: 15px;
  }
}
.catalog-sections .section-item--pic {
  height: 7rem;
  min-width: 50%;
  width: auto;
}
@media (max-width: 768px) {
  .catalog-sections .section-item--pic {
    width: 50%;
    height: 6rem;
  }
}
.catalog-sections .section-item--pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s;
}
.catalog-sections .section-item__text {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .catalog-sections .section-item__text {
    margin-top: unset;
    align-items: flex-start;
  }
}
.catalog-sections .section-item--name {
  color: #424242;
  font-size: 1em;
  margin-top: 0.625em;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  .catalog-sections .section-item--name {
    margin-top: unset;
  }
}
.catalog-sections .section-item--count {
  font-size: max(10px, 0.75em);
  color: #C4C4C4;
  margin-top: 0.5em;
  text-align: center;
}
.catalog-sections .section-item:hover, .catalog-sections .section-item.current {
  box-shadow: 0 0 10px rgba(0, 109, 181, 0.3);
  border-color: #fff;
}
.catalog-sections .section-item:hover .section-item--pic img, .catalog-sections .section-item.current .section-item--pic img {
  transform: scale(1.1);
}
.catalog-sections .section-item.current .section-item--name {
  color: #008EEC;
}

.sections-more-btn {
  display: none;
  background: #FFFFFF;
  border: 0.5px solid #E5E5E5;
  border-radius: 5px;
  height: 56px;
  width: 100%;
  outline: none !important;
  font-size: 14px;
  color: #008EEC;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.sections-more-btn:hover {
  box-shadow: 0 0 10px rgba(66, 66, 66, 0.1);
  border-color: #fff;
}

#catalog-section_wrapper {
  gap: 20px;
}

.catalog-sort_mobile {
  padding: 1em;
}
.catalog-sort .sort_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 109, 181, 0.3);
  border-radius: 3px;
  padding: 13px 15px;
}
.catalog-sort .sort-title,
.catalog-sort .sort-value {
  color: #999999;
  font-size: 0.875em;
}
.catalog-sort .sort-value {
  margin-left: 0.5em;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.catalog-sort .sort-value .icon-mask {
  background: #999999;
  margin-left: 5px;
}
.catalog-sort .sort-header-block {
  display: flex;
  align-items: center;
}
.catalog-sort .sort_display--items {
  display: flex;
  align-items: center;
  background: #F2F2F2;
  border-radius: 55px;
  margin-left: 0.5em;
}
.catalog-sort .sort_display--items .sort_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}
.catalog-sort .sort_display--items .sort_btn.current {
  margin-right: 0;
  background: #008EEC;
}
.catalog-sort .sort_display--items .sort_btn.current i.icon-mask {
  background: #E5E5E5;
}
.catalog-sort .sort_display--items .sort_btn i.icon-mask {
  background: #B3B3B3;
}
.catalog-sort .menu-list__item {
  font-size: 0.875em;
}
.catalog-sort .menu-list__link {
  padding: 10px 20px;
  color: #424242;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.catalog-sort .menu-list__link--current {
  color: #008EEC;
}
.catalog-sort .menu-list__link--current:hover {
  background: transparent !important;
}
.catalog-sort .menu-list__link:hover {
  background: #ECF3FA;
}
.catalog-sort .sort--dropdown {
  padding: 10px 0;
}
.catalog-sort .sort_count--dropdown {
  min-width: unset;
  padding: 10px 0;
}
.catalog-sort .sort_count--dropdown .show_btn {
  display: block;
  text-decoration: none;
  color: #424242;
  font-size: 0.875em;
  padding: 10px 20px;
  transition: 0.3s;
}
.catalog-sort .sort_count--dropdown .show_btn:hover {
  background: #ECF3FA;
}
.catalog-sort .sort_count--dropdown .show_btn.current {
  color: #008EEC;
}
.catalog-sort .sort_count--dropdown .show_btn.current:hover {
  background: transparent !important;
}

.bx-sidebar-block > * {
  background: #FFFFFF;
  border: 0.5px solid #B3D3E9;
  border-radius: 3px;
  padding: 1.5em;
}
.bx-sidebar-block > * + * {
  margin-top: -1px;
}

.catalog-section__items {
  display: flex;
  flex-wrap: wrap;
  margin: 1px;
  gap: 3px;
}
.catalog-section__items .carousel__viewport {
  width: 100%;
  margin: -1px;
  padding: 1px;
}

.bx-section-desc {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 50px;
}

.catalog-price-banner-1 {
  display: flex;
  align-items: center;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .catalog-price-banner-1 {
    font-size: 0.83em;
    flex-wrap: wrap;
  }
}
.catalog-price-banner-1 .catalog-price-banner-text {
  width: 45%;
  padding: 3.75em 0;
}
@media (max-width: 768px) {
  .catalog-price-banner-1 .catalog-price-banner-text {
    width: 100%;
  }
}
.catalog-price-banner-1 .catalog-price-banner-text--title {
  font-weight: 500;
  font-size: 1.5em;
}
.catalog-price-banner-1 .catalog-price-banner-text--desc {
  color: #999999;
  font-size: 0.875em;
  margin-top: 3.28em;
}
.catalog-price-banner-1 .catalog-price-banner-text--button {
  margin-top: 5em;
}
@media (max-width: 768px) {
  .catalog-price-banner-1 .catalog-price-banner-text--button {
    margin-top: 1em;
  }
}
.catalog-price-banner-1 .catalog-price-banner-text--button a {
  font-size: 1rem;
  width: 15.6em;
  line-height: 3.375em;
  height: 58px;
}
@media (max-width: 768px) {
  .catalog-price-banner-1 .catalog-price-banner-text--button a {
    margin: 0 auto;
    line-height: 36px;
    width: 245px;
    height: 40px;
  }
}
.catalog-price-banner-1 .catalog-price-banner-pic {
  width: 55%;
}
@media (max-width: 768px) {
  .catalog-price-banner-1 .catalog-price-banner-pic {
    width: 100%;
    margin-top: 1em;
    display: block;
  }
}
.catalog-price-banner-1 .catalog-price-banner-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog-mobile-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875em;
  margin-bottom: 1.14em;
  gap: 0.57em;
}
.catalog-mobile-buttons .btn {
  padding-top: 0;
  color: #999999;
  border-radius: 5px;
  border: 0.5px solid #E5E5E5;
  box-shadow: 0 0 10px rgba(66, 66, 66, 0.1);
}
.catalog-mobile-buttons .btn.btn-filter {
  color: #008EEC;
}
.catalog-mobile-buttons .icon-mask-filter {
  background: #008EEC;
  margin-right: 0.43em;
}

.list-clover-1 {
  font-size: 0.875rem;
}
.list-clover-1 .section-list--current-name {
  margin-left: 1em;
  margin-top: 0.5em;
}
.list-clover-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 2em;
  margin-top: 0.5em;
}
.list-clover-1 ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-clover-1 ul li + li {
  margin-top: 0.5em;
}
.list-clover-1 ul li a {
  text-decoration: none;
  color: #424242;
  transition: 0.3s;
}
.list-clover-1 ul li a:hover {
  color: #008EEC;
}

.product-item {
  outline: 0.5px solid rgba(0, 109, 181, 0.3);
  padding: 17px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  transition: 0.5s;
  position: relative;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .product-item {
    padding: 11px;
  }
}
.product-item .element-labels {
  top: 4%;
}
.product-item .element-labels--item {
  font-size: 12px;
  line-height: 27px;
}
.product-item__pic {
  display: block;
  width: 100%;
  height: 165px;
}
.product-item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-item__title {
  width: 100%;
  font-size: 0.875em;
  color: #424242;
  margin-top: 0.71em;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .product-item__title {
    font-size: 12px;
  }
}
.product-item__props {
  width: 100%;
  font-size: 0.625em;
  padding-top: 1.25em;
  color: #B3B3B3;
  margin-top: auto;
}
.product-item__prop {
  width: 100%;
  display: flex;
}
.product-item__prop-name {
  margin-right: 5px;
}
.product-item__bottom {
  width: 100%;
}
.product-item__buy-block {
  width: 100%;
  margin-top: 1.25em;
  padding-top: 0.9375em;
  border-top: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .product-item__buy-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.product-item__price {
  font-weight: 500;
}
@media (max-width: 576px) {
  .product-item__price {
    font-size: 14px;
  }
}
.product-item__to-cart {
  width: 100%;
  font-size: 10px;
  height: 30px;
}
@media (max-width: 576px) {
  .product-item__to-cart {
    height: 24px;
  }
}
.product-item__extra {
  width: 100%;
  margin-top: 0.35em;
  padding-top: 1.125em;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #B3B3B3;
}
.product-item__availability {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 10px;
  color: #B3B3B3;
}
.product-item__availability:before {
  content: "";
  display: inline-flex;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e76b6b;
  margin-right: 6px;
  flex-shrink: 0;
}
.product-item__availability.available:before {
  background: #79F200;
}
.product-item:hover {
  box-shadow: 0 0 10px rgba(0, 109, 181, 0.3);
  z-index: 1;
}
.section-block .product-item {
  width: calc(33.333333333% - 2px);
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-block .product-item {
    width: calc(50% - 2px);
  }
}
.section-block.line-4 {
  gap: 20px;
  width: 100%;
}
.section-block.line-4 .product-item {
  width: calc(25% - 15px);
}
@media (max-width: 992px) {
  .section-block.line-4 .product-item {
    width: 50%;
    min-width: 270px;
  }
}
.section-block .carousel__track {
  margin: 0 -10px;
}
.section-block .carousel__track .product-item {
  flex: 0 0 auto;
  max-width: 100%;
  width: calc(25% - 20px);
  margin: 0 10px;
  position: relative;
}
@media (max-width: 992px) {
  .section-block .carousel__track .product-item {
    width: calc(50% - 20px);
  }
}

.section-list .product-item {
  width: 100%;
  align-items: unset;
}
@media (max-width: 576px) {
  .section-list .product-item {
    width: 50%;
    flex-direction: column;
  }
}
.section-list .product-item__figure {
  width: 215px;
  flex-shrink: 0;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .section-list .product-item__figure {
    margin: 0 auto;
    width: auto;
  }
}
.section-list .product-item__title {
  margin-top: 0;
}
.section-list .product-item__main {
  display: flex;
  flex-direction: column;
  padding-right: 28px;
  padding-left: 10px;
}
@media (max-width: 576px) {
  .section-list .product-item__main {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.section-list .product-item__props {
  margin-top: 0;
}
.section-list .product-item--more {
  margin-top: auto;
  padding-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #B3B3B3;
}
@media (min-width: 576px) {
  .section-list .product-item__buy-block {
    width: 22%;
    flex-shrink: 0;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    align-items: flex-start;
    justify-content: unset;
    padding-left: 28px;
    border-left: 1px solid #E5E5E5;
  }
}
@media (max-width: 576px) {
  .section-list .product-item__buy-block {
    flex-wrap: wrap;
    margin-top: auto;
  }
}
.section-list .product-item__price {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 576px) {
  .section-list .product-item__price {
    order: 1;
    font-size: 16px;
    line-height: 20px;
  }
}
.section-list .product-item__price-val {
  white-space: nowrap;
}
@media (min-width: 576px) {
  .section-list .product-item__extra {
    border-top: 0;
    padding-top: 0;
    flex-direction: column;
    align-items: unset;
    margin-top: 21px;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .section-list .product-item__extra {
    order: 3;
    flex-direction: row-reverse;
    text-align: right;
  }
}
.section-list .product-item__action {
  margin-top: auto;
}
@media (max-width: 576px) {
  .section-list .product-item__action {
    order: 2;
  }
}

.bx-filter {
  font-size: 1rem;
}
.bx-filter-parameters-box + .bx-filter-parameters-box {
  margin-top: 1.375em;
}
.bx-filter-parameters-box-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.bx-filter-parameters-box-hint:hover {
  color: #008EEC;
}
.bx-filter-parameters-box-title {
  font-weight: 600;
  font-size: 0.875em;
}
.bx-filter-parameters-box-container {
  padding: 1em 0;
}
.bx-filter-button-box .bx-filter-parameters-box-container {
  padding-bottom: 0;
}
.bx-filter-parameters-box-container--inputs {
  display: flex;
  align-items: center;
}
.bx-filter-block {
  display: none;
}
.bx-active .bx-filter-block {
  display: block;
}
.bx-filter-param-btn-block {
  width: calc(50% - 0.63em);
}
+ .bx-filter-param-btn-block {
  margin-top: 0.625em;
}
.bx-filter-param-btn {
  margin-right: 0.43em;
  display: flex;
}
.bx-filter-checkbox_with_pic_label {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em 1em;
  justify-content: space-between;
  font-size: 0.9em;
}
.bx-filter-checkbox_with_pic_label .bx-filter-param-label {
  display: flex;
  align-items: center;
  font-size: 0.875em;
  border: 1px solid rgba(0, 109, 181, 0.3);
  border-radius: 5px;
  transition: 0.3s;
  padding: 0.36em 0.5em;
  cursor: pointer;
  position: relative;
}
.bx-filter-checkbox_with_pic_label .bx-filter-param-label:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: 0.3s;
}
.bx-filter-checkbox_with_pic_label .bx-filter-param-label:hover {
  border-color: #E1E8F0;
}
.bx-filter-checkbox_with_pic_label .bx-filter-param-label:hover:after {
  border-color: #E1E8F0;
}
.bx-filter-checkbox_with_pic_label .bx-filter-param-label.bx-active {
  border-color: #008EEC;
}
.bx-filter-checkbox_with_pic_label .bx-filter-param-label.bx-active:after {
  border-color: transparent;
}
.bx-filter-btn-color-icon {
  width: 1.143em;
  height: 1.143em;
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bx-filter-container-modef {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bx-filter-container-modef #modef {
  position: absolute;
  left: 100%;
  display: none !important;
}
.bx-filter-input-separator {
  width: 14px;
  height: 1px;
  background: #E5E5E5;
  margin: 0 0.5em;
  display: inline-flex;
}
.bx-filter-input-container input[type=text] {
  height: 2em;
  border-radius: 5px;
  color: #424242;
  text-align: center;
  border-color: #E5E5E5;
}
.bx-filter-input-container input[type=text]:hover {
  border-color: #E1E8F0;
}
.bx-filter-input-checkbox {
  display: flex;
  align-items: center;
}
.bx-filter-input-checkbox .field__helper {
  transition: 0.3s;
}
.bx-filter-input-checkbox:hover .field__helper {
  border-color: #E1E8F0;
  background: #E1E8F0;
}
.bx-filter-input-checkbox .bx-filter-param-text {
  font-size: 0.875em;
}
.bx-filter-button-box {
  margin: 1em -1.5em 0;
  border-top: 1px solid #B3D3E9;
  padding: 0 1.5em;
}
.bx-filter-button-box .bx-filter-block {
  display: block;
}
.bx-filter-clear {
  display: flex;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25em auto 0;
}
.bx-filter-clear .btn-filter-clear {
  cursor: pointer;
  font-size: max(10px, 0.75em);
  color: #B3B3B3;
  background: transparent;
  padding: 0;
  margin: 0;
  border: unset;
  padding-right: 2.33em;
}
.bx-filter-clear .btn-filter-clear:hover {
  text-decoration: underline;
}
.bx-filter-clear:after {
  content: "";
  display: inline-flex;
  width: 29px;
  height: 29px;
  background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/icons/icon-close.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bx-filter-show .btn-filter-show {
  width: 100%;
  padding-top: 0;
  font-weight: 500;
  font-size: 1em;
  color: #008EEC;
  background: #FFFFFF;
  border: 1px solid #008EEC;
  border-radius: 5px;
}
.bx-filter .bx-ui-slider-track-container {
  margin-top: 1.19em;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track {
  position: relative;
  height: 2px;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd {
  position: absolute;
  top: 0;
  height: 2px;
  background: #E5E5E5;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn {
  position: absolute;
  top: 0;
  height: 2px;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  height: 2px;
  background: #008EEC;
}
.bx-filter .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-range .bx-ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #008EEC;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bx-filter .checkbox + .checkbox {
  margin-top: 1rem;
}

.catalog-element-detail-clover-1 .catalog-element-detail_top {
  border-bottom: 0.5px solid #E5E5E5;
  display: flex;
  align-items: center;
  font-size: 0.75em;
  color: #B3B3B3;
  padding-bottom: 6px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_top .element-top-block + .element-top-block {
  margin-left: 39px;
}
@media (max-width: 992px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_top .element-top-block + .element-top-block {
    margin-left: 0;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_top .element-top-block:last-of-type {
  margin-left: auto;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main {
  display: flex;
  flex-wrap: wrap;
  gap: 41px;
  margin-top: 18px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main {
    padding-bottom: 0;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left {
  width: calc(47.3% - 20.5px);
  position: relative;
}
@media (max-width: 992px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left {
    width: 100%;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-main {
  background: #FFFFFF;
  border-radius: 3px;
  width: 100%;
  aspect-ratio: 1.38;
  display: flex;
  overflow: hidden;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-main .carousel__viewport {
  width: 100%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-main__slide {
  width: 100%;
  height: 100%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-main__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs {
  margin-top: 6px;
  display: flex;
  gap: 5px;
  width: 100%;
  max-height: 90px;
  overflow: hidden;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs .carousel__track {
  padding-bottom: 2px;
  gap: 5px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs__slide {
  width: calc(25% - 3.75px);
  background: #fff;
  padding: 0;
  overflow: visible;
  cursor: pointer;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs__slide:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 8px;
  right: 100%;
  height: 3px;
  background: #008EEC;
  transition: 0.3s;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs__slide.is-nav-selected {
  cursor: default;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs__slide.is-nav-selected:after {
  right: 8px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs__slide img {
  aspect-ratio: 1.48;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
  max-height: 87px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-thumbs .carousel__viewport {
  width: 100%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_left .element-slider-desc {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 15px;
  font-size: 10px;
  color: #B3B3B3;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_right {
  width: calc(52.7% - 20.5px);
  background: #FFFFFF;
  border: 0.5px solid #B3D3E9;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .element-main-block_right {
    width: 100%;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row {
  padding: 17px 20px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row + .main-right-block_row {
  border-top: 0.5px solid #B3D3E9;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--top .element-guarantee {
  display: flex;
  align-items: center;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--top .element-guarantee--text {
  margin-left: 14px;
  font-size: 10px;
  color: #B3B3B3;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--top .element-price {
  font-weight: 600;
  font-size: 24px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--top .element-price--measure {
  font-size: 16px;
  font-weight: normal;
  color: #B3B3B3;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop {
  width: calc(33.333% - 13.333px);
  position: relative;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop {
    width: calc(50% - 9.999px);
  }
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop__color {
    width: 100%;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--title {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #B3D3E9;
  border-radius: 5px;
  padding: 10px 17px 10px 23px;
  cursor: pointer;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--toggler_item {
  display: flex;
  align-items: center;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--toggler_icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--toggler_text {
  font-size: 14px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list a {
  text-decoration: none;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list.columns-3 {
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  max-width: 500px;
  min-width: 310px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list.columns-3 .element-sku-list-item {
  width: 33.333%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list.columns-2 {
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  max-width: 125px;
  min-width: 100px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list.columns-2 .element-sku-list-item {
  width: 50%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0.5;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item.active {
  opacity: 1;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item.active .element-sku-list-item--link {
  cursor: pointer;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item.current {
  opacity: 1;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item.current .element-sku-list-item--link {
  background: rgba(0, 142, 236, 0.13);
  border-radius: 5px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item--link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #424242;
  cursor: default;
  border: 2px solid transparent;
  padding: 5px 7px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item--icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  flex-shrink: 0;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop--dropdown .element-sku-list-item--name {
  font-size: 14px;
  white-space: normal;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .main-prop_checkbox .field {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc {
  padding: 0 0 19px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-rows.noone .element-calc-row--delete {
  display: flex;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row {
  padding: 17px 20px;
  position: relative;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row + .element-calc-row {
  border-top: 0.5px solid #B3D3E9;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row--price {
  font-size: 22px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row--delete {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #B3D3E9;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row--delete {
    position: absolute;
    top: 0;
    right: 0;
  }
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_bottom--new {
    margin-bottom: -30px;
    padding: 5px 0 15px;
    font-size: 12px;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs {
  display: flex;
  align-items: center;
  padding-top: 26px;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs {
    flex-wrap: nowrap;
	gap: 10px;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field {
  position: relative;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-title {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #B3B3B3;
  white-space: nowrap;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual {
  max-width: 83px;
  min-width: 75px;
  height: 40px;
  border-radius: 10px;
  border-color: #B3D3E9;
  color: #424242;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual.field-input--input {
  padding: 0 1em;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual:disabled {
  background: #E1E8F0;
  border-color: #E1E8F0;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual:invalid {
  border-color: red;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual:invalid + .field-invalid--text {
  opacity: 1;
  visibility: visible;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual + .field-invalid--text {
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  font-size: 10px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual.field-select--toggler {
  max-width: 114px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-select {
  max-width: 114px;
  width: 30%;
  min-width: 70px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-select--dropdown_list {
  max-height: 200px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .calc-separator {
  padding: 0 9px;
  display: flex;
  align-items: center;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .calc-separator .icon-mask {
  background: #006DB5;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer {
    justify-content: center;
	width: 100%;
	align-items: flex-start;
	flex-direction: column;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer.main-inputs {
  width: auto;
  min-width: 304px;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer.main-inputs {
    margin-bottom: 18px;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer_block {
  align-items: center;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_bottom {
  display: flex;
  align-items: center;
  margin: 16px -20px 0;
  font-size: 14px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_bottom > * {
  width: 50%;
  padding: 0 20px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_bottom--new {
  font-size: 12px;
  display: block;
  color: #008EEC;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-result {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  flex-wrap: wrap;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-result > * {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-result > * {
    width: 100%;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-result--price-value {
  font-weight: 600;
  font-size: 20px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons {
  margin-top: auto;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper .element-articul {
  text-align: center;
  color: #B3B3B3;
  font-size: 12px;
  margin-top: 15px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper > * {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper > * {
    width: 100%;
    padding: 0;
  }
  .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper > * + * {
    margin-top: 10px;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper .btn {
  width: 100%;
  height: 48px;
  font-size: 16px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--buttons .buttons-wrapper .btn .button-icon {
  margin-right: 7px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content {
  margin-top: 36px;
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_content {
    gap: 65px;
    flex-wrap: wrap;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main {
  width: calc(67% - 10px);
}
@media (max-width: 992px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_content_main {
    width: 100%;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: -10px;
  overflow-x: auto;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tab {
  padding: 10px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tab--name {
  background: #FFFFFF;
  border: 1px solid #B3D3E9;
  border-radius: 5px;
  font-size: 16px;
  color: #999999;
  line-height: 38px;
  display: inline-block;
  padding: 0 25.9px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tab--name.active {
  box-shadow: 0 1px 10px rgba(0, 142, 236, 0.3);
  color: #008EEC;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content {
  margin-top: 23px;
  background: #fff;
  border: 0.5px solid #B3D3E9;
  border-radius: 5px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content--item {
  display: none;
  padding: 30px 23px;
}
@media (max-width: 576px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content--item {
    padding: 23px 16px;
  }
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content--item#delivery-content, .catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content--item#payment-content {
  font-size: 14px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content--item#delivery-content p, .catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content--item#payment-content p {
  line-height: 1.78;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tabs-content--item.active {
  display: block;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_sidebar {
  width: calc(33% - 10px);
  margin-top: 63px;
}
@media (max-width: 992px) {
  .catalog-element-detail-clover-1 .catalog-element-detail_content_sidebar {
    width: 100%;
    margin-top: 0;
  }
}

/* End */


/* Start:/local/components/cloverit/marketing.popup/templates/.default/style.css?17089485045807*/
.cloverit-popup {
  display: none;
  padding: 0!important;
  background: transparent!important;
  max-width: 100%;
}
.cloverit-popup_inner {
  position: relative;
  border-radius: 16px;
  max-width: 100%;
  width: 900px;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.cloverit-popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 50%;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.cloverit-popup_close--icon {
  width: 10px;
  height: 10px;
  position: relative;
}
.cloverit-popup_close--icon:before, .cloverit-popup_close--icon:after {
  content: "";
  height: 1px;
  width: 14px;
  background: #424242;
  position: absolute;
  top: 50%;
  left: 50%;
}
.cloverit-popup_close--icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cloverit-popup_close--icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cloverit-popup_picture {
  width: 650px;
  height: 100%;
  background: #C0C0C0;
}
.cloverit-popup_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cloverit-popup_info {
  background: #FFFFFF;
  padding: 25px;
  width: 250px;
  flex-shrink: 0;
}
.cloverit-popup_info--title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #374151;
}
.cloverit-popup_timer {
  margin-top: 20px;
}
.cloverit-popup_timer--title {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #565F6C;
}
.cloverit-popup_timer-items {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cloverit-popup_timer-item {
  background: #374151;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cloverit-popup_timer-item--sep {
  color: #374151;
  margin: 0 10px;
  font-size: 25px;
}
.cloverit-popup_form-wrap {
  margin-top: 25px;
}
.cloverit-popup_form-field {
  display: block;
  position: relative !important;
  font-size: 13px !important;
}
.cloverit-popup_form-field + .field {
  margin-top: 10px;
}
.cloverit-popup_form-field.error input {
  border: 1px solid red !important;
}
.btn.cloverit-popup_form--submit {
  margin-top: 15px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.4);
  border: none !important;
}
.btn.cloverit-popup_form--submit-text {
  font-size: 14px;
  color: #fff;
}



.cloverit-popup .c-row {
  display: flex;
  flex-wrap: wrap;
}
.cloverit-popup .field input[type="text"],
.cloverit-popup .field input[type="password"],
.cloverit-popup .field input[type="email"],
.cloverit-popup .field input[type="tel"],
.cloverit-popup .field input[type="number"] {
  border: 1px solid #B3B3B3;
  outline: none !important;
  border-radius: 16px;
  height: 2.625em;
  padding: 0 1.5em;
  width: 100%;
  font-size: 1em;
  line-height: 1.19;
  color: #B3B3B3;
  background: transparent;
  transition: 0.3s;
}
.cloverit-popup .field--label-text {
  position: absolute;
  color: #B3B3B3;
  top: 50%;
  left: 2em;
  right: 2em;
  transform: translateY(-50%);
  transition: all 0.5s, width ease-in 0.5s;
  font-size: 1em;
  padding: 5px;
  width: auto;
  background: #fff;
}
.btn.cloverit-popup_form--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  text-decoration: none;
  height: 38px;
  cursor: pointer;
  outline: 0;
  transition: 0.3s;
  text-align: center;
  line-height: 36px;
  padding: 0 20px;
  color: #fff;
  background: #004394;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.01em;
  width: 100%;
}
.popup-form .cloverit-popup .fancybox__content {
  background: #FFFFFF;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .cloverit-popup {
    width: 100%;
  }
  .cloverit-popup_inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    background: transparent;
  }
  .cloverit-popup_picture {
    width: 100%;
    height: 190px;
  }
  .cloverit-popup_info {
    padding: 15px;
    background: #004394;
    width: 100%;
  }
  .cloverit-popup_info--title {
    color: #fff;
  }
  .cloverit-popup_timer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cloverit-popup_timer--title {
    color: #fff;
    margin-right: 10px;
  }
  .cloverit-popup_timer-items {
    margin-top: 0;
    justify-content: unset;
  }
  .cloverit-popup_timer-item {
    background: #fff;
    color: #004394;
    width: 47px;
    height: 40px;
  }
  .cloverit-popup_timer-item--sep {
    color: #fff;
  }
  .cloverit-popup_form-wrap {
    margin-top: 20px;
  }
  .cloverit-popup_form-field input {
    background: #fff !important;
  }
  .cloverit-popup_form-field input::-moz-placeholder {
    color: #004394;
  }
  .cloverit-popup_form-field input:-ms-input-placeholder {
    color: #004394;
  }
  .cloverit-popup_form-field input::placeholder {
    color: #004394;
  }
  .btn.cloverit-popup_form--submit {
    margin-top: 10px;
    background: #fff;
  }
  .btn.cloverit-popup_form--submit-text {
    font-size: 16px;
    color: #004394;
  }
  .cloverit-popup_form-field {
    width: 100%;
  }
}
.fancybox__content.cloverit-popup > .carousel__button.is-close {
  top: 0;
}
.btn-marketing-popup-trigger {
  position: fixed;
  width: auto;
  max-width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: 9;
}
/* End */


/* Start:/local/templates/clover.1/components/sotbit/regions.choose/clover.1/style.css?17084182256069*/
.regions_clover-1 {
	position: relative;
}
.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #919294;
	font-size: 12px;
	line-height: 30px;
}

.select-city__block__text-city {
	font-size: 1em;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.select-city__block__text-city .icon-toggler {
	margin-left: 6px;
}
.select-city__dropdown__title-wrap {
	background: #006DB5;
	padding: 15px 30px;
}
.select-city__dropdown__title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	display: block;
	white-space: nowrap;
}

.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 1px 30px 0px rgba(0, 142, 236, 0.15);
	text-align: center;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}

.select-city__dropdown-wrap {
	z-index: 1100;
	position: absolute;
	top: calc(100% + 8px);
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 80px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #006DB5;
	font-weight: 500;
	color: #016EB6;
	transition: .3s;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	margin-right: 15px;
	background: #DEF0FD;
}

.select-city__dropdown__choose__no {

}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.select-city__modal {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	z-index: 1100;

	position: absolute;
	top: calc(100% + 8px);
	right: -5px;
	transition: .3s;
}
.select-city__modal[data-toggle-step="active"] {
	opacity: 1;
	visibility: visible;
	max-height: 100vh;
	height: auto;
}

.modal__overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background: #FFFFFF;
	box-shadow: 0px 1px 30px 0px rgba(0, 142, 236, 0.15);
	border-radius: 5px;
	width: 15.3em;
	padding: 1.56em 1.25em;
}

.select-city__modal__title {
	color: #000000 !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {

}

.select-city__modal__list__title {
	color: #B3B3B3;
	font-weight: 400;
	font-size: 12px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;
	margin-top: 0;
	transition: .3s;
	border-radius: 5px;
	padding: 5px 25px;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	text-decoration: none;
	background: rgba(0, 142, 236, 0.13);
	color: #008EEC;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/local/templates/clover.1/components/sotbit/regions.choose/clover.1/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}
@media (max-width: 991.98px) {
	.select-city__modal {
		width: max-content;
		right: unset;
		left: 0;
	}
	.select-city__modal-wrap {
		margin: 1em 0 0;
	}
}

@media ( max-width : 575px) {
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		/*max-height:100px;*/
		overflow:auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}
/* End */


/* Start:/local/templates/clover.1/components/bitrix/search.title/clover.1/style.css?17084182252108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/clover.1/components/bitrix/search.title/clover.1/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/clover.1/components/bitrix/breadcrumb/.default/style.css?1750851831832*/
.bx-breadcrumb {
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.bx-breadcrumb::-webkit-scrollbar {
    width: 0px;
    background: transparent;
	display: none;
}
.bx-breadcrumb-item {
    display: flex;
    align-items: center;
}
.bx-breadcrumb-item a {
    display: flex;
    text-decoration: none;
    color: #B3B3B3;
}
.bx-breadcrumb-item span {
    color: #B3B3B3;
    font-weight: 400;
	font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}
.icon-breadcrumb-arrow {
    display: inline-block;
    width: 7px;
    height: 6px;
    background: no-repeat center url("/local/templates/clover.1/components/bitrix/breadcrumb/.default/./images/breadcrumbs_arrow.svg");
    background-size: contain;
    flex-shrink: 0;
}
.bx-breadcrumb .icon-breadcrumb-arrow {
    margin-left: 8px;
    margin-right: 8px;
}
#breadcrumbs {
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/clover.1/styles.css?17506861345576*/
#006DB5.catalog-title-list{
	margin-top: 40px;
}

.catalog-review-list{
	border-bottom: 1px solid #E5E5E5;
    padding: 23px 35px 30px 35px;
	background: #FFF;
	border-radius: 5px;
	margin-bottom: 40px;
}

.catalog-review-top-list{
	display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.catalog-review__user-circle-list{
	width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #008EEC;
    background: #DEF0FD;
}

.catalog-review__user-circle-list span{
	font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #008EEC;
}

.catalog-review__stars-date-name-list{
	margin-left: 15px;
}

.catalog-review__stars-name-list{
	display: flex;
    align-items: center;
}

.catalog-review__name-list{
	font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #424242;
}

.catalog-review__stars-list{
	    margin-left: 30px;
}

.catalog-review__stars-date-list{
	display: flex;
    align-items: center;
}

.catalog-review__date-list{
	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
    margin-top: 7px;
}

.catalog-review__is-recommended-list{
	display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #A2DA02;
    margin-left: auto;
    background: url(/local/components/cloverit/reviews.product/templates/.default/./img/recommended.png) left top -1px no-repeat;
    padding-left: 20px;
}

.catalog-review__text-title-list{
	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 5px;
}

.catalog-review__comment-list{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #999999;
    margin-bottom: 20px;
}

.c-uncontainer h3.def-tab--name {
	font-size: 16px;
	line-height: 18.4px;
	padding-bottom:16px;
	margin-bottom:0px;
	font-weight: 400;
}

.npu-item {
	/*width:100%;*/
}

.faq_block h2.faq_title {
font-family: Montserrat;
font-weight: 600;
font-size: 24px;
line-height: 135%;
letter-spacing: 0%;
vertical-align: middle;
color:#424242;
}

  .accordion-button{
 position:relative;
 display:flex;
 align-items:center;
 width:100%;
 padding:15px 15px 15px 20px;
 font-size:18px ;
 color:#424242;
 text-align:left;
 background-color:#fff;
 border:0;
 border-radius:5px;
 overflow-anchor:none;
 box-shadow: 0px 2px 16px 0px #008EEC1A;
 transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}
 @media (prefers-reduced-motion:reduce){
 .accordion-button{transition:none}}
 .accordion-button:not(.collapsed){color:#fff;background-color:#006DB5;}
 .accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23006DB5' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
 transform: none; 
 background-color: #fff;}
.accordion-button:not(.collapsed) span {margin-right:10px;}
.accordion-button::after {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  content: "";

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");

background-repeat: no-repeat;
  background-size: 2.5rem;
  transition: transform .2s ease-in-out;
  color: #fff;
  background-color: #006DB5;
  border-radius: 5px;
}
 @media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}
 .accordion-button:hover{z-index:2}
 .accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
 .accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}
 /*.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
 .accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
 *.accordion-item:not(:first-of-type){border-top:0}
 .accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
 .accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
 .accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
*/ 

.accordion-body {padding: 30px 40px;font-size: 18px;line-height: 25px;}
.accordion-flush .accordion-collapse{border-width:0}
 .accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}
 .accordion-flush .accordion-item:first-child{border-top:0}
 .accordion-flush .accordion-item:last-child{border-bottom:0}
 .accordion-flush .accordion-item .accordion-button{border-radius:0}
.accordion-item {margin-bottom: 15px; border-radius:5px}
.accordion-item .collapsed span {color:#006DB5; margin-right: 10px}

@media screen and (max-width:767px) {
	#advantages-2 .advantages_wrap {
		flex-wrap: wrap;
	}
}

/* End */


/* Start:/local/templates/clover.1/template_styles.css?1739197017820*/
#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block .popup_text {
    width: 120px !important;
}

.c-row{
	align-items: end;
}

.socials__contacts{
	margin-top: 40px;
}

.socials__contacts-title{
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}

.socials__contacts-btns{
	display: flex;
	justify-content: space-between;
    max-width: 455px;
}

.contacts-btns-btn{
	flex: 0 1 220px;
	display: flex;
	align-items: center;
    width: 100%;
    justify-content: center;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 150%;
	padding: 4px 10px; 
	text-decoration: none;
	cursor: pointer;
}

.contacts-btns-btn:first-child{
	background-color: #25D366;
	margin-right: 6px;
}

.contacts-btns-btn:last-child{
	background-color: #0088CC;
}
/* End */


/* Start:/local/templates/clover.1/assets/public/css/custom.css?172165530912044*/
/*VARIABLES START*/
:root {
    --breakpoint-sm: '575.98px';
    --breakpoint-md: '767.98px';
    --breakpoint-lg: '991.98px';
    --breakpoint-xl: '1199.98px';

    --color-base-1: #424242;
    --color-base-2: #004394;
    --color-additional: #B3B3B3;
    --color-light-back: #E5E5E5;

    --radius-big: 55px;
    --radius-well: 25px;
    --radius-medium: 16px;
    --radius-mini: 10px;
    --radius-micro: 4px;
}
/*VARIABLES END*/

.basket-item-block-properties .basket-item-property {
    display: none;
}
#catalog-section_wrapper {
    align-items: flex-start;
}
.section-list .product-item__main {
    width: 100%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer.main-inputs {
    min-width: unset;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="6"] .element-calc-row_inputs .mobile-transfer.main-inputs {
    min-width: 304px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-row_bottom,
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-row_bottom--new,
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-result .element-calc-result--square {
    display: none;
}
form[name="FORM_CALLBACK"] input.type-email::placeholder {
    font-size: 16px!important;
}
.popup-form form[name="CALL_MEASURER"] input[type="text"]::placeholder {
    font-size: 16px!important;
}
.popup-form form[name="CALL_MEASURER"] .field-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.popup-form form[name="CALL_MEASURER"] .field-checkbox .checkboxes-label--text {
    display: block;
    width: 100%;
}
.popup-form form[name="CALL_MEASURER"] .field-checkbox label {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 5px;
    margin-right: 10px;
}
.popup-form form[name="CALL_MEASURER"] .field-file {
    display: flex;
    flex-direction: column;
}
.popup-form form[name="CALL_MEASURER"] .field-file .field--label-text {
    position: static;
    padding: 0;
    background: transparent;
    transform: unset;
    order: 1;
}
.popup-form form[name="CALL_MEASURER"] .field-file input[type="file"] {
    order: 2;
    margin-top: 5px;
}
.main-callback-1 {
    background: no-repeat center url("/local/templates/clover.1/assets/public/css/../img/main-callback-back.webp");
    background-size: cover;
}
.page-delivery .sidebar_block:nth-of-type(2) .sidebar_block-picture {
    top: unset;
    bottom: 0;
}

.documents-section_item--file-download {
    margin-left: 20px;
    text-decoration: none;
    font-size: 12px;
    color: #B3B3B3;
    position: relative;
}
.documents-section_item--file-download:before {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #004394;
    transition: 0.3s;
}
.documents-section_item--file-download:hover {
    color: #424242;
}
.documents-section_item--file-download:hover:before {
    width: 100%;
}
#bx-soa-paysystem {
    display: none!important;
}
.circle-menu--toggler {
    max-width: unset;
}
.sale_order_full_table .ps_logo {
    display: none;
}
#footer .footer-develop {
    margin-left: auto;
}
.footer-develop--link {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #B3B3B3;
    transition: .3s;
}
.footer-develop--link:hover {
    color: #fff;
}
.footer-develop svg {
    max-height: 40px;
    max-width: 90px;
    margin-left: 10px;
}
.sidebar-banner--btn {
    position: absolute;
    top: 76px;
    z-index: 1;
    left: 31px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual.field-input--input {
    padding: 0 .6em;
}
header .header-fixed .header-phones .contact-socials {
    margin-right: 15px;
}
.icon-whatsapp {
    background-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-wa.svg");
    width: 25px;
    height: 25px;
}
.icon-telegram {
    background-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-tg.svg");
    width: 25px;
    height: 25px;
}
.icon-instagram {
    background-image: url("/local/templates/clover.1/assets/public/css/../img/icons/icon-insta.svg");
    width: 25px;
    height: 25px;
}
.section-picture-item--name {
    text-align: center;
}
@media (max-width: 991.98px) {
    #header {
        height: 77px;
    }
    .header-1 {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 5;
    }
}
@media (max-width: 767.98px) {
    #bx_1373509569_7 .main-banner--title,
    #bx_3218110189_7 .main-banner--title {
        color: #fff;
        margin-top: unset;
    }
    .main-banner-1.ib-section-3 .main-banner_left {
        position: absolute;
    }
    .main-banner-1.ib-section-3 .main-banner_right .main-banner--title {
        margin-top: auto;
    }
}
@media (max-width: 575.98px) {
    #header {
        height: 56px;
    }
    .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-row_inputs .mobile-transfer {
        width: auto;
    }
    .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer.main-inputs {
        margin-bottom: 0;
    }
    #footer .footer-develop {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    header ul#header-main-1 > li > .child > ul > li > .child > ul{
        width: 30em;
    }
}

#catalog-section_tags .button_more_popup {
    cursor: pointer;
    font-size: 13px;
    color: #008EEC;
}

#catalog-section_tags .button_more_popup:hover {
    border-bottom: 1px solid #0071CD;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup {
    position: absolute;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 0px #B3D3E9;
    border-radius: 5px;
    z-index: 100;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
}

#catalog-section_tags .catalog-section_tags_wrapper .active {
    display: block;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close_mobile {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: none;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close_mobile_button {
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block .popup_text {
    width: 115px;
    padding: 5px 0;
    background: #f5f8fb;
    padding: 15px 20px 0;;
    font-size: 0.875em;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 0 2px;
    margin: 0 15px;
    width: 85%;
    border-bottom: 1px solid #e8ecef;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right a {
    border: 0.5px solid #B3D3E9;
    border-radius: 5px;
    color: #B3D3E9;
    font-size: 0.875em;
    flex-shrink: 0;
    text-decoration: none;
    padding: 0.5em 1em;
    min-width: 6.25em;
    max-width: 12.5em;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    margin-bottom: 18px;
    margin-right: 10px;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right a:hover {
    border-color: #008EEC;
    color: #008EEC;
}

#catalog_wrapper .catalog-section_tags--items {
    flex-wrap: nowrap;
    overflow: hidden;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 1.25em, rgb(0, 0, 0) 15.25em), linear-gradient(to left, rgba(0, 0, 0, 0) 0ch, rgb(0, 0, 0) 5ch);
}

.catalog-section_tags_wrapper_left {
    display: flex;
    flex-direction: row;
    width: 88%;
    align-items: center;
}

.catalog-section_tags_wrapper {
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 50;
}

.bx-soa-customer > [data-property-id-row="3"]{
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 992px) {
    .catalog-section_tags_wrapper {
        position: fixed;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup {
        display: block;
    }
    .catalog-section_tags_wrapper_left {
        display: none;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close {
        display: none;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close_mobile {
        display: block;
    }
    .catalog-section_tags_wrapper {
        z-index: 1050;
    }
}

@media (max-width: 586px) {
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block .popup_text {
        font-size: 12px;
        width: 121px;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right a {
        font-size: 12px;
        margin-bottom: 15px;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block {
        gap: 3px;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right {
        padding: 15px 0 0px;
    }
}

.banner-calc--button .line-arrow {
    bottom: 0;
}

.calculators {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 90px;
}

.calculators a {
    text-decoration: none;
    color: #FFFFFF;
}

.calculators_item:hover {
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.calculators_krovli {
    width: 366px;
    height: 200px;
    background: url('/upload/calculators/krovli-img.jpg') no-repeat;
    border-radius: 10px;
    cursor: pointer;
    padding: 30px 25px;
}

.calculators_zabor {
    width: 366px;
    height: 200px;
    background: url('/upload/calculators/zabori-img.jpg') no-repeat;
    border-radius: 10px;
    cursor: pointer;
    padding: 30px 25px;
}

.calculators_fasad {
    width: 366px;
    height: 200px;
    background: url('/upload/calculators/fasad-img.jpg') no-repeat;
    border-radius: 10px;
    cursor: pointer;
    padding: 30px 25px;
}

@media (max-width: 1200px) {
    .calculators_krovli {
        width: 320px;
    }
    .calculators_zabor {
        width: 320px;
    }
    .calculators_fasad {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .calculators {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.5px;
    }
    .calculators_krovli {
        background: url('/upload/calculators/krovli-img-mobile.jpg') no-repeat;
        width: 345px;
        height: 120px;
    }
    .calculators_zabor {
        background: url('/upload/calculators/zabori-img-mobile.jpg') no-repeat;
        width: 345px;
        height: 120px;
    }
    .calculators_fasad {
        background: url('/upload/calculators/fasad-img-mobile.jpg') no-repeat;
        width: 345px;
        height: 120px;
    }
}

.header-cart {
    display: none;
}
/* End */
/* /local/templates/clover.1/assets/public/css/main.css?1750852684214788 */
/* /local/components/cloverit/marketing.popup/templates/.default/style.css?17089485045807 */
/* /local/templates/clover.1/components/sotbit/regions.choose/clover.1/style.css?17084182256069 */
/* /local/templates/clover.1/components/bitrix/search.title/clover.1/style.css?17084182252108 */
/* /local/templates/clover.1/components/bitrix/breadcrumb/.default/style.css?1750851831832 */
/* /local/templates/clover.1/styles.css?17506861345576 */
/* /local/templates/clover.1/template_styles.css?1739197017820 */
/* /local/templates/clover.1/assets/public/css/custom.css?172165530912044 */
