@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-DemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-LightItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-ExtraLightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: TTFirsNeue;
  font-display: swap;
  src: url("../fonts/TTFirsNeue-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  flex: 1 0 100%;
}

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

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: auto;
  height: 100%;
  object-fit: contain;
}

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

label {
  display: inline-block;
}

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

/**
 * Fixed input border and shadow on Apple devices
 */
input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------- GLOBAL -------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: TTFirsNeue;
  color: #202020;
}

*,
*::after,
*::before {
  transition: all 120ms ease-out;
}

.container {
  max-width: calc(1120px + 4 * 10px);
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(2 * 20px);
}
@media screen and (max-width: 575.98px) {
  .container {
    max-width: calc(1120px + 2 * 10px);
    padding: 0 10px;
  }
}
.container_wide {
  max-width: calc(1410px + 4 * 10px);
}

html,
body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: clip;
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 146px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main .section-main {
  gap: clamp(16px, calc(0.93rem + 0.35vw), 20px);
}

main .section:first-child {
  margin-top: clamp(42px, 8vw, 80px);
}

ul,
ol {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 600;
}

button {
  cursor: pointer;
  background: none;
}

.lock {
  overflow-y: hidden;
  overflow-x: hidden;
}

.lock-clip {
  overflow-y: clip;
  overflow-x: clip;
}

.btn {
  padding: 15px 20px;
  border-radius: 100px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.1;
  text-wrap: nowrap;
}
.btn_up svg {
  rotate: -90deg;
}
.btn_600 {
  font-weight: 600;
}
.btn_main {
  background: #3e68aa;
  box-shadow: 0px 4px 50px rgba(62, 104, 170, 0.4);
  color: #ffffff;
  border: none;
}
.btn_main:hover {
  background: #999999;
  box-shadow: 0px 4px 50px #999999;
}

.slider-btn {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .slider-btn {
    width: 24px;
    height: 24px;
  }
}
.slider-btn:hover {
  background: #3e68aa;
}
.slider-btn_white {
  background: #ffffff;
}

.mt-130 {
  margin-top: clamp(60px, 13vw, 130px);
}

.section {
  margin-top: clamp(32px, calc(0.25rem + 8.75vw), 130px);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5.2vw, 52px);
}

.section-see-also .swiper-slide {
  height: auto;
}

.section-see-also .product-card {
  height: 100%;
  min-height: 260px;
}

.section-see-also .product-card__title {
  margin-bottom: 20px;
}

@media screen and (max-width: 991.98px) {
  .section {
    margin-top: 52px;
  }
}

@media screen and (max-width: 575.98px) {
  .section.section-see-also {
    gap: 14px;
  }

  .section-see-also .production__mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .section-see-also .product-card {
    min-height: 170px;
  }
}

