@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.eot");
  src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-ExtraBold.eot");
  src: url("/fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-ExtraBold.woff") format("woff"), url("/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn07 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(100%);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate(100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes transformTopStick {
  0% {
    transform: rotate(0) translate(0, 0);
  }
  100% {
    transform: rotate(-30deg) translate(-10px, -5px);
  }
}
@keyframes transformBottomStick {
  0% {
    transform: rotate(0) translate(0, 0);
  }
  100% {
    transform: rotate(30deg) translate(-10px, 5px);
  }
}
html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #181d2a;
}

h1 {
  font-weight: 800;
  font-size: 30px;
  margin: 0;
}

h2 {
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

h3 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s all;
}
a:hover {
  color: #2e74b7;
}

figure {
  margin: 0;
}

.mt_160 {
  margin-top: 160px;
}

.hide {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.show {
  display: block !important;
}

.show-flex {
  display: flex;
  justify-content: space-between;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: none;
  }
}

.content-sidebar .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-sidebar .container .sidebar {
  width: 285px;
}
@media (max-width: 991px) {
  .content-sidebar .container .sidebar {
    order: 1;
    width: 100%;
  }
}
.content-sidebar .container .content {
  width: calc(100% - 333px);
}
@media (max-width: 1200px) {
  .content-sidebar .container .content {
    width: calc(100% - 317px);
  }
}
@media (max-width: 991px) {
  .content-sidebar .container .content {
    width: 100%;
    order: 2;
  }
}

.fadeIn {
  animation: fadeIn 1s linear;
}

.fadeIn05 {
  animation: fadeIn 0.5s linear;
}

.fadeIn07 {
  animation: fadeIn07 0.3s linear;
}

.fadeOut {
  animation: fadeOut 1s linear;
}

.rotateCheck {
  transform: rotate(-180deg);
}

.return_block {
  width: 100%;
  height: 184px;
}
@media (max-width: 991px) {
  .return_block {
    height: 156px;
  }
}

.pageup {
  opacity: 0;
  width: 32px;
  height: 32px;
  position: fixed;
  bottom: 100px;
  right: 5%;
  z-index: 30;
  background-color: #2e74b7;
  cursor: pointer;
  border: 1px solid white;
  transition: 1s all;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageup:hover {
  color: #fff;
}

.status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 80px;
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.3;
  animation: fadeIn 0.5s;
}
@media (max-width: 575px) {
  .status {
    width: 90%;
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .catalog-sidebar nav ul li .item-name a h2 {
    font-size: 15px;
  }
}
.accent-btn {
  padding: 0 32px;
  height: 48px;
  line-height: 48px;
  background: #efd604;
  border-radius: 4px;
  color: #181d2a;
  border: none;
  outline: none;
  display: inline-block;
  transition: 0.5s all;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}
.accent-btn:hover {
  background: #2e74b7;
  border-radius: 24px;
  color: #fff;
}
.accent-btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(35deg);
  z-index: -10;
}
.accent-btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.second-btn {
  padding: 4px 32px;
  min-height: 48px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2e74b7;
  border-radius: 4px;
  color: #fff;
  border: none;
  outline: none;
  transition: 0.5s all;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}
.second-btn:hover {
  background: #181d2a;
  border-radius: 24px;
  color: #fff;
}
.second-btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(35deg);
  z-index: -10;
}
.second-btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.border-btn {
  width: 136px;
  height: 48px;
  background: #fff;
  border-radius: 4px;
  color: #95d3e9;
  border: 1px solid #95d3e9;
  outline: none;
  display: block;
  transition: 0.5s all;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.border-btn:hover {
  opacity: 0.9;
  border: 1px solid #2e74b7;
  color: #2e74b7;
  border-radius: 24px;
}

.none-style {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  transition: 0.5s all;
  text-align: center;
  cursor: pointer;
  color: #181d2a;
  text-decoration: underline;
}
.none-style:hover {
  color: #2e74b7;
}

.light-btn {
  height: 40px;
  background: #F4F7F8;
  border: 1px solid #E7EFF3;
  border-radius: 4px;
  color: #181d2a;
  transition: 0.5s all;
  text-align: center;
  line-height: 39px;
  cursor: pointer;
  outline: none;
}
.light-btn:hover {
  opacity: 0.8;
}

.attention {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  margin: 16px 0;
}
.attention .text {
  position: relative;
  margin-left: 124px;
  padding: 20px 30px;
  align-self: center;
  box-sizing: border-box;
  width: calc(100% - 250px);
  color: green;
  font-size: 13px;
  line-height: 2;
  background-color: #f6f9fa;
  border-radius: 30px;
}
.attention .text::before {
  content: "";
  position: absolute;
  background-image: url(/icons/attention.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  top: 50%;
  left: -60px;
  width: 40px;
  height: 40px;
  transform: translate(0px, -50%);
}
.attention .text::after {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 0px;
  height: 0px;
  transform: translate(0px, -50%);
  content: "";
  border-color: transparent #f6f9fa transparent transparent;
  border-style: solid;
  border-width: 5px 10px 5px 0px;
}
.attention .accent {
  padding: 20px 30px;
  background: #cde5f8;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  width: 60%;
  border-radius: 20px;
  margin: 0 auto;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .attention .text {
    margin-left: 60px;
    width: calc(100% - 70px);
  }
}
.popup-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  z-index: 50;
  top: 0;
}

.form-popup {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px 40px 56px 40px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.5;
  max-width: 500px;
}
.form-popup .call-back-close {
  margin-left: auto;
  font-size: 32px;
  line-height: 0.5;
  transition: 0.5s all;
  cursor: pointer;
  color: #181d2a;
}
.form-popup .call-back-close:hover, .form-popup .call-back-close:active {
  color: #efd604;
}
.form-popup .title {
  font-weight: 800;
  font-size: 16px;
  margin: 0 auto 24px;
  width: 85%;
}
.form-popup .subtitle {
  color: #2e74b7;
  margin-bottom: 16px;
}
.form-popup input {
  height: 40px;
  padding: 0 16px;
  border: 1px solid #E7EFF3;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.1);
  border-radius: 4px;
  outline: none;
  margin-bottom: 16px;
  color: #181d2a;
}
.form-popup input::-moz-placeholder {
  color: #2e74b7;
}
.form-popup input::placeholder {
  color: #2e74b7;
}
.form-popup button {
  margin: 0 auto 16px;
}
.form-popup .policy {
  font-size: 11px;
  color: rgba(96, 150, 186, 0.5607843137);
}
.form-popup .success {
  color: green;
  font-size: 16px;
  text-align: center;
}
.form-popup .status {
  margin: 16px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .popup-wrap .form-popup {
    width: 95%;
  }
}
header {
  position: fixed;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, #fff 95%, transparent 95%);
  z-index: 5;
  top: 0;
}
header .header-info {
  background-color: #F4F7F8;
}
header .header-info .container {
  padding: 4px 0;
  text-align: center;
}
header .header-info .container a {
  color: #8dc2ef;
  font-style: italic;
}
header .header-info .container a:hover {
  color: #2e74b7;
}
header .header-top {
  display: grid;
  grid-template: 1fr/1fr minmax(auto, 200px) minmax(auto, 260px) minmax(auto, 260px) minmax(auto, 260px) minmax(auto, 260px) 1fr;
  color: #2e74b7;
  line-height: 1.3;
  box-sizing: border-box;
  gap: 15px;
  padding: 15px 0;
}
@media (max-width: 992px) {
  header .header-top {
    display: none;
  }
}
header .header-top .header-top-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  header .header-top .header-top-item {
    justify-content: start;
  }
}
header .header-top .header-top-item .phone-wrap a {
  display: block;
}
header .header-top .header-top-item::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}
header .header-top .header-top-item:nth-child(3)::before {
  background-image: url(/icons/loc.png);
}
header .header-top .header-top-item:nth-child(4)::before {
  background-image: url(/icons/time.png);
}
header .header-top .header-top-item:nth-child(5)::before {
  background-image: url(/icons/download.png);
}
header .header-top .header-top-item:nth-child(6)::before {
  background-image: url(/icons/phone.png);
}
header .header-top a:hover {
  color: #181d2a;
}
header .header-top .logo {
  transition: 0.5s all;
}
header .header-top .logo:hover {
  opacity: 0.8;
}
header .header-top .logo img {
  max-width: 138px;
}
header .header-top .call-back {
  text-decoration: underline;
}
header .header-top .call-back:hover {
  text-decoration: none;
}
header .header-bottom {
  height: 48px;
  display: grid;
  grid-template: 1fr/1fr;
  background: #F4F7F8;
  border-top: 1px solid #E7EFF3;
  border-bottom: 1px solid #E7EFF3;
}
@media (max-width: 1300px) {
  header .header-bottom {
    grid-template: 1fr/1fr;
  }
}
@media (max-width: 992px) {
  header .header-bottom {
    display: none;
  }
}
header .header-bottom div:first-of-type {
  background: #E7EFF3;
  border-top: 1px solid #E7EFF3;
  border-bottom: 1px solid #E7EFF3;
}
header .header-bottom div:last-of-type {
  background: #F4F7F8;
  border-top: 1px solid #E7EFF3;
  border-bottom: 1px solid #E7EFF3;
}
header .header-bottom .btn-catalog {
  text-transform: uppercase;
  font-weight: 800;
  background: #E7EFF3;
  border: 1px solid #E7EFF3;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: 0.5s all;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-right: 10px;
}
header .header-bottom .btn-catalog::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: block;
  background: url(/icons/catalog.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .header-bottom nav {
  display: grid;
  grid-template: 1fr/minmax(auto, 1100px);
  margin: 0 auto;
}
header .header-bottom nav .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-size: 15px;
  margin: 0;
  padding: 0 15px;
}
header .header-bottom nav .menu > li {
  padding: 0 15px;
  transition: 0.5s all;
  height: 100%;
  display: flex;
  align-items: center;
}
header .header-bottom nav .menu > li:hover {
  background: #E7EFF3;
}
header .header-bottom nav .menu .dropdown_menu {
  position: relative;
}
header .header-bottom nav .menu .dropdown_menu img {
  width: 8px;
  margin-left: 8px;
  vertical-align: middle;
}
header .header-bottom nav .menu .dropdown_menu:last-of-type .dropdown {
  right: 0;
  left: inherit;
}
header .header-bottom nav .menu .dropdown_menu .dropdown {
  position: absolute;
  top: 45px;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  padding: 16px 0;
  background: #F4F7F8;
  border: 1px solid #E7EFF3;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 40;
}
header .header-bottom nav .menu .dropdown_menu .dropdown li {
  padding: 4px 16px;
}
header .header-bottom nav .menu .dropdown_menu .dropdown li a {
  line-height: 1.5;
}
header .header-bottom nav .menu .dropdown_menu .dropdown li a:hover {
  background: #E7EFF3;
}
header .header-bottom .search {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #95d3e9;
  border-left: 1px solid #95d3e9;
  border-bottom: 1px solid #95d3e9;
  border-radius: 4px 0 0 4px;
  margin: 0 0 0 10px;
  padding: 0 15px;
  background: #fff;
}
header .header-bottom .search img {
  margin-right: 10px;
}
header .header-bottom .search::before {
  content: url("/icons/search.svg");
  width: 12px;
  height: 13px;
  margin-right: 10px;
  display: block;
}
header .header-bottom .search input {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
}
header .header-bottom .search input::-moz-placeholder {
  color: #2e74b7;
}
header .header-bottom .search input::placeholder {
  color: #2e74b7;
}
header .header-mobil {
  display: none;
}
header .header-mobil .header-top-mobile {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
header .header-mobil .header-top-mobile .btn-catalog {
  width: 30px;
  display: grid;
  align-items: center;
  grid-template: repeat(3, 8px)/1fr;
}
header .header-mobil .header-top-mobile .btn-catalog::before {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #2e74b7;
}
header .header-mobil .header-top-mobile .transformStick.btn-catalog::before {
  animation: transformTopStick 0.5s;
  transform: rotate(-30deg) translate(-10px, -5px);
}
header .header-mobil .header-top-mobile .btn-catalog::after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #2e74b7;
}
header .header-mobil .header-top-mobile .transformStick.btn-catalog::after {
  animation: transformBottomStick 0.5s;
  transform: rotate(30deg) translate(-10px, 5px);
}
header .header-mobil .header-top-mobile .btn-catalog span {
  height: 2px;
  width: 30px;
  background-color: #2e74b7;
}
header .header-mobil .header-top-mobile .logo {
  height: 50px;
}
header .header-mobil .header-top-mobile .logo img {
  height: 100%;
}
header .header-mobil .header-top-mobile .cart {
  height: 30px;
}
header .header-mobil .header-top-mobile .cart img {
  height: 100%;
}
header .header-mobil .header-bottom-mobile {
  height: 60px;
  justify-content: center;
  align-items: center;
}
header .header-mobil .header-bottom-mobile .contact {
  width: 100%;
  height: 100%;
  background: rgba(163, 206, 241, 0.4784313725);
  border: 1px solid #95d3e9;
  border-radius: 4px;
  padding: 0 15px;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  outline: none;
  font-size: 20px;
  color: #2e74b7;
  text-align: center;
  line-height: 60px;
}
header .header-mobil .header-bottom-mobile .contact img {
  margin: 0 8px;
  vertical-align: middle;
  width: 16px;
}

