/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

img.img-estimate-preload {
  animation: 5s linear 0s normal none infinite running rot;
  -webkit-animation: 5s linear 0s normal none infinite running rot;
  width: 100px;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

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

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

.swiper-slide img {
    max-height: 100%; /* Зображення буде займати всю висоту контейнера */
    max-width: 100%;
    object-fit: cover; /* Забезпечуємо, що зображення зберігає пропорції і не виходить за межі */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

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

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

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

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

.container {
  width: 1280px;
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #0F2E5A;
}

input {
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

.wpcf7 .screen-reader-response, .wpcf7-response-output {
  display: none !important;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs ul li {
  margin-right: 8px;
}

.breadcrumbs ul li:last-child {
  margin-right: 0 !important;
}

.breadcrumbs ul a, .breadcrumbs ul span {
  text-decoration: none;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.breadcrumbs ul a:hover, .breadcrumbs ul span:hover {
  color: #1B437C;
}

.breadcrumbs ul span:hover {
  color: initial;
}

.services-main-breadcrumbs {
  padding-top: 84px;
  margin-bottom: -56px;
}

.swiper {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

.pagination .page-numbers {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #626262;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  margin-right: 20px;
}

.pagination .page-numbers.current {
  font-weight: 500;
  color: #0F2E5A;
}

.pagination .page-numbers:hover {
  color: #1B437C;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .prev, .pagination .next {
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.pagination .prev:hover, .pagination .next:hover {
  color: #1B437C;
}

.pagination .prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

.menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  background: #FFFFFF;
  height: 100%;
  width: 296px;
  z-index: 12000;
  padding: 84px 40px 40px 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.menu-mobile__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu-mobile__item {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-mobile__item:last-child {
  margin-bottom: 0 !important;
}

.menu-mobile .menu-mobile__item-services {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.menu-mobile .menu-mobile__item-services.active .services-content {
  padding-top: 28px;
}

.menu-mobile .menu-mobile__item-services.active span img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.menu-mobile span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-mobile span img {
  display: block;
  margin-left: 50px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.menu-mobile .services-content {
  text-align: right;
  padding: 0px 0 0 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-mobile .services-content a {
  display: block;
  text-decoration: none;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
}

.menu-mobile .services-content a.active {
  font-weight: 700;
  pointer-events: none;
  color: #0F2E5A;
}

.menu-mobile .services-content a:last-child {
  margin-bottom: 0;
}

.menu-mobile__link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  text-align: right;
}

.menu-mobile__link.active {
  font-weight: 700;
  pointer-events: none;
  color: #0F2E5A;
}

.menu-mobile .socials {
  margin-top: 28px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-mobile .socials .social {
  display: block;
  text-decoration: none;
  margin-right: 16px;
}

.menu-mobile .socials .social:last-child {
  margin-right: 0;
}

.menu-mobile.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.header {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  z-index: 14000;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo img {
  display: block;
}

.header .menu {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header .menu__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

.header .menu__item:last-child {
  margin-right: 0;
}

.header .menu__item.services {
  position: relative;
}

.header .menu__item.services .sub-menu {
  width: 284px;
  height: auto;
  position: absolute;
  background: #FFFFFF;
  padding: 28px 32px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.header .menu__item.services .sub-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.header .menu__item.services .sub-menu a:hover {
  color: #1B437C;
}

.header .menu__item.services .sub-menu a:last-child {
  margin-bottom: 0;
}

.header .menu__item.services .sub-menu a.active {
  font-weight: 700;
  pointer-events: none;
  color: #0F2E5A;
}

.header .menu__item.services:hover .sub-menu {
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
}

.header .menu__link {
  -webkit-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
}

.header .menu__link.active {
  font-weight: 700;
  pointer-events: none;
  color: #0F2E5A;
}

.header .menu__link:hover {
  color: #1B437C;
}

.header .menu span.menu__link {
  cursor: default;
}

.header .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .socials .social {
  display: block;
  margin-right: 16px;
}

.header .socials .social:last-child {
  margin-right: 0;
}

.header .socials .social svg {
  display: block;
}

.header .socials .social svg path {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.header .socials .social:hover svg path {
  fill: #1B437C;
}

.header .hamburger {
  display: none;
}

.header .lang {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #0F2E5A;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F2E5A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  width: 24px;
}

.main {
  overflow: hidden;
  padding-top: 56px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.6)), color-stop(72.59%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0.5))), #000000;
  background: linear-gradient(90deg, rgba(15, 46, 90, 0.6) 0%, rgba(15, 46, 90, 0.15) 72.59%, rgba(15, 46, 90, 0.5) 100%), #000000;
}

@media (min-width: 1920px) {
  .main {
    min-height: 1080px;
  }
}

.main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__img {
  margin: 0 -342px 0 -40px;
  position: relative;
}

@media (min-width: 1920px) {
  .main__img {
    position: absolute;
    right: 0;
    top: 56px;
    margin: 0;
  }
}

.main__img img {
  z-index: 5;
  display: block;
  position: relative;
}

.main__img img.main__img-bg {
  z-index: 1;
  bottom: -10px;
  left: -270px;
  position: absolute;
}

.main__content {
  padding: 362px 0 0 0;
  max-width: 624px;
}

.main__title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
}

.main__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.info {
  margin: 84px 0;
}

.info .container {
  padding: 0 110px 0 80px;
  height: 420px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.8)), color-stop(0.01%, rgba(15, 46, 90, 0.8)), color-stop(0.02%, rgba(15, 46, 90, 0.7)), color-stop(66.29%, rgba(15, 46, 90, 0.15)), color-stop(77.17%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0.6))), #000000;
  background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) 0%, rgba(15, 46, 90, 0.8) 0.01%, rgba(15, 46, 90, 0.7) 0.02%, rgba(15, 46, 90, 0.15) 66.29%, rgba(15, 46, 90, 0.15) 77.17%, rgba(15, 46, 90, 0.6) 100%), #000000;
}

.info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.info .info-content {
  padding: 80px 0 0 0;
  max-width: 544px;
}

.info__title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
}

.info__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.info__img {
  position: relative;
}

.info__img img {
  z-index: 2;
  position: relative;
  display: block;
  max-width: auto;
  height: 100%;
}

.info__img img.info__img-bg {
  z-index: 1;
  position: absolute;
  display: block;
  right: -135px;
  max-width: initial;
}

.brand-info {
  margin: 84px 0;
}

.brand-info__wrapper {
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.8)), color-stop(0.01%, rgba(15, 46, 90, 0.8)), color-stop(0.02%, rgba(15, 46, 90, 0.7)), color-stop(66.29%, rgba(15, 46, 90, 0.15)), color-stop(77.17%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0.6))), #000000;
  background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) 0%, rgba(15, 46, 90, 0.8) 0.01%, rgba(15, 46, 90, 0.7) 0.02%, rgba(15, 46, 90, 0.15) 66.29%, rgba(15, 46, 90, 0.15) 77.17%, rgba(15, 46, 90, 0.6) 100%), #000000;
}

.brand-info__content {
  margin: 80px 0 0 80px;
  max-width: 544px;
}

.brand-info__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin: 0;
}

.brand-info__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.brand-info__img {
  min-width: 512px;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("/wp-content/themes/statusgroup/img/brand-info-bg.svg") center/cover no-repeat;
}

.brand-info__img img {
  display: block;
  max-width: 296px;
  height: 100%;
}

.blog-info {
  margin: 84px 0 100px 0;
}

.blog-info__wrapper {
  margin-top: 28px;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.8)), color-stop(0.01%, rgba(15, 46, 90, 0.8)), color-stop(0.02%, rgba(15, 46, 90, 0.7)), color-stop(66.29%, rgba(15, 46, 90, 0.15)), color-stop(77.17%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0.6))), #000000;
  background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) 0%, rgba(15, 46, 90, 0.8) 0.01%, rgba(15, 46, 90, 0.7) 0.02%, rgba(15, 46, 90, 0.15) 66.29%, rgba(15, 46, 90, 0.15) 77.17%, rgba(15, 46, 90, 0.6) 100%), #000000;
}

.blog-info__content {
  margin: 80px 0 0 80px;
  max-width: 544px;
}

.blog-info__title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin: 0;
}

.blog-info__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.blog-info__img {
  max-width: 512px;
  width: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-info__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content .container {
  position: relative;
}

.blog-content .container > * {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.blog-content p a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
  text-decoration: underline;
}

.blog-content h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 22px !important;
  line-height: 27px !important;
  text-transform: uppercase !important;
  color: #0F2E5A !important;
  margin: 0;
}

.blog-content hr {
  display: block;
  height: 2px;
  background-color: #D4D4D4;
  opacity: 0.5;
  border: none;
  outline: none;
}

.blog-content strong {
  color: #0F2E5A !important;
}

.blog-content table {
  border-spacing: 0px;
}

.blog-content table td {
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  vertical-align: top;
}

.blog-content table td strong {
  display: block;
  margin-bottom: 8px;
}

.text-1 {
  margin: 100px 0;
}

.text-1__title {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #0F2E5A;
}

.text-1__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.text-1__img {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 19, 47, 0.42)), color-stop(0.01%, #08182F), color-stop(45.65%, rgba(15, 46, 90, 0)), color-stop(51.76%, rgba(15, 46, 90, 0)), to(#001737)), #000000;
  background: linear-gradient(90deg, rgba(0, 19, 47, 0.42) 0%, #08182F 0.01%, rgba(15, 46, 90, 0) 45.65%, rgba(15, 46, 90, 0) 51.76%, #001737 100%), #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
  margin-top: 40px;
}

.text-1__img img {
  display: block;
  width: 100%;
}

.text-2 {
  margin: 126px 0;
}

.text-2__title {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #0F2E5A;
}

.text-2__descr {
  margin: 54px auto 0;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
  max-width: 1062px;
  position: relative;
}

.text-2__descr::before, .text-2__descr::after {
  content: '';
  position: absolute;
  display: block;
  height: 26px;
  width: 31px;
  background: url("/wp-content/themes/statusgroup/img/quote.svg") center/contain no-repeat;
}

.text-2__descr::before {
  top: -22px;
  left: -63px;
}

.text-2__descr::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -22px;
  right: -63px;
}

.text-3 {
  margin: 100px 0;
}

.text-3__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-3__title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #0F2E5A;
  margin: 0;
}