.section_hor {
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.section_hor .section__body {
  flex: 0 1 720px;
}
@media screen and (max-width: 991.98px) {
  .section_hor .section__body {
    flex: unset;
  }
}
@media screen and (max-width: 991.98px) {
  .section_hor {
    flex-direction: column;
    gap: 32px;
  }
}
.h1,
body:not(.archive, .single) .content h1 {
  font-weight: 600;
  font-size: clamp(32px, 6.4vw, 64px);
}
.h1 span,
h1 strong {
  background: linear-gradient(
    89.13deg,
    #3e68aa -13.87%,
    #a2bcdb 66.23%,
    #3e68aa 154.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 600;
}
.h2 span {
  color: #3e68aa;
}
.h3 {
  font-weight: bold;
}

.text,
body:not(.archive, .single) .content p {
  font-size: clamp(16px, 3.2vw, 32px);
  line-height: 1.1;
}
body:not(.archive, .single) .content h1 + p {
  margin-top: 1em;
  text-align: justify;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  position: fixed;
  z-index: 999;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader img {
  height: clamp(50px, 10vw, 75px);
}
.loader__spinner {
  animation: spin 2s linear infinite;
}

.chat {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 7;
}
.chat img {
  display: block;
  width: 72px;
  height: auto;
}

.header {
  position: sticky;
  top: 0;
  /*padding-top: 50px;*/
  z-index: 9;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 0;
}
.header_fixed {
  position: fixed;
  left: 50%;
  translate: -50%;
  width: 100%;
}
@media screen and (max-width: 1199.98px) {
  .header_open {
    height: 100dvh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header_open .mobile-menu {
    display: flex;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border-radius: 200px;
  background: rgba(232, 232, 232, 0.7);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1199.98px) {
  .header__container {
    padding: 10px 20px;
  }

  .header.header_open {
    background: rgba(232, 232, 232, 0.7);
    backdrop-filter: blur(10px);
  }

  .header_open .header__container {
    backdrop-filter: unset;
    background: none;
  }

  .mobile-menu__nav {
    width: 100%;
    padding-bottom: 32px;
  }

  .mobile-menu__menu > .header__dropmenu {
    padding: 0;
  }

  .mobile-menu__menu > .header__dropmenu > .icon {
    margin-left: 4px;
  }

  .mobile-menu__menu .header__dropmenu .dropmenu {
    top: unset;
    position: relative;
    margin-top: 10px;
    width: 100%;
    min-width: unset;
    opacity: 1;
    pointer-events: initial;
    border: 1px solid #999999;
    background: none;
  }

  .mobile-menu__menu
    .header__dropmenu
    .dropmenu
    .dropmenu
    .menu-item:last-child {
    border-bottom: 0;
  }

  .mobile-menu__menu .header__dropmenu > .dropmenu {
    display: flex;
  }

  .mobile-menu__menu .header__dropmenu:not(.open) > .dropmenu {
    display: none;
  }

  .mobile-menu__menu .header__dropmenu .icon {
    margin-left: auto;
    margin-top: 5px;
    width: 14px;
    float: right;
  }

  .mobile-menu__menu .header__dropmenu .header__dropmenu .icon {
    margin-top: 0;
  }

  .mobile-menu__menu > .header__dropmenu.menu-item:nth-child(8n + 5) .icon,
  .mobile-menu__menu > .header__dropmenu.menu-item:nth-child(8n + 6) .icon,
  .mobile-menu__menu > .header__dropmenu.menu-item:nth-child(8n + 7) .icon,
  .mobile-menu__menu > .header__dropmenu.menu-item:nth-child(8n + 8) .icon {
    margin-right: auto;
    margin-left: 0;
    float: left;
  }

  .mobile-menu__menu .header__dropmenu .icon > svg {
    height: 14px;
    width: 14px;
    display: block;
  }

  .mobile-menu__menu .header__dropmenu.open > .icon > svg {
    transform: rotate(180deg);
  }

  .mobile-menu__menu .header__dropmenu .dropmenu .icon {
    top: 3px;
    right: 0;
    position: absolute;
  }

  .mobile-menu__menu .header__dropmenu .dropmenu li {
    padding: 0;
    position: relative;
  }

  .mobile-menu__menu .header__dropmenu .dropmenu li:not(:last-child)::after {
    content: none;
  }

  .mobile-menu__menu .header__dropmenu .dropmenu a,
  .mobile-menu__menu .header__dropmenu .dropmenu span {
    color: #202020;
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    width: max-content;
    max-width: 100%;
    padding-right: 25px;
    background: none;
  }

  .mobile-menu__menu .header__dropmenu .dropmenu .dropmenu {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    gap: 10px;
    border: none;
  }
}
@media screen and (max-width: 575.98px) {
  .header__container {
    padding: 10px 15px 10px 10px;
  }
}
.header__socials-mob {
  display: none;
}

@media screen and (max-width: 1199.98px) {
  #shadowSearch {
    display: none;
  }

  .mobile-menu__search .search__header {
    padding: 8px 24px;
  }

  .switch-lang {
    font-weight: 600;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: #3e68aa;
    padding-bottom: 4px;
    border-bottom: 1px solid #3e68aa;
    width: max-content;
    margin-top: 12px;
  }

  .mobile-menu__search .search__header::before {
    transition:
      width 0.4s ease-in-out,
      opacity 0.3s ease-in-out,
      transform 0.5s ease-in-out,
      visibility 0.3s,
      left 0.4s ease-in-out;
  }

  .mobile-menu__search.open-search_active .search__header::before {
    left: 0 !important;
    transform: translateX(0);
  }

  .mobile-menu__search .search__header input {
    text-align: left;
    text-indent: calc(50% - 12px);
    padding-left: 0;
    transition:
      width 0.4s ease-in-out,
      opacity 0.3s ease-in-out,
      transform 0.5s ease-in-out,
      visibility 0.3s,
      padding 0.4s ease-in-out,
      text-indent 0.4s ease-in-out;
  }

  .mobile-menu__search.open-search_active .search__header input {
    text-indent: 0;
    padding-left: 0;
  }

  .search-form .search__header input {
    text-align: left;
    /*padding-left: 0 !important;*/
  }

  .search-form .search__header input::before {
    content: none;
  }

  .mobile-menu__search::before {
    display: none;
  }

  .search-form .search__header input {
    width: auto;
    margin: 0 auto;
  }

  .search__header::before {
    left: calc(50% - 40px) !important;
  }

  .header {
    padding: 10px;
  }
  .header__socials-mob {
    display: flex;
    justify-content: space-between;
  }
  .header__socials-mob svg {
    border-radius: 50%;
  }
  .header__socials-mob svg path:first-of-type {
    fill: #3e68aa;
  }
  .header__socials-mob svg {
    width: 22px !important;
    height: 22px !important;
  }
  .mobile-menu__menu .menu-item {
    display: block;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.12);
    padding: 8px 0;
  }
  .mobile-menu__menu > .menu-item:nth-child(8n + 1),
  .mobile-menu__menu > .menu-item:nth-child(8n + 2),
  .mobile-menu__menu > .menu-item:nth-child(8n + 3),
  .mobile-menu__menu > .menu-item:nth-child(8n + 4) {
    text-align: left;
  }

  .mobile-menu__menu > .menu-item:nth-child(8n + 5),
  .mobile-menu__menu > .menu-item:nth-child(8n + 6),
  .mobile-menu__menu > .menu-item:nth-child(8n + 7),
  .mobile-menu__menu > .menu-item:nth-child(8n + 8) {
    text-align: right;
  }

  .mobile-menu__menu > .menu-item:nth-child(8n + 5) a,
  .mobile-menu__menu > .menu-item:nth-child(8n + 6) a,
  .mobile-menu__menu > .menu-item:nth-child(8n + 7) a,
  .mobile-menu__menu > .menu-item:nth-child(8n + 8) a,
  .mobile-menu__menu > .menu-item:nth-child(8n + 5) span,
  .mobile-menu__menu > .menu-item:nth-child(8n + 6) span,
  .mobile-menu__menu > .menu-item:nth-child(8n + 7) span,
  .mobile-menu__menu > .menu-item:nth-child(8n + 8) span {
    padding-left: 25px;
    padding-right: 0;
    margin-left: auto;
  }

  #menu-mobilnoe-menyu {
    gap: 0;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__logo img {
  height: clamp(28px, 3vw, 42px);
  width: auto;
  display: none;
}
body img.logo-mobile {
  display: none;
}
.header__logo .logo-mobile {
  display: block;
}
@media screen and (min-width: 575.98px) {
  .header__logo .logo-mobile {
    display: none;
  }

  .header__logo .logo-desktop {
    display: block;
  }
}
@media screen and (max-width: 1199.98px) {
  .header__nav {
    display: none;
  }
}
span.header__logo {
  cursor: pointer;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__menu a,
.header__menu > li:not(.header__dropmenu) .current-menu-item,
.header__menu > li.header__dropmenu > .current-menu-item {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.55;
}
.header__menu a:hover,
.header__menu .current-menu-item {
  color: #3e68aa;
}
.header__dropmenu {
  position: relative;
  padding: 10px 0px;
}
.header__dropmenu .dropmenu {
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 100%;
}
.header__dropmenu .dropmenu::before {
  content: "";
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
  position: absolute;
}
.header__dropmenu_open .dropmenu,
.header__dropmenu:hover .dropmenu {
  opacity: 1;
  pointer-events: all;
}
.header__socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1199.98px) {
  .header__socials {
    display: none;
  }
}
.header__social svg {
  display: block;
  height: 22px;
  width: auto;
}
.header__social svg:hover *[fill="#999999"] {
  fill: #3e68aa;
}
.header__search {
  position: relative;
  font-size: 16px;
  color: #999999;
  line-height: 1.55;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 177px;
  gap: 8px;
}
@media screen and (max-width: 1199.98px) {
  .header__search {
    display: none;
  }
}
@media screen and (min-width: 1199.98px) {
  .header__contacts {
    display: none;
  }
}
.header__burger {
  width: 32px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 1199.98px) {
  .header__burger {
    display: none;
  }
}
.header__burger::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #202020;
  border-radius: 1px;
  pointer-events: none;
}
.header__burger::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #202020;
  border-radius: 1px;
  pointer-events: none;
}
.header__burger_active::after {
  transform-origin: center;
  rotate: 45deg;
  translate: 0 -5px;
  position: relative;
  top: 50%;
}
.header__burger_active::before {
  transform-origin: center;
  rotate: -45deg;
  translate: 0 5px;
  bottom: 50%;
  position: relative;
}

.dropmenu {
  min-width: 300px;
  position: absolute;
  padding: 12px 20px;
  background: #202020;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dropmenu * {
  color: #ffffff;
}
.dropmenu li:not(:last-child) {
  position: relative;
}
.dropmenu li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #444444;
  display: block;
  bottom: -8px;
}
.dropmenu a,
.dropmenu span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
}
.dropmenu a[data-count] {
  position: relative;
}
.dropmenu a[data-count]::after,
.dropmenu span[data-count]::after {
  content: attr(data-count);
}