@media (max-width: 992px) {
  header {
    position: relative;
  }
  header .header-mobil {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    width: 100%;
    height: 140px;
  }
  header .header-mobil .header-top-mobile {
    height: 80px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0 15px;
  }
  header .header-mobil .header-top-mobile .catalog {
    height: 24px;
    cursor: pointer;
  }
  header .header-mobil .header-top-mobile .catalog img {
    height: 100%;
  }
  header .header-mobil .header-top-mobile .logo {
    height: 50px;
  }
  header .header-mobil .header-top-mobile .logo img {
    height: 100%;
  }
  header .header-mobil .header-top-mobile .cart {
    height: 30px;
  }
  header .header-mobil .header-top-mobile .cart img {
    height: 100%;
  }
  header .header-mobil .header-bottom-mobile {
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
  }
  header .header-mobil .header-bottom-mobile .contact {
    width: 100%;
    height: 100%;
    background: rgba(163, 206, 241, 0.4784313725);
    border: 1px solid #95d3e9;
    border-radius: 4px;
    padding: 0 15px;
    box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
    outline: none;
    font-size: 16px;
    color: #2e74b7;
    text-align: center;
    line-height: 60px;
    box-sizing: border-box;
  }
  header .header-mobil .header-bottom-mobile .contact img {
    margin: 0 8px;
    vertical-align: middle;
    width: 24px;
  }
  header .header-mobil .header-bottom-mobile .contact .check {
    width: 12px;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 1px solid #E7EFF3;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #2e74b7;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    text-align: center;
    border-top: 1px solid #E7EFF3;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact a img {
    margin-right: 16px;
    width: 24px;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact .call-back {
    margin-left: 0;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact p {
    text-align: start;
    padding: 16px;
    border-top: 1px solid #E7EFF3;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact p img {
    margin-right: 16px;
    width: 24px;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact .call-back {
    color: #8D1D2C;
    text-decoration: underline;
    margin-left: 8px;
    transition: 0.5s all;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact .call-back:hover {
    color: #181d2a;
    text-decoration: inherit;
  }
  header .header-mobil .mobil-dropdown-wrap {
    background: #181d2a;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 299;
  }
  header .header-mobil .mobil-dropdown {
    background: #fff;
    z-index: 302;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 303px;
    max-width: 100%;
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
    overflow: auto;
  }
  header .header-mobil .mobil-dropdown .call-back-close {
    font-size: 50px;
    position: absolute;
    right: 16px;
    line-height: 1;
    top: 10px;
    cursor: pointer;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu {
    list-style: none;
    padding: 32px 16px;
    font-size: 16px;
    margin: 0;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li {
    padding: 10px 0;
    border-bottom: 1px solid #E7EFF3;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li a img {
    margin-right: 16px;
    vertical-align: middle;
    width: 24px;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li .check {
    margin-left: 16px;
    transform: rotate(-90deg);
    text-align: end;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li a.call-back {
    color: #8D1D2C;
    text-decoration: underline;
    transition: 0.5s all;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li a.call-back:hover {
    color: #181d2a;
    text-decoration: inherit;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li a.download {
    text-decoration: underline;
    transition: 0.5s all;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li a.download:hover {
    text-decoration: inherit;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li.catalog {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin: 10px 0;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown {
    background: #fff;
    z-index: 302;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 303px;
    max-width: 100%;
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
    padding: 32px 16px;
    overflow: auto;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .back-catalog {
    background: #E7EFF3;
    border-radius: 4px;
    padding: 10px 16px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .back-catalog img {
    width: 16px;
    margin-right: 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .catalog-link {
    background: #F4F7F8;
    padding: 10px 16px;
    border-radius: 4px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .catalog-link img {
    width: 16px;
    margin: 0 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul {
    list-style: none;
    font-size: 16px;
    margin: 16px 0;
    padding: 0;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item {
    padding: 10px 0;
    border-bottom: 1px solid #E7EFF3;
    position: relative;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name img {
    width: 32px;
    margin-right: 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name .category-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: inherit;
    text-align: start;
    width: 74%;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name img.icon-size {
    width: 8px;
    transform: rotate(-90deg);
    margin-left: 16px;
    position: absolute;
    right: 0;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .subdirectory {
    background: #fff;
    z-index: 302;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 303px;
    max-width: 100%;
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
    padding: 32px 16px;
    overflow: auto;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .subdirectory .back {
    background: #E7EFF3;
    border-radius: 4px;
    padding: 10px 16px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .subdirectory .back img {
    width: 16px;
    margin-right: 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .subdirectory ul {
    list-style: none;
    margin: 16px 0;
    font-size: 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .subdirectory ul li {
    padding: 10px 0;
    border-bottom: 1px solid #E7EFF3;
  }
}
.wrap-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  overflow: auto;
}
.wrap-dropdown .container {
  height: 100%;
  position: relative;
}
.wrap-dropdown .container .close-catalog {
  position: absolute;
  right: 0;
  top: 64px;
  cursor: pointer;
}
.wrap-dropdown .container nav {
  padding: 64px;
  z-index: 50;
  height: 100%;
}
.wrap-dropdown .container nav .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  vertical-align: middle;
}
.wrap-dropdown .container nav a.link {
  margin-left: 20px;
  text-decoration: underline;
  vertical-align: middle;
}
.wrap-dropdown .container nav .dropdown_catalog {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  margin: 30px 0;
}
.wrap-dropdown .container nav .dropdown_catalog .item {
  transition: 0.5s all;
  padding: 32px 16px;
}
.wrap-dropdown .container nav .dropdown_catalog .item a {
  display: flex;
  align-items: center;
}
.wrap-dropdown .container nav .dropdown_catalog .item a img {
  width: 48px;
  margin-right: 16px;
}
.wrap-dropdown .container nav .dropdown_catalog .item a .category-title {
  font-weight: 700;
  line-height: 1.3;
  text-align: start;
  transition: 0.5s all;
}
.wrap-dropdown .container nav .dropdown_catalog .item a .category-title:hover {
  color: #2e74b7;
}
.wrap-dropdown .container nav .dropdown_catalog .item .accent-btn {
  text-align: center;
  display: block;
}
.wrap-dropdown .container nav .dropdown_catalog .item .subdirectory {
  list-style: none;
  margin-top: 16px;
  border-top: 1px solid #F4F7F8;
}
.wrap-dropdown .container nav .dropdown_catalog .item .subdirectory li {
  padding: 8px;
  border-radius: 4px;
}
.wrap-dropdown .container nav .dropdown_catalog .item .subdirectory li:hover {
  background: #F4F7F8;
}
.wrap-dropdown .container nav .dropdown_catalog .item:hover {
  background: #fff;
}
.wrap-dropdown .container nav .dropdown_catalog .item-dropdown-selected {
  background: #fff;
}

.page_title {
  min-height: 160px;
  padding: 32px 0;
  margin: 0 0 16px 0;
  background-image: url(/img/main/bd-advantages.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  color: #fff;
}
.page_title .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_title .container .breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.page_title .container .breadcrumbs li {
  padding: 0 3px;
}
.page_title .container .breadcrumbs li a:hover {
  color: #95d3e9;
}
.page_title .container .breadcrumbs li .inactive {
  opacity: 0.5;
}
.page_title .container .breadcrumbs li .inactive:hover {
  color: #eee;
}

@media (max-width: 575px) {
  .page_title h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .page_title .container .breadcrumbs li {
    padding: 5px 3px;
  }
}
.main-mb-block {
  display: none;
}
.main-mb-block h1, .main-mb-block h2 {
  text-align: start;
  font-size: 60px;
  color: #fff;
  text-transform: inherit;
  margin-bottom: 32px;
}
.main-mb-block h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 400;
  text-align: start;
  margin-bottom: 40px;
}

.slider {
  width: 100%;
  background: #F4F7F8;
  overflow: hidden;
}
.slider .prevArrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  transition: 0.5s all;
}
.slider .prevArrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slider .prevArrow img {
  width: 16px;
  transform: rotate(90deg) translateY(2px);
}
.slider .nextArrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  transition: 0.5s all;
}
.slider .nextArrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slider .nextArrow img {
  width: 16px;
  transform: rotate(-90deg) translateY(2px);
}
.slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.slider .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #2e74b7;
  margin: 0 6px;
  transition: 0.5s all;
}
.slider .slick-dots li:hover {
  background: #181d2a;
}
.slider .slick-dots li button {
  display: none;
}
.slider .slick-dots .slick-active {
  background: #181d2a;
}
.slider .main_slider {
  width: 100%;
  height: 540px;
  position: relative;
}
.slider .main_slider .slider-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}
.slider .main_slider .slider-item h1, .slider .main_slider .slider-item h2 {
  text-align: start;
  font-size: 60px;
  color: #fff;
  text-transform: inherit;
  margin-bottom: 32px;
}
.slider .main_slider .slider-item h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 400;
  text-align: start;
  margin-bottom: 40px;
}
.slider .main_slider .slider-item-first {
  background-image: url("/img/sliders/slide-main-1-1.jpg");
}
.slider .main_slider .slider-item-new {
  background-image: url("/img/sliders/slide-main-1-1-0.jpg");
}
.slider .main_slider .slider-item-second {
  background-image: url("/img/sliders/slide-main-1-2.jpg");
}
.slider .main_slider .slider-item-third {
  background-image: url("/img/sliders/slide-main-1-3-1.jpg");
}
.slider .services_slider {
  height: 450px;
  background: #F4F7F8;
  padding: 64px 0 96px;
}
.slider .services_slider .slider-item {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.slider .services_slider .slider-item .category {
  color: #2e74b7;
  margin-bottom: 16px;
  width: 35%;
}
.slider .services_slider .slider-item h3 {
  font-size: 24px;
  margin-bottom: 32px;
  width: 35%;
}
.slider .services_slider .slider-item .descr {
  color: #818181;
  line-height: 1.5;
  margin-bottom: 32px;
  width: 35%;
}
.slider .services_slider .slider-item-first {
  background-image: url("/img/sliders/slide-services-2-1.jpg");
}
.slider .services_slider .slider-item-second {
  background-image: url("/img/sliders/slide-services-2-2.jpg");
}
.slider .services_slider .slider-item-third {
  background-image: url("/img/sliders/slide-services-2-3.jpg");
}
.slider .services_slider .slider-item-forth {
  background-image: url("/img/sliders/slide-services-2-4.jpg");
}
.slider .services_slider .slider-item-fifth {
  background-image: url("/img/sliders/slide-services-2-5.jpg");
}
.slider .services_slider .prevArrow {
  left: -10%;
  background: none;
  z-index: 2;
  transition: 0.5s all;
}
.slider .services_slider .prevArrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slider .services_slider .nextArrow {
  right: -10%;
  background: none;
  z-index: 2;
  transition: 0.5s all;
}
.slider .services_slider .nextArrow:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slider .services_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateX(0);
  z-index: 1;
  bottom: 39px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slider .services_slider .slick-dots:before {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 50%;
  background: #95d3e9;
  position: absolute;
  right: 0;
  left: 0;
}
.slider .services_slider .slick-dots li {
  border: 4px solid #95d3e9;
  background: #F4F7F8;
  transition: 0.5s all;
  z-index: 1;
}
.slider .services_slider .slick-dots li:hover {
  border: 4px solid #2e74b7;
}
.slider .services_slider .slick-dots .slick-active {
  background: #2e74b7;
}
.slider .equipment_slider {
  height: 550px;
  background: #181d2a;
}
.slider .equipment_slider .slider-item {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  color: #fff;
}
.slider .equipment_slider .slider-item .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.slider .equipment_slider .slider-item .container .category {
  margin-bottom: 16px;
  width: 50%;
}
.slider .equipment_slider .slider-item .container h3 {
  font-size: 24px;
  margin-bottom: 32px;
  width: 50%;
}
.slider .equipment_slider .slider-item .container .descr {
  line-height: 1.5;
  margin-bottom: 32px;
  width: 50%;
}
.slider .equipment_slider .slider-item .equipment-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.slider .equipment_slider .slider-item .equipment-img:before {
  content: url(/img/sliders/round-part.svg);
  position: absolute;
  left: -2px;
  height: 100%;
  width: 130px;
}
.slider .equipment_slider .slider-item-first .equipment-img {
  background-image: url("/img/sliders/slide-equipment-3-1.jpg");
}
.slider .equipment_slider .slider-item-second .equipment-img {
  background-image: url("/img/sliders/slide-equipment-3-2.jpg");
}
.slider .equipment_slider .slider-item-third .equipment-img {
  background-image: url("/img/sliders/slide-equipment-3-3.jpg");
}
.slider .equipment_slider .slider-item-forth .equipment-img {
  background-image: url("/img/sliders/slide-equipment-3-4.jpg");
}
.slider .equipment_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 25px;
  transform: translateY(50%);
  bottom: 50%;
  display: block;
}
.slider .equipment_slider .slick-dots li {
  background: #F4F7F8;
  transition: 0.5s all;
  z-index: 1;
  margin: 8px 0;
  width: 8px;
  height: 8px;
}
.slider .equipment_slider .slick-dots li:hover {
  border: 4px solid #2e74b7;
}
.slider .equipment_slider .slick-dots .slick-active {
  background: #2e74b7;
}

.partners_slider {
  height: -moz-max-content;
  height: max-content;
}
.partners_slider div img {
  outline: none;
}

@media (max-width: 1200px) {
  .slider .main_slider .slider-item h1, .slider .main_slider .slider-item h2 {
    font-size: 40px;
    width: 95%;
    margin: 0 auto 32px;
    text-align: center;
  }
  .slider .main_slider .slider-item h3 {
    font-size: 18px;
    width: 95%;
    margin: 0 auto 32px;
    text-align: center;
  }
  .slider .main_slider .slider-item .container .accent-btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .slider .services_slider {
    height: 458px;
  }
  .slider .equipment_slider .slick-dots {
    display: flex;
    bottom: 48px;
  }
  .slider .equipment_slider .slick-dots li {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .slider .services_slider {
    height: 500px;
    padding: 64px 0 128px;
  }
  .slider .services_slider .slider-item {
    background-size: cover;
    padding: 32px;
  }
  .slider .services_slider .slider-item .category {
    color: #fff;
    width: 100%;
  }
  .slider .services_slider .slider-item h3 {
    width: 100%;
    color: #fff;
  }
  .slider .services_slider .slider-item .descr {
    color: #fff;
    width: 100%;
  }
  .slider .services_slider .slider-item-first {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-services-2-1.jpg");
  }
  .slider .services_slider .slider-item-second {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-services-2-2.jpg");
  }
  .slider .services_slider .slider-item-third {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-services-2-3.jpg");
  }
  .slider .services_slider .slider-item-forth {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-services-2-4.jpg");
  }
  .slider .services_slider .slider-item-fifth {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-services-2-5.jpg");
  }
  .slider .services_slider .slick-dots {
    bottom: 78px;
  }
}
@media (max-width: 575px) {
  .slider {
    background: none;
  }
  .main-mb-block {
    background-image: url("/img/sliders/slide-main-1-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    display: block;
    padding: 50px 0 80px;
  }
  .main-mb-block h1 {
    font-size: 24px;
  }
  .main-mb-block h2 {
    font-size: 16px;
    font-weight: normal;
  }
  .slider .main_slider {
    height: 500px;
  }
  .slider .main_slider .slider-item h1, .slider .main_slider .slider-item h2 {
    font-size: 24px;
  }
  .slider .services_slider {
    height: 550px;
  }
}
@media (max-width: 412px) {
  .slider .services_slider {
    height: 580px;
  }
  .slider .services_slider .slider-item .category {
    margin-bottom: 16px;
  }
  .slider .services_slider .slider-item h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .slider .services_slider .slider-item .descr {
    margin-bottom: 16px;
  }
  .slider .equipment_slider .slider-item .container h3, .slider .equipment_slider .slider-item .container .descr, .slider .equipment_slider .slider-item .container .category {
    z-index: 1;
    width: 100%;
  }
  .slider .equipment_slider .slider-item-first .equipment-img {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-equipment-3-1.jpg");
  }
  .slider .equipment_slider .slider-item-second .equipment-img {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-equipment-3-2.jpg");
  }
  .slider .equipment_slider .slider-item-third .equipment-img {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-equipment-3-3.jpg");
  }
  .slider .equipment_slider .slider-item-forth .equipment-img {
    background-image: linear-gradient(45deg, rgba(46, 116, 183, 0.4784313725), #181d2a), url("/img/sliders/slide-equipment-3-4.jpg");
  }
  .slider .equipment_slider .slick-dots li {
    margin: 0 16px;
  }
}
.video {
  background: linear-gradient(#fff, #f4f7f8);
  width: 100%;
}
.video video {
  outline: none;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-repair, .video-installation {
  background: #fff;
  margin-bottom: 32px;
}

.video-installation {
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .video-postavka {
    margin-bottom: 250px;
  }
}
@media (max-width: 575px) {
  .main_slider {
    display: none;
  }
}
.monitoring-service .monitoring-main {
  padding: 64px 0 32px 0;
  position: relative;
  width: 100%;
  background: linear-gradient(#fff 0%, transparent 10%), url(/img/monitoring/img/bg-main.jpg) center bottom/cover no-repeat;
}
.monitoring-service .monitoring-main h2 {
  text-transform: inherit;
  line-height: 1.5;
  padding: 32px 0;
  font-size: 20px;
  color: #2e74b7;
  border-top: 2px dashed #E7EFF3;
}
.monitoring-service .monitoring-calc {
  padding: 96px 0 112px;
  background: #2e74b7;
}
.monitoring-service .monitoring-calc h2 {
  color: #fff;
  text-transform: inherit;
  font-size: 24px;
  margin-bottom: 32px;
}
.monitoring-service .monitoring-calc p {
  color: #2e74b7;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px 3px;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.monitoring-service .monitoring-calc .wrap .title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.monitoring-service .monitoring-calc .wrap .title .num {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px dashed #fff;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.monitoring-service .monitoring-calc .wrap .title .choose span {
  font-size: 18px;
  width: 50%;
}
.monitoring-service .monitoring-calc .wrap .title .choose b {
  text-decoration: underline;
}
.monitoring-service .monitoring-calc .wrap .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.monitoring-service .monitoring-calc .wrap .items .item {
  width: 40%;
  background: #fff;
  border-radius: 15px 5px;
  padding: 5px 30px;
  margin: 10px;
  min-height: 200px;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  cursor: pointer;
  transition: 0.5s all;
  border: 1px dashed transparent;
  opacity: 0.9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.monitoring-service .monitoring-calc .wrap .items .item:hover {
  border: 1px dashed #2e74b7;
  opacity: 1;
}
.monitoring-service .monitoring-calc .wrap .items .item img {
  width: 30%;
  margin-right: 16px;
}
.monitoring-service .monitoring-calc .wrap .items .item .text {
  width: 40%;
  font-size: 15px;
  line-height: 1.5;
  font-size: 16px;
}
.monitoring-service .monitoring-calc .button-prev {
  margin: 32px auto 0;
  display: block;
  font-size: 48px;
}
.monitoring-service .monitoring-calc .form-popup {
  position: static;
  transform: translate(0, 0);
  margin: 0 auto 32px;
}
.monitoring-service .monitoring-calc .form-popup .title {
  color: #181d2a;
}
.monitoring-service .monitoring {
  padding: 96px 0;
  position: relative;
  width: 100%;
}
.monitoring-service .monitoring .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.monitoring-service .monitoring .container .wrap {
  width: 43%;
  text-align: end;
  line-height: 1.5;
}
.monitoring-service .monitoring .container .wrap span {
  margin-bottom: 32px;
  display: block;
}
.monitoring-service .monitoring .container .wrap h2 {
  text-align: end;
  color: #2e74b7;
  margin-bottom: 32px;
}
.monitoring-service .monitoring .container .wrap button {
  width: initial;
  z-index: 1;
}
.monitoring-service .monitoring .container .play {
  width: 45%;
}
.monitoring-service .monitoring .container .play img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  border-radius: 20px 5px;
}
.monitoring-service .monitoring .container .play iframe {
  border-radius: 30px 5px;
  animation: scale 2s linear;
  box-shadow: 0 15px 30px -18px #000;
}
.monitoring-service .about-system {
  background: #F4F7F8;
  padding: 96px 0;
}
.monitoring-service .about-system h2 {
  color: #2e74b7;
  margin-bottom: 32px;
}
.monitoring-service .about-system .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.monitoring-service .about-system .container .info {
  width: 45%;
  padding-right: 20px;
  position: relative;
}
.monitoring-service .about-system .container .info:before {
  content: "";
  background: url(/img/monitoring/icon/clock.svg) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  display: inline-block;
  position: absolute;
  bottom: 85%;
  left: -180px;
  transform: rotate(-15deg);
  opacity: 0.2;
}
.monitoring-service .about-system .container .info .text {
  line-height: 2;
  text-align: start;
  text-indent: 32px;
}
.monitoring-service .about-system .container .info .text span {
  text-transform: uppercase;
  font-size: 15px;
}
.monitoring-service .about-system .container .info button {
  margin-top: 32px;
  width: initial;
  z-index: 1;
}
.monitoring-service .about-system .container .adv {
  width: 45%;
  padding: 32px;
  border-radius: 30px 5px;
  background: #fff;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
}
.monitoring-service .about-system .container .adv .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 16px 0;
}
.monitoring-service .about-system .container .adv .item img {
  display: block;
  width: 64px;
  margin-right: 16px;
}
.monitoring-service .about-system .container .adv .item .title {
  text-align: start;
  line-height: 1.5;
}
.monitoring-service .about-system .container .adv .item .title span {
  font-size: 15px;
  text-transform: uppercase;
}
.monitoring-service .monitoring-main-benefit {
  background: #2e74b7;
  padding: 96px 0;
  width: 100%;
  position: relative;
}
.monitoring-service .monitoring-main-benefit .container h2 {
  color: #fff;
  margin: 0 auto;
}
.monitoring-service .monitoring-main-benefit .container .benefit {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 32px;
}
.monitoring-service .monitoring-main-benefit .container .benefit:before {
  content: "";
  background: url(/img/monitoring/icon/trend.svg) center right/contain no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 16px;
}
.monitoring-service .monitoring-main-benefit .container .text {
  line-height: 2;
  font-size: 15px;
  padding: 32px 64px;
  border-radius: 30px 5px;
  background-color: #fff;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  width: 70%;
  margin: 32px auto 0;
  position: relative;
  text-indent: 32px;
  z-index: 2;
}
.monitoring-service .monitoring-main-benefit .container .text:after {
  content: "";
  background: url(/img/monitoring/img/Money-drain.png) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-80%);
}
.monitoring-service .monitoring-main-benefit .container img {
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  width: 20%;
  opacity: 0.5;
}
.monitoring-service .monitoring-principle {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  position: relative;
  margin-bottom: 96px;
}
.monitoring-service .monitoring-principle h2 {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff;
  border-radius: 15px 3px;
  padding: 10px 30px;
}
.monitoring-service .monitoring-principle .wrap {
  height: 400px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.monitoring-service .monitoring-principle .wrap .number {
  font-size: 100px;
}
.monitoring-service .monitoring-principle .wrap .descr {
  font-size: 20px;
  text-transform: uppercase;
}
.monitoring-service .monitoring-principle .grey {
  justify-content: flex-end;
  background: #b4b2b3;
  padding-right: 30px;
  border-top: 2px dashed #7e7e7e;
}
.monitoring-service .monitoring-principle .grey img {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 40%;
}
.monitoring-service .monitoring-principle .grey .number {
  color: #fff;
  margin-left: 50%;
}
.monitoring-service .monitoring-principle .grey .descr {
  color: #fff;
}
.monitoring-service .monitoring-principle .grey .link {
  position: absolute;
  right: 0;
  bottom: 25%;
  margin-right: 10px;
}
.monitoring-service .monitoring-principle .light-grey {
  justify-content: flex-start;
  background: #E7EFF3;
  padding-left: 30px;
}
.monitoring-service .monitoring-principle .light-grey img {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 40%;
}
.monitoring-service .monitoring-principle .light-grey .link {
  position: absolute;
  left: 0;
  bottom: 25%;
  margin-left: 10px;
}
.monitoring-service .monitoring-principle .dark-grey {
  justify-content: flex-end;
  background: #676566;
  padding-right: 30px;
  border-radius: 0 0 15px 0;
  background: url(/img/monitoring/img/dispetcher-bg.jpg) center center/cover no-repeat;
}
.monitoring-service .monitoring-principle .dark-grey img {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 350px;
}
.monitoring-service .monitoring-principle .dark-grey .number {
  color: #fff;
  margin-left: 50%;
}
.monitoring-service .monitoring-principle .dark-grey .descr {
  color: #fff;
}
.monitoring-service .monitoring-principle .dark-grey .link {
  position: absolute;
  right: 0;
  bottom: 25%;
  margin-right: 10px;
  color: #fff;
}
.monitoring-service .monitoring-principle .white {
  display: block;
  background: #fff;
}
.monitoring-service .monitoring-principle .white .items {
  margin-top: 30px;
  margin-left: 30px;
  padding: 30px;
  border-radius: 30px 5px;
  background: #E7EFF3;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 15px 30px -18px #000;
}
.monitoring-service .monitoring-principle .white .items .descr {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 13px;
}
.monitoring-service .monitoring-principle .white .items img {
  width: 80px;
  margin-bottom: 20px;
}
.monitoring-service .monitoring-principle .white .items button {
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.monitoring-service .monitoring-offer {
  background: #F4F7F8;
  padding: 96px 0;
}
.monitoring-service .monitoring-offer .container h2 {
  margin-bottom: 32px;
}
.monitoring-service .monitoring-offer .container .items {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.monitoring-service .monitoring-offer .container .items .item {
  width: 15%;
  transition: 0.5s all;
}
.monitoring-service .monitoring-offer .container .items .item:hover {
  border-radius: 30px 5px;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
}
.monitoring-service .monitoring-offer .container .items .item img {
  width: 64px;
}
.monitoring-service .monitoring-offer .container .items .item .text {
  margin-top: 16px;
  line-height: 1.5;
}
.monitoring-service .monitoring-offer .container .info {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
.monitoring-service .monitoring-offer .container button {
  margin: 0 auto;
  width: initial;
  display: block;
  z-index: 1;
}
.monitoring-service .monitoring-main-offer {
  background: inherit;
  padding: 0;
}
.monitoring-service .monitoring-main-offer .container .items {
  justify-content: center;
}
.monitoring-service .monitoring-main-offer .container .items .item {
  text-align: center;
  width: 20%;
  background: rgba(255, 255, 255, 0.7215686275);
  border-radius: 20px 5px;
  padding: 32px 16px;
}
.monitoring-service .monitoring-main-offer .container .items .item img {
  width: 100px;
}
.monitoring-service .monitoring-main-offer .container .items .item .text {
  font-size: 16px;
}
.monitoring-service .monitoring-main-offer .container .items .item .text a {
  color: #2e74b7;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .monitoring-service .monitoring-main-offer .container .items .item {
    width: 40%;
  }
  .monitoring-service .monitoring-monitoring .container .play iframe {
    width: 550px;
    height: 310px;
  }
  .monitoring-service .about-system .container .adv .item .title {
    width: 60%;
  }
  .monitoring-service .about-system .container .info .text:before {
    bottom: 100%;
    left: 0;
  }
  .monitoring-service .monitoring-principle {
    margin-top: 100px;
  }
  .monitoring-service .monitoring-principle h2 {
    position: absolute;
    top: -100px;
  }
  .monitoring-service .monitoring-principle .wrap {
    height: 350px;
  }
  .monitoring-service .monitoring-principle .grey, .monitoring-principle .dark-grey {
    justify-content: center;
    position: relative;
  }
  .monitoring-service .monitoring-principle .grey:before {
    content: "";
    width: 20px;
    height: 10px;
    border-top: 10px solid #b4b2b3;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
  }
  .monitoring-service .monitoring-principle .light-grey:before {
    content: "";
    width: 20px;
    height: 10px;
    border-top: 10px solid #efefef;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
  }
  .monitoring-service .monitoring-principle .grey .number, .monitoring-principle .dark-grey .number {
    margin-left: 200px;
  }
  .monitoring-service .monitoring-principle .grey img {
    width: 31%;
  }
  .monitoring-service .monitoring-principle .light-grey img {
    width: 33%;
  }
  .monitoring-service .monitoring-principle .light-grey .number {
    margin-left: 100px;
  }
  .monitoring-service .monitoring-principle .white .items img {
    margin: 0 auto 20px;
  }
  .monitoring-service .monitoring-principle .white .consultation {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .monitoring-service .monitoring-calc .wrap .form {
    width: 70%;
  }
  .monitoring-service .monitoring .container .wrap {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }
  .monitoring-service .monitoring .container .play {
    width: 100%;
    order: 2;
  }
  .monitoring-service .monitoring .container .play iframe {
    width: 100%;
    height: 400px;
  }
  .monitoring-service .monitoring .container .wrap h1 {
    text-align: end;
    color: #2e82ea;
    width: 90%;
    text-align: center;
    margin: 30px auto;
    font-size: 45px;
  }
  .monitoring .container .wrap h2 {
    text-align: center;
    width: 70%;
    margin: 30px auto;
  }
  .monitoring-service .monitoring-offer .container .items {
    justify-content: center;
  }
  .monitoring-service .monitoring-offer .container .items .item {
    width: 48%;
    min-height: inherit;
    text-align: center;
  }
  .monitoring-service .monitoring-principle {
    grid-template-columns: 1fr;
  }
  .monitoring-service .monitoring-principle h2 {
    top: -64px;
    padding: 0;
    background: inherit;
  }
}
@media (max-width: 767px) {
  .monitoring-service .monitoring-main {
    padding: 64px 0 96px 0;
  }
  .monitoring-service .monitoring-main h2 {
    font-size: 18px;
  }
  .monitoring-service .monitoring-offer .container .items .item {
    width: 45%;
    min-height: 258px;
    text-align: center;
  }
  .monitoring-service .monitoring-calc .wrap .items .item {
    width: 90%;
    font-size: 18px;
  }
  .monitoring-service .monitoring-calc .wrap .form {
    width: 100%;
  }
  .monitoring-service .monitoring .container .wrap {
    margin: 0 0 20px;
  }
  .monitoring-service .monitoring .container .play iframe {
    height: 303px;
  }
  .monitoring-service .monitoring .container .wrap h2 {
    width: 80%;
  }
  .monitoring-service .about-system .container .info .text:before {
    display: none;
  }
  .monitoring-service .about-system .container .info {
    width: 100%;
    padding-right: 0;
  }
  .monitoring-service .about-system .container .info button {
    margin: 30px auto;
    display: block;
  }
  .monitoring-service .about-system .container .adv {
    width: 100%;
  }
  .monitoring-service .about-system .container .adv .item .title {
    width: 80%;
  }
  .monitoring-service .monitoring-main-benefit .container .text {
    z-index: 1;
  }
  .monitoring-service .monitoring-main-benefit .container img {
    width: 77%;
    z-index: 0;
  }
  .monitoring-service .monitoring-principle h2 {
    width: 100%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  .monitoring-service .monitoring-principle .wrap .descr {
    z-index: 1;
  }
  .monitoring-service .monitoring-principle .wrap .items {
    margin: 0;
  }
  .monitoring-service .monitoring-principle .grey img {
    width: 36%;
    left: 0px;
    opacity: 0.5;
  }
  .monitoring-service .monitoring-principle .light-grey {
    overflow: hidden;
  }
  .monitoring-service .monitoring-principle .grey .link, .monitoring-service .monitoring-principle .light-grey .link {
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px 3px;
  }
  .monitoring-service .monitoring-principle .dark-grey .link {
    background: #181d2a;
    padding: 5px 15px;
    border-radius: 10px 3px;
  }
  .monitoring-service .monitoring-principle .light-grey img {
    width: 50%;
    left: 60%;
    opacity: 0.5;
  }
}
@media (max-width: 576px) {
  .monitoring-service .monitoring-offer .container .items .item {
    min-height: inherit;
  }
  .monitoring-service .monitoring-offer .container .items .item .text {
    margin-top: 0;
    font-size: 18px;
  }
  .monitoring-service .monitoring .container .wrap h1 {
    font-size: 35px;
  }
  .monitoring-service .about-system .container .adv .item {
    justify-content: center;
  }
  .monitoring-service .about-system .container .adv .item .title {
    text-align: center;
  }
  .monitoring-service .monitoring-main-benefit .container .benefit:before {
    width: 35px;
    height: 35px;
  }
  .monitoring-service .monitoring-main-benefit .container .benefit {
    font-size: 18px;
    line-height: 1.5;
  }
  .monitoring-service .monitoring-main-benefit .container .text:after {
    bottom: -60px;
  }
  .monitoring-service .monitoring-offer .container .items .item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .monitoring-service .monitoring-offer .container .items .item img {
    margin-right: 10px;
  }
  .monitoring-service .monitoring-principle .grey, .monitoring-service .monitoring-principle .light-grey {
    overflow: hidden;
  }
  .monitoring-service .monitoring-principle .grey img {
    width: 60%;
  }
  .monitoring-service .monitoring-principle .grey .number, .monitoring-service .monitoring-principle .dark-grey .number {
    margin-left: 0;
    z-index: 1;
  }
  .monitoring-service .monitoring-principle .light-grey img {
    width: 67%;
    left: 50%;
  }
  .monitoring-service .monitoring-principle .grey .link, .monitoring-service .monitoring-principle .light-grey .link, .monitoring-principle .dark-grey .link {
    margin: 0 30px;
    bottom: 20%;
  }
}
@media (max-width: 456px) {
  .monitoring-service .monitoring-calc .wrap .items .item .text {
    width: 60%;
  }
  .monitoring-service .monitoring .container .play iframe {
    height: 240px;
  }
  .monitoring-service .monitoring-principle .wrap {
    justify-content: center;
    height: 300px;
  }
  .monitoring-service .monitoring-principle .light-grey .number {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .monitoring-service .monitoring-main h2 {
    padding-bottom: 0;
  }
  .monitoring-service .monitoring-calc h2 {
    font-size: 24px;
  }
  .monitoring-service .monitoring-calc .wrap .title {
    font-size: 20px;
  }
  .monitoring-service .monitoring-calc .wrap .title {
    flex-wrap: wrap;
  }
  .monitoring-service .monitoring-calc .wrap .title .choose {
    width: 100%;
  }
  .monitoring-service .monitoring-calc .wrap .title .num {
    margin: 15px;
  }
  .monitoring-service .monitoring-calc .wrap .items .item {
    min-height: inherit;
    padding: 15px 10px;
  }
  .monitoring-service .monitoring-calc .wrap .items .item img {
    margin-right: 0;
  }
  .monitoring-service .monitoring-calc .wrap .items .item .text {
    width: 100%;
    text-align: center;
  }
  .monitoring-service .monitoring-offer .container .items .item .text {
    font-size: 16px;
    text-align: start;
  }
  .monitoring-service .monitoring .container .wrap {
    margin: 0 0 20px;
  }
  .monitoring-service .monitoring .container .play iframe {
    height: 184px;
  }
  .monitoring-service .monitoring-main-benefit .container .text {
    width: 85%;
  }
  .monitoring-service .monitoring-main-benefit .container .text:after {
    width: 270px;
    height: 270px;
    transform: translateX(-70%) rotate(-30deg);
  }
  .monitoring-service .monitoring-principle h2 {
    width: 95%;
  }
  .monitoring-service .monitoring-principle .wrap {
    height: 270px;
  }
  .monitoring-service .about-system .container .adv {
    padding-left: 0;
  }
  .monitoring-service .monitoring-principle .grey .link, .monitoring-service .monitoring-principle .light-grey .link, .monitoring-service .monitoring-principle .dark-grey .link {
    bottom: 10%;
  }
}
.services {
  padding: 32px 0;
}
.services .container p {
  margin: 16px 0;
  text-indent: 32px;
  line-height: 2;
  font-size: 15px;
}
.services .container h2 {
  margin: 64px 0;
}
.services .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services .container ul li {
  margin: 16px 0;
  font-size: 15px;
  line-height: 1.5;
}
.services .container ul li:before {
  content: url(/icons/check.svg);
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.services .container .items {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  background: rgba(238, 238, 238, 0.5215686275);
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.services .container .items .item img {
  width: 64px;
  display: block;
  margin: 0 auto;
}
.services .container .items .item img.img-70 {
  width: 70%;
}
.services .container .items .item h3 {
  text-align: center;
  margin: 16px 0;
  color: #2e74b7;
}
.services .container .items .item .descr {
  text-align: center;
  line-height: 1.5;
}
.services .container .items .item p {
  line-height: 2;
}
.services .container .items .item-20 {
  width: 20%;
  margin: 0 16px 32px;
}
.services .container .items .item-30 {
  width: 30%;
  margin: 0 16px;
}
.services .container .items .item-34 {
  width: 30%;
}
.services .container .items .item-65 {
  width: 65%;
}
.services .container .items .item-65 p {
  margin-top: 0;
}
.services .container .wrap .service {
  position: relative;
  margin-bottom: 64px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.services .container .wrap .service .number {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #181d2a;
  background-color: rgba(255, 255, 255, 0.7882352941);
}
.services .container .wrap .service img {
  width: 200px;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  border-radius: 10px;
}
.services .container .wrap .service .info {
  width: 70%;
}
.services .container .wrap .service .info h3 {
  font-size: 20px;
  margin-bottom: 32px;
}
.services .container .wrap .service .info .descr {
  line-height: 2;
  font-size: 16px;
}
.services .container .wrap .service .info a.download {
  margin-top: 16px;
  display: block;
  color: #2e74b7;
  font-weight: 700;
  cursor: pointer;
}
.services .container .wrap .service-installation img {
  width: 50%;
  margin-bottom: 32px;
}
.services .container .wrap .service-installation .info {
  width: 100%;
}
.services .container .wrap-repair {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.services .container .wrap-repair .service {
  display: block;
  width: 30%;
  margin: 32px 16px 16px;
}
.services .container .wrap-repair .service img {
  width: 100%;
  margin-bottom: 32px;
}
.services .container .wrap-repair .service .info {
  width: 100%;
}

.request {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 64px 0 32px;
}
.request .text {
  width: 70%;
  line-height: 1.5;
  font-size: 15px;
  padding-left: 32px;
  border-left: 4px solid #2e74b7;
}
.request .second-btn {
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 1200px) {
  .services .container .wrap-repair .service {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .services .container .items .item {
    width: 100%;
  }
  .services .container .wrap .service .info {
    width: 100%;
    margin-top: 32px;
  }
  .request .text {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    border-left: 0;
    padding-top: 32px;
    border-top: 4px solid #2e74b7;
  }
  .request .second-btn {
    width: inherit;
  }
}
@media (max-width: 767px) {
  .services .container .wrap-repair .service {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .services .container .wrap .service img {
    width: 100%;
  }
  .services .container .wrap .service-installation img {
    width: 100%;
  }
  .services .container .items .item-34 img {
    margin-bottom: 32px;
  }
}
.montazh .container h2 {
  margin: 64px 0;
}
.montazh .container .montazh__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 20px;
}
.montazh .container .montazh__wrap_two-blocks {
  grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
  margin-top: 20px;
}
@media (max-width: 768px) {
  .montazh .container .montazh__wrap {
    grid-template-columns: 1fr;
  }
}
.montazh .container .montazh__item {
  padding: 32px;
  background-color: rgba(238, 238, 238, 0.5);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.montazh .container .montazh__number {
  font-size: 32px;
  font-weight: bold;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #181d2a;
  background-color: rgba(255, 255, 255, 0.7882352941);
}
.montazh .container .montazh__title {
  flex: 1;
}
.montazh .container .montazh__title h3 {
  font-size: 20px;
}

.news .container .posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  padding: 16px;
}
.news .container .posts .post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #E7EFF3;
  border-radius: 8px;
  transition: 0.5s all;
  padding: 24px;
  height: 200px;
  overflow: auto;
  color: #fff;
}
@media (max-width: 575px) {
  .news .container .posts .post {
    padding: 32px;
    flex-wrap: wrap;
  }
}
.news .container .posts .post:hover {
  border: 2px solid #2e74b7;
}
.news .container .posts .post__footer {
  display: flex;
  justify-content: space-between;
}
.news .container .posts .post__title {
  line-height: 1.4;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}
.news .container .posts .post__title h3 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .news .container .posts .post__title h3 {
    font-size: 18px;
  }
}
.news .container .posts .post__date {
  opacity: 0.7;
}
.news .container .posts .post__read-next {
  text-decoration: underline;
}
.news .container .posts .post__read-next:hover {
  text-decoration: none;
}

.date {
  display: block;
  text-align: end;
  color: #2e74b7;
  opacity: 0.5;
  transition: 0.5s all;
  font-size: 11px;
  cursor: pointer;
}
.date:hover {
  opacity: 0.8;
}

.article {
  margin: 32px 0;
}
.article .article__img {
  width: 30%;
  float: left;
  margin-right: 32px;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 575px) {
  .article .article__img {
    width: 290px;
    float: none;
    margin: 0 auto;
  }
}
.article .article__img img {
  width: 100%;
}
.article .article__content h2 {
  font-size: 20px;
  padding: 32px 0;
  text-align: start;
  margin: 0;
}
.article .article__content h3 {
  margin-left: 16px;
  font-size: 18px;
}
.article .article__content p {
  text-indent: 16px;
  line-height: 2;
  font-size: 15px;
}
.article .article__content a {
  text-decoration: underline;
  font-style: italic;
}
.article .article__content ul {
  padding: 0 16px;
}
.article .article__content ul li {
  margin: 16px 0;
  line-height: 1.5;
}
.article .article__content iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 596px;
}
@media (max-width: 575px) {
  .article .article__content iframe {
    height: 300px;
  }
}
.article .article__content audio {
  width: 100%;
  margin-bottom: 16px;
}
.article .gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  margin-bottom: 16px;
}
.article .gallery .gallery__img {
  padding: 0 0 56% 0;
  overflow: hidden;
  position: relative;
}
.article .gallery .gallery__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article__gallery {
  margin: 32px 0;
}
.article .conclusion {
  line-height: 2;
  font-size: 15px;
  font-weight: 800;
  padding: 32px;
  text-indent: 16px;
  background: #F4F7F8;
}
.article .ya-share2 {
  margin: 30px 0 0 0;
  text-align: end;
}

.reviews {
  background-image: url(/img/main/bd-reviews.jpg);
  background-size: cover;
  padding: 96px 0 64px;
}
.reviews .container .items {
  display: flex;
  justify-content: space-around;
  padding: 32px 0;
}
.reviews .container .items .item {
  width: 33%;
  text-align: center;
  padding: 64px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
}
.reviews .container .items .item h3 {
  margin-bottom: 16px;
  font-size: 20px;
}
.reviews .container .items .item .star {
  margin-bottom: 16px;
}
.reviews .container .items .item .star span {
  font-size: 20px;
  color: #efd604;
}
.reviews .container .items .item .descr {
  color: #818181;
  line-height: 1.5;
  margin-bottom: 16px;
}
.reviews .container .items .item .firm {
  text-transform: uppercase;
  color: #2e74b7;
}

@media (max-width: 991px) {
  .reviews .container .items {
    flex-wrap: wrap;
  }
  .reviews .container .items .item {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .reviews .container .items .item {
    width: 100%;
  }
}
.about_company {
  margin: 64px 0;
  background-image: url(../img/profilPKS.png);
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: contain;
}
.about_company h2 {
  margin-bottom: 30px;
  background: #fff;
}
@media (max-width: 575px) {
  .about_company h2 {
    font-size: 20px;
  }
}
.about_company .container {
  display: flex;
  justify-content: flex-end;
}
.about_company .container .info {
  width: 60%;
  padding: 48px 56px;
  background: #F4F7F8;
  border-radius: 4px;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #000;
}

.activity-areas {
  margin: 96px 0;
}
.activity-areas .container {
  font-size: 14px;
  text-align: center;
}
.activity-areas .container h2 {
  margin-bottom: 30px;
}
.activity-areas .container .activity-areas__wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
@media (max-width: 575px) {
  .activity-areas .container .activity-areas__wrap {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}
.activity-areas .container .activity-areas__wrap li {
  padding: 20px;
  background: #F4F7F8;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity-areas .container .activity-areas__wrap li:nth-child(1) {
  background-color: #566573;
  color: #fff;
}
.activity-areas .container .activity-areas__wrap li:nth-child(2) {
  background-color: #e6005a;
  color: #fff;
}
.activity-areas .container .activity-areas__wrap li:nth-child(3) {
  background-color: #c9d646;
  color: #fff;
}
.activity-areas .container .activity-areas__wrap li:nth-child(4) {
  background-color: #fbac14;
  color: #fff;
}
.activity-areas .container .activity-areas__wrap li:nth-child(5) {
  background-color: #00a54f;
  color: #fff;
}
.activity-areas .container .activity-areas__wrap li:nth-child(6) {
  background-color: #009fe3;
  color: #fff;
}

.experience {
  padding: 96px 0;
  background: #F4F7F8;
}
.experience h2 {
  margin-bottom: 30px;
}
.experience ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.experience ul li {
  width: 30%;
  margin: 10px;
}
.experience ul li h3 {
  margin-bottom: 20px;
  color: #566573;
  text-transform: uppercase;
}
.experience ul li h3::before {
  content: "";
  width: 50px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  background: #566573;
}
.experience ul li .wrap {
  margin: 10px 0;
  padding: 20px;
  background: #fff;
}
.experience ul li .wrap img {
  height: 80px;
  margin-bottom: 10px;
}
.experience ul li .wrap .text {
  line-height: 1.5;
  font-size: 15px;
}
.experience ul li:nth-child(2) h3 {
  color: #c9d646;
}
.experience ul li:nth-child(2) h3::before {
  background: #c9d646;
}
.experience ul li:nth-child(3) h3 {
  color: #fbac14;
}
.experience ul li:nth-child(3) h3::before {
  background: #fbac14;
}
.experience ul li:nth-child(3) .wrap:nth-child(3) img {
  height: 40px;
}
.experience ul li:nth-child(4) h3 {
  color: #e6005a;
}
.experience ul li:nth-child(4) h3::before {
  background: #e6005a;
}
.experience ul li:nth-child(5) h3 {
  color: #00a54f;
}
.experience ul li:nth-child(5) h3::before {
  background: #00a54f;
}
.experience ul li:nth-child(5) .wrap:nth-child(2) img {
  height: 40px;
}
.experience ul li:nth-child(6) h3 {
  color: #009fe3;
}
.experience ul li:nth-child(6) h3::before {
  background: #009fe3;
}

@media (max-width: 1200px) {
  .about_company {
    background-size: cover;
    margin: 60px 0;
    padding: 36px 0;
  }
  .about_company .container .info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .experience ul li {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .experience ul li {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about_company .container .info {
    padding: 30px;
  }
}
.preview_catalog .container .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  background: #fff;
  margin-top: -16px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  border: 1px solid #E7EFF3;
}
@media (max-width: 768px) {
  .preview_catalog .container .items {
    grid-template-columns: 1fr;
  }
}
.preview_catalog .container .items .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  padding: 24px;
}
.preview_catalog .container .items .item img {
  border: 1px solid #000;
  border-radius: 8px;
  margin: 0 auto 32px;
  width: 200px;
  overflow: hidden;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview_catalog .container .items .item .preview_catalog_type {
  color: #2e74b7;
  margin-bottom: 16px;
}
.preview_catalog .container .items .item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.preview_catalog .container .items .item .descr {
  color: #818181;
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 40px;
}
.preview_catalog .container .items .item:nth-child(2) {
  border-right: 1px solid #E7EFF3;
  border-left: 1px solid #E7EFF3;
}

@media (max-width: 767px) {
  .preview_catalog .container .items {
    flex-wrap: wrap;
  }
  .preview_catalog .container .items .item:nth-child(2) {
    border-top: 1px solid #E7EFF3;
    border-bottom: 1px solid #E7EFF3;
    border-right: none;
    border-left: none;
    margin: 32px 0;
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .preview_catalog .container .items {
    transform: translateY(-20px);
  }
}
.production {
  font-size: 15px;
  padding: 32px 0 64px;
}
.production-advantage {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 32px;
}
@media (max-width: 768px) {
  .production-advantage {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
.production-advantage__item {
  position: relative;
  margin: 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  font-size: 13px;
  line-height: 1.5;
}
.production-advantage__image {
  width: 24px;
  height: auto;
  position: absolute;
  top: -12px;
  left: -12px;
}
.production .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 32px auto;
}
@media (max-width: 768px) {
  .production .gallery {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .production .gallery__item:hover {
    transform: none;
  }
  .production .gallery__caption {
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.7);
  }
}
.production .gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.production .gallery__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.production .gallery__item:hover .gallery__caption {
  transform: translateY(0);
}
.production .gallery__image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.production .gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 1.5rem;
  margin: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.production p {
  line-height: 2;
  margin: 0;
  margin-bottom: 16px;
}
.production .img-wrap {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .production .img-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.production .img-wrap .wrap {
  width: calc(66.66% - 15px);
}
@media (max-width: 768px) {
  .production .img-wrap .wrap {
    width: 100%;
    order: 2;
  }
}
.production .img-wrap .img {
  width: calc(33.33% - 15px);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .production .img-wrap .img {
    width: 100%;
    border-radius: 0;
    aspect-ratio: unset;
    max-height: 400px;
  }
}
.production .img-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.production .descr {
  font-size: 13px;
  margin: 16px 0;
  line-height: 1.5;
}
.production .descr ul, .production .descr ol {
  margin: 0;
}
.production .descr ul li, .production .descr ol li {
  padding: 4px 0;
}
.production .descr ul {
  padding: 0;
  list-style: none;
}
.production .descr ul li:before {
  content: url(/icons/check.svg);
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
.production .request {
  margin: 32px 0;
}
.production .request .text {
  border-top: none;
  padding-top: none;
}
.production .text {
  margin-bottom: 32px;
  width: 100%;
  line-height: 2;
  font-size: 15px;
  padding-left: 32px;
  border-left: 4px solid #2e74b7;
}
.production h3 {
  color: #2e74b7;
  text-transform: uppercase;
  margin: 24px 0;
}
.production table {
  margin-top: 32px;
  overflow-x: auto;
  display: block;
}
.production table thead {
  background: #E7EFF3;
}
.production table td {
  font-size: 13px;
}
.production table td:nth-child(1) {
  font-weight: 700;
}
.production table th:nth-child(1) {
  text-align: start;
}
.production table th, .production table td {
  border: 1px solid #E7EFF3;
  padding: 8px;
}

@media (max-width: 1200px) {
  .text {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .production .img-wrap .img {
    width: 100%;
    flex-wrap: wrap;
  }
  .production .img-wrap .wrap {
    width: 100%;
  }
}
.advantage {
  padding: 96px 0;
  background-image: url("/img/main/bd-advantages.jpg");
  background-size: cover;
  color: #fff;
}
.advantage .container h2 {
  margin-bottom: 64px;
}
.advantage .container h3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 64px;
  font-size: 24px;
  opacity: 0.3;
}
.advantage .container .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.advantage .container .items .item {
  width: 20%;
}
.advantage .container .items .item img {
  display: block;
  margin: 0 auto 16px;
  width: 64px;
}
.advantage .container .items .item .descr {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .advantage .container .items .item .info h3 {
    font-weight: 800;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .advantage .container .items .item {
    width: 45%;
    margin: 32px 16px;
  }
}
@media (max-width: 767px) {
  .advantage .container .items .item {
    width: 100%;
  }
}
.popular_goods {
  margin-bottom: 40px;
}
.popular_goods .container h2 {
  margin: 64px 0 32px;
}
.popular_goods .container .popular_goods_wrap {
  margin-left: 0;
  position: relative;
}
.popular_goods .container .popular_goods_wrap .goods {
  margin: 0 16px;
}
.popular_goods .container .popular_goods_wrap .prevArrow {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.popular_goods .container .popular_goods_wrap .prevArrow img {
  width: 100%;
  transform: rotate(90deg) translateY(2px);
}
.popular_goods .container .popular_goods_wrap .nextArrow {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.popular_goods .container .popular_goods_wrap .nextArrow img {
  width: 100%;
  transform: rotate(-90deg) translateY(2px);
}

@media (max-width: 1200px) {
  .popular_goods .container .goods-wrap .prevArrow {
    left: -25px;
  }
  .popular_goods .container .goods-wrap .nextArrow {
    right: -25px;
  }
}
.catalog-sidebar {
  margin-bottom: 16px;
  color: rgba(24, 29, 42, 0.8784313725);
}
.catalog-sidebar nav .catalog-sidebar-title {
  padding: 16px;
  text-transform: uppercase;
  border: 1px solid #E7EFF3;
  background: #E7EFF3;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.catalog-sidebar nav .catalog-sidebar-title img {
  width: 8px;
}
.catalog-sidebar nav ul {
  list-style: none;
  margin: 0;
  border-radius: 4px;
  padding: 0;
  border: 4px;
}
.catalog-sidebar nav ul li {
  padding: 16px;
  border: 1px solid #E7EFF3;
  background: #F4F7F8;
  position: relative;
  transition: 0.5s all;
}
.catalog-sidebar nav ul li:nth-last-child(1) {
  border-radius: 0 0 4px 4px;
}
.catalog-sidebar nav ul li .item-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-sidebar nav ul li .item-name a {
  display: flex;
  align-items: center;
}
.catalog-sidebar nav ul li .item-name a img {
  width: 32px;
  margin-right: 16px;
}
.catalog-sidebar nav ul li .item-name a h3 {
  font-size: 13px;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 400;
  text-align: start;
  line-height: 1.5;
}
.catalog-sidebar nav ul li .item-name img.icon-size {
  width: 10px;
  cursor: pointer;
  margin-left: 16px;
}
.catalog-sidebar nav ul li:hover {
  background: #E7EFF3;
}
.catalog-sidebar nav ul li .subdirectory {
  padding-top: 16px;
}
.catalog-sidebar nav ul li .subdirectory li {
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.catalog-sidebar nav ul li .subdirectory li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 1.3;
}
.catalog-sidebar nav ul li .subdirectory li:hover {
  background: #fff;
}
.catalog-sidebar nav ul li .subdirectory .selected-subdirectory {
  background: #fff;
}

@media (max-width: 991px) {
  .catalog-sidebar {
    display: none;
  }
}
.catalog {
  margin: 32px 0;
}
.catalog p {
  line-height: 1.5;
  text-indent: 20px;
  font-size: 15px;
}
.catalog .catalog-wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.catalog .catalog-wrap .item {
  text-align: center;
  padding: 24px 32px;
  border-radius: 4px;
  border: 1px solid #E7EFF3;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog .catalog-wrap .item .img {
  margin: 0 auto 16px;
}
.catalog .catalog-wrap .item .img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog .catalog-wrap .item h2 {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
}
.catalog .catalog-wrap .item .second-btn {
  margin: 16px auto 0;
}

.subcategory {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  margin-bottom: 32px;
  margin-top: 32px;
  border-bottom: 1px solid #E7EFF3;
}
.subcategory .item {
  padding: 12px;
  margin-bottom: 16px;
  margin-left: 16px;
  border-radius: 4px;
  border: 1px solid #E7EFF3;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcategory .item:hover {
  background: #2e74b7;
  border: 1px solid #2e74b7;
  color: #fff;
}
.subcategory .item h2 {
  font-weight: 700;
  font-size: 13px;
  text-transform: inherit;
}
.subcategory .item img {
  width: 50px !important;
  height: inherit !important;
  margin: 0 15px 0 0;
}

.selected-subcategory {
  background: #2e74b7;
  border: 1px solid #2e74b7;
  color: #fff;
}

@media (max-width: 991px) {
  .subcategory .item h2 {
    text-align: start;
    line-height: 1.5;
  }
}
.category_description {
  line-height: 1.5;
  margin-bottom: 30px;
}
.category_description p, .category_description .MsoNormal {
  line-height: 2 !important;
}
.category_description img {
  margin: 15px;
}
.category_description ul li {
  line-height: 1.5;
  padding: 5px 0;
}
.category_description table {
  width: initial !important;
  margin: 10px 0;
}
.category_description td, .category_description th {
  padding: 4px;
  font-size: 16px;
}
.category_description iframe {
  width: 100%;
  background: #f4f7f8;
}
.category_description .wrap-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category_description .wrap-text div {
  width: 70%;
}
.category_description .wrap-text a {
  width: 25%;
}
.category_description .wrap-text a img {
  width: 100%;
  margin: 0;
}

@media (max-width: 575px) {
  .category_description .wrap-text div {
    width: 100%;
  }
  .category_description .wrap-text a {
    width: 100%;
  }
}
.product_cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.product_cards .goods {
  background: #FFF;
  border: 1px solid #E7EFF3;
  transition: 0.5s all;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  outline: none;
  position: relative;
}
.product_cards .goods:hover {
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
}
.product_cards .goods .img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product_cards .goods .img img {
  height: 150px;
  opacity: 1;
}
.product_cards .goods .img img:hover {
  opacity: 0.5;
}
.product_cards .goods .img .btn-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4705882353);
  opacity: 0;
  transition: 0.5s all;
}
.product_cards .goods .img .btn-wrap:hover {
  opacity: 1;
}
.product_cards .goods h3 {
  font-weight: 400;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .product_cards .goods h3 {
    font-size: 16px;
  }
}
.product_cards .goods .border-btn {
  margin: 16px auto 0;
  display: block;
}

.sorting {
  color: #95d3e9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sorting .sorting-item {
  position: relative;
  margin-right: 32px;
  height: 32px;
}
.sorting .sorting-item .sorting-item-name {
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  transition: 0.5s all;
  height: 32px;
}
.sorting .sorting-item .sorting-item-name:hover {
  text-decoration: inherit;
  color: #181d2a;
}
.sorting .sorting-item .sorting-item-name img {
  vertical-align: middle;
  width: 8px;
  margin-left: 8px;
}
.sorting .sorting-item .dropdown-sorting-item {
  position: absolute;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #E7EFF3;
  border-radius: 0 0 4px 4px;
  top: 32px;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
}
.sorting .sorting-item .dropdown-sorting-item li {
  padding: 8px 16px;
  border-bottom: 1px solid #E7EFF3;
  transition: 0.5s all;
  cursor: pointer;
}
.sorting .sorting-item .dropdown-sorting-item li:hover {
  color: #181d2a;
}

.show_more {
  margin: 16px 0 32px 0;
}
.show_more nav .pagination {
  list-style: none;
  padding: 0 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.show_more nav .pagination li {
  margin: 0 4px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  transition: 0.5s all;
}
@media (max-width: 575px) {
  .show_more nav .pagination li {
    margin: 8px;
  }
}
.show_more nav .pagination li a, .show_more nav .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.show_more nav .pagination li a:hover, .show_more nav .pagination li span:hover {
  background: #F4F7F8;
}
.show_more nav .pagination li.selected {
  background: #F4F7F8;
  border-radius: 50%;
}

.card_product_info {
  margin-bottom: 32px;
}
.card_product_info .title {
  margin: 16px 0;
}
.card_product_info .advantage-prof {
  display: flex;
  flex-wrap: wrap;
}
.card_product_info .advantage-prof .item {
  width: 18%;
  margin: 16px 16px 16px 0;
}
.card_product_info .advantage-prof .item .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #E7EFF3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_product_info .advantage-prof .item .img img {
  vertical-align: middle;
  text-align: center;
}
.card_product_info .advantage-prof .item .text {
  margin: 16px 0;
  line-height: 1.5;
}
.card_product_info .text p {
  text-indent: 16px;
  line-height: 1.5;
  border-radius: 4px;
  background: #F4F7F8;
  padding: 16px;
  margin: 16px 0;
}
.card_product_info .text .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  border: 1px solid #e7eff3;
  padding: 8px;
  border-radius: 4px;
}
.card_product_info .text .items .img {
  width: 35%;
}
.card_product_info .text .items .img img {
  width: 100%;
}
.card_product_info .text .items .img-width {
  width: 48px;
}
.card_product_info .text .items p {
  width: 62%;
  margin: 0;
}
.card_product_info .text .items .p-width {
  width: 40%;
}
.card_product_info .text .items .second-btn {
  width: 20%;
  margin: 0;
}

@media (max-width: 991px) {
  .card_product_info .advantage-prof .item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .card_product_info .text .items p {
    width: 100%;
    margin: 16px 0;
  }
  .card_product_info .text .items .img {
    width: 100%;
    margin: 0 auto;
  }
  .card_product_info .text .items .img-width {
    width: 48px !important;
  }
  .card_product_info .text .items .p-width {
    width: 60%;
  }
  .card_product_info .text .items .second-btn {
    width: 35%;
  }
  .card_product_info .text .items .second-btn {
    margin: 0 auto !important;
  }
}
@media (max-width: 575px) {
  .card_product_info {
    font-size: 15px;
  }
  .card_product_info .advantage-prof .item {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .card_product_info .advantage-prof .item .img {
    margin: 0 auto;
  }
  .card_product_info .advantage-prof .item .text {
    margin: 16px auto;
    line-height: 1.5;
    width: 60%;
  }
  .card_product_info .text p {
    line-height: 2;
  }
  .card_product_info .text .items .second-btn {
    width: 100%;
  }
  .card_product_info .text .items .p-width {
    width: 100%;
  }
}
.contacts {
  padding: 30px 0;
}
.contacts .container iframe {
  width: 100%;
}
.contacts .container h2 {
  margin-bottom: 64px;
}
.contacts .container .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  gap: 16px;
}
@media (max-width: 768px) {
  .contacts .container .items {
    grid-template-columns: 1fr;
  }
}
.contacts .container .items .item {
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #E7EFF3;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s all;
}
.contacts .container .items .item:first-child:hover {
  background-image: url(/img/map.jpg);
  background-size: 150%;
  background-position: 64%;
  background-repeat: no-repeat;
}
.contacts .container .items .item:first-child:hover .info {
  opacity: 0;
}
.contacts .container .items .item:first-child:hover img {
  opacity: 0;
}
.contacts .container .items .item img {
  display: block;
  margin: 0 auto 32px;
  height: 32px;
}
.contacts .container .items .item .info {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  min-height: 46px;
}
.contacts .container .items .item .descr {
  text-align: center;
  line-height: 1.3;
  color: #818181;
  text-align: center;
}
.contacts .container h3 {
  text-align: center;
  margin: 45px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contacts .container h3 {
    font-size: 16px;
  }
}
.contacts .container .img {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  margin: 30px 0;
  border-radius: 4px;
  box-shadow: 0 15px 15px -12px rgba(76, 117, 150, 0.3);
  background-image: url(/img/map.jpg);
  background-size: cover;
  background-position: 64%;
}
.contacts .container .form-popup {
  position: static;
  transform: inherit;
  margin: 45px auto;
}

.regionalnym-predstavitelem {
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.6;
}
.regionalnym-predstavitelem .container h2 {
  margin-bottom: 64px;
}
.regionalnym-predstavitelem__subtitle {
  font-weight: bold;
  font-size: 24px;
  color: #2e74b7;
  margin: 16px 0;
}

.oprosnyy_list {
  --form-bg: #f5f5f5;
  --border-color: #ddd;
  --primary-color: #2c3e50;
  --error-color: #ff4444;
  --unit-color: #666;
  --gap-sm: 8px;
  --gap-md: 15px;
  --radius-sm: 3px;
  --radius-md: 5px;
}
.oprosnyy_list .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.5;
  font-size: 14px;
}
.oprosnyy_list .container a {
  text-decoration: underline;
  font-weight: bold;
}
.oprosnyy_list .form__section {
  margin-bottom: var(--gap-md);
  padding: var(--gap-md);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  background-color: var(--form-bg);
}
.oprosnyy_list .form__section-title {
  margin: 0 0 var(--gap-md);
  color: var(--primary-color);
  font-size: 1.1em;
}
.oprosnyy_list .form__group {
  margin-bottom: 12px;
}
.oprosnyy_list .form__label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 0.95em;
}
.oprosnyy_list .form__label--required::after {
  content: " *";
  color: var(--error-color);
}
.oprosnyy_list .form__input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: var(--radius-sm);
  box-sizing: border-box;
  font-size: 0.95em;
}
.oprosnyy_list .form__input--small {
  width: 100px;
  padding-right: 25px;
}
.oprosnyy_list .form__input--medium {
  width: 120px;
  padding-right: 35px;
}
.oprosnyy_list .form__input--tiny {
  width: 60px;
  padding: 5px 8px;
}
.oprosnyy_list .form__input:invalid {
  border-color: var(--error-color);
  box-shadow: 0 0 3px rgba(255, 68, 68, 0.2);
}
.oprosnyy_list .form__input:focus:invalid {
  box-shadow: 0 0 5px rgba(255, 68, 68, 0.3);
}
.oprosnyy_list .form__checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-md);
  margin-bottom: 10px;
}
.oprosnyy_list .form__checkbox-container.vertical {
  flex-direction: column;
  gap: var(--gap-sm);
  margin-bottom: 15px;
}
.oprosnyy_list .form__checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.95em;
  line-height: 1.4;
  gap: 6px;
}
.oprosnyy_list .form__checkbox-label input:checked + span {
  font-weight: 600;
  color: var(--primary-color);
}
.oprosnyy_list .form__conditional-field {
  margin-top: var(--gap-sm);
  display: none;
}
.oprosnyy_list .form__inline-fields {
  display: flex;
  gap: var(--gap-md);
  flex-wrap: wrap;
}
.oprosnyy_list .form__input-with-unit {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.oprosnyy_list .form__input-with-unit .form__unit {
  position: absolute;
  right: 8px;
  color: var(--unit-color);
  font-size: 0.85em;
  background: white;
  padding: 0 3px;
}
.oprosnyy_list .form__subtitle {
  margin: var(--gap-sm) 0;
  font-size: 0.95em;
  color: var(--unit-color);
}
.oprosnyy_list .form__subgroup {
  margin: 10px 0;
  padding-left: 15px;
  border-left: 2px solid #e0e0e0;
}
.oprosnyy_list .form__subgroup p {
  font-style: italic;
  font-size: 13px;
}
.oprosnyy_list .form__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--gap-md);
  margin-top: 15px;
}
.oprosnyy_list .form__note {
  font-size: 0.9em;
  color: var(--unit-color);
  margin: 10px 0;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 4px;
}
.oprosnyy_list .form__subsection {
  margin-bottom: 25px;
  padding: var(--gap-md);
  background: #f9f9f9;
  border-radius: var(--radius-md);
}
.oprosnyy_list .form__subsection-title {
  margin: 0 0 var(--gap-md);
  color: var(--primary-color);
  font-size: 1.1em;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.oprosnyy_list .form__divider {
  height: 1px;
  background: var(--border-color);
  margin: 25px 0;
}
.oprosnyy_list .formtextarea__input {
  min-height: 80px;
  resize: vertical;
}

.tabs .tabs-btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
}
.tabs .tabs-btns .tabs-btn {
  padding: 16px;
  background: #F4F7F8;
  border: 1px solid #95d3e9;
  border-radius: 4px 4px 0 0;
  margin: 0 4px;
  transition: 0.5s all;
  cursor: pointer;
}
.tabs .tabs-btns .tabs-btn:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.tabs .tabs-btns .tabs-btn-selected {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.tabs .tabs-content {
  padding: 32px 0;
  border-top: 1px solid #95d3e9;
}
.tabs .tabs-content .tab-content .reviews h2 {
  display: none;
}
.tabs .tabs-content .tab-content .parameters .param {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2e74b7;
}
.tabs .tabs-content .tab-content .parameters .param li {
  padding: 12px;
  border: 1px solid #E7EFF3;
}
.tabs .tabs-content .tab-content .parameters .param li a {
  font-weight: 700;
}
.tabs .tabs-content .tab-content .parameters .param li a:hover {
  color: #95d3e9;
}
.tabs .tabs-content .tab-content p {
  line-height: 2;
  text-indent: 32px;
}

@media (max-width: 575px) {
  .tabs .tabs-btns .tabs-btn {
    padding: 10px;
  }
}
.delivery {
  padding: 32px 0;
}
.delivery .container {
  line-height: 2;
}
.delivery .container .bg-grey {
  padding: 8px;
  background-color: #F4F7F8;
  border-radius: 4px;
}

.payment {
  padding: 16px 0;
  line-height: 2;
}
.payment .requisites .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px;
  border-bottom: 1px solid #E7EFF3;
}
.payment .requisites .items .item {
  width: 30%;
}
.payment .requisites .items .item-name {
  margin-right: 30px;
}
.payment a {
  margin-top: 20px;
  margin-bottom: 16px;
  display: block;
  text-decoration: underline;
  transition: 0.5s all;
}
.payment a:hover {
  text-decoration: none;
}

.product .container .product-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 32px 0;
}
.product .container .product-wrap .product-imgs {
  width: 25%;
}
.product .container .product-wrap .product-imgs .product-img {
  width: 100%;
  margin-bottom: 16px;
}
.product .container .product-wrap .product-imgs .product-img img {
  width: 100%;
}
.product .container .product-wrap .product-info {
  width: 65%;
}
.product .container .product-wrap .product-info h2 {
  text-align: start;
  margin-bottom: 32px;
}
.product .container .product-wrap .product-info .descr {
  line-height: 2;
  margin-bottom: 32px;
}
.product .tabs-content {
  line-height: 2;
}
.product .tabs-content table {
  margin-top: 16px;
}
.product .tabs-content h2 {
  font-size: 16px;
  text-align: start;
  margin: 32px 0;
}
.product .tabs-content td, .product .tabs-content th {
  padding: 4px;
}
.product .tabs-content img {
  display: block;
}
.product .tabs-content .list-unstyled {
  list-style: none;
  padding-left: 0;
}
.product .tabs-content .MsoNormal {
  padding: 4px 0;
}
.product .tabs-content .MsoNormal span {
  font-size: 14px !important;
}
.product .tabs-content iframe {
  margin: 15px 0;
}

@media (max-width: 1200px) {
  .product .container .product-wrap .product-info {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .product .container .product-wrap .product-info .product-price .change .text {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .product .container .product-wrap .product-imgs {
    width: 45%;
  }
  .product .container .product-wrap .product-info {
    width: 43%;
  }
  .product .container .product-wrap .product-info .product-price {
    width: 100%;
  }
  .product .container .product-wrap .product-info .parameters {
    order: 2;
    margin-top: 16px;
  }
  .product .container .product-wrap .product-info {
    margin-top: 0;
  }
  .product .container .product-wrap .product-info .product-price .btns .second-btn {
    width: 136px;
  }
  .product .tabs-content {
    overflow-x: auto;
  }
}
@media (max-width: 575px) {
  .product .container .product-wrap .product-imgs {
    width: 100%;
  }
  .product .container .product-wrap .product-info {
    width: 100%;
  }
  .product .container .product-wrap .product-info .product-price {
    margin-top: 32px;
  }
  .product .container .product-wrap .product-info .product-price .unit-price {
    text-align: center;
    font-size: 30px;
  }
  .product .container .product-wrap .product-info .product-price .status {
    text-align: center;
  }
  .product .container .product-wrap .product-info .product-price .change {
    font-size: 15px;
  }
  .product .container .product-wrap .product-info .product-price .total-cost {
    font-size: 18px;
    text-align: center;
    margin-top: 32px;
  }
  .product .container .product-wrap .product-info .product-price .btns {
    justify-content: center;
  }
  .product .container .product-wrap .product-info .parameters {
    margin-top: 32px;
  }
}
.goods_info {
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #E7EFF3;
  margin-bottom: 32px;
}
.goods_info h2 {
  margin-bottom: 32px;
  font-size: 16px;
  text-align: start;
}
.goods_info p {
  line-height: 2;
  text-indent: 16px;
}
.goods_info img {
  width: 100%;
  margin-top: 16px;
  border-radius: 4px;
}
.goods_info ul li {
  line-height: 1.5;
  margin: 5px 0;
}

.banner {
  width: 100%;
  padding: 32px;
  line-height: 1.5;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
.banner .big-font {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 16px;
  border-bottom: 1px solid;
}
.banner .middle-font {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.2;
}
.banner ul {
  padding: 0;
  list-style: none;
}
.banner ul li {
  margin: 16px 0;
}
.banner ul li:before {
  content: url(/icons/check.svg);
  margin-right: 16px;
}
.banner .change-color {
  animation: changeColor 1s infinite;
}
@keyframes changeColor {
  0% {
    color: #274C77;
  }
  100% {
    color: #6096BA;
  }
}

.delivery-banner {
  background: url(/img/delivery/car1.png), url(/img/sale/sale.png), linear-gradient(45deg, #A3CEF1, #dff8c1);
  background-size: 90%, 400%, 100%;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  height: 500px;
  border: 1px solid #95d3e9;
}

.sale-banner {
  background-image: url(/img/sale/sale.png), linear-gradient(#8D1D2C, #8D1D2C);
  background-size: cover;
  color: #fff;
  text-align: center;
}
.sale-banner .percent {
  font-weight: 800;
  font-size: 50px;
}
.sale-banner h2 {
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: 400;
}
.sale-banner h3 {
  font-size: 13px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.sale-banner a {
  margin: 0 auto;
  display: block;
}

@media (max-width: 991px) {
  .banner {
    display: none;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery .img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 48%;
}
.gallery .img img {
  width: 100%;
}

@media (max-width: 767px) {
  .gallery .img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
footer {
  background: #181d2a;
  padding: 60px 0 20px;
  color: #F4F7F8;
}
footer .container .footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
footer .container .footer-top nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .container .footer-top nav .menu li {
  padding: 8px 0;
}
footer .container .footer-top nav .menu li a {
  transition: 0.5s all;
}
footer .container .footer-top nav .menu li a:hover {
  color: #95d3e9;
}
footer .container .footer-top nav .social {
  height: 16px;
  margin-top: 32px;
}
footer .container .footer-top nav .social img {
  height: 100%;
  margin-right: 16px;
}
footer .container .footer-top .contact a {
  margin-bottom: 16px;
  display: block;
  transition: 0.5s all;
}
footer .container .footer-top .contact a img {
  margin-right: 8px;
}
footer .container .footer-top .contact a:hover {
  color: #95d3e9;
}
footer .container .footer-top .contact a .logo {
  width: 138px;
  transition: 0.5s all;
}
footer .container .footer-top .contact a .logo:hover {
  opacity: 0.8;
}
footer .container .footer-top .contact a:nth-child(8) {
  margin: 22px 0;
}
footer .container .footer-top .contact .slogan {
  color: #666666;
  line-height: 1.5;
}
footer .container .footer-top .contact .call-back {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: 0.5s all;
}
footer .container .footer-top .contact .call-back:hover {
  text-decoration: none;
  cursor: pointer;
  color: #95d3e9;
}
footer .container .footer-top .contact .download {
  text-decoration: underline;
  transition: 0.5s all;
  cursor: pointer;
}
footer .container .footer-top .contact .download:hover {
  text-decoration: none;
  color: #95d3e9;
}
footer .container .footer-top a.title {
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 20px;
  display: block;
}
footer .container .footer-bottom {
  border-top: 1px solid rgba(96, 150, 186, 0.1803921569);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 10px;
  padding-top: 20px;
  color: #2e74b7;
}
footer .container .footer-bottom p {
  padding: 0;
  margin: 16px 16px 0 0;
}
footer .container .footer-bottom a {
  transition: 0.5s all;
  margin: 16px 16px 0 0;
}
footer .container .footer-bottom a:hover {
  color: #95d3e9;
}

@media (max-width: 767px) {
  footer .container .footer-top .contact .call-back {
    margin: 16px 0;
  }
  footer .container .footer-top nav .menu {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  footer .container .footer-top .title {
    margin: 32px 0;
  }
}