.text-3__descr {
  margin: 28px 0 0 0;
  max-width: 733px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.text-3__img {
  width: 406px;
}

.text-3__img img {
  display: block;
  width: 100%;
}

.text-3__img_mob {
  display: none;
}

.text-4 {
  margin: 100px 0;
}

.text-4__content {
  max-width: 733px;
}

.text-4__content li {
  margin: 12px 0 0 0;
  max-width: 733px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.text-4__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-4__title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #0F2E5A;
  margin: 0;
}

.text-4__descr {
  margin: 28px 0 0 0;
  max-width: 733px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.text-4__img {
  width: 406px;
}

.text-4__img img {
  width: 100%;
  display: block;
}

.text-4__img video {
  width: 100%;
  display: block;
}

.text-4__img_mob {
  display: none;
}

.brand__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

.brand__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.brand .brand-all {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.brand .brand-all:hover {
  color: #1B437C;
}

.brand .swiper-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}

.brand .swiper {
  padding: 0 1px;
}

.brand .swiper .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.brand .swiper .swiper-button-prev, .brand .swiper .swiper-button-next {
  position: relative;
  margin: 0;
  padding: 0;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  top: auto !important;
}

.brand .swiper .swiper-button-prev svg, .brand .swiper .swiper-button-next svg {
  max-width: 12px;
}

.brand .swiper .swiper-button-prev svg path, .brand .swiper .swiper-button-next svg path {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.brand .swiper .swiper-button-prev svg:hover path, .brand .swiper .swiper-button-next svg:hover path {
  stroke: #1B437C;
}

.brand .swiper .swiper-button-prev::before, .brand .swiper .swiper-button-prev::after, .brand .swiper .swiper-button-next::before, .brand .swiper .swiper-button-next::after {
  display: none;
}

.brand .swiper .swiper-button-prev {
  margin-right: 10px;
}

.brand .swiper .swiper-wrapper {
  padding: 0 1px;
}

.brand .swiper .swiper-wrapper.disable {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.brand .swiper .swiper-wrapper.disable .swiper-slide {
  margin-right: 0 !important;
}

.brand .swiper .swiper-slide {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  width: 188px !important;
  margin-right: 30px !important;
}

.brand .swiper .swiper-slide img {
  display: block;
}

.brand .swiper .swiper-slide:hover {
  background: #F3F3F3;
}

.brand .swiper .swiper-slide.active {
  background: #0F2E5A;
}

.brand .swiper .swiper-slide.active img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.brand .swiper .swiper-slide.disabled {
  pointer-events: none;
}

.brand__wrapper {
  margin-top: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.brand__wrapper .brand-item {
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.brand__wrapper .brand-item img {
  display: block;
}

.brand__wrapper .brand-item:hover {
  background: #F3F3F3;
}

.brand__wrapper .brand-item.active {
  background: #0F2E5A;
}

.brand__wrapper .brand-item.active img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.brand__wrapper .brand-item.disabled {
  pointer-events: none;
}

.brand__wrapper.active {
  height: initial;
}

.brand__wrapper.active .brand-item:nth-last-child(-n + 14) {
  opacity: 1;
  visibility: visible;
}

.brand__wrapper_all {
  margin-top: 40px;
  max-height: initial;
}

.products {
  margin: 100px 0;
}

.products__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.products__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.products .products__head {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products__all {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.products__all:hover {
  color: #1B437C;
}

.products .products-filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .products-filter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 75px;
}

.products .products-filter__item span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: justify;
  color: #000000;
  display: block;
  margin-right: 28px;
}

.products .products-filter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: justify;
  color: #626262;
  margin-right: 28px;
}

.products .products-filter__label:last-child {
  margin-right: 0;
}

@media (any-hover: hover) {
  .products .products-filter__label:hover .products-filter__input-fake {
    border: 1px solid #0F2E5A;
  }
}

.products .products-filter__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.products .products-filter__input-fake {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
  border: 1px solid #D4D4D4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .products-filter__input-fake::before {
  content: '';
  background: url("/wp-content/themes/statusgroup/img/filled.svg") center/contain no-repeat;
  width: 9px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s ease transform;
  transition: .3s ease transform;
  opacity: 0;
  visibility: hidden;
}

.products .products-filter .products-filter__input:checked + .products-filter__input-fake::before {
  opacity: 1;
  visibility: visible;
}

.products .products-filter__cost {
  margin-right: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .products-filter__cost span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: justify;
  color: #000000;
  margin-right: 28px;
}

.products .products-filter__cost input {
  padding: 4px 6px;
  text-align: center;
  width: 80px;
  height: 28px;
  border: 1px solid #D4D4D4;
  outline: none;
  margin-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #000000;
}

.products .products-filter__cost input:last-child {
  margin-right: 0;
}

.products .products-filter__cost input::-webkit-outer-spin-button,
.products .products-filter__cost input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.products .products-filter button {
  outline: none;
  border: none;
  width: 103px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0F2E5A;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.products .products-filter button.active {
  opacity: 1;
  visibility: visible;
}

.products .products-filter button:hover {
  background: #1B437C;
}

.products .products-filter button:focus {
  background: #0F2E5A;
}

.products .select {
  position: relative;
  width: 256px;
  height: 28px;
  border: 1px solid #D4D4D4;
}

.products .select[data-state="active"] .select__content {
  opacity: 1;
  visibility: visible;
}

.products .select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px 12px;
  cursor: pointer;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #626262;
}

.products .select__title::after {
  content: '';
  position: relative;
  background: url("/wp-content/themes/statusgroup/img/arrow-select.svg") center/contain no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.products .select .select__content {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 2px);
  background-color: #ffffff;
  border: 1px solid #D4D4D4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
  visibility: hidden;
}

.products .select .select__content .select__input {
  display: none;
}

.products .select .select__content .select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 33.3px;
  padding: 0px 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.products .select .select__content .select__label:hover {
  background: #f3f3f3;
}

.products .select .select__content .select__label + input + .products .select .select__content .select__label {
  border-top: 0 solid #C7CCD160;
}

.products__wrapper {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.products__wrapper .product {
  background: #FFFFFF;
  padding: 20px;
  border: 1px solid #D4D4D4;
  position: relative;
  height: 393px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  text-decoration: none;
}

.products__wrapper .product.sold .product__img {
  opacity: 0.3;
}

.products__wrapper .product.sold .product-content > * {
  opacity: 0.3;
}

.products__wrapper .product.sold .product__price {
  opacity: 0.3;
}

.products__wrapper .product .product-info {
  position: absolute;
  top: 20px;
  left: 0;
}

.products__wrapper .product .product-info .product-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 38px;
  height: 18px;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.products__wrapper .product .product-info .product-mark:last-child {
  margin-bottom: 0;
}

.products__wrapper .product .product-info .product-new {
  background: #0F2E5A;
}

.products__wrapper .product .product-info .product-sale {
  background: #780D13;
}

.products__wrapper .product .product-info .product-sold {
  background: #626262;
}

.products__wrapper .product__img {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products__wrapper .product__img img {
  display: block;
  max-width: 100%;
  height: 258px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.products__wrapper .product .product-content {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  padding-top: 0px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  z-index: 100;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px -15px 21px 7px #FFFFFF;
          box-shadow: 0px -15px 21px 7px #FFFFFF;
}

.products__wrapper .product__brand {
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #626262;
}

.products__wrapper .product__model {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  position: relative;
  margin-top: 4px;
}

.products__wrapper .product__model .brand-model__wrapper {
  height: 44px;
  position: absolute;
  width: 100%;
  top: 15px;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0px 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.products__wrapper .product__model .brand-model__wrapper .brand-model__block {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products__wrapper .product__model .brand-model__wrapper .brand-model__block:last-child {
  margin-bottom: 0;
}

.products__wrapper .product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #0F2E5A;
}

.products__wrapper .product__price span {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #626262;
  display: block;
  font-weight: 400;
  margin-right: 8px;
}

@media (any-hover: hover) {
  .products__wrapper .product:hover .product-content {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px);
    padding-top: 30px;
  }
  .products__wrapper .product:hover .product__model .brand-model__wrapper {
    opacity: 1;
    visibility: visible;
    padding: 15px 0;
    height: auto;
  }
}

.products .watch-not-found {
  text-align: center;
  height: 393px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

.estimate {
  margin: 100px 0 84px 0;
}

.estimate__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.estimate__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.estimate__rel {
  margin-top: 12px;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #0F2E5A;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.estimate__rel:hover {
  color: #1B437C;
}

.estimate .estimate-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 28px 32px;
  margin: 36px 0 0 0;
  position: relative;
}

.estimate .estimate-form .estimate-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.estimate .estimate-form .estimate-form__item span {
  margin-right: 28px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #000000;
}

.estimate .estimate-form .estimate-form__item .item-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.estimate .estimate-form .estimate-form__item .item-variants__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 28px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: justify;
  color: #626262;
}

.estimate .estimate-form .estimate-form__item .item-variants__label:last-child {
  margin-right: 0;
}

.estimate .estimate-form .estimate-form__item .item-variants__label:hover .item-variants__input-fake {
  border: 1px solid #0F2E5A;
}

.estimate .estimate-form .estimate-form__item .item-variants__input-fake {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #D4D4D4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.estimate .estimate-form .estimate-form__item .item-variants__input-fake::before {
  content: '';
  background: url("/wp-content/themes/statusgroup/img/filled.svg") center/contain no-repeat;
  width: 8.5px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s ease transform;
  transition: .3s ease transform;
  opacity: 0;
  visibility: hidden;
}

.estimate .estimate-form .estimate-form__item .item-variants .item-variants__input:checked + .item-variants__input-fake::before {
  opacity: 1;
  visibility: visible;
}

.estimate .estimate-form .estimate-form__item input {
  border: 1px solid #D4D4D4;
  outline: none;
  height: 44px;
  padding: 14px 16px;
  width: 296px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #626262;
}

.estimate .estimate-form .estimate-form__item.file {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / 5;
}

.estimate .estimate-form .estimate-form__item.file .file__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.estimate .estimate-form .estimate-form__item.file .file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.estimate .estimate-form button {
  cursor: pointer;
  outline: none;
  width: 296px;
  height: 44px;
  background: #0F2E5A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
  border: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.estimate .estimate-form button:hover {
  background: #1B437C;
}

.estimate .estimate-form button:focus {
  background: #0F2E5A;
}

.estimate .estimate-form p {
  display: none !important;
}

.estimate .estimate-form p:last-of-type {
  margin: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.estimate .custom-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.estimate .custom-file-upload__img {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

.estimate .custom-file-upload__img svg {
  display: block;
}

.estimate .custom-file-upload__img svg circle {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.estimate .custom-file-upload__img.active svg circle {
  fill: #1B437C;
}

.estimate .custom-file-upload__img.error svg circle {
  fill: #FF7272;
}

.estimate .custom-file-upload__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  color: #626262;
}

.estimate .custom-file-upload:hover .custom-file-upload__title {
  color: #1B437C !important;
}

.estimate .custom-file-upload:hover .custom-file-upload__img svg circle {
  fill: #1B437C;
}

.estimate span.wpcf7-form-control-wrap {
  margin: 0 !important;
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item {
  margin: 0 !important;
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item.first {
  margin-right: 28px !important;
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label input {
  width: auto;
  height: auto;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label span {
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: justify;
  color: #626262;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label span::before {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 4px;
  border: 1px solid #D4D4D4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label span::after {
  display: none;
}

@media (any-hover: hover) {
  .estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label:hover span::before {
    border: 1px solid #0F2E5A;
  }
}

.estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label input:checked + span::before {
  background: url("/wp-content/themes/statusgroup/img/filled.svg") center/8px no-repeat;
}

.estimate .estimate-form__item.file br {
  display: none !important;
}

.estimate .estimate-form__item.file .custom-file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__img {
  margin-right: 8px;
}

.estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__img p {
  margin: 0 8px 0 0 !important;
}

.estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__img p svg circle {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #626262;
}

.estimate .estimate-form__item.file:hover .custom-file-upload__img p svg circle {
  fill: #1B437C;
}

.estimate span.wpcf7-not-valid-tip {
  display: none !important;
}

.estimate .wpcf7-response-output {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 !important;
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  margin: 0 !important;
  border: none !important;
  height: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: #626262;
  position: absolute;
  bottom: -36px;
}

.estimate input.wpcf7-multifile {
  border: none !important;
  padding: 0 !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  display: none !important;
}

.estimate input.wpcf7-multifile.wpcf7-not-valid {
  color: #FF7272;
  border: none !important;
}

.estimate input.wpcf7-not-valid {
  border: 1px solid #FF7272 !important;
}

.estimate span.wpcf7-not-valid .wpcf7-list-item label .wpcf7-list-item-label::before {
  border: 1px solid #FF7272 !important;
}

.list {
  margin: 100px 0;
}

.list__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.list__wrapper {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 43px;
}

.list__wrapper .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list__wrapper .list-item__img {
  display: block;
  margin-right: 32px;
}

.list__wrapper .list-item__img img {
  display: block;
  max-width: initial;
}

.list__wrapper .list-item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0F2E5A;
}

.list__wrapper .list-item a.list-item__descr {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.list__wrapper .list-item a.list-item__descr:hover {
  color: #1B437C;
}

.list__wrapper .list-item__descr {
  margin: 8px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  text-decoration: none;
  display: block;
}

.list__wrapper .list-item__descr_social {
  text-decoration: underline;
}

.steps {
  margin: 100px 0;
}

.steps__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.steps__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px 0;
  margin: 28px 0 0 0;
}

.steps__wrapper .step:last-child .step__title {
  padding: 0;
}

.steps__wrapper .step:last-child .step__descr {
  padding: 0;
}

.steps__wrapper .step__num {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #626262;
}

.steps__wrapper .step__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D4D4D4;
  position: relative;
  margin-top: 8px;
}

.steps__wrapper .step__line::before {
  content: '';
  display: block;
  width: 8px;
  background: #D4D4D4;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.steps__wrapper .step__title {
  margin-top: 19px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0F2E5A;
  padding-right: 32px;
}

.steps__wrapper .step__descr {
  margin: 10px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  padding-right: 32px;
}

.articles {
  margin: 100px 0;
}

.articles__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.articles__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.articles__title p {
  margin: 0;
}

.articles__all {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.articles__all:hover {
  color: #1B437C;
}

.articles__wrapper {
  margin: 30px 0 2px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.articles__wrapper p {
  display: none;
}

.articles__wrapper .article {
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #D4D4D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.articles__wrapper .article__img {
  height: 280px;
}

.articles__wrapper .article__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles__wrapper .article:hover .article-content {
  background: #F3F3F3;
}

.articles__wrapper .article .article-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 32px 30px 32px;
  border-top: 1px solid #D4D4D4;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.articles__wrapper .article .article-content .article__date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #626262;
}

.articles__wrapper .article .article-content .article__title {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0F2E5A;
}

.articles ul.page-numbers {
  margin: 100px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.articles .page-numbers {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #626262;
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.articles .page-numbers.current {
  font-weight: 500;
  color: #0F2E5A;
}

.articles .page-numbers li {
  margin-right: 20px;
}

.articles .page-numbers li:last-child {
  margin-right: 0;
}

.articles .page-numbers svg {
  display: block;
  max-width: 12px;
  height: 18px;
  cursor: pointer;
}

.articles .page-numbers svg path {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.articles .page-numbers:hover {
  color: #0F2E5A;
}

.articles .page-numbers:hover path {
  stroke: #0F2E5A;
}

.questions {
  margin: 100px 0;
}

.questions__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.questions .questions-main {
  margin-top: 28px;
}

.questions .questions-main .question {
  margin-bottom: 24px;
}

.questions .questions-main .question:last-child {
  margin-bottom: 0;
}

.questions .questions-main .question__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D4D4D4;
  height: 54px;
  width: 100%;
  padding: 16px 32px;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.questions .questions-main .question__item:hover {
  background: #f3f3f3;
}

.questions .questions-main .question__item svg {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.questions .questions-main .question__item.active {
  color: #0F2E5A;
}

.questions .questions-main .question__item.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.questions .questions-main .question .question-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.questions .questions-main .question .question-content p {
  padding: 16px 32px 0 32px;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.footer {
  background: #1B1B1B;
  padding: 60px 0;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__wrapper .menu__title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__wrapper .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none;
}

.footer__wrapper .menu__list div:first-child {
  margin-right: 36px;
}

.footer__wrapper .menu__item {
  margin-bottom: 12px;
}

.footer__wrapper .menu__item:last-child {
  margin-bottom: 0;
}

.footer__wrapper .menu__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.footer__wrapper .menu__item__wrapper .menu__link {
  margin-right: 12px;
  display: block;
  font-size: 12px;
}

.footer__wrapper .menu__item__wrapper .menu__link:last-child {
  margin-right: 0;
}

.footer__wrapper .menu__link {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.footer__wrapper .menu__link:hover {
  color: #1B437C;
}

.footer__wrapper .menu__link.active {
  font-weight: 700;
  pointer-events: none;
}

.footer__wrapper .footer-info__title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__wrapper .footer-info__subtitle {
  margin-top: 20px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__wrapper .footer-info__contact {
  margin-top: 20px;
}

.footer__wrapper .footer-info__tel {
  margin-top: 20px;
}

.footer__wrapper .footer-info__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 8px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.footer__wrapper .footer-info__tel a img {
  height: 16px;
  display: block;
  margin-right: 8px;
}

.footer__wrapper .footer-info__tel a:last-child {
  margin-bottom: 0;
}

.footer__wrapper .footer-info__tel a:hover {
  color: #1B437C;
}

.footer__wrapper .footer-info__mail {
  margin-top: 12px;
}

.footer__wrapper .footer-info__mail a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.footer__wrapper .footer-info__mail a:hover {
  color: #1B437C;
}

.footer__wrapper .footer-info__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.footer__wrapper .footer-info__socials .social {
  display: block;
  margin-right: 16px;
}

.footer__wrapper .footer-info__socials .social:last-child {
  margin-right: 0;
}

.footer__wrapper .footer-info__socials .social svg {
  display: block;
}

.footer__wrapper .footer-info__socials .social svg path {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.footer__wrapper .footer-info__socials .social:hover svg path {
  fill: #1B437C;
}

.footer__wrapper .footer-subscribes__title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form {
  margin: 20px 0 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_text {
  width: 296px;
  padding: 12px 16px !important;
  margin: 0 !important;
  border: 1px solid #8D8D8D;
  outline: none;
  background: transparent;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #FFFFFF;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_text.parsley-error {
  border: 1px solid #FF7272;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .parsley-errors-list {
  display: none !important;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph.last {
  position: relative;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph, .footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_recaptcha {
  visibility: visible !important;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .g-recaptcha-outer {
  text-align: center;
  border-radius: 2px;
  background: #f9f9f9;
  border-style: solid;
  border-color: #37474f;
  border-width: 1px;
  border-bottom-width: 2px;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .g-recaptcha-inner {
  width: 154px;
  height: 82px;
  overflow: hidden;
  margin: 0 auto;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .g-recaptcha {
  position: relative;
  left: -2px;
  top: -1px;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_submit {
  width: 296px;
  margin-top: 12px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  background: #0F2E5A;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_submit:hover {
  background: #1B437C;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form .mailpoet_submit:focus {
  background: #0F2E5A;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 .mailpoet_form_loading {
  position: absolute;
  bottom: -25px;
}

.footer__wrapper .footer-subscribes #mailpoet_form_1 .mailpoet_message {
  display: none !important;
}

.footer__wrapper .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__wrapper .footer-logo div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__wrapper .footer-logo img {
  display: block;
}

.footer__wrapper .footer-logo span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__wrapper .footer-logo .developed__title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__wrapper .footer-logo .developed a {
  text-decoration: none;
  display: block;
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.footer__wrapper .footer-logo .developed a:hover {
  color: #1B437C;
}

.overlay, .overlay-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background: rgba(98, 98, 98, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.overlay.active, .overlay-hamburger.active {
  display: block;
}

.modal {
  z-index: 2000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__wrapper {
  padding: 0 32px;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal__close img {
  display: block;
  width: 18px;
  height: 18px;
}

.modal__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0F2E5A;
  max-width: 478px;
}

.modal__subtitle {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  max-width: 478px;
  color: #0F2E5A;
}

.modal__subtitle a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0F2E5A;
}

.modal__img {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal__img img {
  display: block;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-ref {
  width: 624px;
  height: 475px;
}

.modal-estimate {
  width: 624px;
  height: 228px;
}
.modal-estimate-preload {
  width: 624px;
  height: 228px;
  text-align: center;
}

.modal-feedback {
  width: 733px;
  height: 395px;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.modal-feedback .modal__wrapper {
  padding: 0;
  width: 100%;
}

.modal-feedback .modal__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-feedback .modal-content {
  padding: 32px;
  max-width: 437px;
}

.modal-feedback .modal-content__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0F2E5A;
}

.modal-feedback .modal-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  position: relative;
}

.modal-feedback .modal-content form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  margin-bottom: 16px;
  height: 44px;
  border: 1px solid #D4D4D4;
  outline: none;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #626262;
}

.modal-feedback .modal-content form input.wpcf7-not-valid {
  border: 1px solid #FF7272;
}

.modal-feedback .modal-content form button {
  width: 100%;
  outline: none;
  height: 44px;
  background: #0F2E5A;
  -webkit-transform: .2s ease;
          transform: .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
}

.modal-feedback .modal-content form button:hover {
  background: #1B437C;
}

.modal-feedback .modal-content form button:focus {
  background: #0F2E5A;
}

.modal-feedback .modal-content form .wpcf7-response-output {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #626262;
  color: #000000;
  position: absolute;
  bottom: -28px;
}

.modal-feedback .modal-content form .wpcf7-not-valid-tip {
  display: none !important;
}

.modal-feedback .modal-content form p {
  margin: 0 !important;
}

.modal-feedback .modal-content form p br {
  display: none;
}

.modal-feedback .modal-content__bottom {
  margin-top: 38px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #626262;
}

.modal-feedback .modal-item {
  padding: 20px 0;
  background: #FFFFFF;
  border-left: 1px solid #D4D4D4;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 296px;
          flex: 0 1 296px;
}

.modal-feedback .modal-item__img img {
  display: block;
  width: auto;
  height: 258px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.modal-feedback .modal-item__brand {
  margin-top: 32px;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #626262;
}

.modal-feedback .modal-item__model {
  margin-top: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #0F2E5A;
}

.modal-feedback .modal-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  display: flex;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  font-weight: 600;
  color: #0F2E5A;
}

.modal-feedback .modal-item__price span.old-price {
  color: #626262;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-weight: 400;
  margin-right: 14px;
  display: block;
}

.modal-success {
  width: 733px;
  height: 395px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-success .modal__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #0F2E5A;
}

.modal-success .modal__img {
  margin-top: 32px;
}

.modal-success .modal__img img {
  max-width: 68px;
}

.no-found {
  padding: 372px 0 370px 0;
  background: #ffffff;
  overflow: hidden;
}

.no-found .container {
  position: relative;
}

.no-found .no-found__bg {
  position: absolute;
}

.no-found .no-found__bg_t {
  top: -695px;
  left: -655px;
}

.no-found .no-found__bg_b {
  bottom: -390px;
  right: -375px;
}

.no-found img {
  display: block;
  margin: 0 auto;
}

.no-found__title {
  margin: 0;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.no-found__descr {
  max-width: 584px;
  margin: 40px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #2B2B2B;
}

.no-found__descr br {
  display: none;
}

.no-found__descr a {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #2B2B2B;
  font-weight: 700;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.no-found__descr a:hover {
  color: #1B437C;
}

.product {
  padding: 84px 0 100px 0;
  background: #FFFFFF;
}

.product .product-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-menu ul li {
  margin-right: 8px;
}

.product .product-menu ul li:last-child {
  margin-right: 0 !important;
}

.product .product-menu ul a, .product .product-menu ul span {
  text-decoration: none;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #626262;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.product .product-menu ul a:hover, .product .product-menu ul span:hover {
  color: #1B437C;
}

.product .product-menu ul a.disable, .product .product-menu ul span.disable {
  pointer-events: none;
}

.product .item {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 110px 0 0;
  position: relative;
}

.product .item.sold .item__images {
  opacity: 0.3;
}

.product .item .item__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-right: 32px;
}

.product .item .item__images .gallery-main {
  overflow: hidden;
  margin-left: 32px;
  height: 100%;
  width: 100%;
  min-width: 0;
  max-width: 624px;
}

.product .item .item__images .gallery-main .swiper-slide {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 624px;
  width: 624px !important;
}

.product .item .item__images .swiper-button-prev, .product .item .item__images .swiper-button-next {
  margin: 0;
  padding: 0;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}

.product .item .item__images .swiper-button-prev::after, .product .item .item__images .swiper-button-next::after {
  content: '' !important;
  display: block;
  background: url("/wp-content/themes/statusgroup/img/arrow-question.svg") center/contain no-repeat !important;
  width: 18px !important;
  height: 18px !important;
}

.product .item .item__images .swiper-button-prev {
  display: none !important;
}

.product .item .item__images .swiper-button-next {
  position: relative;
  margin-top: 29px !important;
  bottom: auto !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  width: auto !important;
  height: auto !important;
  height: 18px !important;
  width: 18px !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
}

.product .item .item__images .gallery-thumbs__wrapper {
  position: relative;
}

.product .item .item__images .gallery-thumbs {
  overflow: hidden;
  height: 607px;
}

.product .item .item__images .gallery-thumbs .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .item .item__images .gallery-thumbs .swiper-slide {
  -webkit-transition: border .2s ease;
  transition: border .2s ease;
  border: 1px solid #D4D4D4;
  width: 77px;
  height: 77px !important;
  max-height: 77px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-bottom: 29px !important;
}

.product .item .item__images .gallery-thumbs .swiper-slide:last-child {
  margin-bottom: 0 !important;
}

@media (any-hover: hover) {
  .product .item .item__images .gallery-thumbs .swiper-slide:hover {
    border: 1px solid #1B437C;
  }
}

.product .item .item__images .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #626262;
}

.product .item__info {
  min-width: 406px;
}

.product .item .product-mark {
  width: 38px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.product .item .product-mark.product-new {
  background: #0F2E5A;
}

.product .item .product-mark.product-sale {
  background: #780D13;
}

.product .item .product-mark.product-sold {
  background: #626262;
}

.product .item .product-mark:last-child {
  margin-bottom: 28px;
}

.product .item__brand {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #626262;
}

.product .item__name {
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
}

.product .item__ref {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  color: #000000;
}

div.item__additional-text {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  color: #000000;
}


.product .item__price {
  margin-top: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  text-align: left;
  color: #0F2E5A;
}

.product .item__price .old-price {
  color: #626262;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  font-weight: 400;
  margin-right: 14px;
}

.product .item__connect {
  margin-top: 28px;
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  border: none;
  cursor: pointer;
  background: #0F2E5A;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.product .item__connect:hover {
  background: #1B437C;
}

.product .item__connect:focus {
  background: #0F2E5A;
}

.product .item .item-subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

.product .item .item-functions, .product .item .item-peculiarities, .product .item .item-characteristics {
  margin-top: 28px;
}

.product .item .item-functions .item-list, .product .item .item-peculiarities .item-list, .product .item .item-characteristics .item-list {
  margin-top: 16px;
}

.product .item .item-functions .item-list span, .product .item .item-peculiarities .item-list span, .product .item .item-characteristics .item-list span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  color: #000000;
  margin-bottom: 8px;
}

.product .item .item-functions .item-list span:last-child, .product .item .item-peculiarities .item-list span:last-child, .product .item .item-characteristics .item-list span:last-child {
  margin-bottom: 0 !important;
}

.product .item .item-characteristics__list {
  margin-top: 16px;
}

.product .item .item-characteristics__list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 16px;
}

.product .item .item-characteristics__list .block:last-child {
  margin-bottom: 0;
}

.product .item .item-characteristics__list .block:last-child::after {
  display: none;
}

.product .item .item-characteristics__list .block-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}


.product .item .item-characteristics__list .block-char {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
}

.product .item .item-characteristics__list .block::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D4D4D4;
}

.product .product-articles {
  margin-top: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product .item-info {
  margin: 0px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product .item-info__content {
  max-width: 733px;
}

.product .item-info__title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #0F2E5A;
}

.product .item-info__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.product .item-info__img {
  width: 405px;
}

.product .item-info__img img {
  width: 100%;
  display: block;
}

.product .product-article {
  margin: 100px 0 0 0;
}

.product .product-article__title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #0F2E5A;
}

.product .product-article__descr {
  margin: 28px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: justify;
  color: #000000;
}

.product .product-article__img {
  margin-top: 40px;
}

.product .product-article__img img {
  display: block;
}

@media (max-width: 1600px) {
  .header .menu .menu__item {
    margin-right: 30px;
  }
  .header .menu .menu__item:last-child {
    margin-right: 0;
  }
  .footer .menu__item {
    margin-bottom: 12px;
  }
  .main__content {
    padding-top: 188px;
  }
  .main__img {
    margin-right: -120px;
  }
  .main__img img {
    max-width: 758px;
    max-height: 758px;
  }
  .main__img img.main__img-bg {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 600px;
    bottom: 0;
    left: -132px;
  }
  .modal-ref {
    width: 544px;
    height: 492px;
  }
  .modal-estimate-preload {
    width: 544px;
    height: 220px;
  }
  .modal-estimate {
    width: 544px;
    height: 220px;
  }
  .no-found {
    padding: 200px 0;
  }
  .no-found .no-found__bg_t {
    top: -430px;
    left: -405px;
  }
  .no-found .no-found__bg_t img {
    max-width: 715px;
  }
  .no-found .no-found__bg_b {
    bottom: -210px;
    right: -120px;
  }
  .no-found .no-found__bg_b img {
    max-width: 357px;
  }
}

@media (max-width: 1330px) {
  .container {
    width: 1120px;
  }
  .no-found {
    padding: 150px 0;
  }
  .no-found .no-found__bg_t {
    top: -405px;
    left: -415px;
  }
  .no-found .no-found__bg_t img {
    max-width: 715px;
  }
  .no-found .no-found__bg_b {
    bottom: -210px;
    right: -120px;
  }
  .no-found .no-found__bg_b img {
    max-width: 357px;
  }
  .header .menu .menu__item {
    margin-right: 16px;
  }
  .header .menu .menu__item:last-child {
    margin-right: 0;
  }
  .main__content {
    max-width: 544px;
  }
  .main__img {
    margin-right: -215px;
  }
  .main__img img {
    max-width: 745px;
  }
  .info .container {
    height: 383px;
    min-height: initial;
    padding: 0 64px;
  }
  .info .info-content {
    padding-top: 64px;
    max-width: 480px;
  }
  .info .info__img img.info__img-bg {
    max-width: initial;
    height: 100%;
    right: -120px;
  }
  .brand-info__wrapper {
    min-height: 383px;
  }
  .brand-info__content {
    margin: 64px 0 0 64px;
    max-width: 479px;
  }
  .brand-info__title {
    max-width: initial;
  }
  .brand-info__descr {
    max-width: initial;
  }
  .brand-info__img {
    min-width: 448px;
  }
  .brand-info__img img {
    max-width: 256px;
  }
  .blog-info__wrapper {
    min-height: 383px;
  }
  .blog-info__content {
    margin: 64px 0 0 64px;
    max-width: 479px;
  }
  .blog-info__title {
    max-width: initial;
  }
  .blog-info__descr {
    max-width: initial;
  }
  .blog-info__img {
    max-width: 448px;
  }
  .text-1__img {
    min-height: initial;
  }
  .text-2__descr {
    max-width: 994px;
  }
  .text-3__content {
    max-width: 640px;
  }
  .text-3__img {
    width: 352px;
  }
  .text-4__content {
    max-width: 640px;
  }

  .text-4__img {
    width: 352px;
  }
  .brand .swiper .swiper-slide {
    height: 86px !important;
    width: 161.333px !important;
  }
  .brand .swiper .swiper-slide img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .brand__wrapper_all .brand-item {
    height: 86px;
  }
  .brand__wrapper_all .brand-item img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .products .products-filter__item span {
    margin-right: 16px;
  }
  .products .products-filter__label {
    margin-right: 20px;
  }
  .products .products-filter__input-fake {
    width: 18px;
    height: 18px;
  }
  .products .products-filter__input-fake::before {
    width: 8px;
    height: 6px;
  }
  .products .products-filter__cost {
    margin-right: 48px;
  }
  .products .products-filter__cost span {
    margin-right: 16px;
  }
  .products .products-filter__cost input {
    margin-right: 20px;
  }
  .products .products-filter__cost input:last-child {
    margin-right: 0;
  }
  .products .product {
    padding: 17px;
    height: 353px;
  }
  .products .product__img img {
    height: 222px;
  }
  .products .product .product-content {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media (max-width: 1330px) and (any-hover: hover) {
  .products .product:hover .product-content {
    padding-top: 15px;
  }
  .products .product:hover .product__model .brand-model__wrapper {
    padding: 12px 0;
  }
}

@media (max-width: 1330px) {
  .products .watch-not-found {
    height: 353px;
  }
  .estimate .estimate-form {
    gap: 20px 32px;
  }
  .estimate .estimate-form .estimate-form__item input {
    width: 100%;
  }
  .estimate .estimate-form button {
    width: 100%;
  }
  .list__wrapper {
    margin-top: 28px;
    gap: 28px 32px;
  }
  .list .list-item__img img {
    max-width: 64px;
  }
  .articles .article__img {
    height: 242px;
  }
  .footer .footer__wrapper .menu__list div:first-child {
    margin-right: 20px;
  }
  .footer .footer__wrapper .footer-info__subtitle {
    margin-top: 16px;
  }
  .product .item {
    padding: 0 !important;
  }
  .product .item .item__images {
    top: 80px;
  }
  .product .item .item__images .gallery-thumbs {
    height: 568px;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide {
    width: 64px;
    height: 64px !important;
    margin-bottom: 20px !important;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide:last-child {
    margin-bottom: 0 !important;
  }
  .product .item .item__images .gallery-main {
    max-width: 544px;
  }
  .product .item .item__images .gallery-main .swiper-slide {
    background-position: center;
    max-width: 544px;
    height: 544px;
  }
  .product .item__info {
    min-width: 448px;
  }
  .product .product-article {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
  }
  .product .product-article__img img {
    width: 100%;
  }
  .product .item-info {
    margin-top: 100px;
  }
  .product .item-info__content {
    max-width: 640px;
  }
  .product .item-info__img {
    width: 352px;
  }
  .modal-feedback {
    width: 693px;
    height: 370px;
  }
  .modal-feedback .modal__close {
    right: 16px;
    top: 16px;
  }
  .modal-feedback .modal__close img {
    width: 18px;
    height: 18px;
  }
  .modal-feedback .modal-content form {
    margin-top: 20px;
  }
  .modal-feedback .modal-content form input {
    margin-bottom: 12px;
  }
  .modal-feedback .modal-content__bottom {
    margin-top: 35px;
  }
  .modal-feedback .modal-item {
    padding: 16px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 256px;
            flex: 0 1 256px;
  }
  .modal-feedback .modal-item__img img {
    max-width: 100%;
    height: 222px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .modal-feedback .modal-item__brand {
    margin-top: 30px;
  }
  .modal-success {
    width: 693px;
    height: 355px;
  }
  .modal-success .modal__close {
    right: 16px;
    top: 16px;
  }
  .modal-success .modal__close img {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 944px;
  }
  .no-found {
    padding: 156px 0;
  }
  .no-found img {
    max-width: 455px;
  }
  .no-found__title {
    font-size: 20px;
    line-height: 24px;
  }
  .no-found__descr, .no-found__descr a {
    font-size: 14px;
    line-height: 180%;
    margin-top: 32px;
  }
  .no-found .no-found__bg_t {
    top: -320px;
    left: -165px;
  }
  .no-found .no-found__bg_t img {
    max-width: 510px;
  }
  .no-found .no-found__bg_b {
    bottom: -170px;
    right: -50px;
  }
  .no-found .no-found__bg_b img {
    max-width: 255px;
  }
  .modal-estimate {
    width: 456px;
    height: 188px;
  }
  .modal-estimate .modal__wrapper {
    padding: 0 32px;
  }
  .modal-estimate .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-estimate .modal__close img {
    max-width: 12px;
    height: 12px;
  }
  .modal-estimate .modal__title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-estimate .modal__subtitle {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
    max-width: 392px;
  }
  .modal-estimate .modal__img img {
    max-width: 58px;
  }
  .modal-estimate-preload {
    width: 456px;
    height: 188px;
  }
  .modal-estimate-preload .modal__wrapper {
    padding: 0 32px;
  }
  .modal-estimate-preload .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-estimate-preload .modal__close img {
    max-width: 12px;
    height: 12px;
  }
  .modal-estimate-preload .modal__title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-estimate-preload .modal__subtitle {
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
    max-width: 392px;
  }
  .modal-estimate-preload .modal__img img {
    max-width: 58px;
  }
  .modal-ref {
    width: 456px;
    height: 415px;
  }
  .modal-ref .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-ref .modal__close img {
    max-width: 12px;
    height: 12px;
  }
  .modal-ref .modal__title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-ref .modal__subtitle, .modal-ref .modal__subtitle a {
    font-size: 12px;
    line-height: 15px;
  }
  .modal-ref .modal__img img {
    max-width: 392px;
  }
  .header .container {
    width: 970px;
  }
  .header .menu__link {
    font-size: 13px;
  }
  .header .socials {
    display: none;
  }
  .main__content {
    max-width: 456px;
  }
  .main__title {
    font-size: 28px;
    line-height: 34px;
  }
  .main__descr {
    font-size: 14px;
    line-height: 140%;
  }
  .main__img {
    margin-right: -170px;
  }
  .main__img img {
    max-width: 660px;
  }
  .main__img img.main__img-bg {
    left: -100px;
    width: 550px;
    height: 550px;
  }
  .info {
    margin: 80px 0;
  }
  .info .container {
    max-height: 360px;
    padding: 0 49px;
  }
  .info .info-content {
    padding-top: 49px;
    max-width: 407px;
  }
  .info .info__title {
    font-size: 28px;
    line-height: 34px;
  }
  .info .info__descr {
    font-size: 14px;
    line-height: 140%;
    margin-top: 20px;
  }
  .info .info__img img.info__img-bg {
    max-width: initial;
    height: 100%;
  }
  .brand-info__content {
    margin: 49px 0 0px 49px;
    max-width: 407px;
  }
  .brand-info__wrapper {
    min-height: 360px;
  }
  .brand-info__title {
    font-size: 28px;
    line-height: 34px;
  }
  .brand-info__descr {
    font-size: 14px;
    line-height: 140%;
  }
  .brand-info__img {
    min-width: 342px;
  }
  .brand-info__img img {
    max-width: 244px;
  }
  .blog-info__content {
    margin: 49px 0 0px 49px;
    max-width: 407px;
  }
  .blog-info__wrapper {
    min-height: 360px;
  }
  .blog-info__title {
    font-size: 28px;
    line-height: 34px;
  }
  .blog-info__descr {
    font-size: 14px;
    line-height: 140%;
  }
  .blog-info__img {
    max-width: 342px;
  }
  .blog-info__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .text-1__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .text-1__img {
    margin-top: 20px;
  }
  .text-2__descr {
    font-size: 12px;
    line-height: 140%;
    max-width: 820px;
  }
  .text-3__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .text-3__content {
    max-width: 551px;
  }
  .text-3__img {
    width: 293px;
  }
  .text-4__list {
    font-size: 12px;
    line-height: 140%;
  }
  .text-4__content {
    max-width: 551px;
  }
  .text-4__img {
    width: 293px;
  }
  .brand {
    padding-top: 0;
  }
  .brand__title {
    font-size: 24px;
  }
  .brand .swiper .swiper-wrapper.disable {
    gap: 20px 30px;
  }
  .brand .swiper .swiper-slide {
    height: 72px !important;
    width: 132px !important;
  }
  .brand .swiper .swiper-slide img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .brand__wrapper_all {
    gap: 20px 30px;
  }
  .brand__wrapper_all .brand-item {
    height: 72px;
  }
  .brand__wrapper_all .brand-item img {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  .products__title {
    font-size: 24px;
    line-height: 29px;
  }
  .products .products__head {
    margin-top: 28px;
  }
  .products .products-filter__item {
    margin-right: 32px;
  }
  .products .products-filter__item span {
    font-size: 12px;
    line-height: 115%;
    margin-right: 16px;
  }
  .products .products-filter__item .products-filter__label {
    font-size: 12px;
    line-height: 115%;
    margin-right: 16px;
  }
  .products .products-filter__item .products-filter__label .products-filter__input-fake {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
  .products .products-filter__item .products-filter__label .products-filter__input-fake::before {
    width: 6px;
    height: 6px;
  }
  .products .products-filter__cost {
    margin-right: 32px;
  }
  .products .products-filter__cost span {
    font-size: 12px;
    line-height: 115%;
    margin-right: 16px;
  }
  .products .products-filter__cost input {
    margin-right: 16px;
    height: 24px;
    font-size: 12px;
    line-height: 140%;
  }
  .products .products-filter__cost input:last-child {
    margin-right: 0 !important;
  }
  .products .products-filter button {
    width: 95px;
    height: 24px;
  }
  .products .select {
    width: 200px;
    height: 24px;
  }
  .products .select__title {
    font-size: 12px;
    line-height: 140%;
  }
  .products .select .select__content .select__label {
    font-size: 12px;
    line-height: 140%;
    height: 25px;
  }
  .products__wrapper {
    margin-top: 28px;
    gap: 32px;
  }
  .products .product {
    padding: 14px 8px;
    height: 301px;
  }
  .products .product:hover .product__model .brand-model__wrapper {
    padding-top: 10px;
    top: 20px;
  }
  .products .product:hover .product-content {
    padding-top: 10px;
  }
  .products .product__img img {
    height: 184px;
  }
  .products .product .product__brand {
    font-size: 8px;
    line-height: 10px;
  }
  .products .product .product__model {
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
  }
  .products .product .product__model .brand-model__wrapper .brand-model__block {
    margin-bottom: 3px;
  }
  .products .product .product__price {
    font-size: 14px;
    line-height: 140%;
  }
  .products .product .product-content {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .products .watch-not-found {
    height: 301px;
  }
  .estimate__title {
    font-size: 24px;
    line-height: 29px;
  }
  .estimate__descr {
    font-size: 12px;
    line-height: 140%;
    margin-top: 28px;
  }
  .estimate .estimate-form {
    margin-top: 20px;
  }
  .estimate .estimate-form .estimate-form__item span {
    font-size: 12px;
    line-height: 115%;
    margin-right: 16px;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label {
    margin-right: 16px;
    font-size: 12px;
    line-height: 115%;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label .item-variants__input-fake {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label .item-variants__input-fake::before {
    width: 8px;
    height: 8px;
  }
  .estimate .estimate-form .estimate-form__item input {
    padding: 11px 16px;
    font-size: 12px;
    height: 36px;
    line-height: 115%;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__img {
    margin-right: 8px;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__img svg {
    width: 18px;
    height: 18px;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__title {
    font-size: 12px;
    line-height: 115%;
  }
  .estimate .estimate-form button {
    width: 100%;
    height: 36px;
    font-size: 12px;
  }
  .estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__title {
    font-size: 12px;
    line-height: 115%;
  }
  .estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__img svg {
    width: 18px;
    height: 18px;
  }
  .estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label span {
    font-size: 12px;
    line-height: 115%;
  }
  .list__wrapper {
    gap: 20px 32px;
  }
  .list__title {
    font-size: 24px;
    line-height: 29px;
  }
  .list .list-item__img {
    margin-right: 32px;
  }
  .list .list-item__img img {
    max-width: 49px;
  }
  .list .list-item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .list .list-item__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .steps__title {
    font-size: 24px;
    line-height: 29px;
  }
  .steps__wrapper .step__title {
    font-size: 16px;
    line-height: 20px;
  }
  .steps__wrapper .step__descr {
    margin-top: 8px;
    font-size: 12px;
    line-height: 140%;
  }
  .questions__title {
    font-size: 24px;
    line-height: 29px;
  }
  .questions .questions-main .question__item {
    padding: 10px 32px;
    font-size: 16px;
    line-height: 20px;
  }
  .questions .questions-main .question .question-content p {
    font-size: 12px;
    line-height: 140%;
  }
  .articles__title {
    font-size: 24px;
    line-height: 29px;
  }
  .articles .articles__all {
    font-size: 12px;
    line-height: 15px;
  }
  .articles__wrapper .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles__wrapper .article__img {
    height: 199px;
  }
  .articles__wrapper .article .article-content {
    padding: 16px 32px 26px;
    height: 100%;
  }
  .articles__wrapper .article .article-content .article__title {
    font-size: 16px;
    line-height: 19px;
  }
  .footer .footer__wrapper .footer-logo img {
    max-width: 104px;
  }
  .footer .footer__wrapper .footer-logo span {
    margin-top: 16px;
    max-width: 101px;
  }
  .footer .footer__wrapper .footer-logo .developed__title {
    font-size: 11px;
    line-height: 13px;
  }
  .footer .footer__wrapper .footer-logo .developed a {
    font-size: 13px;
    line-height: 16px;
  }
  .footer .footer__wrapper .menu__list div:first-child {
    margin-right: 16px;
  }
  .footer .footer__wrapper .footer-info__tel {
    margin-top: 16px;
  }
  .footer .footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form {
    margin-top: 16px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_text {
    max-width: 232px;
    height: 36px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_paragraph {
    margin-bottom: 16px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_paragraph.last {
    margin-bottom: 0 !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_submit {
    max-width: 232px;
    padding: 0 !important;
    height: 36px !important;
  }
  .pagination {
    margin-top: 80px;
  }
  .product .product-menu ul li {
    margin-right: 4px;
  }
  .product .product-menu ul li:last-child {
    margin-right: 0;
  }
  .product .product-menu ul li a, .product .product-menu ul li span {
    font-size: 10px;
    line-height: 12px;
  }
  .product .item__info {
    min-width: 375px;
  }
  .product .item .item__images {
    top: 80px;
  }
  .product .item .item__images .gallery-thumbs {
    height: 439px;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide {
    width: 49px;
    height: 49px !important;
    margin-bottom: 16px !important;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide:last-child {
    margin-bottom: 0 !important;
  }
  .product .item .item__images .gallery-main {
    max-width: 456px;
  }
  .product .item .item__images .gallery-main .swiper-slide {
    width: 456px !important;
    height: 456px;
  }
  .product .item .product-mark:last-child {
    margin-bottom: 20px;
  }
  .product .item__brand {
    margin-top: 0px;
  }
  .product .item__name {
    margin-top: 4px;
  }
  .product .item__ref {
    margin-top: 4px;
    font-size: 12px;
    line-height: 140%;
  }
div.item__additional-text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 140%;
  }

  .product .item__price {
    margin-top: 20px;
  }
  .product .item__connect {
    margin-top: 20px;
    font-size: 12px;
    height: 36px;
  }
  .product .item .item-functions, .product .item .item-peculiarities, .product .item .item-characteristics {
    margin-top: 20px;
  }
  .product .item .item-functions .item-list span, .product .item .item-peculiarities .item-list span, .product .item .item-characteristics .item-list span {
    font-size: 12px;
    line-height: 140%;
  }
  .product .item .item-characteristics__list .block span {
    font-size: 12px;
    line-height: 140%;
  }
  .product .product-article__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .product .product-article__img {
    margin-top: 20px;
  }
  .product .item-info__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .product .item-info__content {
    max-width: 552px;
  }
  .product .item-info__img {
    width: 293px;
  }
  .modal-feedback {
    width: 649px;
    height: 302px;
  }
  .modal-feedback .modal__close img {
    width: 12px;
    height: 12px;
  }
  .modal-feedback .modal-content {
    padding: 24px 32px;
  }
  .modal-feedback .modal-content__title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-feedback .modal-content form input {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 115%;
    height: 36px;
  }
  .modal-feedback .modal-content form button {
    height: 36px;
    font-size: 12px;
    line-height: 115%;
  }
  .modal-feedback .modal-content form .wpcf7-response-output {
    font-size: 8px;
    line-height: 10px;
    bottom: -23px;
  }
  .modal-feedback .modal-content__bottom {
    margin-top: 26px;
    font-size: 8px;
    line-height: 10px;
  }
  .modal-feedback .modal-item {
    padding: 14px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 212px;
            flex: 0 0 212px;
  }
  .modal-feedback .modal-item__img img {
    max-width: 117px;
    max-height: 184px;
  }
  .modal-feedback .modal-item__brand {
    margin-top: 28px;
    font-size: 8px;
    line-height: 10px;
  }
  .modal-feedback .modal-item__model {
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
  }
  .modal-feedback .modal-item__price {
    font-size: 14px;
    line-height: 140%;
    margin-top: 4px;
  }
  .modal-success {
    width: 649px;
    height: 302px;
  }
  .modal-success .modal__title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-success .modal__img {
    margin-top: 24px;
  }
  .modal-success .modal__img img {
    width: 54px;
    height: 54px;
  }
  .modal-success .modal__close img {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 688px;
  }
  .no-found {
    padding: 490px 0;
  }
  .no-found .no-found__bg_t {
    top: -655px;
    left: -160px;
  }
  .no-found .no-found__bg_b {
    bottom: -505px;
    right: -50px;
  }
  .modal-estimate {
    width: 452px;
    height: 206px;
  }
  .modal-estimate .modal__wrapper {
    padding: 0 20px;
  }
  .modal-estimate .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-estimate .modal__close img {
    max-width: 20px;
    height: 20px;
  }
  .modal-estimate .modal__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-estimate .modal__subtitle {
    max-width: 416px;
  }
  .modal-estimate .modal__img img {
    max-width: 54px;
  }
  .modal-estimate-preload {
    width: 452px;
    height: 206px;
  }
  .modal-estimate-preload .modal__wrapper {
    padding: 0 20px;
  }
  .modal-estimate-preload .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-estimate-preload .modal__close img {
    max-width: 20px;
    height: 20px;
  }
  .modal-estimate-preload .modal__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-estimate-preload .modal__subtitle {
    max-width: 416px;
  }
  .modal-estimate-preload .modal__img img {
    max-width: 54px;
  }
  .modal-ref {
    width: 452px;
    height: 448px;
  }
  .modal-ref .modal__wrapper {
    padding: 0 20px;
  }
  .modal-ref .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-ref .modal__close img {
    max-width: 20px;
    height: 20px;
  }
  .modal-ref .modal__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-ref .modal__img img {
    max-width: 411px;
  }
  .header {
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .container {
    width: 688px;
  }
  .header .menu {
    display: none;
  }
  .header .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header .lang {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .hamburger {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    position: relative;
    min-width: 18px;
    height: 14px;
  }
  .header .hamburger span {
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #000000;
  }
  .header .hamburger::before, .header .hamburger::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
    background: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header .hamburger::before {
    top: 0;
  }
  .header .hamburger::after {
    bottom: 0;
  }
  .header .hamburger.active::after {
    bottom: 5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .hamburger.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
  }
  .header .hamburger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .main__content {
    max-width: 334px;
    padding-top: 86px;
  }
  .main__title {
    font-size: 24px;
    line-height: 29px;
  }
  .main__descr {
    font-size: 12px;
    line-height: 140%;
    margin-top: 20px;
  }
  .main__img {
    margin-right: -85px;
  }
  .main__img img {
    max-width: 410px;
  }
  .main__img img.main__img-bg {
    left: -85px;
    width: 350px;
    height: 350px;
  }
  .info {
    margin: 80px 0;
  }
  .info .container {
    max-height: 288px;
    padding: 0 40px;
  }
  .info .info-content {
    padding-top: 40px;
    max-width: 294px;
  }
  .info .info__title {
    font-size: 24px;
    line-height: 29px;
  }
  .info .info__descr {
    font-size: 12px;
    line-height: 140%;
    margin-top: 20px;
  }
  .info .info__img img.info__img-bg {
    right: -110px;
  }
  .brand-info {
    margin: 80px 0;
  }
  .brand-info__content {
    margin: 40px 0 0px 40px;
    max-width: 294px;
  }
  .brand-info__wrapper {
    min-height: 288px;
  }
  .brand-info__title {
    font-size: 24px;
    line-height: 29px;
  }
  .brand-info__descr {
    font-size: 12px;
    line-height: 140%;
    margin-top: 20px;
  }
  .brand-info__img {
    min-width: 274px;
  }
  .brand-info__img img {
    max-width: 197px;
  }
  .blog-info {
    margin: 80px 0;
  }
  .blog-info__content {
    margin: 40px 0 0px 40px;
    max-width: 294px;
  }
  .blog-info__wrapper {
    min-height: 288px;
  }
  .blog-info__title {
    font-size: 24px;
    line-height: 29px;
  }
  .blog-info__descr {
    font-size: 12px;
    line-height: 140%;
    margin-top: 20px;
  }
  .blog-info__img {
    max-width: 274px;
  }
  .text-1 {
    margin: 80px 0;
  }
  .text-1__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-1__descr {
    margin-top: 16px;
  }
  .text-1__img {
    margin-top: 16px;
  }
  .text-1__img img {
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .text-2 {
    margin: 80px 0;
  }
  .text-2__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-2__descr {
    margin-top: 40px;
    font-size: 12px;
    line-height: 140%;
    max-width: 564px;
  }
  .text-3 {
    margin: 80px 0;
  }
  .text-3__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-3__descr {
    margin-top: 16px;
  }
  .text-3__content {
    max-width: 354px;
  }
  .text-3__img {
    width: 275px;
  }
  .text-4 {
    margin: 80px 0;
  }
  .text-4__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-4__list {
    margin-top: 16px;
  }
  .text-4__content {
    max-width: 354px;
  }
  .text-4__img {
    width: 275px;
  }
  .brand {
    margin: 80px 0;
  }
  .brand .brand-all {
    font-size: 12px !important;
  }
  .brand .swiper .swiper-controls {
    margin-right: 0;
  }
  .brand .swiper .swiper-wrapper.disable {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
  }
  .brand .swiper .swiper-slide {
    height: 86px !important;
    width: 156.5px !important;
    margin-right: 20px !important;
  }
  .brand__wrapper_all {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 24px 20px;
  }
  .brand__wrapper_all .brand-item {
    height: 86px;
  }
  .products {
    margin: 80px 0;
  }
  .products__all {
    font-size: 12px;
  }
  .products .products__head {
    margin-top: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .products .products-filter__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products .products-filter {
    margin: 0;
  }
  .products .products-filter__item {
    margin: 0 0 22px 0;
  }
  .products .products-filter__item span {
    margin-right: 8px;
  }
  .products .products-filter__item .products-filter__label {
    margin-right: 8px;
  }
  .products .products-filter__cost {
    margin-right: 0;
  }
  .products .products-filter__cost span {
    margin-right: 8px;
  }
  .products .products-filter__cost input {
    margin-right: 8px;
    width: 60px;
  }
  .products .products-filter button {
    width: 95px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .products__wrapper {
    margin-top: 16px;
    gap: 20px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .products .product {
    height: 308px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .products .product__img img {
    height: 187px;
  }
  .products .product .product__brand {
    font-size: 10px;
    line-height: 12px;
  }
  .products .product .product__model {
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
    max-width: 200px;
    margin: 4px auto 0;
  }
  .products .product .product__model .brand-model__wrapper {
    display: none;
  }
  .products .product .product__price {
    font-size: 16px;
    line-height: 140%;
    margin-top: 8px;
  }
  .products .product .product-content {
    -webkit-transform: initial;
            transform: initial;
  }
  .products .product:hover .product-content {
    -webkit-transform: initial;
            transform: initial;
    padding-top: 0;
  }
  .products .product:hover .product__model .brand-model__wrapper {
    opacity: 1;
    display: none;
  }
  .products .watch-not-found {
    height: 308px;
    font-size: 20px;
    line-height: 24px;
  }
  .estimate {
    margin: 80px 0;
  }
  .estimate__descr {
    line-height: 140%;
  }
  .estimate .estimate-form {
    margin-top: 18px;
    gap: 18px 20px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .estimate .estimate-form .estimate-form__item span {
    margin-right: 8px;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label {
    margin-right: 8px;
  }
  .estimate .estimate-form .estimate-form__item.file {
    grid-column: initial;
  }
  .estimate .estimate-form p:last-of-type {
    -ms-grid-column: 2 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 2 / 3 !important;
  }
  .estimate .estimate-form button {
    width: 100%;
  }
  .estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item.first {
    margin-right: 12px !important;
  }
  .estimate .wpcf7-response-output {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 3 !important;
    grid-column: 1/4 !important;
  }
  .list {
    margin: 80px 0;
  }
  .list__wrapper {
    gap: 40px 20px;
  }
  .list .list-item__img {
    margin-right: 20px;
  }
  .list .list-item__img img {
    max-width: 39px;
  }
  .list .list-item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .list .list-item__descr {
    margin-top: 4px;
    font-size: 12px;
    line-height: 140%;
  }
  .steps {
    margin: 80px 0;
  }
  .steps__wrapper .step__title {
    font-size: 18px;
    line-height: 22px;
    padding-right: 20px;
  }
  .steps__wrapper .step__descr {
    margin-top: 4px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 140%;
  }
  .questions {
    margin: 80px 0;
  }
  .questions .questions-main {
    margin-top: 28px;
  }
  .questions .questions-main .question {
    margin-bottom: 24px;
  }
  .questions .questions-main .question:last-child {
    margin-bottom: 0 !important;
  }
  .articles {
    margin: 80px 0;
  }
  .articles__wrapper {
    margin-top: 16px;
    gap: 0;
  }
  .articles__wrapper.articles-all__wrapper {
    gap: 32px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer__wrapper .menu__list div:first-child {
    margin-right: 12px;
  }
  .footer .footer__wrapper .footer-info__subtitle {
    margin-top: 16px;
    font-size: 13px;
    line-height: 16px;
  }
  .footer .footer__wrapper .footer-info__tel {
    margin-top: 16px;
  }
  .footer .footer__wrapper .footer-subscribes {
    margin-top: 28px;
  }
  .footer .footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form {
    margin-top: 20px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_text {
    max-width: 296px;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_paragraph {
    margin-bottom: 12px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_paragraph.last {
    margin-bottom: 0 !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_submit {
    max-width: 296px;
  }
  .pagination {
    margin-top: 60px;
  }
  .product {
    padding: 72px 0 80px 0;
  }
  .product .item {
    margin-top: 16px;
  }
  .product .item .item__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
  }
  .product .item .item__images .gallery-thumbs {
    margin-top: 20px;
    height: initial !important;
    width: 334px;
  }
  .product .item .item__images .gallery-thumbs .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide {
    width: 49px;
    height: 49px;
    margin: 0 20px 0 0 !important;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide:last-child {
    margin: 0 !important;
  }
  .product .item .item__images .swiper-button-next {
    display: none;
  }
  .product .item .item__images .gallery-main {
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 334px;
  }
  .product .item .item__images .gallery-main .swiper-slide {
    margin-top: 0;
    height: 334px;
    width: 334px !important;
  }
  .product .item .product-mark:last-child {
    margin-bottom: 16px;
  }
  .product .item__info {
    min-width: 334px;
  }
  .product .item__brand {
    font-size: 14px;
    line-height: 17px;
  }
  .product .item__name {
    font-size: 24px;
    line-height: 29px;
  }
  .product .item__ref {
    font-size: 12px;
    line-height: 140%;
  }
div.item__additional-text {
    font-size: 12px;
    line-height: 140%;
  }
  .product .item__price {
    margin-top: 16px;
    font-size: 20px;
    line-height: 140%;
  }
  .product .item__connect {
    margin-top: 16px;
    font-size: 12px;
    line-height: 115%;
  }
  .product .item .item-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .product .item .item-functions, .product .item .item-peculiarities, .product .item .item-characteristics {
    margin-top: 16px;
  }
  .product .item .item-functions .item-list, .product .item .item-peculiarities .item-list, .product .item .item-characteristics .item-list {
    margin-top: 16px;
  }
  .product .item .item-functions .item-list span, .product .item .item-peculiarities .item-list span, .product .item .item-characteristics .item-list span {
    margin-bottom: 4px;
  }
  .product .item .item-characteristics__list .block {
    margin-bottom: 8px;
  }
  .product .item .item-characteristics__list .block::after {
    bottom: -4px;
  }
  .product .product-articles {
    margin-top: 80px;
  }
  .product .product-article__title {
    font-size: 20px;
    line-height: 24px;
  }
  .product .product-article__descr {
    margin-top: 16px;
  }
  .product .product-article__img {
    margin-top: 16px;
  }
  .product .item-info {
    margin-top: 80px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product .item-info__title {
    font-size: 20px;
    line-height: 24px;
  }
  .product .item-info__descr {
    margin-top: 16px;
  }
  .product .item-info__content {
    max-width: 354px;
  }
  .product .item-info__img {
    padding-top: 32px;
    width: 275px;
  }
  .modal-feedback {
    width: 610px;
    height: 334px;
  }
  .modal-feedback .modal__close {
    right: 16px;
    top: 16px;
  }
  .modal-feedback .modal__close img {
    width: 20px;
    height: 20px;
  }
  .modal-feedback .modal-content {
    padding: 20px;
  }
  .modal-feedback .modal-content__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-feedback .modal-content form {
    margin-top: 20px;
  }
  .modal-feedback .modal-content form input {
    margin-bottom: 16px;
  }
  .modal-feedback .modal-content form .wpcf7-response-output {
    font-size: 10px;
    line-height: 12px;
    bottom: -26px;
  }
  .modal-feedback .modal-content__bottom {
    margin-top: 32px;
    font-size: 10px;
    line-height: 12px;
  }
  .modal-feedback .modal-item {
    padding: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 216px;
            flex: 0 0 216px;
  }
  .modal-feedback .modal-item__img img {
    max-width: 119px;
    max-height: 187px;
  }
  .modal-feedback .modal-item__brand {
    margin-top: 28px;
    font-size: 10px;
    line-height: 12px;
  }
  .modal-feedback .modal-item__model {
    margin: 4px auto 0;
    max-width: 200px;
    font-size: 14px;
    line-height: 17px;
  }
  .modal-feedback .modal-item__price {
    margin-top: 8px;
    font-size: 16px;
    line-height: 140%;
  }
  .modal-success {
    width: 610px;
    height: 328px;
  }
  .modal-success .modal__wrapper {
    padding: 0;
  }
  .modal-success .modal__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-success .modal__img {
    margin-top: 20px;
  }
  .modal-success .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-success .modal__close img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 508px;
  }
  .no-found {
    padding: 340px 0;
  }
  .no-found img {
    max-width: 412px;
  }
  .no-found__title {
    font-size: 16px;
    line-height: 20px;
  }
  .no-found__descr, .no-found__descr a {
    font-size: 13px;
    line-height: 180%;
    margin-top: 28px;
    max-width: 426px;
  }
  .no-found__descr br, .no-found__descr a br {
    display: block;
  }
  .no-found .no-found__bg_t {
    top: -548px;
    left: -188px;
  }
  .no-found .no-found__bg_b {
    bottom: -365px;
    right: -55px;
  }
  .modal-estimate {
    width: 508px;
    height: 224px;
  }
  .modal-estimate .modal__wrapper {
    padding: 0 36px;
  }
  .modal-estimate .modal__subtitle {
    max-width: 436px;
  }
  .modal-estimate .modal__img img {
    max-width: 68px;
  }
  .modal-estimate-preload {
    width: 508px;
    height: 224px;
  }
  .modal-estimate-preload .modal__wrapper {
    padding: 0 36px;
  }
  .modal-estimate-preload .modal__subtitle {
    max-width: 436px;
  }
  .modal-estimate-preload .modal__img img {
    max-width: 68px;
  }
  .modal-ref {
    width: 508px;
    height: 468px;
  }
  .modal-ref .modal__close img {
    width: 20px;
  }
  .modal-ref .modal__wrapper {
    padding: 0 36px;
  }
  .modal-ref .modal__subtitle, .modal-ref .modal__subtitle a {
    font-size: 14px;
    line-height: 17px;
  }
  .modal-ref .modal__img img {
    max-width: 436px;
  }
  .header {
    height: 64px;
  }
  .header .container {
    width: 508px;
  }
  .header .lang {
    font-size: 14px;
    width: 32px;
    height: 32px;
  }
  .header .logo img {
    width: 112px;
  }
  .header .hamburger {
    min-width: 30px;
    height: 18px;
  }
  .header .hamburger span {
    height: 2px;
  }
  .header .hamburger::before, .header .hamburger::after {
    height: 2px;
  }
  .header .hamburger.active::after {
    bottom: 8px;
  }
  .header .hamburger.active::before {
    top: 8px;
  }
  .menu-mobile {
    width: 256px;
    padding: 92px 16px 16px 16px;
  }
  .menu-mobile__item {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu-mobile__item:last-child {
    margin-bottom: 0 !important;
  }
  .main {
    padding-bottom: 153px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.6)), color-stop(52.7%, #080C12), to(#0A0A0E)), #000000;
    background: linear-gradient(90deg, rgba(15, 46, 90, 0.6) 0%, #080C12 52.7%, #0A0A0E 100%), #000000;
  }
  .main__content {
    max-width: 329px;
  }
  .main__title {
    font-size: 26px;
    line-height: 32px;
  }
  .main__descr {
    font-size: 14px;
    line-height: 140%;
    margin-top: 16px;
  }
  .main__img {
    margin: 0;
    position: absolute;
    right: calc(50% - 390px);
    bottom: -5px;
  }
  .main__img img {
    max-width: 380px;
  }
  .main__img img.main__img-bg {
    left: -55px;
    width: 300px;
    height: 300px;
  }
  .info {
    margin: 80px 0 60px 0;
  }
  .info .container {
    max-height: 352px;
    padding: 0 16px;
  }
  .info .info-content {
    padding-top: 32px;
    max-width: 313px;
  }
  .info .info__title {
    font-size: 28px;
    line-height: 34px;
  }
  .info .info__descr {
    font-size: 14px;
    line-height: 140%;
    margin-top: 16px;
  }
  .info .info__img {
    margin-right: -125px;
  }
  .info .info__img img.info__img-bg {
    right: -120px;
  }
  .brand-info {
    margin: 80px 0 60px 0;
  }
  .brand-info__content {
    margin: 32px 0 0px 16px;
    max-width: 282px;
  }
  .brand-info__wrapper {
    min-height: 394px;
  }
  .brand-info__title {
    font-size: 28px;
    line-height: 34px;
  }
  .brand-info__descr {
    font-size: 14px;
    line-height: 140%;
    margin-top: 16px;
  }
  .brand-info__img {
    min-width: 172px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-195.35%, rgba(15, 46, 90, 0.8)), color-stop(-195.32%, rgba(15, 46, 90, 0.8)), color-stop(-195.29%, rgba(15, 46, 90, 0.7)), color-stop(0%, rgba(15, 46, 90, 0.15)), color-stop(32.56%, rgba(15, 46, 90, 0.25)), to(rgba(15, 46, 90, 0.6))), #1B1B1B;
    background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) -195.35%, rgba(15, 46, 90, 0.8) -195.32%, rgba(15, 46, 90, 0.7) -195.29%, rgba(15, 46, 90, 0.15) 0%, rgba(15, 46, 90, 0.25) 32.56%, rgba(15, 46, 90, 0.6) 100%), #1B1B1B;
  }
  .brand-info__img img {
    max-width: 140px;
    height: auto;
  }
  .blog-info {
    margin: 80px 0 60px 0;
  }
  .blog-info__content {
    margin: 32px 0 0px 16px;
    max-width: 282px;
  }
  .blog-info__wrapper {
    min-height: 394px;
  }
  .blog-info__title {
    font-size: 28px;
    line-height: 34px;
  }
  .blog-info__descr {
    font-size: 14px;
    line-height: 140%;
    margin-top: 16px;
  }
  .blog-info__img {
    width: 172px;
    max-width: 172px;
    min-width: initial;
  }
  .text-1 {
    margin: 60px 0;
  }
  .text-1__title {
    font-size: 22px;
    line-height: 27px;
  }
  .text-1__descr {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .text-1__img {
    margin-top: 28px;
  }
  .text-1__img img {
    min-height: 262px;
  }
  .text-2 {
    margin: 60px 0;
  }
  .text-2__title {
    font-size: 22px;
    line-height: 27px;
  }
  .text-2__descr {
    margin-top: 46px;
    font-size: 14px;
    line-height: 140%;
    max-width: 384px;
  }
  .text-3__title {
    font-size: 22px;
    line-height: 27px;
  }
  .text-3__descr {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .text-3__content {
    max-width: 311px;
  }
  .text-3__img {
    width: 181px;
  }
  .text-4 {
    margin: 60px 0;
  }
  .text-4__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .text-4__title {
    font-size: 22px;
    line-height: 27px;
  }
  .text-4__descr {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .text-4__content {
    max-width: 311px;
  }
  .text-4__content li {
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
}


  .text-4__img {
    width: 181px;
  }
  .brand {
    margin: 60px 0;
  }
  .brand .brand-all {
    font-size: 14px !important;
  }
  .brand .swiper .swiper-controls {
    margin-right: 0px;
  }
  .brand .swiper .swiper-button-prev {
    margin-right: 5px;
  }
  .brand .swiper .swiper-wrapper.disable {
    gap: 20px;
  }
  .brand .swiper .swiper-slide {
    width: 111.5px !important;
    margin-right: 20px !important;
    height: 60px !important;
  }
  .brand .swiper .swiper-slide img {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    width: 100%;
  }
  .brand__wrapper_all {
    gap: 20px;
  }
  .brand__wrapper_all .brand-item {
    height: 60px;
  }
  .brand__wrapper_all .brand-item img {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    width: 100%;
  }
  .products {
    margin: 60px 0;
  }
  .products__all {
    font-size: 14px;
  }
  .products__title {
    font-size: 24px;
    line-height: 29px;
  }
  .products .products__head {
    margin-top: 28px;
  }
  .products .products-filter__item {
    margin: 0 0 20px 0;
  }
  .products .products-filter__item span {
    margin-right: 16px;
    font-size: 14px;
    line-height: 115%;
  }
  .products .products-filter__item .products-filter__label {
    margin-right: 16px;
    font-size: 14px;
    line-height: 115%;
  }
  .products .products-filter__item .products-filter__label .products-filter__input-fake {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
  .products .products-filter__cost {
    margin-right: 0;
  }
  .products .products-filter__cost span {
    margin-right: 16px;
    font-size: 14px;
    line-height: 115%;
  }
  .products .products-filter__cost input {
    margin-right: 16px;
    width: 66px;
    height: 28px;
  }
  .products .products-filter button {
    width: 244px;
    height: 28px;
  }
  .products .select {
    width: 244px;
    height: 28px;
  }
  .products .select__title {
    font-size: 14px;
    line-height: 140%;
  }
  .products .select .select__content .select__label {
    font-size: 14px;
    line-height: 140%;
    height: 32px;
  }
  .products__wrapper {
    margin-top: 28px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .products .product {
    height: 330px;
  }
  .products .product__img img {
    height: 200px;
  }
  .products .product .product__brand {
    font-size: 10px;
    line-height: 12px;
  }
  .products .product .product__model {
    font-size: 14px;
    line-height: 17px;
    margin-top: 4px;
    max-width: 200px;
    margin: 4px auto 0;
  }
  .products .product .product__model .brand-model__wrapper {
    display: none;
  }
  .products .product .product__price {
    font-size: 16px;
    line-height: 140%;
    margin-top: 8px;
  }
  .products .product .product-content {
    -webkit-transform: initial;
            transform: initial;
  }
  .products .watch-not-found {
    height: 330px;
    font-size: 22px;
    line-height: 27px;
  }
  .estimate {
    margin: 60px 0;
  }
  .estimate__title {
    font-size: 24px;
    line-height: 29px;
  }
  .estimate__descr {
    font-size: 14px;
    line-height: 140%;
    margin-top: 28px;
  }
  .estimate .estimate-form {
    margin-top: 28px;
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .estimate .estimate-form .estimate-form__item span {
    font-size: 14px;
    line-height: 115%;
    margin-right: 16px;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label {
    margin-right: 16px;
    font-size: 14px;
    line-height: 115%;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label .item-variants__input-fake {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label .item-variants__input-fake::before {
    width: 10px;
    height: 10px;
  }
  .estimate .estimate-form .estimate-form__item input {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 115%;
    height: 44px;
  }
  .estimate .estimate-form .estimate-form__item.file {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__img {
    margin-right: 12px;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__img svg {
    width: 20px;
    height: 20px;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__title {
    font-size: 14px;
    line-height: 115%;
  }
  .estimate .estimate-form button {
    width: 100%;
    height: 44px;
    font-size: 14px;
    line-height: 115%;
  }
  .estimate .estimate-form p:last-of-type {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 1/3 !important;
  }
  .estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item.first {
    margin-right: 16px !important;
  }
  .estimate .wpcf7-response-output {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 1/3 !important;
    height: initial !important;
  }
  .estimate span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label span {
    font-size: 14px;
  }
  .estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__img svg {
    width: 20px !important;
    height: 20px !important;
  }
  .estimate .estimate-form__item.file .custom-file-upload .custom-file-upload__title {
    font-size: 14px;
  }
  .list {
    margin: 60px 0;
  }
  .list__wrapper {
    gap: 20px;
    margin-top: 28px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .list__title {
    font-size: 24px;
    line-height: 29px;
  }
  .list .list-item__img {
    margin-right: 16px;
  }
  .list .list-item__img img {
    max-width: 54px;
  }
  .list .list-item__title {
    font-size: 18px;
    line-height: 22px;
  }
  .list .list-item__descr {
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
  }
  .steps {
    margin: 60px 0;
  }
  .steps__wrapper {
    margin-top: 35px !important;
  }
  .steps__wrapper .step__title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 24px;
    padding-right: 32px;
  }
  .steps__wrapper .step__descr {
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
    padding-right: 32px;
  }
  .questions {
    margin: 60px 0;
  }
  .questions .questions-main {
    margin-top: 28px;
  }
  .questions .questions-main .question__item {
    padding: 16px 32px;
    font-size: 18px;
    line-height: 22px;
  }
  .questions .questions-main .question .question-content p {
    font-size: 14px;
    line-height: 140%;
  }
  .articles {
    margin: 60px 0;
  }
  .articles .articles__all {
    font-size: 14px;
    line-height: 17px;
  }
  .articles__wrapper {
    margin-top: 28px;
  }
  .articles__wrapper.articles-all__wrapper {
    gap: 20px;
  }
  .articles__wrapper .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articles__wrapper .article__img {
    height: 211px;
  }
  .articles__wrapper .article .article-content {
    padding: 16px 32px;
    height: 100%;
  }
  .footer .footer__wrapper .menu__list div:first-child {
    margin-right: 20px;
  }
  .footer .footer__wrapper .footer-info {
    margin-top: 28px;
  }
  .footer .footer__wrapper .footer-info__subtitle {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .footer .footer__wrapper .footer-info__tel {
    margin-top: 20px;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_text {
    max-width: 284px;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_submit {
    max-width: 284px;
  }
  .pagination {
    margin-top: 35px;
  }
  .product {
    padding: 92px 0 60px 0;
  }
  .product .product-menu ul li {
    margin-right: 8px;
  }
  .product .product-menu ul li:last-child {
    margin-right: 0;
  }
  .product .product-menu ul li a {
    font-size: 12px;
    line-height: 15px;
  }
  .product .item {
    margin-top: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .item .item__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: initial;
    margin: 0;
  }
  .product .item .item__images .gallery-thumbs {
    margin-top: 0px;
    height: 320px !important;
    width: initial;
  }
  .product .item .item__images .gallery-thumbs .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide {
    width: 96px;
    height: 96px !important;
    min-height: 96px;
    max-height: 96px;
    margin: 0 0 16px 0 !important;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide:last-child {
    margin: 0 !important;
  }
  .product .item .item__images .gallery-main {
    margin: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    max-width: 396px;
  }
  .product .item .item__images .gallery-main .swiper-slide {
    height: 396px;
    width: 396px !important;
    margin-top: 0px;
  }
  .product .item__info {
    min-width: initial;
    margin-top: 28px;
  }
  .product .item__brand {
    font-size: 16px;
    line-height: 20px;
    margin: 4px 0 0 0;
    margin-top: 6px;
  }
  .product .item__name {
    font-size: 26px;
    line-height: 32px;
    margin-top: 8px;
  }
  .product .item__ref {
    font-size: 14px;
    line-height: 140%;
    margin-top: 8px;
  }
div.item__additional-text {
    font-size: 14px;
    line-height: 140%;
    margin-top: 8px;
  }
  .product .item__price {
    margin-top: 28px;
    font-size: 22px;
    line-height: 140%;
  }
  .product .item__connect {
    margin-top: 28px;
    font-size: 14px;
    line-height: 115%;
    height: 44px;
  }
  .product .item .item-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .product .item .item-functions, .product .item .item-peculiarities, .product .item .item-characteristics {
    margin-top: 28px;
  }
  .product .item .item-functions .item-list span, .product .item .item-peculiarities .item-list span, .product .item .item-characteristics .item-list span {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 140%;
  }
  .product .item .item-characteristics__list .block {
    margin-bottom: 16px;
  }
  .product .item .item-characteristics__list .block span {
    font-size: 14px;
    line-height: 140%;
  }
  .product .item .item-characteristics__list .block::after {
    bottom: -8px;
  }
  .product .item .item-functions, .product .item .item-peculiarities {
    width: 50%;
  }
  .product .item .item-additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .product-articles {
    margin-top: 60px;
  }
  .product .product-article__title {
    font-size: 22px;
    line-height: 27px;
  }
  .product .product-article__descr {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .product .product-article__img {
    margin-top: 28px;
  }
  .product .product-article__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 262px;
  }
  .product .item-info {
    margin-top: 60px;
    position: relative;
  }
  .product .item-info__title {
    font-size: 22px;
    line-height: 27px;
  }
  .product .item-info__descr {
    margin-top: 20px;
    font-size: 14px;
    line-height: 140%;
  }
  .product .item-info__content {
    max-width: 311px;
  }
  .product .item-info__img {
    padding: 0;
    width: 179px;
    position: absolute;
    right: 0;
    top: 48px;
  }
  .modal-feedback {
    width: 508px;
    height: 402px;
  }
  .modal-feedback .modal__close {
    right: 16px;
    top: 16px;
  }
  .modal-feedback .modal__close img {
    width: 20px;
    height: 20px;
  }
  .modal-feedback .modal__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal-feedback .modal-content {
    padding: 0;
  }
  .modal-feedback .modal-content__title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-feedback .modal-content form {
    margin-top: 28px;
  }
  .modal-feedback .modal-content form input {
    font-size: 14px;
    line-height: 115%;
    height: 44px;
    margin-bottom: 20px;
  }
  .modal-feedback .modal-content form button {
    font-size: 14px;
    line-height: 115%;
    height: 44px;
  }
  .modal-feedback .modal-content__bottom {
    margin-top: 32px;
    font-size: 10px;
    line-height: 12px;
  }
  .modal-feedback .modal-item {
    display: none;
  }
  .modal-success {
    width: 508px;
    height: 402px;
  }
  .modal-success .modal__title {
    font-size: 18px;
    line-height: 22px;
    max-width: 436px;
    margin: 0 auto;
  }
  .modal-success .modal__img {
    margin-top: 28px;
  }
  .modal-success .modal__img img {
    width: 68px;
    height: 68px;
  }
  .modal-success .modal__close {
    top: 16px;
    right: 16px;
  }
  .modal-success .modal__close img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 539px) {
  .container {
    width: calc(100% - 25px);
  }
  .header .container {
    width: calc(100% - 25px);
  }
  .no-found {
    padding: 240px 0;
  }
  .no-found img {
    max-width: 325px;
  }
  .no-found__descr {
    max-width: 334px;
    font-size: 13px;
  }
  .no-found .no-found__bg_t {
    top: -345px;
    left: calc(50% - 135px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .no-found .no-found__bg_t img {
    max-width: 310px;
  }
  .no-found .no-found__bg_b {
    bottom: -295px;
    right: auto;
    left: calc(50% + 110px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .modal-estimate {
    width: 343px;
    height: 225px;
  }
  .modal-estimate .modal__wrapper {
    padding: 0 16px;
  }
  .modal-estimate .modal__subtitle {
    max-width: 311px;
  }
  .modal-estimate .modal__img img {
    max-width: 60px;
  }
  .modal-estimate-preload {
    width: 343px;
    height: 225px;
  }
  .modal-estimate-preload .modal__wrapper {
    padding: 0 16px;
  }
  .modal-estimate-preload .modal__subtitle {
    max-width: 311px;
  }
  .modal-estimate-preload .modal__img img {
    max-width: 60px;
  }
  .modal-ref {
    width: 343px;
    height: 396px;
  }
  .modal-ref .modal__wrapper {
    padding: 0 16px;
  }
  .modal-ref .modal__title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-ref .modal__subtitle, .modal-ref .modal__subtitle a {
    font-size: 12px;
    line-height: 15px;
  }
  .modal-ref .modal__img img {
    max-width: 311px;
  }
  .main {
    padding-bottom: 476px;
  }
  .main__title {
    font-size: 24px;
    line-height: 29px;
  }
  .main__descr {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
  }
  .main__content {
    padding-top: 40px;
  }
  .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main__img {
    margin: 0;
    position: absolute;
    right: auto;
    left: calc(50% + 72px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main__img img {
    max-width: 470px;
  }
  .main__img img.main__img-bg {
    left: -100px;
    width: 400px;
    height: 400px;
  }
  .info .container {
    max-height: initial;
    height: auto;
    min-height: initial;
    padding: 0 20px 300px 20px;
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.8)), color-stop(0.01%, rgba(15, 46, 90, 0.8)), color-stop(0.02%, rgba(15, 46, 90, 0.7)), color-stop(66.29%, rgba(15, 46, 90, 0.15)), color-stop(77.17%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0))), #000;
    background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) 0%, rgba(15, 46, 90, 0.8) 0.01%, rgba(15, 46, 90, 0.7) 0.02%, rgba(15, 46, 90, 0.15) 66.29%, rgba(15, 46, 90, 0.15) 77.17%, rgba(15, 46, 90, 0) 100%), #000;
  }
  .info__wrapper {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .info .info-content {
    padding-top: 32px;
    max-width: 302px;
  }
  .info .info__title {
    font-size: 24px;
    line-height: 29px;
  }
  .info .info__img {
    margin-right: 0;
    position: absolute;
    bottom: -45px;
    right: -60px;
  }
  .info .info__img::before {
    content: "";
    background: url("../img/info-bg-mob.svg") center/contain no-repeat;
    display: block;
    position: absolute;
    width: 370px;
    height: 370px;
    bottom: 40px;
    right: 52px;
  }
  .info .info__img img {
    max-width: initial;
    height: 311px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .info .info__img img.info__img-bg {
    display: none;
  }
  .brand-info__content {
    padding: 32px 20px 0px 20px;
    margin: initial;
    max-width: 100%;
    width: initial;
  }
  .brand-info__wrapper {
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.8)), color-stop(0.01%, rgba(15, 46, 90, 0.8)), color-stop(0.02%, rgba(15, 46, 90, 0.7)), color-stop(66.29%, rgba(15, 46, 90, 0.15)), color-stop(77.17%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0))), #000;
    background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) 0%, rgba(15, 46, 90, 0.8) 0.01%, rgba(15, 46, 90, 0.7) 0.02%, rgba(15, 46, 90, 0.15) 66.29%, rgba(15, 46, 90, 0.15) 77.17%, rgba(15, 46, 90, 0) 100%), #000;
  }
  .brand-info__title {
    font-size: 24px;
    line-height: 29px;
    max-width: 303px;
  }
  .brand-info__descr {
    max-width: 303px;
  }
  .brand-info__img {
    margin-top: 64px;
    height: 213px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.8)), color-stop(0.01%, rgba(15, 46, 90, 0.8)), color-stop(0.02%, rgba(15, 46, 90, 0.65)), color-stop(66.29%, rgba(15, 46, 90, 0.15)), color-stop(100%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0.55))), #1B1B1B;
    background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) 0%, rgba(15, 46, 90, 0.8) 0.01%, rgba(15, 46, 90, 0.65) 0.02%, rgba(15, 46, 90, 0.15) 66.29%, rgba(15, 46, 90, 0.15) 100%, rgba(15, 46, 90, 0.55) 100%), #1B1B1B;
  }
  .brand-info__img img {
    max-width: 162px;
    height: 100%;
  }
  .blog-content .alignright {
    width: 100% !important;
  }
  .blog-content .alignleft {
    width: 100% !important;
  }
  .blog-content ul {
    padding: 0 0 0 16px;
  }
  .breadcrumbs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .breadcrumbs ul li a, .breadcrumbs ul li span {
    line-height: 20px;
  }
  .blog-info__content {
    padding: 32px 20px 0px 20px;
    margin: initial;
    max-width: 100%;
    width: initial;
  }
  .blog-info__wrapper {
    min-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: -webkit-gradient(linear, left top, right top, from(rgba(15, 46, 90, 0.8)), color-stop(0.01%, rgba(15, 46, 90, 0.8)), color-stop(0.02%, rgba(15, 46, 90, 0.7)), color-stop(66.29%, rgba(15, 46, 90, 0.15)), color-stop(77.17%, rgba(15, 46, 90, 0.15)), to(rgba(15, 46, 90, 0.6))), #000000;
    background: linear-gradient(90deg, rgba(15, 46, 90, 0.8) 0%, rgba(15, 46, 90, 0.8) 0.01%, rgba(15, 46, 90, 0.7) 0.02%, rgba(15, 46, 90, 0.15) 66.29%, rgba(15, 46, 90, 0.15) 77.17%, rgba(15, 46, 90, 0.6) 100%), #000000;
  }
  .blog-info__title {
    font-size: 24px;
    line-height: 29px;
    max-width: 303px;
  }
  .blog-info__descr {
    max-width: 303px;
  }
  .blog-info__img {
    margin-top: 64px;
    height: 213px;
    width: 100%;
    max-width: 100%;
  }
  .text-1__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-1__descr {
    font-size: 12px;
    line-height: 140%;
    margin-top: 20px;
  }
  .text-1__img {
    margin-top: 20px;
  }
  .text-1__img img {
    min-height: 177px;
  }
  .text-2 {
    margin: 80px 0;
  }
  .text-2__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-2__descr {
    margin-top: 62px;
    font-size: 12px;
    line-height: 140%;
    max-width: 343px;
  }
  .text-2__descr::before {
    left: 0;
    top: -40px;
  }
  .text-2__descr::after {
    bottom: -40px;
    right: 0;
  }
  .text-3 {
    margin: 60px 0;
  }
  .text-3__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-3__descr {
    margin-top: 20px;
    font-size: 12px;
    line-height: 140%;
  }
  .text-3__content {
    max-width: 100%;
  }
  .text-3__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-3__img {
    display: none;
    margin-top: 20px;
    width: 100%;
    min-height: initial;
    position: relative;
    right: auto;
    top: auto;
  }
  .text-3__img img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .text-3__img_mob {
    display: block;
  }
  .text-4 {
    margin: 60px 0;
  }
  .text-4__title {
    font-size: 20px;
    line-height: 24px;
  }
  .text-4__list {
    margin-top: 20px;
    font-size: 12px;
    line-height: 140%;
  }
  .text-4__content {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .text-4__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .text-4__content li {
    font-size: 12px;
    line-height: 140%;
  }
  .text-4__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-4__img {
    margin-top: 20px;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
  .text-4__img img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .text-4__img video {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }   
  .brand__title {
    font-size: 24px;
    line-height: 29px;
  }
  .brand .brand__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  .brand .swiper .swiper-wrapper {
    padding: 0;
  }
  .brand .swiper .swiper-wrapper.disable {
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .brand .swiper .swiper-wrapper.disable .swiper-slide {
    width: 100% !important;
  }
  .brand .swiper .swiper-head {
    margin-top: 6px;
    height: 30px;
  }
  .brand .swiper .swiper-button-prev {
    margin-right: 8px;
  }
  .brand .swiper .swiper-wrapper.disable {
    gap: 20px;
  }
  .brand .swiper .swiper-slide {
    width: calc(50% - 10px) !important;
    height: 87px !important;
  }
  .brand .swiper .swiper-slide img {
    -webkit-transform: initial;
            transform: initial;
    max-width: 95px;
    max-height: 42px;
  }
  .brand__wrapper_all {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .brand__wrapper_all .brand-item {
    height: 87px;
  }
  .brand__wrapper_all .brand-item img {
    -webkit-transform: initial;
            transform: initial;
    max-width: 95px;
    max-height: 42px;
  }
  .products__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products__all {
    margin-top: 10px;
  }
  .products .products__head {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products .products-filter__item {
    margin: 0 0 16px 0;
  }
  .products .products-filter__item span {
    margin-right: 35px;
    width: 80px;
  }
  .products .products-filter__item .products-filter__label {
    margin-right: 22px;
    width: 96px;
  }
  .products .products-filter__item .products-filter__label:last-child {
    margin-right: 0;
  }
  .products .products-filter__item .products-filter__label .products-filter__input-fake {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .products .products-filter__item .products-filter__label .products-filter__input-fake::before {
    width: 8px;
    height: 8px;
  }
  .products .products-filter__cost {
    margin-right: 0;
  }
  .products .products-filter__cost span {
    margin-right: 35px;
    width: 80px;
  }
  .products .products-filter__cost input {
    margin-right: 22px;
    width: 96px;
    height: 32px;
  }
  .products .products-filter {
    width: 100%;
  }
  .products .products-filter button {
    margin-top: 16px;
    width: 100%;
    height: 28px;
    position: relative;
    font-size: 12px;
    line-height: 180%;
  }
  .products .products-select {
    width: 100%;
    margin: 0;
  }
  .products .select {
    width: 100%;
    margin-top: 16px;
    height: 32px;
  }
  .products .select__title {
    font-size: 14px;
    line-height: 140%;
  }
  .products .select .select__content .select__label {
    font-size: 14px;
    line-height: 140%;
    height: 32px;
  }
  .products__wrapper {
    margin-top: 28px;
    gap: 18px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .products .product {
    height: initial;
    padding: 20px 18px;
  }
  .products .product .product-info {
    z-index: 2;
    top: 12px;
  }
  .products .product .product-info .product-mark {
    margin-bottom: 4px;
    font-size: 6px;
    line-height: initial;
    width: 32px;
    height: 15px;
  }
  .products .product__img img {
    height: 195px;
  }
  .products .product .product__main {
    margin-top: 20px;
  }
  .products .product .product__brand {
    font-size: 8px;
    line-height: 10px;
  }
  .products .product .product__model {
    max-width: 146px;
    margin: 4px auto 0;
  }
  .products .watch-not-found {
    height: 335px;
    font-size: 20px;
    line-height: 24px;
  }
  .estimate {
    margin: 60px 0 46px 0;
  }
  .estimate__descr {
    font-size: 12px;
    line-height: 140%;
    margin-top: 20px;
  }
  .estimate__rel {
    font-size: 14px;
    line-height: 140%;
    margin-top: 8px;
  }
  .estimate .estimate-form {
    margin-top: 24px;
    gap: 16px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .estimate .estimate-form .estimate-form__item span.mt {
    width: 86px !important;
    margin-right: 29px !important;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label {
    margin-right: 65px;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label .item-variants__input-fake {
    margin-right: 8px;
    width: 18px !important;
    height: 18px !important;
  }
  .estimate .estimate-form .estimate-form__item .item-variants__label .item-variants__input-fake::before {
    width: 10px;
    height: 10px;
  }
  .estimate .estimate-form .estimate-form__item input {
    padding: 12px 16px;
    height: 40px;
    width: 100%;
  }
  .estimate .estimate-form .estimate-form__item + span {
    background: red !important;
  }
  .estimate .estimate-form .estimate-form__item.file {
    grid-column: initial;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__img {
    margin-right: 8px;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__img svg {
    width: 20px;
    height: 20px;
  }
  .estimate .estimate-form .estimate-form__item.file .file .custom-file-upload__title {
    font-size: 14px;
    line-height: 115%;
  }
  .estimate .estimate-form .wpcf7-form-control-wrap.model, .estimate .estimate-form .wpcf7-form-control-wrap.brand, .estimate .estimate-form .wpcf7-form-control-wrap.your-phone {
    width: 100% !important;
  }
  .estimate .estimate-form button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 115%;
    grid-column: initial;
  }
  .estimate .estimate-form span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item.first {
    margin-right: 75px !important;
  }
  .estimate .estimate-form span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label span::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .estimate .estimate-form span.wpcf7-form-control-wrap span.item-variants__input span.wpcf7-list-item label input:checked + span::before {
    background-size: 8px !important;
  }
  .estimate .estimate-form p:last-of-type {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important;
  }
  .estimate .estimate-form .wpcf7-form-control-wrap.file-798 {
    margin: 0 !important;
  }
  .estimate .estimate-form .wpcf7-form-control-wrap.mask-270, .estimate .estimate-form .wpcf7-form-control-wrap.modelname, .estimate .estimate-form .wpcf7-form-control-wrap.brandname {
    width: 100%;
    margin: 0 !important;
  }
  .estimate .wpcf7-response-output {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column: 1/2 !important;
    font-size: 12px;
    height: 1px;
    line-height: 13px;
  }
  .list__wrapper {
    gap: 20px;
    margin-top: 20px;
  }
  .list .list-item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .list .list-item__img img {
    max-width: 52px;
  }
  .list .list-item__descr {
    margin-top: 5px;
    font-size: 12px;
    line-height: 140%;
  }
  .questions .questions-main {
    margin-top: 20px;
  }
  .questions .questions-main .question__item {
    padding: 16px;
    font-size: 16px;
    line-height: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .questions .questions-main .question {
    margin-bottom: 16px;
  }
  .questions .questions-main .question__item svg {
    max-width: 8px;
    margin-left: 20px;
  }
  .questions .questions-main .question:last-child {
    margin-bottom: 0;
  }
  .questions .questions-main .question .question-content p {
    padding: 14px 14px 0 14px;
    font-size: 12px;
    line-height: 140%;
  }
  .steps__wrapper {
    margin-top: 20px !important;
  }
  .steps__wrapper .step__num {
    font-size: 16px;
    line-height: 20px;
  }
  .steps__wrapper .step__title {
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
  }
  .steps__wrapper .step__descr {
    margin-top: 8px;
    font-size: 12px;
    padding-right: 20px;
    line-height: 140%;
  }
  .articles__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .articles__title {
    font-size: 24px;
    line-height: 29px;
  }
  .articles .articles__all {
    margin-top: 8px;
  }
  .articles__wrapper {
    margin-top: 20px;
  }
  .articles__wrapper.articles-all__wrapper .article .article__img {
    height: 150px;
  }
  .articles__wrapper .article__img {
    height: 174px;
  }
  .articles__wrapper .article__title {
    font-size: 16px !important;
    margin-top: 5px !important;
    line-height: 20px !important;
  }
  .articles__wrapper .article .article-content {
    padding: 16px;
  }
  .footer {
    padding: 60px 0 40px 0;
  }
  .footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__wrapper .footer-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer .footer__wrapper .footer-logo img {
    max-width: 142px;
  }
  .footer .footer__wrapper .footer-logo span {
    max-width: 156px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .footer .footer__wrapper .footer-logo .developed__title {
    font-size: 12px;
    line-height: 15px;
  }
  .footer .footer__wrapper .footer-logo .developed a {
    font-size: 14px;
    line-height: 17px;
  }
  .footer .footer__wrapper .menu__title {
    font-size: 14px;
    line-height: 17px;
  }
  .footer .footer__wrapper .menu div:first-child {
    margin: 0 57px 0 0 !important;
  }
  .footer .footer__wrapper .footer-info {
    margin-top: 36px;
  }
  .footer .footer__wrapper .footer-info__title {
    font-size: 14px;
    line-height: 17px;
  }
  .footer .footer__wrapper .footer-info__subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .footer .footer__wrapper .footer-info__tel {
    margin-top: 16px;
  }
  .footer .footer__wrapper .footer-info__socials .social svg {
    width: 32px;
    height: 32px;
  }
  .footer .footer__wrapper .footer-subscribes {
    margin-top: 36px;
  }
  .footer .footer__wrapper .footer-subscribes__title {
    font-size: 14px;
    line-height: 17px;
  }
  .footer .footer__wrapper .footer-subscribes #mailpoet_form_1 form.mailpoet_form {
    margin-top: 20px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_text {
    max-width: 100%;
    width: 100% !important;
    height: 40px !important;
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_paragraph {
    margin-bottom: 12px !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_paragraph.last {
    margin-bottom: 0 !important;
  }
  .footer .footer__wrapper .footer-subscribes .mailpoet_submit {
    width: 100% !important;
    height: 40px !important;
    max-width: 100%;
    font-size: 14px !important;
    line-height: 17px !important;
  }
  .product .product-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product .product-menu ul li {
    margin-right: 4px;
  }
  .product .product-menu ul li:last-child {
    margin-right: 0;
  }
  .product .product-menu ul li a {
    font-size: 10px;
    line-height: 12px;
  }
  .product .item {
    margin-top: 20px;
  }
  .product .item .item__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .product .item .item__images .gallery-thumbs {
    margin-top: 17px;
    height: initial !important;
    width: 100% !important;
  }
  .product .item .item__images .gallery-thumbs .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide {
    width: 71px !important;
    height: 71px !important;
    min-height: 71px;
    max-height: 71px;
    margin-right: 20px !important;
    -webkit-transition: initial;
    transition: initial;
  }
  .product .item .item__images .gallery-thumbs .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  .product .item .item__images .gallery-main {
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: initial;
  }
  .product .item .item__images .gallery-main .swiper-slide {
    height: 334px;
    width: 100% !important;
    background-size: contain;
    margin-top: 0px;
  }
  .product .item__info {
    margin-top: 20px;
  }
  .product .item .item__info-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product .item .product-mark {
    margin: 0 8px 0 0 !important;
  }
  .product .item .product-mark:last-child {
    margin: 0 !important;
  }
  .product .item__brand {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 14px;
    line-height: 17px;
    margin: 6px 0 0 0;
  }
  .product .item__name {
    font-size: 24px;
    line-height: 29px;
    margin-top: 4px;
  }
  .product .item__ref {
    font-size: 12px;
    line-height: 140%;
    margin-top: 4px;
  }
div.item__additional-text {
    font-size: 12px;
    line-height: 140%;
    margin-top: 4px;
  }
  .product .item__price {
    margin-top: 20px;
    font-size: 20px;
    line-height: 140%;
  }
  .product .item__connect {
    margin-top: 20px;
    font-size: 12px;
    line-height: 115%;
    height: 40px;
  }
  .product .item .item-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .product .item .item-functions, .product .item .item-peculiarities, .product .item .item-characteristics {
    margin-top: 20px;
    width: 100%;
  }
  .product .item .item-functions .item-list span, .product .item .item-peculiarities .item-list span, .product .item .item-characteristics .item-list span {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 140%;
  }
  .product .item .item-characteristics__list .block {
    margin-bottom: 8px;
  }
  .product .item .item-characteristics__list .block span {
    font-size: 12px;
    line-height: 140%;
  }
  .product .item .item-characteristics__list .block::after {
    bottom: -4px;
  }
  .product .item .item-functions {
    margin-right: 0;
  }
  .product .item .item-additional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .product-article__title {
    font-size: 20px;
    line-height: 24px;
  }
  .product .product-article__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .product .product-article__img {
    margin-top: 20px;
  }
  .product .product-article__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 177px;
  }
  .product .item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product .item-info__title {
    font-size: 20px;
    line-height: 24px;
  }
  .product .item-info__descr {
    font-size: 12px;
    line-height: 140%;
  }
  .product .item-info__content {
    max-width: 100%;
  }
  .product .item-info__img {
    margin-top: 20px;
    width: 100%;
    position: initial;
    right: auto;
    top: auto;
  }
  .product .item-info__img img {
    height: 330px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .modal-feedback {
    width: 343px;
    height: auto;
    padding: 52px 16px 32px 16px;
  }
  .modal-feedback .modal-content__title {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-feedback .modal-content form {
    margin-top: 20px;
  }
  .modal-feedback .modal-content form input {
    font-size: 14px;
    line-height: 115%;
    height: 40px;
    margin-bottom: 16px;
  }
  .modal-feedback .modal-content form button {
    font-size: 14px;
    line-height: 115%;
    height: 40px;
  }
  .modal-feedback .modal-content__bottom {
    margin-top: 38px;
  }
  .modal-success {
    width: 343px;
    height: 372px;
  }
  .modal-success .modal__title {
    font-size: 16px;
    line-height: 20px;
    max-width: 311px;
  }
  .modal-success .modal__img {
    margin-top: 20px;
  }
  .modal-success .modal__img img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 370px) {
  .list__wrapper {
    gap: 20px;
  }
  .list__wrapper .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .list__wrapper .list-item__content {
    margin-top: 10px;
  }
  .articles__wrapper.articles-all__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .articles__wrapper.articles-all__wrapper .article .article__img {
    height: 190px;
  }
  .products .product__img img {
    height: 200px;
  }
  .products .products-filter__item span {
    margin-right: 15px;
  }
  .products .products-filter__item .products-filter__label {
    width: 80px;
  }
  .products .products-filter__cost span {
    margin-right: 15px;
  }
  .products .products-filter__cost input {
    margin-right: 22px;
    width: 80px;
    height: 28px;
  }
  .products__wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .products .product {
    display: block;
  }
  .products .product .product__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products .product .product__price .old-price {
    margin: 0;
  }
  .modal-estimate {
    width: 300px;
    height: 225px;
  }
  .modal-estimate .modal__wrapper {
    padding: 0 16px;
  }
  .modal-estimate .modal__subtitle {
    max-width: 311px;
  }
  .modal-estimate .modal__img img {
    max-width: 60px;
  }
  .modal-estimate-preload {
    width: 300px;
    height: 225px;
  }
  .modal-estimate-preload .modal__wrapper {
    padding: 0 16px;
  }
  .modal-estimate-preload .modal__subtitle {
    max-width: 311px;
  }
  .modal-estimate-preload .modal__img img {
    max-width: 60px;
  }
  .modal-ref {
    width: 300px;
  }
  .modal-ref .modal__img img {
    max-width: 260px;
  }
  .modal-feedback {
    width: 292px;
  }
  .modal-success {
    width: 292px;
  }
  .modal-success .modal__title {
    max-width: 260px;
  }
  .footer .footer__wrapper .menu div:first-child {
    margin-right: 9px !important;
  }
  .no-found img {
    max-width: 295px;
  }
  .estimate .estimate-form .estimate-form__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .estimate .estimate-form .estimate-form__item br {
    display: none !important;
  }
  .estimate .estimate-form .estimate-form__item span.mt {
    margin: 0 0 8px 0 !important;
  }
}
/*# sourceMappingURL=style.min.css.map */