.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 20px;
  flex-grow: 1;
}
@media screen and (min-width: 1199.98px) {
  .mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .mobile-menu {
    padding: 32px 0;
  }
}
.mobile-menu__search {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #999999;
  font-size: 14px;
  line-height: 1.55;
  background: #ffffff;
  padding: 4px 20px;
  background-color: #ffffff;
  border-radius: 100px;
}
.mobile-menu__search::before {
  content: url(../img/search/icon.svg);
  width: 16px;
  height: 16px;
}
.mobile-menu__nav {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: auto;
}
.mobile-menu__nav a,
.mobile-menu__nav span {
  font-size: 24px;
  line-height: 1;
}
.mobile-menu__nav a.mobile-menu__contact {
  font-size: 16px;
}
.mobile-menu__nav .mobile-menu__btn {
  /* width: max-content; */
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 575.98px) {
  .mobile-menu__nav .mobile-menu__btn {
    flex: 1;
  }
}
.mobile-menu__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__menu .mobile-menu__contact {
  margin-top: 8px;
}
.mobile-menu__menu a[data-count]::after {
  content: " (" attr(data-count) ")";
}
.mobile-menu__menu span[data-count]::after {
  content: " (" attr(data-count) ")";
}
.mobile-menu__menu a[data-count],
.mobile-menu__menu span[data-count] {
  gap: 5px;
}
.mobile-menu__lang {
  color: #3e68aa;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  text-decoration: underline;
}

.open-search {
  position: relative;
}

