/* stylelint-disable */
/*! 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

/* 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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* 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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* 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 {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  display: table; /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

/**
* 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* 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;
}

@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #424242;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (max-width: 1919px) {
  html {
    font-size: 0.8337675873vw;
  }
}
@media (max-width: 1439px) {
  html {
    font-size: 0.9762050031vw;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 1.9070321812vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E8EAEC;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 0.5rem;
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
}

button {
  font-family: inherit;
  outline: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
          box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
          appearance: none;
}

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

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

select,
textarea,
input:matches([type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.container {
  width: 100%;
  max-width: 119.25rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}

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

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

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  gap: 0.5rem;
  width: 100%;
  max-width: 120rem;
  padding: 6rem 0.5rem 0.5rem 0.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-wrapper {
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 1023px) {
  .page-wrapper:has(.header.is-active) {
    padding: 6rem 0.5rem 0.5rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .page-wrapper:has(.header.is-active) {
    padding: 6rem 0 0 0;
  }
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .scroll-lock-ios {
    position: static;
  }
}

.scroll-lock {
  overflow: hidden;
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fullscreen-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 9999;
}

.overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

.hidden {
  display: none !important;
}

.card-row {
  counter-reset: services-list;
}
.card-row__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: services-list;
}
.card-row__item::before {
  content: counter(services-list);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.card-row__item-text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: #424242;
}
@media (max-width: 767px) {
  .card-row__item-text {
    font-size: 1rem;
  }
}

.card-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: services-list;
}
.card-column__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  counter-increment: services-list;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-column__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.card-column__item-heading::before {
  content: counter(services-list);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.card-column__item-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
.card-column__item-bigtext {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: #424242;
}
.card-column__item-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
.card-column ul {
  margin: 0;
  padding: 0 0 0 1.5625rem;
}
.card-column ul b {
  font-weight: 600;
  color: #213A6A;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal__wrapper {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 3.75rem 2.5rem;
}
@media (max-width: 1023px) {
  .modal__wrapper {
    padding: 2.5rem 1.875rem;
  }
}
@media (max-width: 767px) {
  .modal__wrapper {
    padding: 1.25rem 0;
  }
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 72.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 767px) {
  .modal__content {
    padding: 1.5rem 1rem;
  }
}
.modal__close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media (max-width: 767px) {
  .modal__close-btn {
    right: 1rem;
  }
}
.modal__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 1.75rem;
  }
}
.modal__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  max-width: 45rem;
}
@media (max-width: 1023px) {
  .modal__text {
    max-width: 40rem;
  }
}
@media (max-width: 767px) {
  .modal__text {
    font-size: 1rem;
  }
}
.modal__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.75rem 18.75rem;
  grid-template-columns: 18.75rem 18.75rem;
  gap: 0.5625rem;
}
@media (max-width: 767px) {
  .modal__links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.modal__links {
  width: 18.75rem;
}
@media (max-width: 767px) {
  .modal__links {
    width: 100%;
  }
}
.modal--preload {
  -webkit-transition: none;
  transition: none;
}
.modal.is-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: auto;
}

.zoom-img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoom-parent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .zoom-parent {
    padding: 2.5rem 0;
  }
}
.zoom-parent img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.75rem;
}

.zoom-wrapper {
  width: 100%;
  max-width: 72.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .zoom-wrapper {
    padding: 0.75rem;
    gap: 0.75rem;
  }
}

.zoom-swiper-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.zoom-swiper-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zoom-swiper-top .zoom-swiper-wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zoom-swiper-top .swiper-slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100%;
}
.zoom-swiper-top .swiper-slide-img-top {
  max-height: 31.25rem;
}
.zoom-swiper-top .zoom-swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
  position: absolute;
  width: calc(100% - 4.25rem);
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 2.125rem;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .zoom-swiper-top .zoom-swiper-controls {
    width: calc(100% - 3rem);
    left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .zoom-swiper-top .zoom-swiper-controls {
    display: none;
    width: calc(100% - 1.875rem);
    left: 0.9375rem;
  }
}
.zoom-swiper-top .zoom-swiper-next,
.zoom-swiper-top .zoom-swiper-prev {
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: #213A6A;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  font-size: 2.125rem;
  line-height: 100%;
  color: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.zoom-swiper-top .zoom-swiper-next::before,
.zoom-swiper-top .zoom-swiper-prev::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/zoom-img/arrows.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1023px) {
  .zoom-swiper-top .zoom-swiper-next,
.zoom-swiper-top .zoom-swiper-prev {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .zoom-swiper-top .zoom-swiper-next:hover, .zoom-swiper-top .zoom-swiper-next:focus-visible,
.zoom-swiper-top .zoom-swiper-prev:hover,
.zoom-swiper-top .zoom-swiper-prev:focus-visible {
    background-color: #354E7E;
  }
}
.zoom-swiper-top .zoom-swiper-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zoom-swiper-top .swiper-button-disabled {
  pointer-events: none;
  background-color: #6A6A6A;
}

.zoom-swiper-wrapper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zoom-swiper-wrapper-bottom .swiper-slide-bottom {
  width: calc((100% - 1rem) / 3);
  height: 9.375rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .zoom-swiper-wrapper-bottom .swiper-slide-bottom {
    height: 7.5rem;
  }
}
@media (max-width: 767px) {
  .zoom-swiper-wrapper-bottom .swiper-slide-bottom {
    height: 5rem;
    width: calc(50% - 0.25rem);
  }
}
.zoom-swiper-wrapper-bottom .swiper-slide-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.zoom-close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 0.75rem;
  background: #213A6A;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.625rem;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.zoom-close::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/zoom-img/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) {
  .zoom-close:hover, .zoom-close:focus-visible {
    background-color: #354E7E;
  }
}
@media (max-width: 767px) {
  .zoom-close {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.375rem;
  }
}

.button {
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.button--blue {
  background-color: #213A6A;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem;
  gap: 1.875rem;
}
@media (hover: hover) {
  .button--blue:hover, .button--blue:focus-visible {
    background-color: #354E7E;
  }
}
@media (max-width: 767px) {
  .button--blue {
    font-size: 0.75rem;
    line-height: 0.875rem;
    gap: 0.5rem;
  }
}
.button--blue::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
  -webkit-mask-image: url("../img/button/arrows.svg");
          mask-image: url("../img/button/arrows.svg");
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.button--light {
  background-color: #ffffff;
  border: 1px solid #C4C4C4;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75rem;
  gap: 1.875rem;
  color: #424242;
}
@media (hover: hover) {
  .button--light:hover, .button--light:focus-visible {
    background-color: #354E7E;
    border: 1px solid #354E7E;
    color: #ffffff;
  }
  .button--light:hover::after, .button--light:focus-visible::after {
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .button--light {
    font-size: 0.75rem;
    line-height: 0.875rem;
    gap: 0.5rem;
  }
}
.button--light::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #213A6A;
  -webkit-mask-image: url("../img/button/arrows.svg");
          mask-image: url("../img/button/arrows.svg");
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.button--grey {
  background-color: #F6F5F8;
}
.button--tab {
  background-color: #ffffff;
  border: 1px solid #C4C4C4;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  gap: 0.625rem;
  color: #424242;
  height: 4.5rem;
  position: relative;
}
@media (hover: hover) {
  .button--tab:hover, .button--tab:focus-visible {
    background-color: #213A6A;
    border: 1px solid #213A6A;
    color: #ffffff;
  }
  .button--tab:hover::after, .button--tab:focus-visible::after {
    background-color: #ffffff;
  }
}
.button--tab.is-active {
  background-color: #213A6A;
  border: 1px solid #213A6A;
  color: #ffffff;
}
.button--tab.is-active::after {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .button--tab {
    font-size: 0.875rem;
    line-height: 120%;
    gap: 0.5rem;
    padding: 1rem;
    height: 3.0625rem;
    text-align: left;
  }
}
.button--tab::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #424242;
  -webkit-mask-image: url("../img/button/circle.svg");
          mask-image: url("../img/button/circle.svg");
}
@media (max-width: 767px) {
  .button--tab::after {
    width: 1rem;
    height: 1rem;
  }
}
.button--slider {
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: #213A6A;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  font-size: 2.125rem;
  line-height: 100%;
  color: #ffffff;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button--slider::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/zoom-img/arrows.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (hover: hover) {
  .button--slider:hover, .button--slider:focus-visible {
    background-color: #354E7E;
  }
}
.button--slider.swiper-button-disabled {
  pointer-events: none;
  background-color: #6A6A6A;
}
.button--slider-prev:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.button--close {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: #213A6A;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.button--close::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/button/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .button--close::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (hover: hover) {
  .button--close:hover, .button--close:focus-visible {
    background-color: #354E7E;
  }
}
@media (max-width: 767px) {
  .button--close {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
  }
}
.button--select {
  height: 4.5rem;
  background-color: #213A6A;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  gap: 1.875rem;
}
@media (hover: hover) {
  .button--select:hover, .button--select:focus-visible {
    background-color: #354E7E;
  }
}
.button--select::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
  -webkit-mask-image: url("../img/button/select.svg");
          mask-image: url("../img/button/select.svg");
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.button--disabled {
  pointer-events: none;
  background-color: #C4C4C4;
  color: #6A6A6A;
}
.button--disabled::after, .button--disabled::before {
  background-color: #6A6A6A;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 1.375rem;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-of-type)::before {
  content: "/";
  position: absolute;
  right: -0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  color: #424242;
  pointer-events: none;
}
.breadcrumbs__item:first-of-type .breadcrumbs__link {
  text-decoration: underline;
}
.breadcrumbs__link {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  color: #424242;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .breadcrumbs__link {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (hover: hover) {
  .breadcrumbs__link:hover, .breadcrumbs__link:focus-visible {
    color: #6A6A6A;
  }
}
.breadcrumbs__text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  color: #424242;
}
@media (max-width: 767px) {
  .breadcrumbs__text {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

.intro {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.intro__wrapper {
  padding: 3.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .intro__wrapper {
    padding: 3.75rem 0;
  }
}
.intro__title {
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  max-width: 75rem;
}
@media (max-width: 1023px) {
  .intro__title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .intro__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.intro__title span {
  color: #213A6A;
}
.intro__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  max-width: 75rem;
}
.intro__text a {
  color: #213A6A;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) {
  .intro__text a:hover, .intro__text a:focus-visible {
    color: #6A6A6A;
  }
}
.intro__link--single {
  width: 18.75rem;
  text-align: left;
}
.intro__contacts {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .intro__contacts {
    margin-top: 1.5rem;
  }
}
.intro__controls {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .intro__controls {
    margin-top: 0;
  }
}
.intro__flowmeters {
  position: relative;
  overflow: hidden;
}
.intro__object-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .intro__object-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.intro__object-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .intro__object-title {
    font-size: 1.75rem;
  }
}
.intro__object-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.intro__object-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro__object-item {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
  .intro__object-item {
    padding: 0.75rem 0;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro__item-term {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}
@media (max-width: 767px) {
  .intro__item-term {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.intro__item-descriptions, .intro__item-link {
  text-align: right;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #213A6A;
}
@media (max-width: 767px) {
  .intro__item-descriptions, .intro__item-link {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
  }
}
.intro__item-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .intro__item-link:hover, .intro__item-link:focus-visible {
    color: #6A6A6A;
  }
}
.intro__object-img {
  width: 100%;
  height: 37.5rem;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .intro__object-img {
    height: 25rem;
  }
}
.intro__service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .intro__service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro__service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.intro__service-img {
  width: 24.375rem;
  height: auto;
}
@media (max-width: 767px) {
  .intro__service-img {
    width: 10.5rem;
  }
}
.intro--flowmeters .intro__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  max-width: 75rem;
}
@media (max-width: 1023px) {
  .intro--flowmeters .intro__title {
    letter-spacing: 0;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .intro--flowmeters .intro__title {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.intro--flowmeters .intro__title span {
  color: #213A6A;
}
.intro--flowmeters .intro__service-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56.25rem;
  grid-template-columns: 1fr 56.25rem;
  gap: 1.5rem;
}
@media (max-width: 1639px) {
  .intro--flowmeters .intro__service-wrapper {
    -ms-grid-columns: 1fr 50rem;
    grid-template-columns: 1fr 50rem;
  }
}
@media (max-width: 1439px) {
  .intro--flowmeters .intro__service-wrapper {
    -ms-grid-columns: 1fr 37.5rem;
    grid-template-columns: 1fr 37.5rem;
  }
}
@media (max-width: 1023px) {
  .intro--flowmeters .intro__service-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.intro--flowmeters .intro__service-content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .intro--flowmeters .intro__service-content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding-right: 0;
  }
}
.intro--flowmeters .intro__service-slider {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 56.25rem;
}
@media (max-width: 1639px) {
  .intro--flowmeters .intro__service-slider {
    width: 50rem;
  }
}
@media (max-width: 1439px) {
  .intro--flowmeters .intro__service-slider {
    width: 37.5rem;
  }
}
@media (max-width: 1023px) {
  .intro--flowmeters .intro__service-slider {
    width: 100%;
  }
}
.intro--flowmeters .intro__slider-controls {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding: 0.625rem;
}
@media (max-width: 767px) {
  .intro--flowmeters .intro__slider-controls {
    display: none;
  }
}
.intro--flowmeters .intro__slider-top {
  overflow: hidden;
  position: relative;
}
.intro--flowmeters .intro__slider-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro--flowmeters .intro__slider-top-slide {
  width: 100% !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.intro--flowmeters .intro__slider-top-img {
  width: 100%;
  border-radius: 0.5rem;
}
.intro--flowmeters .intro__slider-bottom {
  overflow: hidden;
}
.intro--flowmeters .intro__slider-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro--flowmeters .intro__slider-bottom-img {
  border-radius: 0.25rem;
  border: 1px solid #F6F5F8;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.intro--flowmeters .intro__slider-bottom-img.swiper-slide-thumb-active {
  border: 1px solid #213A6A;
}
.intro--flowmeters .intro__service-info {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.intro--flowmeters .intro__info-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .intro--flowmeters .intro__info-title {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.intro--flowmeters .intro__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  counter-reset: info-list;
}
@media (max-width: 767px) {
  .intro--flowmeters .intro__info-list {
    gap: 1rem;
  }
}
.intro--flowmeters .intro__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 0.75rem;
  counter-increment: info-list;
}
.intro--flowmeters .intro__info-item::before {
  content: counter(info-list);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid #C4C4C4;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro--flowmeters .intro__info-item:not(:last-of-type) {
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
  .intro--flowmeters .intro__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.intro--flowmeters .intro__info-term {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .intro--flowmeters .intro__info-term {
    font-size: 1rem;
    letter-spacing: -0.02em;
  }
}
.intro--flowmeters .intro__info-link {
  margin-left: auto;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  text-align: right;
  text-decoration: underline;
  color: #213A6A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .intro--flowmeters .intro__info-link:hover, .intro--flowmeters .intro__info-link:focus-visible {
    color: #6A6A6A;
  }
}
@media (max-width: 767px) {
  .intro--flowmeters .intro__info-link {
    font-size: 1rem;
    margin-left: 0;
  }
}
.intro--work .intro__wrapper {
  padding-top: 60px;
  gap: 2.25rem;
}
@media (max-width: 1023px) {
  .intro--work .intro__wrapper {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .intro--work .intro__wrapper {
    padding-top: 40px;
    gap: 2rem;
  }
}
.intro--work .intro__object-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 37rem;
  grid-template-columns: 1fr 37rem;
  gap: 2.25rem;
  padding: 0;
}
@media (max-width: 1023px) {
  .intro--work .intro__object-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .intro--work .intro__object-wrapper {
    padding-top: 40px;
    gap: 2rem;
    padding: 0;
  }
}
.intro--work .intro__object-heading {
  max-width: 56.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 767px) {
  .intro--work .intro__object-heading {
    gap: 1rem;
  }
}
.intro--work .intro__object-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .intro--work .intro__object-title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .intro--work .intro__object-title {
    font-size: 1.5rem;
    letter-spacing: -0.02em;
  }
}
.intro--work .intro__object-title span {
  color: #213A6A;
}
.intro--work .intro__link {
  width: 18.75rem;
  text-align: left;
}
@media (max-width: 767px) {
  .intro--work .intro__link {
    width: 100%;
  }
}
.intro--work .intro__object-img {
  width: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 28.375rem;
}
@media (max-width: 1023px) {
  .intro--work .intro__object-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .intro--work .intro__object-img {
    height: 16.25rem;
  }
}
.intro--work .intro__object-info {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.25rem;
}
@media (max-width: 1023px) {
  .intro--work .intro__object-info {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .intro--work .intro__object-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.intro--work .intro__object-item {
  border-radius: 0.5rem;
  padding: 1.25rem;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F6F5F8;
  gap: 0.5rem;
}
.intro--work .intro__item-link,
.intro--work .intro__item-descriptions {
  text-align: left;
}

.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.logo-block__img {
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo-block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .logo-block__text {
    display: none;
  }
}
.logo-block__name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: #213A6A;
}
.logo-block__about {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
  color: #424242;
}
.logo-block--footer .logo-block__img {
  width: 4.6875rem;
  height: 4.6875rem;
}
@media (max-width: 1023px) {
  .logo-block--footer .logo-block__img {
    width: 5.9375rem;
    height: 5.9375rem;
  }
}
@media (max-width: 767px) {
  .logo-block--footer .logo-block__img {
    width: 3.3125rem;
    height: 3.3125rem;
  }
}
@media (max-width: 767px) {
  .logo-block--footer .logo-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.logo-block--footer .logo-block__name {
  font-size: 1.5rem;
  line-height: 120%;
  color: #ffffff;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .logo-block--footer .logo-block__name {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.logo-block--footer .logo-block__about {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .logo-block--footer .logo-block__about {
    font-size: 0.625rem;
  }
}

.header {
  background-color: #ffffff;
  border-radius: 0.75rem;
  position: fixed;
  z-index: 99;
  top: 0.5rem;
  width: 119rem;
  max-width: calc(100% - 1rem);
}
@media (max-width: 767px) {
  .header {
    width: 100%;
    max-width: 100%;
  }
}
.header__wrapper {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1023px) {
  .header__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    gap: 0.5rem;
  }
}
.header__phone {
  padding: 0.75rem;
  border-radius: 0.5rem;
  background-color: #213A6A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 3.125rem;
}
@media (max-width: 1023px) {
  .header__phone {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header__phone {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 120%;
    padding: 0.625rem 1rem;
    height: 2.5rem;
  }
}
.header__phone::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
  -webkit-mask-image: url("../img/header/phone.svg");
          mask-image: url("../img/header/phone.svg");
}
@media (max-width: 767px) {
  .header__phone::before {
    display: none;
  }
}
@media (hover: hover) {
  .header__phone:hover, .header__phone:focus-visible {
    background-color: #354E7E;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
    padding: 5rem 0;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1.5rem;
  padding-right: 4.0625rem;
}
@media (max-width: 1023px) {
  .header__nav-list {
    padding-right: 0;
  }
}
.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-item--inner {
  position: relative;
}
@media (max-width: 1023px) {
  .header__nav-item--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .header__nav-item--inner {
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .header__nav-item--inner:has(.header__nav-button.is-active) .header__nav-inner {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav-item--inner:has(.header__nav-button.is-active) .header__nav-button::after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (min-width: 1024px) {
  .header__nav-item--inner:has(:focus) .header__nav-inner {
    opacity: 1;
    visibility: visible;
  }
  .header__nav-item--inner:has(:focus) .header__nav-button::after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
@media (hover: hover) {
  .header__nav-item--inner:hover .header__nav-inner, .header__nav-item--inner:focus-visible .header__nav-inner {
    opacity: 1;
    visibility: visible;
  }
  .header__nav-item--inner:hover .header__nav-button::after, .header__nav-item--inner:focus-visible .header__nav-button::after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
.header__nav-link, .header__nav-button {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #424242;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.75rem 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 1023px) {
  .header__nav-link, .header__nav-button {
    font-size: 3rem;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .header__nav-link, .header__nav-button {
    font-size: 1.75rem;
  }
}
@media (hover: hover) {
  .header__nav-link:hover, .header__nav-link:focus-visible, .header__nav-button:hover, .header__nav-button:focus-visible {
    color: #354E7E;
  }
}
.header__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header__nav-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__nav-button::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #213A6A;
  -webkit-mask-image: url("../img/header/arrow.svg");
          mask-image: url("../img/header/arrow.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav-inner {
  position: absolute;
  padding: 1.25rem;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(46, 46, 46, 0.078);
          box-shadow: 0px 4px 12px 0px rgba(46, 46, 46, 0.078);
  background-color: #ffffff;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 12.5rem;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1023px) {
  .header__nav-inner {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    background-color: unset;
    gap: 1rem;
    display: none;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header__nav-inner {
    gap: 0;
  }
}
.header__burger {
  display: none;
  background-color: #213A6A;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media (max-width: 767px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (hover: hover) {
  .header__burger:hover, .header__burger:focus-visible {
    background-color: #354E7E;
  }
}
.header__burger span {
  width: 1.25rem;
  height: 2px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .header__logo-block {
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (max-width: 1023px) {
  .header.is-active {
    position: fixed;
    width: calc(100% - 1rem);
    top: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100vh - 0.5rem);
    overflow: auto;
  }
  .header.is-active .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .header.is-active .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 1rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .header.is-active .header__nav-list {
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .header.is-active .header__nav-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .header.is-active {
    width: 100%;
  }
}

.footer {
  background-color: #213A6A;
  border-radius: 0.75rem;
}
.footer__wrapper {
  padding: 3.75rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .footer__wrapper {
    padding: 2.5rem 0 0 0;
  }
}
.footer__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  padding: 0 0 1.5rem 0;
  gap: 3rem;
}
@media (max-width: 1023px) {
  .footer__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .footer__info {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.footer__logo-block {
  margin-bottom: 1.5rem;
  -ms-grid-column-align: start;
      justify-self: start;
}
.footer__info-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #ffffff;
  max-width: 40rem;
}
@media (max-width: 767px) {
  .footer__info-text {
    font-size: 0.875rem;
  }
}
.footer__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.footer__nav-list, .footer__contacts-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav-item, .footer__contacts-item {
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.footer__nav-link, .footer__contacts-link {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .footer__nav-link:hover, .footer__nav-link:focus-visible, .footer__contacts-link:hover, .footer__contacts-link:focus-visible {
    color: #C4C4C4;
  }
  .footer__nav-link:hover::before, .footer__nav-link:focus-visible::before, .footer__contacts-link:hover::before, .footer__contacts-link:focus-visible::before {
    background-color: #C4C4C4;
  }
}
.footer__contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.footer__contacts-link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #ffffff;
}
.footer__contacts-link--phone::before {
  -webkit-mask-image: url("../img/footer/phone.svg");
          mask-image: url("../img/footer/phone.svg");
}
.footer__contacts-link--mail::before {
  -webkit-mask-image: url("../img/footer/mail.svg");
          mask-image: url("../img/footer/mail.svg");
}
.footer__contacts-link--address::before {
  -webkit-mask-image: url("../img/footer/address.svg");
          mask-image: url("../img/footer/address.svg");
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  padding: 1.5rem 0;
  border-top: 1px solid #C4C4C4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer__privacy-link {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .footer__privacy-link:hover, .footer__privacy-link:focus-visible {
    color: #C4C4C4;
  }
}

.contact-us {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.contact-us__wrapper {
  padding: 2.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .contact-us__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-us__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin: 0 0 1rem 0;
  max-width: 50rem;
}
@media (max-width: 1023px) {
  .contact-us__title {
    font-size: 1.75rem;
  }
}
.contact-us__title span {
  color: #213A6A;
}
.contact-us__text {
  margin: 0 0 3rem 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6A6A6A;
  max-width: 50rem;
}
@media (max-width: 767px) {
  .contact-us__text {
    font-size: 1rem;
  }
}
.contact-us__list {
  margin: 0 0 3rem 0;
  padding: 0 1.875rem 0 1.875rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6A6A6A;
}
@media (max-width: 1023px) {
  .contact-us__list {
    list-style: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-us__list {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .contact-us__item {
    display: inline;
  }
}
.contact-us__img {
  width: 100%;
  height: 24.5rem;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 1023px) {
  .contact-us__img {
    height: 12.5rem;
  }
}
.contact-us__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}
@media (max-width: 1023px) {
  .contact-us__links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .contact-us__links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contact-us__link {
  width: 18.75rem;
}
@media (max-width: 1023px) {
  .contact-us__link {
    width: unset;
  }
}

.numbers {
  background-color: #213A6A;
  border-radius: 0.75rem;
  overflow: hidden;
  max-height: calc(100vh - 6rem);
}
.numbers__wrapper {
  padding: 3.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .numbers__wrapper {
    padding: 2.5rem 0;
  }
}
.numbers__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 7.1875rem;
}
@media (max-width: 1023px) {
  .numbers__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .numbers__title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-height: 790px) {
  .numbers__title {
    margin-bottom: 3rem;
  }
}
.numbers__swiper {
  width: 100%;
}
@media (max-width: 767px) {
  .numbers__swiper {
    padding-right: 3rem;
  }
}
.numbers__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .numbers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
  }
}
.numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 767px) {
  .numbers__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 13.75rem;
  }
}
.numbers__item::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#7a96cc), to(#213a6a));
  background: linear-gradient(180deg, #7a96cc 0%, #213a6a 100%);
}
.numbers__item:nth-of-type(1)::after {
  height: 20.625rem;
}
@media (max-height: 700px) {
  .numbers__item:nth-of-type(1)::after {
    max-height: 40vh;
  }
}
.numbers__item:nth-of-type(2)::after {
  height: 16.875rem;
}
@media (max-height: 700px) {
  .numbers__item:nth-of-type(2)::after {
    max-height: 35vh;
  }
}
.numbers__item:nth-of-type(3)::after {
  height: 13.125rem;
}
@media (max-height: 700px) {
  .numbers__item:nth-of-type(3)::after {
    max-height: 30vh;
  }
}
.numbers__count {
  font-weight: 600;
  font-size: 10.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .numbers__count {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .numbers__count {
    font-size: 1.5rem;
  }
}
.numbers__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .numbers__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .numbers__text {
    margin-bottom: 1.5rem;
  }
}

.map {
  border-radius: 0.75rem;
  width: 100%;
  height: 40.1875rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/map/map.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1023px) {
  .map {
    height: 25rem;
  }
}
@media (max-width: 767px) {
  .map {
    height: 18.75rem;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.certificate {
  overflow: hidden;
}
.certificate__slider-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .certificate__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.certificate__slide {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media (max-width: 1023px) {
  .certificate__slide {
    width: 25.3125rem;
    gap: 3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .certificate__slide {
    padding: 1.125rem;
    width: 11.5625rem;
  }
}
.certificate__img {
  width: 100%;
  height: auto;
}
.certificate__link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #213A6A;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certificate__link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #213A6A;
  -webkit-mask-image: url("../img/certificate/arrows.svg");
          mask-image: url("../img/certificate/arrows.svg");
}
@media (hover: hover) {
  .certificate__link:hover, .certificate__link:focus-visible {
    color: #6A6A6A;
  }
  .certificate__link:hover::after, .certificate__link:focus-visible::after {
    background-color: #6A6A6A;
  }
}

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.contacts-block__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55rem;
  grid-template-columns: 1fr 55rem;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 3rem;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .contacts-block__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contacts-block__item {
    padding-bottom: 1.5rem;
  }
}
.contacts-block__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.contacts-block__item-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.5rem 1fr;
  grid-template-columns: 12.5rem 1fr;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .contacts-block__item-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contacts-block__item-row:not(:last-of-type) {
  padding-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
  .contacts-block__item-row:not(:last-of-type) {
    padding-bottom: 1.5rem;
  }
}
.contacts-block__item-row--triple {
  -ms-grid-columns: 12.5rem auto 1fr;
  grid-template-columns: 12.5rem auto 1fr;
}
@media (max-width: 767px) {
  .contacts-block__item-row--triple {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contacts-block__row-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #424242;
}
.contacts-block__row-description, .contacts-block__row-link {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #213A6A;
}
@media (max-width: 767px) {
  .contacts-block__row-description, .contacts-block__row-link {
    font-size: 1.25rem;
  }
}
.contacts-block__row-link {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -ms-grid-column-align: start;
      justify-self: start;
}
@media (hover: hover) {
  .contacts-block__row-link:hover, .contacts-block__row-link:focus-visible {
    color: #6A6A6A;
  }
}
.contacts-block__row-time {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: right;
  color: #6A6A6A;
}
@media (max-width: 767px) {
  .contacts-block__row-time {
    text-align: left;
  }
}
.contacts-block__row-map-link {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  text-align: right;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  color: #213A6A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -ms-grid-column-align: end;
      justify-self: end;
}
@media (max-width: 767px) {
  .contacts-block__row-map-link {
    text-align: left;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media (hover: hover) {
  .contacts-block__row-map-link:hover, .contacts-block__row-map-link:focus-visible {
    color: #6A6A6A;
  }
}

.services-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  counter-reset: services-list;
}
@media (max-width: 1023px) {
  .services-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.services-list__item {
  border-radius: 0.75rem;
  background-color: #ffffff;
  padding: 2.5rem;
  min-height: 35.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  counter-increment: services-list;
}
@media (max-width: 1023px) {
  .services-list__item {
    min-height: 27.5rem;
  }
}
@media (max-width: 767px) {
  .services-list__item {
    padding: 1.5rem 1rem;
    min-height: unset;
  }
}
.services-list__item-heading {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
.services-list__item-heading::after {
  content: counter(services-list);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.services-list__item-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  color: #424242;
}
@media (max-width: 767px) {
  .services-list__item-title {
    font-size: 1.25rem;
    line-height: 140%;
  }
}
.services-list__item-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  max-width: 42.5rem;
}
@media (max-width: 767px) {
  .services-list__item-text {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.services-list__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .services-list__item-content {
    margin-bottom: 1.5rem;
  }
}
.services-list__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-list__item-icon {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 1.5rem;
  border: 1px dashed #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .services-list__item-icon {
    display: none;
  }
}
.services-list__item-link {
  width: 12.5rem;
}

.faq {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.faq__wrapper {
  padding: 2.5rem 0;
}
.faq__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0 0 3rem 0;
  max-width: 56.25rem;
}
@media (max-width: 1023px) {
  .faq__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 1.75rem;
    margin: 0 0 1rem 0;
  }
}
.faq__title span {
  color: #213A6A;
}
.faq__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .faq__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .faq__list {
    gap: 0.5rem;
  }
}
.faq__item {
  background-color: #F6F5F8;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.faq__item.is-active .faq__button span {
  background-color: #424242;
}
.faq__item.is-active .faq__button span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .faq__button:hover, .faq__button:focus-visible {
    color: #213A6A;
  }
}
@media (max-width: 767px) {
  .faq__button {
    padding: 1rem;
    font-size: 1rem;
  }
}
.faq__button span {
  width: 2.5rem;
  height: 2.5rem;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 0.75rem;
  background: #213A6A;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1.625rem;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .faq__button span {
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
  }
}
.faq__button span::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/faq/faq-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .faq__button span::before {
    width: 1rem;
    height: 1rem;
  }
}
.faq__item-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.faq__item-wrapper {
  padding: 0 1.25rem 1.25rem 5rem;
}
@media (max-width: 767px) {
  .faq__item-wrapper {
    padding: 0 1rem 1rem 4.25rem;
  }
}
.faq__item-text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #424242;
}
@media (max-width: 767px) {
  .faq__item-text {
    font-size: 0.875rem;
    line-height: 140%;
  }
}

.articles-block {
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .articles-block {
    padding: 2.5rem 0;
  }
}
.articles-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.articles-block__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 767px) {
  .articles-block__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.articles-block__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  max-width: 41.875rem;
}
@media (max-width: 1023px) {
  .articles-block__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .articles-block__title {
    font-size: 1.75rem;
  }
}
.articles-block__title span {
  color: #213A6A;
}
.articles-block__link {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .articles-block__link {
    width: 100%;
  }
}

.articles-list {
  border-top: 1px solid #C4C4C4;
}
.articles-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-list__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28.5rem;
  min-height: 31.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
.articles-list__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 2.5rem);
  top: 1.25rem;
  right: -1px;
  background-color: #C4C4C4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 1023px) {
  .articles-list__item {
    width: 25.875rem;
  }
}
@media (max-width: 767px) {
  .articles-list__item {
    padding: 1rem;
    width: 20rem;
    min-height: 24.5rem;
  }
}
@media (hover: hover) {
  .articles-list__item:hover, .articles-list__item:focus-visible {
    background-color: #ffffff;
  }
  .articles-list__item:hover::before, .articles-list__item:focus-visible::before {
    opacity: 0;
  }
  .articles-list__item:hover .articles-list__item-more, .articles-list__item:focus-visible .articles-list__item-more {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .articles-list__item.swiper-slide-active {
    background-color: #ffffff;
  }
  .articles-list__item.swiper-slide-active::before {
    opacity: 0;
  }
  .articles-list__item.swiper-slide-active .articles-list__item-more {
    opacity: 1;
  }
}
.articles-list__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #6A6A6A;
}
.articles-list__item-name {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .articles-list__item-name {
    font-size: 1rem;
    line-height: 140%;
  }
}
.articles-list__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.articles-list__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
.articles-list__item-more::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #213A6A;
  -webkit-mask-image: url("../img/button/arrows.svg");
          mask-image: url("../img/button/arrows.svg");
}
.articles-list__item-img {
  border-radius: 0.5rem;
  height: 12.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-tabs-content] {
  position: relative;
}

[data-tabs-element] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
[data-tabs-element].is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0.25s, visibility 0.3s ease 0.25s;
  transition: opacity 0.3s ease 0.25s, visibility 0.3s ease 0.25s;
}

.tabs-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabs-controls ::-webkit-scrollbar {
  display: none;
}
.tabs-controls__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.tabs-controls--news .tabs-controls__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 47.5rem;
}
@media (max-width: 1023px) {
  .tabs-controls--photos {
    overflow: auto;
  }
}
.tabs-controls--photos .tabs-controls__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .tabs-controls--photos .tabs-controls__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .tabs-controls--photos .tabs-controls__button {
    width: calc(25% - 0.1875rem);
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  .tabs-controls--photos .tabs-controls__button:last-child {
    margin-right: 1.5rem;
  }
}
.tabs-controls--flowmeters .tabs-controls__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.375rem 1fr 1fr 1fr 1fr;
  grid-template-columns: 9.375rem 1fr 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .tabs-controls--flowmeters .tabs-controls__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: none;
  }
}
.tabs-controls--flowmeters .tabs-controls__button {
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  gap: 0.75rem;
}
@media (max-width: 1023px) {
  .tabs-controls--flowmeters .tabs-controls__button {
    text-align: left;
    padding: 0.75rem;
  }
}
.tabs-controls--flowmeters .tabs-controls__select {
  display: none;
}
@media (max-width: 1023px) {
  .tabs-controls--flowmeters .tabs-controls__select {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .tabs-controls--flowmeters .tabs-controls__title {
    display: none;
  }
}
.tabs-controls--flowmeters.is-active .tabs-controls__wrapper {
  display: -ms-grid;
  display: grid;
}
.tabs-controls--flowmeters.is-active .tabs-controls__select::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs-controls--photo .tabs-controls__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .tabs-controls--photo .tabs-controls__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .tabs-controls--flowmeters-info {
    overflow: auto;
  }
}
.tabs-controls--flowmeters-info .tabs-controls__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .tabs-controls--flowmeters-info .tabs-controls__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .tabs-controls--flowmeters-info .tabs-controls__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .tabs-controls--flowmeters-info .tabs-controls__button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .tabs-controls--flowmeters-info .tabs-controls__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .tabs-controls--flowmeters-info .tabs-controls__button:last-child {
    margin-right: 1.125rem;
  }
}

.article-intro__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1023px) {
  .article-intro__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.article {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 3.75rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .article {
    padding: 2.5rem 1rem;
  }
}
.article__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #424242;
}
@media (max-width: 1023px) {
  .article__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .article__title {
    line-height: 140%;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.article__title span {
  color: #213A6A;
}
.article__img {
  border-radius: 0.5rem;
  width: 100%;
  height: 29.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.article__content-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
.article__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .article__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article__author {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
.article__author span {
  font-weight: 600;
  color: #213A6A;
  letter-spacing: -0.02em;
}
.article__date {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
.article__time {
  font-weight: 600;
  color: #213A6A;
  letter-spacing: -0.02em;
}

.recent-article {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 5.5rem;
}
@media (max-width: 1023px) {
  .recent-article {
    display: none;
  }
}
.recent-article__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.recent-article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.recent-article__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C4C4C4;
}
.recent-article__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #6A6A6A;
}
.recent-article__item-name {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.full-screen-image {
  width: 100%;
  height: 56.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
  max-height: calc(100vh - 6rem);
}
@media (max-width: 1023px) {
  .full-screen-image {
    height: 25rem;
  }
}
.full-screen-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.group-frame {
  background-color: #ffffff;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.5rem;
  padding: 2.5rem 0;
}
@media (max-width: 1023px) {
  .group-frame {
    gap: 7.5rem;
  }
}
.group-frame:has(.service-info--colored) {
  gap: 4rem;
}
@media (max-width: 1023px) {
  .group-frame:has(.service-info--colored) {
    gap: 4rem;
  }
}

.approach {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .approach {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .approach {
    padding: 0 1rem;
  }
}
.approach__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1.5rem;
  width: calc(33.3333333333% - 0.75rem);
  padding-right: 6.25rem;
}
@media (max-width: 1023px) {
  .approach__heading {
    padding-right: 0;
    width: 100%;
  }
}
.approach__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .approach__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .approach__title {
    font-size: 1.75rem;
  }
}
.approach__title span {
  color: #213A6A;
}
.approach__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6A6A6A;
}
.approach__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.approach__slider {
  width: 100%;
  overflow: hidden;
}
.approach__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: services-list;
}
.approach__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.875rem !important;
  min-height: 32.3125rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.375rem;
  counter-increment: services-list;
  overflow: hidden;
}
@media (max-width: 767px) {
  .approach__slide {
    width: 20rem !important;
    gap: 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .approach__slide:last-of-type {
    margin-right: 1.5rem;
  }
}
.approach__slide-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.approach__slide-heading::before {
  content: counter(services-list);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.approach__slide-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
.approach__slide-img-block {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 8.75rem;
  height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px dashed #C4C4C4;
}
.approach__slide-img {
  width: 2.5rem;
  height: 2.5rem;
}
.approach__slide-text {
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
.approach--inst .approach__slide {
  min-height: 25rem;
}
@media (max-width: 767px) {
  .approach--inst .approach__slide {
    min-height: 20rem;
  }
}

.mission {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mission {
    padding: 0 1rem;
  }
}
.mission__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1.5rem;
  width: calc(33.3333333333% - 0.75rem);
}
@media (max-width: 1023px) {
  .mission__heading {
    width: 100%;
  }
}
.mission__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  max-width: 18.75rem;
}
@media (max-width: 1023px) {
  .mission__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .mission__title {
    font-size: 1.75rem;
  }
}
.mission__title span {
  color: #213A6A;
}
.mission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.mission__subtitle {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #424242;
}
@media (max-width: 1023px) {
  .mission__subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .mission__subtitle {
    line-height: 140%;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.mission__simple-list {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  padding-left: 2.1875rem;
  margin: 0;
}
@media (max-width: 767px) {
  .mission__simple-list {
    font-size: 1rem;
    padding-left: 1.5625rem;
  }
}
.mission__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.25rem;
}
@media (max-width: 767px) {
  .mission__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.mission__item {
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .mission__item {
    min-height: 7.5rem;
    padding: 1rem;
  }
}
.mission__item-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
.mission__item-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #6A6A6A;
}

.intro-main {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.intro-main__wrapper {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .intro-main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro-main__breadcrumbs {
  width: 100%;
}
.intro-main__warranty {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
}
@media (max-width: 1023px) {
  .intro-main__warranty {
    width: 100%;
  }
}
.intro-main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: calc(66.6666666667% - 0.75rem);
}
@media (max-width: 1023px) {
  .intro-main__content {
    width: 100%;
  }
}
.intro-main__title {
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .intro-main__title {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .intro-main__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.intro-main__title span {
  color: #213A6A;
}
.intro-main__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6A6A6A;
  max-width: 39.375rem;
}
@media (max-width: 767px) {
  .intro-main__text {
    font-size: 1rem;
  }
}
.intro-main__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.75rem 12.5rem;
  grid-template-columns: 18.75rem 12.5rem;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .intro-main__links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.intro-main__links--long {
  -ms-grid-columns: 18.75rem 18.75rem;
  grid-template-columns: 18.75rem 18.75rem;
}
@media (max-width: 767px) {
  .intro-main__links--long {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.intro-main__link {
  text-align: left;
}
.intro-main__img {
  margin: 0 auto;
}

.warranty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-top: 0.75rem;
}
@media (max-width: 767px) {
  .warranty {
    gap: 0;
  }
}
.warranty::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.375rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #213A6A;
  border-radius: 50%;
}
.warranty__head {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
.warranty__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
.warranty__text span {
  font-weight: 600;
  font-size: 1.25rem;
  color: #213A6A;
}

.services-banner {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .services-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .services-banner {
    padding: 0 1rem;
  }
}
.services-banner__warranty {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
}
@media (max-width: 1023px) {
  .services-banner__warranty {
    width: 100%;
  }
}
.services-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.services-banner__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #424242;
}
@media (max-width: 1023px) {
  .services-banner__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .services-banner__title {
    line-height: 140%;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.services-banner__title span {
  color: #213A6A;
}
.services-banner__info {
  max-width: 56.25rem;
}
.services-banner__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .services-banner__text {
    font-size: 1rem;
  }
}
.services-banner__simple-list {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  padding-left: 2.1875rem;
  margin: 0;
}
@media (max-width: 767px) {
  .services-banner__simple-list {
    font-size: 1rem;
    padding-left: 1.5625rem;
  }
}
.services-banner__link {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .services-banner__link {
    width: 100%;
  }
}

.about-banner {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .about-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-banner {
    padding: 0 1rem;
  }
}
.about-banner__preview {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .about-banner__preview {
    width: 100%;
  }
}
.about-banner__preview .about-banner__subtext {
  max-width: 27.375rem;
}
@media (max-width: 1023px) {
  .about-banner__preview .about-banner__subtext {
    max-width: unset;
  }
}
.about-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.about-banner__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .about-banner__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .about-banner__title {
    font-size: 1.75rem;
  }
}
.about-banner__title span {
  color: #213A6A;
}
.about-banner__img {
  max-width: 27.375rem;
  height: 19.8125rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .about-banner__img {
    display: none;
  }
}
.about-banner__subtitle {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.about-banner__subtext {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
.about-banner__info {
  max-width: 56.25rem;
}
.about-banner__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .about-banner__text {
    font-size: 1rem;
  }
}
.about-banner__simple-list {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  padding-left: 2.1875rem;
  margin: 0;
}
@media (max-width: 767px) {
  .about-banner__simple-list {
    font-size: 1rem;
    padding-left: 1.5625rem;
  }
}
.about-banner__link {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .about-banner__link {
    width: 100%;
  }
}

.main-works {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .main-works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .main-works {
    padding: 0 1rem;
  }
}
.main-works__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1.5rem;
  width: calc(33.3333333333% - 0.75rem);
}
@media (max-width: 1023px) {
  .main-works__heading {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .main-works__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-works__heading-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.main-works__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .main-works__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .main-works__title {
    font-size: 1.75rem;
  }
}
.main-works__title span {
  color: #213A6A;
}
.main-works__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6A6A6A;
}
.main-works__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.main-works__slider {
  width: 100%;
  overflow: hidden;
}
.main-works__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .main-works__slider-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.main-works__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 37rem !important;
  min-height: 49.875rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .main-works__slide {
    width: 20rem !important;
    min-height: unset;
    padding: 1rem;
    height: unset;
  }
}
.main-works__item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (hover: hover) {
  .main-works__item-more:hover, .main-works__item-more:focus-visible {
    color: #213A6A;
  }
}
.main-works__item-more::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #213A6A;
  -webkit-mask-image: url("../img/button/arrows.svg");
          mask-image: url("../img/button/arrows.svg");
}
.main-works__link {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
}
@media (max-width: 767px) {
  .main-works__link {
    width: 100%;
  }
}
.main-works__slide-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .main-works__slide-title {
    font-size: 1.25rem;
  }
}
.main-works__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .main-works__info-list {
    margin-bottom: 0;
  }
}
.main-works__info-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .main-works__info-item {
    padding: 0.75rem 0;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-works__info-item:first-of-type {
    padding-top: 0;
  }
}
.main-works__info-term {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}
@media (max-width: 767px) {
  .main-works__info-term {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.main-works__info-descriptions, .main-works__info-link {
  text-align: right;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #213A6A;
}
@media (max-width: 767px) {
  .main-works__info-descriptions, .main-works__info-link {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
  }
}
.main-works__info-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .main-works__info-link:hover, .main-works__info-link:focus-visible {
    color: #6A6A6A;
  }
}
.main-works__slide-img {
  margin-top: auto;
  height: 26.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .main-works__slide-img {
    height: 13.75rem;
  }
}
.main-works__hidden-button {
  display: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  padding: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  color: #424242;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  gap: 0.625rem;
  cursor: pointer;
}
.main-works__hidden-button::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/chevrons-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: -2px;
}
.main-works__hidden-button.is-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .main-works__hidden-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .main-works:has(.main-works__hidden-button) .photos-block__info-list {
    display: none;
  }
  .main-works:has(.main-works__hidden-button) .main-works__hidden-button.is-active + .main-works__info-list {
    display: block;
  }
}

.dispatching-about {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.dispatching-about__wrapper {
  padding: 3.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 75.5rem;
  margin: 0 auto;
}
.dispatching-about__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .dispatching-about__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .dispatching-about__title {
    font-size: 1.75rem;
    margin: 0 0 1rem 0;
  }
}
.dispatching-about__title span {
  color: #213A6A;
}
.dispatching-about__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #424242;
  text-align: center;
  margin: 0 0 4rem 0;
}
@media (max-width: 767px) {
  .dispatching-about__text {
    font-size: 1rem;
  }
}
.dispatching-about__text span {
  color: #213A6A;
}

.contact-us-alternate {
  background-color: #213A6A;
  border-radius: 0.75rem;
  overflow: hidden;
}
.contact-us-alternate__wrapper {
  padding: 3.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact-us-alternate__wrapper {
    padding: 2.5rem 0;
  }
}
.contact-us-alternate__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0 0 1rem 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .contact-us-alternate__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .contact-us-alternate__title {
    text-align: left;
    font-size: 1.75rem;
  }
}
.contact-us-alternate__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 2.5rem auto;
  max-width: 56.25rem;
}
@media (max-width: 767px) {
  .contact-us-alternate__text {
    text-align: left;
    margin: 0 0 1rem 0;
    font-size: 1rem;
  }
}
.contact-us-alternate__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.75rem 18.75rem;
  grid-template-columns: 18.75rem 18.75rem;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .contact-us-alternate__links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.contact-us-alternate--serv .contact-us-alternate__title {
  max-width: 75rem;
}
.contact-us-alternate--maintenance .contact-us-alternate__text {
  max-width: unset;
}

.info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .info-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem 4rem;
  min-height: 43.75rem;
}
@media (max-width: 1023px) {
  .info-list__item {
    padding: 2.5rem 1.5rem;
    min-height: 40.625rem;
  }
}
@media (max-width: 767px) {
  .info-list__item {
    min-height: unset;
  }
}
.info-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.info-list__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #213A6A;
}
@media (max-width: 1023px) {
  .info-list__title {
    font-size: 1.75rem;
  }
}
.info-list__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 1023px) {
  .info-list__text {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .info-list__img {
    height: auto;
    max-width: 16.875rem;
  }
}
.info-list__link {
  width: 16.25rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .info-list__link {
    width: 100%;
  }
}
.info-list__img-block {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 8.75rem;
  height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px dashed #213A6A;
}

.dispatching-lk {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.dispatching-lk__wrapper {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .dispatching-lk__wrapper {
    gap: 0.5rem;
  }
}
.dispatching-lk__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 1023px) {
  .dispatching-lk__title {
    text-align: center;
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .dispatching-lk__title {
    font-size: 1.75rem;
    margin: 0 0 1rem 0;
  }
}
.dispatching-lk__title span {
  color: #213A6A;
}
.dispatching-lk__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  background-color: #F6F5F8;
}
@media (max-width: 1023px) {
  .dispatching-lk__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dispatching-lk__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  padding: 2.5rem;
  width: calc(33.3333333333% - 0.75rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  .dispatching-lk__item-content {
    padding: 0;
    width: 100%;
  }
}
.dispatching-lk__item-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #213A6A;
}
@media (max-width: 1023px) {
  .dispatching-lk__item-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .dispatching-lk__item-title {
    line-height: 140%;
    font-size: 1.25rem;
  }
}
.dispatching-lk__item-button {
  width: 18.75rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .dispatching-lk__item-button {
    display: none;
  }
}
.dispatching-lk__button {
  display: none;
}
@media (max-width: 1023px) {
  .dispatching-lk__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18.75rem;
    text-align: left;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .dispatching-lk__button {
    width: 100%;
  }
}

.dispatching-advantages {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .dispatching-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dispatching-advantages {
    padding: 0 1rem;
  }
}
.dispatching-advantages__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .dispatching-advantages__heading {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.dispatching-advantages__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  max-width: 75rem;
}
@media (max-width: 1023px) {
  .dispatching-advantages__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .dispatching-advantages__title {
    font-size: 1.75rem;
  }
}
.dispatching-advantages__title span {
  color: #213A6A;
}
.dispatching-advantages__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6A6A6A;
}
.dispatching-advantages__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.dispatching-advantages__slider {
  width: 100%;
  overflow: hidden;
}
.dispatching-advantages__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: services-list;
}
.dispatching-advantages__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.875rem !important;
  min-height: 21rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.375rem;
  counter-increment: services-list;
}
@media (max-width: 767px) {
  .dispatching-advantages__slide {
    width: 20rem !important;
    min-height: 19.625rem;
    gap: 1.875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.dispatching-advantages__slide-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.dispatching-advantages__slide-heading::before {
  content: counter(services-list);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}
.dispatching-advantages__slide-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
.dispatching-advantages__slide-img-block {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 8.75rem;
  height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px dashed #C4C4C4;
}
.dispatching-advantages__slide-img {
  width: 2.5rem;
  height: 2.5rem;
}
.dispatching-advantages__slide-text {
  margin-top: auto;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}

.dispatching-appointment {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .dispatching-appointment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dispatching-appointment {
    padding: 0 1rem;
  }
}
.dispatching-appointment__preview {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
  position: sticky;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  top: 6.5rem;
}
@media (max-width: 1023px) {
  .dispatching-appointment__preview {
    width: 100%;
    position: static;
  }
}
.dispatching-appointment__subtitle {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .dispatching-appointment__subtitle {
    font-size: 1.5rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .dispatching-appointment__subtitle {
    font-size: 1rem;
  }
}
.dispatching-appointment__subtitle span {
  color: #213A6A;
}
.dispatching-appointment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.dispatching-appointment__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .dispatching-appointment__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .dispatching-appointment__title {
    font-size: 1.75rem;
  }
}
.dispatching-appointment__title span {
  color: #213A6A;
}
.dispatching-appointment__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  max-width: 56.25rem;
}
@media (max-width: 767px) {
  .dispatching-appointment__text {
    font-size: 1rem;
  }
}
.dispatching-appointment__text b {
  font-weight: 600;
}
@media (max-width: 767px) {
  .dispatching-appointment__text b {
    font-size: 1.25rem;
  }
}
.dispatching-appointment__list {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  max-width: 56.25rem;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .dispatching-appointment__list {
    font-size: 1rem;
    padding-left: 1.5625rem;
  }
}
.dispatching-appointment__bigtext {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 140%;
  max-width: 56.25rem;
}
@media (max-width: 767px) {
  .dispatching-appointment__bigtext {
    font-size: 1.25rem;
  }
}
.dispatching-appointment__link {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .dispatching-appointment__link {
    width: 100%;
  }
}

.work-steps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.work-steps__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .work-steps__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.work-steps__label-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
}
@media (max-width: 1023px) {
  .work-steps__label-block {
    width: 100%;
  }
}
.work-steps__label {
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
.work-steps__label::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #213A6A;
}
.work-steps__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0 0 1rem 0;
}
@media (max-width: 1023px) {
  .work-steps__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .work-steps__title {
    font-size: 1.75rem;
  }
}
.work-steps__title span {
  color: #213A6A;
}
.work-steps__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .work-steps__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.work-steps__content-img {
  position: sticky;
  top: 6.5rem;
}
@media (max-width: 1023px) {
  .work-steps__content-img {
    display: none;
  }
}
.work-steps__content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .work-steps__content-info {
    gap: 0;
  }
}
.work-steps__content-info::before {
  content: "";
  width: 8.375rem;
  height: 160.375rem;
  background-image: url("../img/work-steps/work-steps-decor.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .work-steps__content-info::before {
    width: 4.375rem;
    height: 124.5rem;
    background-image: url("../img/work-steps/work-steps-decor-mob.svg");
  }
}
.work-steps__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  counter-reset: work-steps;
}
.work-steps__info-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 22.6875rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  counter-increment: services-list;
}
@media (max-width: 767px) {
  .work-steps__info-item {
    min-height: 17.5rem;
    padding: 1rem;
  }
}
.work-steps__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.work-steps__item-heading::before {
  content: counter(services-list);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .work-steps__item-heading::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.work-steps__item-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .work-steps__item-title {
    font-size: 1.25rem;
  }
}
.work-steps__item-text {
  margin-top: auto;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  color: #6A6A6A;
}
@media (max-width: 767px) {
  .work-steps__item-text {
    font-size: 0.875rem;
  }
}

.photos-block {
  overflow: hidden;
}
.photos-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 0.5rem;
}
.photos-block__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .photos-block__title {
    font-size: 1.25rem;
  }
}
.photos-block__slider {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding: 3rem 2.5rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .photos-block__slider {
    padding: 0;
    gap: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.photos-block__slider .swiper-notification {
  display: none;
}
.photos-block__slider-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .photos-block__slider-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .photos-block__slider-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.photos-block__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #F6F5F8;
}
@media (max-width: 767px) {
  .photos-block__slide {
    padding: 0.75rem;
  }
}
.photos-block__slide-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  color: #424242;
}
.photos-block__hidden-button {
  display: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  padding: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  color: #424242;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  gap: 0.625rem;
  cursor: pointer;
}
.photos-block__hidden-button::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/chevrons-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: -2px;
}
.photos-block__hidden-button.is-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .photos-block__hidden-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .photos-block:has(.photos-block__hidden-button) .photos-block__info-list {
    display: none;
  }
  .photos-block:has(.photos-block__hidden-button) .photos-block__hidden-button.is-active + .photos-block__info-list {
    display: block;
  }
}
.photos-block__info-item {
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
  .photos-block__info-item {
    padding: 0.75rem 0;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.photos-block__info-term {
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #6A6A6A;
}
@media (max-width: 767px) {
  .photos-block__info-term {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.photos-block__info-descriptions, .photos-block__info-link {
  text-align: right;
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #213A6A;
}
@media (max-width: 767px) {
  .photos-block__info-descriptions, .photos-block__info-link {
    font-size: 0.875rem;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
  }
}
.photos-block__info-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .photos-block__info-link:hover, .photos-block__info-link:focus-visible {
    color: #6A6A6A;
  }
}
.photos-block__slide-img {
  height: 15.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.photos-block__link {
  margin-top: auto;
}
.photos-block__slider-heading {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .photos-block__slider-heading {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .photos-block__slider-heading {
    padding: 1rem;
  }
}
.photos-block__slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.photos-block--flowmeters .photos-block__slider-heading {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .photos-block--flowmeters .photos-block__slider-heading {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .photos-block--flowmeters .photos-block__slider-heading {
    padding: 0;
  }
}
.photos-block--flowmeters .photos-block__slider {
  padding: 0;
}
@media (max-width: 1023px) {
  .photos-block--flowmeters .photos-block__slider {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .photos-block--flowmeters .photos-block__slider {
    gap: 1.5rem;
  }
}
.photos-block--flowmeters .photos-block__slider-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .photos-block--flowmeters .photos-block__slider-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .photos-block--flowmeters .photos-block__slider-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.photos-block--flowmeters .photos-block__slide {
  background-color: #E8EAEC;
}
.photos-block--flowmeters .photos-block__slide-img {
  height: 17.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .photos-block--flowmeters .photos-block__slide-img {
    height: 13.75rem;
  }
}
.photos-block--ex .photos-block__slider {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.photos-block--ex .photos-block__slider-wrapper {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photos-block--ex .photos-block__slide {
  width: calc((100% - 16px) / 3) !important;
}
@media (max-width: 1023px) {
  .photos-block--ex .photos-block__slide {
    width: 25.5625rem !important;
  }
}
@media (max-width: 767px) {
  .photos-block--ex .photos-block__slide {
    width: 20rem !important;
  }
}
.photos-block--ex .photos-block__slide-img {
  height: 28.375rem;
}
@media (max-width: 1023px) {
  .photos-block--ex .photos-block__slide-img {
    height: 16.25rem;
  }
}
@media (max-width: 767px) {
  .photos-block--ex .photos-block__slide-img {
    height: 14.375rem;
  }
}

.complex-solution {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem 0;
}
.complex-solution__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.complex-solution__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .complex-solution__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.complex-solution__label-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
}
@media (max-width: 1023px) {
  .complex-solution__label-block {
    width: 100%;
  }
}
.complex-solution__label {
  padding: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #C4C4C4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
.complex-solution__label::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #213A6A;
}
.complex-solution__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0 0 1rem 0;
}
@media (max-width: 1023px) {
  .complex-solution__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .complex-solution__title {
    font-size: 1.75rem;
  }
}
.complex-solution__title span {
  color: #213A6A;
}
.complex-solution__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.complex-solution__content-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
  position: sticky;
  top: 6.5rem;
  height: auto;
}
@media (max-width: 1023px) {
  .complex-solution__content-img {
    display: none;
  }
}
.complex-solution__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: content-list;
  gap: 0.25rem;
}
.complex-solution__item {
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  padding: 1.25rem;
  counter-increment: content-list;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .complex-solution__item {
    gap: 0.75rem;
  }
}
.complex-solution__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6rem;
  gap: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: left;
  position: relative;
  color: #424242;
}
.complex-solution__button::before {
  content: "[0" counter(content-list) "]";
  color: #213A6A;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .complex-solution__button {
    font-size: 1.125rem;
    line-height: 140%;
    letter-spacing: 0;
    gap: 0.75rem;
    padding-left: 3rem;
  }
}
.complex-solution__button-decor {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.complex-solution__button-decor::before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .complex-solution__button-decor {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.is-active .complex-solution__button-decor::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.complex-solution__item-wrapper {
  padding-left: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .complex-solution__item-wrapper {
    padding-left: 3rem;
  }
}
.complex-solution__item-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.complex-solution__item-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .complex-solution__item-text {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.complex-solution__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.complex-solution__item-icon {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 1.5rem;
  border: 1px dashed #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .complex-solution__item-icon {
    display: none;
  }
}
.complex-solution__item-link {
  width: 12.5rem;
}
@media (max-width: 767px) {
  .complex-solution__item-link {
    width: 100%;
  }
}

.verification-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .verification-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.verification-list__item {
  padding: 2.5rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .verification-list__item {
    padding: 1.5rem 1rem;
    gap: 0.625rem;
  }
}
.verification-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.verification-list__top-header {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #213A6A;
}
@media (max-width: 767px) {
  .verification-list__top-header {
    font-size: 1.25rem;
  }
}
.verification-list__top-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #424242;
}
@media (max-width: 767px) {
  .verification-list__top-text {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.verification-list__img {
  margin: 0 auto;
}
@media (max-height: 700px) and (min-width: 700px) {
  .verification-list__img {
    max-width: 75%;
  }
}
.verification-list__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .verification-list__links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.verification-list__link {
  text-align: left;
}

.verification-why {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.verification-why__wrapper {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .verification-why__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.verification-why--inner .verification-why__wrapper {
  padding: 0;
}
.verification-why__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
  position: sticky;
  top: 6.5rem;
}
@media (max-width: 1023px) {
  .verification-why__heading {
    width: 100%;
    position: static;
  }
}
.verification-why__text {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
.verification-why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .verification-why__content {
    gap: 1rem;
  }
}
.verification-why__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .verification-why__content-item {
    gap: 1rem;
  }
}
.verification-why__item-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #213A6A;
}
@media (max-width: 1023px) {
  .verification-why__item-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .verification-why__item-title {
    line-height: 140%;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.verification-why__item-text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .verification-why__item-text {
    font-size: 1rem;
  }
}
.verification-why__item-info {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  padding: 0.75rem 0 0.75rem 1.5rem;
  position: relative;
}
.verification-why__item-info::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #213A6A;
}
.verification-why__item-info b {
  font-weight: 600;
  color: #213A6A;
}
@media (max-width: 767px) {
  .verification-why__item-info {
    font-size: 1rem;
  }
}
.verification-why__item-img {
  width: 21.25rem;
  height: auto;
}
@media (max-width: 767px) {
  .verification-why__item-img {
    width: 11.4375rem;
  }
}
.verification-why ul {
  margin: 0;
  padding: 0 0 0 1.5625rem;
}
.verification-why ul b {
  font-weight: 600;
  color: #213A6A;
}

.inspection-allows {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.inspection-allows__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .inspection-allows__title {
    font-size: 1.75rem;
  }
}
.inspection-allows__wrapper {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.inspection-allows__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .inspection-allows__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.info {
  padding: 0.75rem 0 0.75rem 1.5rem;
  max-width: 78.125rem;
  position: relative;
}
.info::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #213A6A;
}
.info__text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.info__text span {
  color: #213A6A;
}
@media (max-width: 767px) {
  .info__text {
    font-size: 1rem;
    line-height: 140%;
  }
}

.inspection-partners {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.inspection-partners__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .inspection-partners__title {
    font-size: 1.75rem;
  }
}
.inspection-partners__title span {
  color: #213A6A;
}
.inspection-partners__subtitle {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .inspection-partners__subtitle {
    line-height: 140%;
    font-size: 1.25rem;
  }
}
.inspection-partners__subtitle span {
  color: #213A6A;
}
.inspection-partners__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  max-width: 75rem;
}
@media (max-width: 767px) {
  .inspection-partners__text {
    font-size: 1rem;
    line-height: 120%;
  }
}
.inspection-partners__text b {
  font-weight: 600;
  color: #213A6A;
}
.inspection-partners__wrapper {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .inspection-partners__wrapper {
    padding: 2.5rem 0;
    gap: 1.5rem;
  }
}
.inspection-partners__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.inspection-partners__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .inspection-partners__list {
    font-size: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.designing-in__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .designing-in__wrapper {
    gap: 1.5rem;
  }
}
.designing-in__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.designing-in__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #424242;
}
.designing-in__title span {
  color: #213A6A;
}
@media (max-width: 1023px) {
  .designing-in__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .designing-in__title {
    line-height: 140%;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.designing-in__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .designing-in__text {
    font-size: 1rem;
  }
}
.designing-in__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 1023px) {
  .designing-in__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .designing-in__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.designing-why__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .designing-why__wrapper {
    gap: 1.5rem;
  }
}
.designing-why__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #424242;
}
.designing-why__title span {
  color: #213A6A;
}
@media (max-width: 1023px) {
  .designing-why__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .designing-why__title {
    line-height: 140%;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.designing-why__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.designing-why .swiper-slide {
  width: 28.125rem !important;
  min-height: 31.25rem;
}
@media (max-width: 1023px) {
  .designing-why .swiper-slide {
    width: 26.875rem !important;
  }
  .designing-why .swiper-slide:last-of-type {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .designing-why .swiper-slide {
    width: 20rem !important;
    min-height: 28.125rem;
  }
}
@media (max-width: 767px) {
  .designing-why .swiper-slide .card-column__item-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .designing-why .swiper-slide .card-column__item-bigtext {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .designing-why .swiper-slide .card-column__item-text {
    font-size: 0.875rem;
  }
}

.designing-trust__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .designing-trust__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.designing-trust__heading {
  width: calc(33.3333333333% - 0.75rem);
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  position: sticky;
  top: 6.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  .designing-trust__heading {
    width: 100%;
    position: static;
  }
}
.designing-trust__heading-img {
  width: 27.375rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}
@media (max-width: 1023px) {
  .designing-trust__heading-img {
    width: 100%;
  }
}
.designing-trust__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.designing-trust__content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .designing-trust__content-heading {
    gap: 1rem;
  }
}
.designing-trust__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #424242;
}
.designing-trust__title span {
  color: #213A6A;
}
@media (max-width: 767px) {
  .designing-trust__title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.designing-trust__item-action-title {
  color: #213A6A;
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
}
@media (max-width: 767px) {
  .designing-trust__item-action-title {
    font-size: 1.75rem;
    letter-spacing: -0.02em;
  }
}
.designing-trust__subtitle {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .designing-trust__subtitle {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.designing-trust__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .designing-trust__text {
    font-size: 1rem;
  }
}
.designing-trust ul {
  margin: 0;
  padding: 0 0 0 1.5625rem;
}
.designing-trust__content-slider {
  width: 100%;
  overflow: hidden;
}
.designing-trust__content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .designing-trust__content-list {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 1023px) {
  .designing-trust__content-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .designing-trust__content-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.designing-trust__content-item {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #F6F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .designing-trust__content-item {
    min-height: 11.25rem;
  }
}
.designing-trust__item-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .designing-trust__item-title {
    font-size: 1.25rem;
  }
}
.designing-trust__item-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .designing-trust__item-text {
    font-size: 0.875rem;
  }
}
.designing-trust--inst .designing-trust__content {
  gap: 1.5rem;
}

.installation-ex__wrapper {
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .installation-ex__wrapper {
    padding: 2.5rem 1rem 1.5rem;
  }
}
.installation-ex__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
}
@media (max-width: 1023px) {
  .installation-ex__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .installation-ex__title {
    font-size: 1.75rem;
  }
}
.installation-ex__title span {
  color: #213A6A;
}

.installation-info {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.installation-info__wrapper {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.installation-info__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #424242;
}
.installation-info__title span {
  color: #213A6A;
}
@media (max-width: 767px) {
  .installation-info__title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.installation-info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .installation-info__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.installation-info__tasks, .installation-info__flowmeter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .installation-info__tasks, .installation-info__flowmeter {
    gap: 1.5rem;
  }
}
.installation-info__tasks {
  padding-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
}

.flowmeters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid #C4C4C4;
}
.flowmeters-list__slider {
  width: 100%;
  overflow: hidden;
}
.flowmeters-list__slider-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.25rem;
}
@media (max-width: 1023px) {
  .flowmeters-list__slider-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .flowmeters-list__slider-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.flowmeters-list__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #F6F5F8;
}
@media (max-width: 1023px) {
  .flowmeters-list__slide {
    padding: 1.25rem;
  }
}
@media (max-width: 767px) {
  .flowmeters-list__slide {
    min-height: unset;
    gap: 1rem;
    padding: 0.5rem;
  }
}
.flowmeters-list__slide-title, .flowmeters-list__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #424242;
}
@media (max-width: 767px) {
  .flowmeters-list__slide-title, .flowmeters-list__title {
    font-size: 1.25rem;
  }
}
.flowmeters-list__slide-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #424242;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flowmeters-list__slide-img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.flowmeters-list__slide-controls {
  margin-top: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
}
@media (max-width: 1023px) {
  .flowmeters-list__slide-controls {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.object-info {
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 3.75rem 0;
}
@media (max-width: 767px) {
  .object-info {
    padding: 2.5rem 0;
  }
}
.object-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.object-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
.object-info__item:not(:last-of-type) {
  padding-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 1023px) {
  .object-info__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.object-info__item-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(33.3333333333% - 0.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .object-info__item-heading {
    width: 100%;
    gap: 1rem;
  }
}
.object-info__heading-counter {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
  border: 1px solid #C4C4C4;
  border-radius: 0.75rem;
  color: #213A6A;
}
@media (max-width: 1023px) {
  .object-info__heading-counter {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .object-info__heading-counter {
    font-size: 1rem;
  }
}
.object-info__heading-name {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .object-info__heading-name {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .object-info__heading-name {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.object-info__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.object-info__content-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.object-info__content-title span {
  color: #213A6A;
}
@media (max-width: 767px) {
  .object-info__content-title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.object-info__content {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .object-info__content {
    font-size: 1rem;
  }
}
.object-info__content a {
  color: #213A6A;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) {
  .object-info__content a:hover, .object-info__content a:focus-visible {
    color: #6A6A6A;
  }
}
.object-info__content ol {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .object-info__content ol {
    padding-left: 1.5625rem;
  }
}
.object-info__content ol li::marker {
  font-weight: 600;
}
.object-info__content ol ul {
  padding-left: 1.5625rem;
}
@media (max-width: 767px) {
  .object-info__content ol ul {
    padding-left: 1.25rem;
  }
}
.object-info__content ul {
  list-style-type: disc;
  padding-left: 0.3125rem;
  margin: 0.3125rem 0;
}
.object-info__images-slider {
  margin-top: 4rem;
}
.object-info__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.object-info__images img {
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 19rem;
  width: calc((100% - 16px) / 3) !important;
}
@media (max-width: 1023px) {
  .object-info__images img {
    width: 24.8125rem !important;
  }
  .object-info__images img:last-of-type {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .object-info__images img {
    width: 20rem !important;
    height: 15rem;
  }
}
.object-info__images-slider {
  overflow: hidden;
}
.object-info__object-img--single {
  border-radius: 0.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 37.8125rem;
}
@media (max-width: 767px) {
  .object-info__object-img--single {
    height: 17.5rem;
  }
}

.service-advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.service-advantages__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  .service-advantages__title {
    font-size: 3rem;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 767px) {
  .service-advantages__title {
    font-size: 1.75rem;
  }
}
.service-advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.25rem;
}
@media (max-width: 1023px) {
  .service-advantages__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .service-advantages__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F6F5F8;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .service-advantages__item {
    min-height: unset;
    padding: 1rem;
  }
}
.service-advantages__item:nth-of-type(5), .service-advantages__item:nth-of-type(6) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 1023px) {
  .service-advantages__item:nth-of-type(5), .service-advantages__item:nth-of-type(6) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.service-advantages__item-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .service-advantages__item-title {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.service-advantages__item-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  color: #6A6A6A;
}

.service-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1023px) {
  .service-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-info__heading {
  width: calc(33.3333333333% - 0.75rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023px) {
  .service-info__heading {
    width: 100%;
  }
}
.service-info__heading-title {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  position: sticky;
  top: 6.5rem;
}
@media (max-width: 767px) {
  .service-info__heading-title {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0;
    position: static;
  }
}
.service-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.service-info__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.service-info__content-title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .service-info__content-title {
    font-size: 1.5rem;
  }
}
.service-info__content-subtitle {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: -0.5rem;
}
@media (max-width: 767px) {
  .service-info__content-subtitle {
    font-size: 1.25rem;
    line-height: 140%;
  }
}
.service-info__content-list {
  margin: 0;
  padding: 0 0 0 1.875rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .service-info__content-list {
    font-size: 1rem;
    padding: 0 0 0 1.5625rem;
  }
}
.service-info--colored .service-info__content {
  gap: 3rem;
}
@media (max-width: 767px) {
  .service-info--colored .service-info__content {
    gap: 1.5rem;
  }
}
.service-info--colored .service-info__content-item {
  padding-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 767px) {
  .service-info--colored .service-info__content-item {
    padding-bottom: 1rem;
  }
}
.service-info--colored .service-info__content-title {
  color: #213A6A;
}

.price-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  overflow: hidden;
}
.price-block__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .price-block__title {
    font-size: 1.25rem;
    line-height: 140%;
  }
}
.price-block__table-wrapper {
  overflow: auto;
}
.price-block__table {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  border-collapse: collapse;
  min-width: 100%;
}
@media (max-width: 767px) {
  .price-block__table {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.price-block__table table,
.price-block__table th,
.price-block__table td {
  border: 1px solid #C4C4C4;
}
.price-block__table tr td:first-of-type {
  width: 75%;
}
@media (max-width: 767px) {
  .price-block__table tr td:first-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.price-block__table tr td:last-of-type {
  width: 25%;
}
@media (max-width: 767px) {
  .price-block__table tr td:last-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.price-block__table strong {
  font-weight: 700;
}
.price-block__table th {
  padding: 1.25rem;
}
.price-block__table td {
  padding: 0.75rem 1.25rem;
}
.price-block__table thead {
  font-weight: 600;
  text-align: left;
  background-color: #213A6A;
  color: #ffffff;
}
.price-block__table tbody tr:nth-of-type(even) {
  background-color: #F6F5F8;
}
.price-block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price-block__footer-text {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
}
.price-block__footer-text span {
  color: #213A6A;
}

.flowmeters-info {
  overflow: hidden;
}
.flowmeters-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.flowmeters-info__content {
  position: relative;
}
.flowmeters-info__item {
  width: 100%;
}

.flowmeters-td {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 1.5rem;
  margin-top: -1rem;
}
@media (max-width: 1023px) {
  .flowmeters-td {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.flowmeters-td__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid #C4C4C4;
}
.flowmeters-td__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .flowmeters-td__link:hover, .flowmeters-td__link:focus-visible {
    color: #213A6A;
  }
}
.flowmeters-td__link::before {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url("../img/pdf-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.flowmeters-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .flowmeters-description {
    gap: 1.5rem;
  }
}
.flowmeters-description__empty {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .flowmeters-description__empty {
    font-size: 1.25rem;
    line-height: 140%;
  }
}
.flowmeters-description__empty a {
  color: #213A6A;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) {
  .flowmeters-description__empty a:hover, .flowmeters-description__empty a:focus-visible {
    color: #6A6A6A;
  }
}
.flowmeters-description__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 1023px) {
  .flowmeters-description__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .flowmeters-description__item {
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
.flowmeters-description__heading {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .flowmeters-description__heading {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.flowmeters-description__content {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .flowmeters-description__content {
    font-size: 1rem;
  }
}
.flowmeters-description__content a {
  color: #213A6A;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) {
  .flowmeters-description__content a:hover, .flowmeters-description__content a:focus-visible {
    color: #6A6A6A;
  }
}
.flowmeters-description__content ol {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .flowmeters-description__content ol {
    padding-left: 1.5625rem;
  }
}
.flowmeters-description__content ol li::marker {
  font-weight: 600;
}
.flowmeters-description__content ul {
  list-style-type: disc;
  padding-left: 0.3125rem;
  margin: 0.3125rem 0;
}
.flowmeters-description__content ul ul {
  list-style: circle;
  margin: 0.625rem 0;
  padding-left: 1.25rem;
}
.flowmeters-description__table-wrapper {
  overflow: auto;
}
.flowmeters-description__table {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  border-collapse: collapse;
  min-width: 100%;
}
@media (max-width: 767px) {
  .flowmeters-description__table {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.flowmeters-description__table table,
.flowmeters-description__table th,
.flowmeters-description__table td {
  border: 1px solid #C4C4C4;
}
.flowmeters-description__table tr td:first-of-type {
  width: 50%;
}
@media (max-width: 767px) {
  .flowmeters-description__table tr td:first-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-description__table tr td:last-of-type {
  width: 50%;
}
@media (max-width: 767px) {
  .flowmeters-description__table tr td:last-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-description__table strong {
  font-weight: 700;
}
.flowmeters-description__table th {
  padding: 1.25rem;
}
.flowmeters-description__table td {
  padding: 0.75rem 1.25rem;
}
.flowmeters-description__table thead {
  font-weight: 600;
  text-align: left;
  background-color: #213A6A;
  color: #ffffff;
}
.flowmeters-description__table tbody tr:nth-of-type(even) {
  background-color: #F6F5F8;
}
.flowmeters-description__table--4 tr td:first-of-type {
  width: 25%;
}
@media (max-width: 767px) {
  .flowmeters-description__table--4 tr td:first-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-description__table--4 tr td:last-of-type {
  width: 25%;
}
@media (max-width: 767px) {
  .flowmeters-description__table--4 tr td:last-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-description__table--4 td {
  width: 25%;
}
@media (max-width: 767px) {
  .flowmeters-description__table--4 td {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-description__table--3 tr td:first-of-type {
  width: 33.33%;
}
@media (max-width: 767px) {
  .flowmeters-description__table--3 tr td:first-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-description__table--3 tr td:last-of-type {
  width: 33.33%;
}
@media (max-width: 767px) {
  .flowmeters-description__table--3 tr td:last-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-description__table--3 td {
  width: 33.33%;
}
@media (max-width: 767px) {
  .flowmeters-description__table--3 td {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}

.flowmeters-technical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .flowmeters-technical {
    gap: 1.5rem;
  }
}
.flowmeters-technical__empty {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 767px) {
  .flowmeters-technical__empty {
    font-size: 1.25rem;
    line-height: 140%;
  }
}
.flowmeters-technical__empty a {
  color: #213A6A;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) {
  .flowmeters-technical__empty a:hover, .flowmeters-technical__empty a:focus-visible {
    color: #6A6A6A;
  }
}
.flowmeters-technical__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 1023px) {
  .flowmeters-technical__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .flowmeters-technical__item {
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
.flowmeters-technical__heading {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .flowmeters-technical__heading {
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0;
  }
}
.flowmeters-technical__content {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .flowmeters-technical__content {
    font-size: 1rem;
  }
}
.flowmeters-technical__content a {
  color: #213A6A;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) {
  .flowmeters-technical__content a:hover, .flowmeters-technical__content a:focus-visible {
    color: #6A6A6A;
  }
}
.flowmeters-technical__content ol {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  padding-left: 1.875rem;
}
@media (max-width: 767px) {
  .flowmeters-technical__content ol {
    padding-left: 1.5625rem;
  }
}
.flowmeters-technical__content ol li::marker {
  font-weight: 600;
}
.flowmeters-technical__content ul {
  list-style-type: disc;
  padding-left: 0.3125rem;
  margin: 0.3125rem 0;
}
.flowmeters-technical__table-wrapper {
  overflow: auto;
}
.flowmeters-technical__table {
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
  border-collapse: collapse;
  min-width: 100%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table {
    font-size: 0.875rem;
    line-height: 120%;
  }
}
.flowmeters-technical__table table,
.flowmeters-technical__table th,
.flowmeters-technical__table td {
  border: 1px solid #C4C4C4;
}
.flowmeters-technical__table tr td:first-of-type {
  width: 50%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table tr td:first-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-technical__table tr td:last-of-type {
  width: 50%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table tr td:last-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-technical__table strong {
  font-weight: 700;
}
.flowmeters-technical__table th {
  padding: 1.25rem;
}
.flowmeters-technical__table td {
  padding: 0.75rem 1.25rem;
}
.flowmeters-technical__table thead {
  font-weight: 600;
  text-align: left;
  background-color: #213A6A;
  color: #ffffff;
}
.flowmeters-technical__table tbody tr:nth-of-type(even) {
  background-color: #F6F5F8;
}
.flowmeters-technical__table--4 tr td:first-of-type {
  width: 25%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table--4 tr td:first-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-technical__table--4 tr td:last-of-type {
  width: 25%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table--4 tr td:last-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-technical__table--4 td {
  width: 25%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table--4 td {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-technical__table--3 tr td:first-of-type {
  width: 33.33%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table--3 tr td:first-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-technical__table--3 tr td:last-of-type {
  width: 33.33%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table--3 tr td:last-of-type {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}
.flowmeters-technical__table--3 td {
  width: 33.33%;
}
@media (max-width: 767px) {
  .flowmeters-technical__table--3 td {
    width: 13.75rem;
    min-width: 13.75rem;
  }
}

.policy {
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.policy__wrapper {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .policy__wrapper {
    padding: 1.5rem 0;
  }
}
.policy h1 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .policy h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .policy h1 {
    font-size: 2rem;
    letter-spacing: 0;
    text-align: left;
  }
}
.policy h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 1.5rem 0;
}
@media (max-width: 1023px) {
  .policy h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .policy h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.policy h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  margin: 0.75rem 0;
}
@media (max-width: 1023px) {
  .policy h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .policy h3 {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}
.policy p,
.policy li {
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .policy p,
.policy li {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .policy p,
.policy li {
    font-size: 1rem;
    line-height: 140%;
  }
}
.policy p a,
.policy li a {
  color: #213A6A;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}
@media (hover: hover) {
  .policy p a:hover, .policy p a:focus-visible,
.policy li a:hover,
.policy li a:focus-visible {
    color: #6A6A6A;
  }
}
.policy ul {
  padding-left: 2.1875rem;
}
@media (max-width: 1023px) {
  .policy ul {
    padding-left: 1.875rem;
  }
}
@media (max-width: 767px) {
  .policy ul {
    padding-left: 1.5625rem;
  }
}