.open-search_active.search-form {
  width: clamp(250px, 22vw, 650px);
  cursor: initial;
}
@media (min-width: 1600px) {
  .open-search_active.search-form {
    width: clamp(250px, 30vw, 650px);
  }
}
@media (max-width: 1360px) {
  .open-search_active.search-form {
    width: clamp(175px, 8vw, 650px);
  }
}
.search-form {
  color: #999999;
  font-size: 16px;
  line-height: 1.55;
  z-index: 8;
  top: 0;
  right: 0;
  height: 42px;
  width: 177px;
  /* position: absolute; */
  opacity: 1;
  visibility: visible;
  border-radius: 50px;
  transform: translateX(0);
  transition:
    width 0.4s ease-in-out,
    opacity 0.3s ease-in-out,
    transform 0.5s ease-in-out,
    visibility 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1199.98px) {
  .search-form {
    width: 100%;
    min-width: unset;
  }
}
.search__header {
  height: 42px;
  padding: 8px 32px;
  border-radius: 50px;
  background: #fff;
}
.search__header,
#searchform {
  position: relative;
  display: flex;
  width: 100%;
}
.search__header::before {
  content: url(../img/search/icon.svg);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 3.2em;
  width: 16px;
  height: 16px;
}
.open-search_active .search__header::before {
  left: 32px;
}
.search__header input {
  color: #3e68aa;
  font-size: 16px;
  line-height: 1.55;
  flex: 0 0 100%;
  width: 100%;
  padding-left: 2.8em;
  background: none;
  transition: padding-left 0.3s ease;
  cursor: pointer;
}
.open-search_active .search__header input {
  padding-left: 24px;
  cursor: initial;
}
.search__header input::-webkit-search-decoration,
.search__header input::-webkit-search-cancel-button,
.search__header input::-webkit-search-results-button,
.search__header input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search__results {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0 32px;
  margin-top: 8px;
  border-radius: 24px;
  background: #fff;
}
@media screen and (max-width: 575.98px) {
  .search__header {
    padding: 8px 16px;
  }
  .search__header::before {
    left: 16px;
  }
  .search__results {
    padding: 0 16px;
  }
  .search__header input {
    padding-left: 24px;
  }
}
.search__results li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.search__results li:last-child {
  border-bottom: 1px solid transparent;
}
.search__results a {
  font-size: 16px;
  color: #999999;
  padding: 12px 0;
  display: flex;
}

@media screen and (min-width: 1160px) {
  .section__body.production {
    overflow: hidden;
  }
}
.production__mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 575.98px) {
  .production__mobile {
    display: none;
  }
}
.production__swiper {
  overflow: visible !important;
}
@media screen and (max-width: 575.98px) {
  .production__swiper {
    display: none !important;
  }
}
@media screen and (min-width: 575.98px) {
  .production__swiper .product-card {
    width: auto;
    min-width: 552px;
  }
  .production__swiper .swiper-slide {
    width: 552px;
  }
}
.production__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(16px, 3.2vw, 32px);
}
.production__more {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.1;
  font-weight: 600;
  text-decoration: underline;
  color: #3e68aa;
}
.production__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 575.98px) {
  .production__nav {
    display: none;
  }
}
.production__nav-btn {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.production__nav-btn:hover {
  background: #3e68aa;
}

/* Production grid */
.production__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
  padding: 20px 0;
}
@media screen and (max-width: 991.98px) {
  .production__grid {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.production__grid .production-item {
  display: flex;
}
.production__grid .product-card {
  width: 100%;
  /* height: auto; */
  background: linear-gradient(
    107.11deg,
    transparent,
    rgba(255, 255, 255, 0.6) 66%,
    transparent
  );
  background-color: #3e68aa;
  gap: 20px;
  transition: 0.3s;
}

.production__grid .class-anim1 .product-card__img {
  rotate: -20deg;
  scale: 1.4;
  translate: 18% 18%;
}

.production__grid .class-anim2 .product-card__img {
  scale: 1.5;
  translate: 9% 14%;
}

.production__grid .class-anim3 .product-card__img {
  scale: 1.45;
  translate: 12% 6%;
}

.production__grid .class-anim4 .product-card__img {
  scale: 1.18;
  translate: 19% 26%;
}

.production__grid .class-anim5 .product-card__img {
  scale: 1.6;
  translate: 34% 19%;
}

.production__grid .class-anim6 .product-card__img {
  scale: 2.5;
  translate: 34% 45%;
}

.production__grid .class-anim7 .product-card__img {
  scale: 1.5;
  translate: 33% 18%;
}

.production__grid .class-anim8 .product-card__img {
  scale: 1.1;
  translate: 23% 7%;
}

.production__grid .class-anim9 .product-card__img {
  rotate: -11deg;
  scale: 1.2;
  translate: 14% 23%;
}

.production__grid .class-anim10 .product-card__img {
  scale: 1.6;
  translate: 4% 20%;
}

.production__grid .class-anim9 {
  overflow: hidden;
}
.svg-overlay {
  opacity: 0;
  transition: 0.3s;
  position: absolute !important;
  top: 5%;
  right: 16%;
  scale: 0.8;
  z-index: 0;
}

.production__grid .product-card__img,
.production__grid .product-card:hover .product-card__img {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.production__grid .class-anim11 .product-card__img {
  scale: 1.35;
  translate: 32% 19%;
  transition: 0.3s;
}

.production__grid .class-anim12 .product-card__img {
  scale: 1.7;
  translate: 5% 35%;
}

.production__grid .class-anim13 .product-card__img {
  scale: 1.5;
  translate: 9% 14%;
}

.production__grid .class-anim14 .product-card__img {
  scale: 1.18;
  translate: 19% 26%;
}

@media (min-width: 768px) {
  .production__grid .class-anim1:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim1:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim1:hover .product-card__img {
    rotate: 13deg;
    scale: 1.8;
    transition: 0.3s;
    /* transform: translateX(-35px); */
    translate: 15% 26%;
  }

  .production__grid .class-anim2:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim2:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim2:hover .product-card__img {
    scale: 2.2;
    rotate: -31deg;
    transition: 0.3s;
    translate: 34% 52%;
  }

  .production__grid .class-anim3:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim3:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim3:hover .product-card__img {
    translate: -95% 5%;
    scale: 4.6;
  }

  .production__grid .class-anim4:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim4:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim4:hover .product-card__img {
    transition: 0.3s;
    scale: 1.25;
    translate: 19% 24%;
    rotate: 15deg;
  }

  .production__grid .class-anim5:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim5:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim5:hover .product-card__img {
    transition: 0.3s;
    scale: 2.4;
    rotate: -5deg;
    translate: 67% -5%;
  }

  .production__grid .class-anim6:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim6:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim6:hover .product-card__img {
    transition: 0.3s;
    translate: 18% 42%;
    rotate: -109deg;
    scale: 2.7;
  }

  .production__grid .class-anim7:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim7:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim7:hover .product-card__img {
    transition: 0.3s;
    rotate: -7deg;
    scale: 3;
    translate: -2% 18%;
  }

  .production__grid .class-anim8:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim8:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim8:hover .product-card__img {
    transition: 0.3s;
    rotate: -10deg;
    scale: 1.7;
    translate: -5% 38%;
  }

  .production__grid .class-anim9:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim9:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim9:hover .product-card__img {
    transition: 0.3s;
    rotate: 0deg;
    scale: 1.7;
    translate: 1% 62%;
  }

  .production__grid .class-anim10:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim10:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim10:hover .product-card__img {
    transition: 0.3s;
    translate: 4% 76%;
    scale: 2.1;
  }

  .production__grid .class-anim11:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim11:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim11:hover .product-card__img {
    rotate: -10deg;
    scale: 1.7;
    transition: 0.3s;
    transform: translateX(-15px);
    translate: 32% 27%;
  }

  .production__grid .class-anim12:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim12:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim12:hover .product-card__img {
    scale: 2.8;
    transition: 0.3s;
    translate: -53% 85%;
    rotate: -2deg;
  }

  .production__grid .class-anim13:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim13:hover .product-card__img {
    scale: 2.2;
    rotate: -31deg;
    transition: 0.3s;
    translate: 34% 52%;
  }

  .production__grid .class-anim14:hover {
    background-color: #202020 !important;
    background: none;
  }

  .production__grid .class-anim14:hover .product-card__img {
    transition: 0.3s;
    scale: 1.25;
    translate: 19% 24%;
    rotate: 15deg;
  }

  .production__grid .product-card:hover .product-card__btn svg path {
    fill: #fff;
    transition: fill 0s 0.3s;
  }

  .production__grid .product-card:hover .product-card__btn svg path {
    fill: transparent;
    /* Сразу прозрачный при hover */
    transition: fill 0s;
    /* Без анимации */
  }

  /* После задержки возвращаем белый */
  .production__grid .product-card:hover .product-card__btn svg path {
    animation: returnWhite 0.3s 0.3s forwards;
  }
}

@media screen and (max-width: 575.98px) {
  .production__grid .class-anim11 .product-card__img {
    scale: 1.4;
    translate: 29% -4%;
  }

  .production__grid .class-anim2 .product-card__img {
    scale: 1.3;
    translate: 5% 26%;
  }

  .production__grid .class-anim1 .product-card__img {
    scale: 1.1;
    translate: 12% 16%;
  }

  .production__grid .class-anim3 .product-card__img {
    scale: 1.7;
    translate: 6% -2%;
  }

  .production__grid .class-anim4 .product-card__img {
    scale: 1.3;
    translate: 7% 11%;
  }

  .production__grid .class-anim5 .product-card__img {
    scale: 1.6;
    translate: 27% 5%;
  }

  .production__grid .class-anim6 .product-card__img {
    scale: 1.8;
    translate: 28% 41%;
  }

  .production__grid .class-anim7 .product-card__img {
    scale: 1.7;
    translate: 25% 8%;
  }

  .production__grid .class-anim8 .product-card__img {
    scale: 1.2;
    translate: 18% 4%;
  }

  .production__grid .class-anim9 .product-card__img {
    scale: 1.4;
    translate: 7% 10%;
  }

  .production__grid .class-anim10 .product-card__img {
    scale: 1.1;
    translate: 9% 23%;
  }

  .production__grid .class-anim12 .product-card__img {
    scale: 1.4;
    translate: 9% 30%;
  }

  .production__grid .class-anim13 .product-card__img {
    scale: 1.4;
    translate: -1% -10%;
  }

  .production__grid .class-anim14 .product-card__img {
    scale: 1.2;
    translate: 17% 14%;
  }
}

.section-cat-main {
  max-width: calc(1410px + 25 * 10px);
}

@keyframes returnWhite {
  to {
    fill: #fff;
  }
}
@media (max-width: 1200px) {
  .production__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .production__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .production__grid {
    gap: 10px;
  }
}

.product-card {
  background: linear-gradient(
    107.11deg,
    #3e68aa 0%,
    #a2bcdb 65.94%,
    #3e68aa 100%
  );
  padding: 40px 32px 32px;
  border-radius: 16px;
  height: 260px;
  width: 552px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  .product-card {
    width: 100%;
    height: 170px;
    padding: 22px;
  }
}
.product-card * {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.product-card__title {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 600;
  max-width: 240px;
}
.product-card__btn {
  max-width: max-content;
}
.product-card__img {
  position: absolute;
  z-index: 0;
  width: 280px;
  height: auto;
  bottom: 0;
  right: 0;
  translate: 40% 30%;
  max-height: 280px;
}
@media screen and (max-width: 575.98px) {
  .product-card__img {
    width: 180px;
  }

  .production__grid .product-card__img {
    width: 130px;
  }
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 30px));
  }
}

.contact-form {
  background: #202020;
}

.error404 .section.contact-form {
  margin-top: 0;
}

.error404 .section-404 {
  margin-bottom: 0;
}

@media screen and (max-width: 575.98px) {
  .section.contact-form {
    margin-top: 32px;
  }
}
.contact-form * {
  color: #ffffff;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.6em;
}
.contact-form__input.wpcf7-not-valid {
  border-bottom: 1px solid #dc3232;
}
.contact-form__container {
  padding-top: clamp(60px, 13vw, 130px);
  padding-bottom: clamp(60px, 13vw, 130px);
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 52px);
}
.contact-form__container form {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5vw, 52px);
}
.contact-form__title {
  max-width: 941px;
}
.contact-form__text {
  max-width: 700px;
  margin-top: 1em;
}
.contact-form__inputs {
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(14px, 3vw, 30px) 40px;
}
.contact-form__input {
  flex: 0 0 calc(50% - 20px);
  font-size: clamp(16px, 2vw, 20px);
  background: none;
  padding: 1em 0;
  border-bottom: 1px solid #ffffff;
}
.contacts__link-value:hover {
  color: #3e68aa;
}

.contact-form__inputs > .wpcf7-form-control-wrap,
.popup__inputs > .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 0 calc(50% - 20px);
}
.contact-form__inputs > .wpcf7-form-control-wrap .contact-form__input,
.popup__inputs > .wpcf7-form-control-wrap .contact-form__input {
  width: 100%;
}
.contact-form__input::placeholder {
  color: #999999;
}
@media screen and (max-width: 575.98px) {
  .contact-form__input {
    flex: 0 0 100%;
  }
  .contact-form__inputs > .wpcf7-form-control-wrap {
    flex: 0 0 100%;
  }
}
.contact-form__confirm {
  font-size: clamp(12px, 2vw, 20px);
  display: flex;
  align-items: center;
  gap: 16px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.popup__confirm .wpcf7-acceptance .wpcf7-list-item label {
  gap: 10px;
}
.contact-form__confirm .wpcf7-acceptance .wpcf7-list-item label {
  gap: 16px;
}
.contact-form__confirm a {
  text-decoration: underline;
}
@media screen and (max-width: 575.98px) {
  .contact-form__confirm {
    margin-top: 16px;
  }
}
.contact-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.contact-form__checkbox:checked {
  position: relative;
}
.contact-form__checkbox:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #ffffff;
}
.contact-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-form__team {
  flex: 0 1 391px;
}
.contact-form__submit {
  font-size: clamp(14px, 2vw, 20px);
}
@media screen and (max-width: 575.98px) {
  .contact-form__submit {
    flex: 1;
  }
}

.short-team {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: clamp(10px, 1.6vw, 16px);
  color: #d8d8d8;
  line-height: 1.4;
  margin-left: 20px;
}
@media screen and (max-width: 575.98px) {
  .short-team {
    margin-left: 15px;
  }
}
.short-team__avatars {
  display: flex;
}
.short-team__avatars img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  object-fit: cover;
  margin-left: -20px;
}
@media screen and (max-width: 575.98px) {
  .short-team__avatars img {
    margin-left: -15px;
    width: 35px;
    height: 35px;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-info__items {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(32px, 5.2vw, 52px);
  font-size: clamp(14px, 1.8vw, 18px);
}
.contact-info__item {
  flex: 0 1 271px;
}
.contact-info__item-title {
  margin-bottom: 1em;
}
.contact-info__item.contact-information {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.contact-info__item.contact-information .contact-info__item-title {
  margin-bottom: 0;
}
.contact-info__item.contact-information
  .contact-info__item-title:not(:first-of-type) {
  margin-top: auto;
}
.contact-info__item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-info__item-list * {
  color: #999999;
  line-height: 1.3;
}
.contact-info__item-list a:hover {
  color: #3e68aa;
}
.contact-info__mail {
  font-size: clamp(36px, 8vw, 56px);
  font-weight: 600;
}
.contact-info__mail:hover {
  color: #3e68aa;
}

.footer {
  padding-bottom: 50px;
}
@media screen and (max-width: 575.98px) {
  .footer {
    margin-top: 32px;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4em;
  font-size: clamp(12px, 1.4vw, 14px);
}
.footer__menu a:hover {
  color: #3e68aa;
}
@media screen and (max-width: 991.98px) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__bottom {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logo {
  height: clamp(28px, 5vw, 42px);
  display: flex;
  align-items: center;
}
.footer__logo img {
  height: 100%;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .footer__logo {
    order: 1;
  }
}
.footer__copy {
  font-size: clamp(12px, 1.4vw, 14px);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}
.footer__copy * {
  color: #999999;
}
@media screen and (max-width: 991.98px) {
  .footer__copy {
    order: 2;
  }
}
.footer__lang {
  margin-left: auto;
  font-size: clamp(12px, 2vw, 20px);
  text-decoration: underline;
  color: #3e68aa;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .footer__lang {
    order: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}

span.footer__logo {
  cursor: pointer;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*gap: 1em;*/
  gap: 6px 12px;
  row-gap: 0.5em;
  font-size: clamp(12px, 3vw, 18px);
  line-height: 1.55;
  color: #999999;
}
.breadcrumbs * {
  color: #999999;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs .breadcrumbs__item:not(:last-child) {
  padding-right: 30px;
}
.breadcrumbs__item > a {
  color: #999999;
}
.breadcrumbs__item > span {
  color: #3e68aa;
}
.breadcrumbs__item > a:after {
  content: "/";
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  color: #999999;
  text-align: center;
}
.breadcrumbs .breadcrumbs__item:last-child > a:after {
  content: none;
}
@media screen and (max-width: 468px) {
  .breadcrumbs .breadcrumbs__item:not(:last-child) {
    padding-right: 24px;
  }
  .breadcrumbs {
    gap: 6px;
  }
}

.product-article .h2 {
  margin-bottom: 0.8em;
  margin-top: clamp(32px, 5.2vw, 52px);
}
.product-article .text p,
.product-article p {
  font-size: clamp(16px, 3.2vw, 22px);
  color: #202020;
  line-height: 1.1;
  margin-top: 0.8em;
  text-align: justify;
}
.product-article .text h2,
.product-article h2 {
  margin-bottom: 0.8em;
  margin-top: clamp(32px, 5.2vw, 52px);
}
.product-article h2 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 600;
}
.product-article__title,
.product-article h2:has(> strong) {
  margin-top: clamp(32px, 5.2vw, 52px);
  font-size: clamp(16px, 4vw, 40px);
  line-height: 1.1;
  font-weight: 700;
  color: #999999;
}
.product-article h2 > strong {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.product-article__title a,
.product-article__title span,
.product-article h2 a {
  background: linear-gradient(
    89.13deg,
    #3e68aa -13.87%,
    #a2bcdb 66.23%,
    #3e68aa 154.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.product-article__title a::after,
.product-article__title span::after,
.product-article h2 a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    89.13deg,
    #3e68aa -13.87%,
    #a2bcdb 66.23%,
    #3e68aa 154.77%
  );
  top: 95%;
}

.product-article .text h3 {
  font-size: clamp(1.25rem, calc(1.05rem + 0.98vw), 1.75rem);
  margin-top: clamp(1.25rem, calc(0.76rem + 2.44vw), 2.5rem);
  margin-bottom: 0.7em;
  font-weight: 600;
}

.single-catalog .product-article img {
  border-radius: 16px;
}

.product-slider_wrapp {
  width: 60%;
}
.product-slider_wrapp img {
  width: 100%;
}
.product-gallery {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  body .product-gallery {
    display: flex;
    margin-bottom: 32px;
  }

  .product-gallery > .product-gallery {
    margin-bottom: 0;
  }
}

.tabs {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.tabs::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  translate: -90% 0;
  z-index: 2;
  width: 320px;
  background: #ffffff;
  filter: blur(17.5px);
  -webkit-filter: blur(17.5px);
}
.tabs::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  translate: 90% 0;
  z-index: 2;
  width: 320px;
  background: #ffffff;
  filter: blur(17.5px);
  -webkit-filter: blur(17.5px);
}
.tabs__container {
  display: flex;
  gap: clamp(40px, 6vw, 60px);
  align-items: center;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.tabs__container::-webkit-scrollbar {
  display: none;
}
.tabs__tab {
  font-size: clamp(14px, 2.4vw, 24px);
  line-height: 1.1;
  color: #999999;
  text-wrap: nowrap;
  padding: clamp(16px, 3.2vw, 32px) 0;
  user-select: none;
  -webkit-user-drag: none;
}
.tabs__tab:hover {
  color: #3e68aa;
}
.tabs__tab_active {
  color: #202020;
  font-weight: 600;
  position: relative;
}
.tabs__tab_active:hover {
  color: #202020;
}
.tabs__tab_active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 2px;
  background: #202020;
}
.tabs__tab[data-count] {
  position: relative;
}
.tabs__tab[data-count]::after {
  content: " (" attr(data-count) ")";
}
.content {
  display: block;
}
.single .content p,
.content ul.wp-block-list li {
  text-align: justify;
}
.content p a {
  text-decoration: underline;
}
.content p a:hover {
  color: #3e68aa;
}
body.archive.category .content,
body.single .content {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 5.2vw, 52px);
}
@media screen and (max-width: 575.98px) {
  body.archive.category .content {
    gap: 46px;
  }
}

body:not(.archive, .single)
  .content
  > *:not(h1:first-of-type, p:first-of-type) {
  /* margin-top: clamp(32px, 5.2vw, 52px);
  margin-bottom: clamp(32px, 5.2vw, 52px); */
}
body:not(.archive, .single)
  .content
  > *:not(h1:first-of-type, p:first-of-type):last-child {
  margin-bottom: 0;
}
.logistics__header .text,
.about__header .text {
  margin-top: 1em;
}

body:not(.archive, .single) .content > p {
  font-size: clamp(16px, 3.2vw, 22px);
  color: #202020;
  line-height: 1.1;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
body:not(.archive, .single)
  .content
  > *:not(h1:first-of-type, p:first-of-type):last-child {
  margin-bottom: 0;
}

.about p > em {
  font-style: normal;
  background: linear-gradient(
    89.13deg,
    #3e68aa -13.87%,
    #a2bcdb 66.23%,
    #3e68aa 154.77%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
body.about:not(.archive, .single) .content h2 {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 600;
  margin-bottom: 0.8em;
  margin-top: clamp(32px, 5.2vw, 52px);
}
body.about:not(.archive, .single) .content h2 + p {
  margin-top: 0;
}

body.about:not(.archive, .single) .content .subtitle {
  color: #999;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 14px;
}

.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding-top: 32px;
  border-top: 1px solid #eaeaea;
}
.more > * {
  flex: 1 1 33.33%;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .more {
    flex-direction: column;
    padding-top: 14px;
    margin-top: 6px;
  }
  .more > *:first-child {
    display: none;
  }
}
.more__text {
  font-size: clamp(12px, 1.8vw, 18px);
  color: #3e68aa;
  font-weight: 500;
}
.load__more {
  cursor: pointer;
}
.more__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
@media screen and (max-width: 575.98px) {
  .more__pagination {
    gap: 16px;
  }
}
.more__num {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.more__num_active {
  color: #3e68aa;
  background: #f3f3f3;
}
.more__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.contacts__status,
body.contacts:not(.archive, .single) .content blockquote {
  margin-top: 14px;
  padding: 4px 10px;
  background: #3e68aa;
  border-radius: 4px;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}
.contacts__status_closed,
body.contacts.company-closed:not(.archive, .single) .content blockquote {
  background: #999999;
}
.contacts .content blockquote > p {
  color: inherit;
  font-size: inherit;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(10px, 4vw, 40px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}
.popup__inner {
  background: #ffffff;
  border: 2px solid #eaeaea;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  margin-top: auto;
  margin-bottom: auto;
  max-width: 944px;
  width: 100%;
  border-radius: 16px;
  padding: clamp(20px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__inner .wpcf7 {
  width: 100%;
}
.popup__close {
  align-self: flex-end;
  cursor: pointer;
}
.popup__title {
  margin-top: 10px;
  text-align: center;
}
.popup__inputs {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup__input {
  text-align: left;
  padding: 16px 0;
  width: 100%;
  max-width: 600px;
  border-bottom: 2px solid #eaeaea;
  color: #202020;
}
.popup__input::placeholder {
  color: #999999;
}
.popup__input:not(:placeholder-shown) {
  border-color: #202020;
}
.popup__confirm {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 100%;
  letter-spacing: 0.2px;
}
.popup__confirm input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #eaeaea;
  position: relative;
  border-radius: 50%;
}
.popup__confirm input:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #3e68aa;
  border-radius: 50%;
}
.popup__btn {
  font-size: clamp(14px, 2vw, 20px);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination {
  display: flex;
  gap: 6px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.catalog__body ul,
.wp-block-list {
  list-style-type: disc;
  padding-left: 10px;
  margin-top: 20px;
}
.catalog__body ul li,
.wp-block-list li,
.catalog__body ol li {
  margin-left: 1.2em;
  margin-bottom: 20px;
  font-size: clamp(16px, 3.2vw, 22px);
}
.catalog__body ul li::marker,
.wp-block-list li::marker {
  color: #3e68aa;
  font-size: 120%;
}
.catalog__body ol,
.wp-block-list ol {
  list-style-type: decimal;
  padding-left: 10px;
  margin-top: 20px;
}
.catalog__body ol li::marker,
.wp-block-list ol li::marker {
  color: #3e68aa;
}
.btn-up {
  position: fixed;
  right: 40px;
  bottom: 30px;
  cursor: pointer;
  transition:
    opacity 0.15s ease-in-out,
    transform 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  z-index: 9;
}
.btn-up_hide {
  display: none;
}
.btn-up_hiding {
  opacity: 0;
  transform: translateY(100px);
}
.btn-up.mobile {
  display: none;
  width: 62px;
  height: 62px;
  background: linear-gradient(
    80.45deg,
    #3e68aa -50.55%,
    #a2bcdb 55.41%,
    #3e68aa 172.52%
  );
  border-radius: 50%;
  z-index: 8;
}
.btn-up.mobile .btn-up__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn-up.desktop {
  width: 80px;
  height: 80px;
  background:
    linear-gradient(59.2deg, #3e68aa, #a2bcdb, #3e68aa) padding-box,
    linear-gradient(87.6deg, #3e68aa, #a2bcdb, #3e68aa) border-box;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0px 4px 50px 0px #3e68aa66;
  padding: 8px 16px;
}
.btn-up.desktop .btn-up__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.btn-up__icon {
  position: relative;
  height: 40px;
}
.btn-up__icon svg {
  position: relative;
  top: -16px;
  width: 52px;
}
.btn-up__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1199.98px) {
  .btn-up.desktop {
    display: none;
  }
  .btn-up.mobile:not(.btn-up_hide) {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .btn-up {
    right: 10px;
  }
}

/* Table */

.catalog__body table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eaeaea;
  table-layout: auto;
  margin: 1.25rem 0;
}
.catalog__body table.has-fixed-layout {
  table-layout: fixed;
}
.catalog__body table th,
.catalog__body table td {
  border: 1px solid #eaeaea;
  padding: 10px 12px;
  vertical-align: top;
}
.catalog__body table thead th {
  background: #f6f7f7;
  font-weight: 600;
}
.catalog__body table caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .catalog__body table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.cky-notice-des a {
  text-decoration: underline;
}

.cky-notice-des a:hover {
  color: #3e68aa;
}

@media screen and (max-width: 575.98px) {
  .section.section-slogan {
    margin: 60px 0 !important;
  }

  .about .section.section-slogan {
    margin-bottom: 28px !important;
  }

  .product-usage + * {
    margin-top: 32px !important;
  }

  main .section:first-child {
    margin-top: clamp(24px, 4vw, 40px);
  }
}
