/*!*******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style/layout/base.scss ***!
  \*******************************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 300;
  src: url(/font/manrope/manrope-latin-300-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 300;
  src: url(/font/manrope/manrope-cyrillic-300-normal.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(/font/manrope/manrope-latin-400-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(/font/manrope/manrope-cyrillic-400-normal.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(/font/manrope/manrope-latin-500-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(/font/manrope/manrope-cyrillic-500-normal.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src: url(/font/manrope/manrope-latin-600-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src: url(/font/manrope/manrope-cyrillic-600-normal.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(/font/manrope/manrope-latin-700-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(/font/manrope/manrope-cyrillic-700-normal.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-padding-top: 60px;
}
@media screen and (min-width: 430px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  min-width: 320px;
  background-color: #f5f7fa;
  color: #172331;
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

html.is-hv-slider-locked,
body.is-hv-slider-locked {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.b-anchor {
  display: block;
  height: 0;
  width: 0;
  pointer-events: none;
  visibility: hidden;
}

.h1 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}
@media screen and (min-width: 430px) {
  .h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 70px;
    letter-spacing: -1%;
  }
}

.h2 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    font-size: 64px;
  }
}

.h3 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .h3 {
    font-size: 40px;
  }
}

.h3-semibold {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .h3-semibold {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .h3-semibold {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .h3-semibold {
    font-size: 40px;
  }
}

.pre-title-1 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .pre-title-1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .pre-title-1 {
    font-size: 28px;
  }
}

.pre-title-2 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .pre-title-2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .pre-title-2 {
    font-size: 24px;
  }
}

.text-1 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .text-1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .text-1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .text-1 {
    font-size: 28px;
  }
}

.text-1-bold {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .text-1-bold {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .text-1-bold {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .text-1-bold {
    font-size: 28px;
  }
}

.text-2 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .text-2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .text-2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .text-2 {
    font-size: 24px;
  }
}

.text-3 {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .text-3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .text-3 {
    font-size: 32px;
  }
}

.menu-points {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.button-text {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .button-text {
    font-size: 18px;
  }
}

.button-text-medium {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .button-text-medium {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .button-text-medium {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .button-text-medium {
    font-size: 20px;
  }
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/arrow-nav/arrow-nav.scss ***!
  \**********************************************************************************************************************************************************************************************************/
.b-arrow-nav {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 430px) {
  .b-arrow-nav {
    width: 50px;
    height: 50px;
  }
}
.b-arrow-nav--prev {
  transform: rotate(180deg);
}
.b-arrow-nav svg {
  display: block;
}
.b-arrow-nav__bg {
  fill: #e9eef3;
  transition: fill 0.3s ease;
}
.b-arrow-nav__icon {
  stroke: #172331;
  transition: stroke 0.3s ease;
}
.b-arrow-nav:hover .b-arrow-nav__bg {
  fill: #174f9b;
}
.b-arrow-nav:hover .b-arrow-nav__icon {
  stroke: #fff;
}
.b-arrow-nav.swiper-button-disabled {
  border: 1px solid #b3bac2;
  cursor: default;
}
.b-arrow-nav.swiper-button-disabled .b-arrow-nav__bg {
  fill: transparent;
}
.b-arrow-nav.swiper-button-disabled .b-arrow-nav__icon {
  stroke: #b3bac2;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/button/button.scss ***!
  \****************************************************************************************************************************************************************************************************/
.b-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 60px;
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.b-button--dark-blue {
  background-color: #174f9b;
  color: #fff;
}
.b-button--dark-blue:hover {
  background-color: #073573;
}
.b-button--outline {
  background-color: transparent;
  border-color: #174f9b;
  color: #174f9b;
}
.b-button--outline:hover {
  background-color: #174f9b;
  color: #fff;
}
.b-button--outline:hover svg path,
.b-button--outline:hover svg line {
  stroke: #fff;
}
.b-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/cable-armature/cable-armature.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.b-cable-armature {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 430px) {
  .b-cable-armature {
    gap: 56px;
  }
}
.b-cable-armature__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__header {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.b-cable-armature__header-left {
  display: contents;
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__header-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 701px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) and (min-width: 430px) {
  .b-cable-armature__header-left {
    gap: 24px;
  }
}
.b-cable-armature__title {
  color: #172331;
  margin: 0;
}
.b-cable-armature__desc {
  color: #172331;
  margin: 0;
  order: 1;
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__desc {
    order: 0;
    width: 848px;
    flex-shrink: 0;
  }
}
.b-cable-armature__tabs {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 16px;
  order: 2;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.b-cable-armature__tabs::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .b-cable-armature__tabs {
    flex-wrap: nowrap;
    overflow-x: unset;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__tabs {
    order: 0;
  }
}
.b-cable-armature__tab {
  color: #b3bac2;
  border: 1px solid #b3bac2;
  border-radius: 500px;
  padding: 16px;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}
.b-cable-armature__tab.active {
  color: #174f9b;
  border-color: #174f9b;
}
.b-cable-armature__tab:hover {
  color: #174f9b;
  border-color: #174f9b;
}
.b-cable-armature__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__body {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .b-cable-armature__body {
    gap: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__body {
    flex-direction: row;
    gap: 32px;
  }
}
.b-cable-armature__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__list {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-cable-armature__list {
    gap: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__list {
    flex: 1;
  }
}
.b-cable-armature__item {
  display: flex;
  align-items: flex-start;
  gap: 31px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__item {
    gap: 27px;
  }
}
@media screen and (min-width: 768px) {
  .b-cable-armature__item {
    gap: 31px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__item {
    gap: 27px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__item.active {
    transform: translateX(32px);
  }
}
.b-cable-armature__item.active .b-cable-armature__item-text {
  margin-left: -50px;
  width: 100vw;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__item.active .b-cable-armature__item-text {
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__item.active .b-cable-armature__item-text {
    margin-left: -55px;
  }
}
.b-cable-armature__item-num {
  color: #172331;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.3s ease;
}
.b-cable-armature__item.active .b-cable-armature__item-num {
  color: #174f9b;
}
.b-cable-armature__item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__item-info {
    gap: 16px;
  }
}
.b-cable-armature__item-title {
  color: #172331;
  transition: color 0.3s ease;
}
.b-cable-armature__item.active .b-cable-armature__item-title {
  color: #174f9b;
}
.b-cable-armature__item-text {
  color: #172331;
  margin: 0;
  display: none;
}
.b-cable-armature__item.active .b-cable-armature__item-text {
  display: block;
}
.b-cable-armature__item-text p {
  margin-top: 0;
  margin-bottom: 5px;
}
.b-cable-armature__item-arrow {
  flex-shrink: 0;
  color: #172331;
  margin-top: 2px;
  transition: color 0.3s ease;
}
.b-cable-armature__item.active .b-cable-armature__item-arrow {
  color: #174f9b;
}
.b-cable-armature__image {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .b-cable-armature__image {
    width: 714px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__image {
    width: 702px;
    flex-shrink: 0;
    margin: 0;
    position: sticky;
    top: 80px;
    align-self: flex-start;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.b-cable-armature__image img {
  display: block;
  width: 100%;
  height: 245px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 430px) {
  .b-cable-armature__image img {
    height: 307px;
  }
}
@media screen and (min-width: 1440px) {
  .b-cable-armature__image img {
    height: auto;
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/footer/footer.scss ***!
  \****************************************************************************************************************************************************************************************************/
.b-footer {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-footer {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-footer {
  padding-top: 40px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 430px) {
  .b-footer {
    padding-top: 56px;
    padding-bottom: 40px;
    gap: 56px;
  }
}
@media screen and (min-width: 768px) {
  .b-footer {
    padding-top: 72px;
    padding-bottom: 56px;
    gap: 72px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer {
    padding-top: 80px;
    padding-bottom: 56px;
    gap: 96px;
  }
}
.b-footer__top {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "tagline" "nav" "contacts" "address";
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-footer__top {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo logo" "tagline tagline" "nav nav" "contacts address";
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-footer__top {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer__top {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "logo nav nav" "tagline contacts address";
    gap: 96px 32px;
    align-items: flex-start;
  }
}
.b-footer__logo {
  display: block;
  flex-shrink: 0;
  grid-area: logo;
}
@media screen and (min-width: 1440px) {
  .b-footer__logo {
    align-self: center;
  }
}
.b-footer__logo img {
  display: block;
  height: 25px;
  width: auto;
}
@media screen and (min-width: 430px) {
  .b-footer__logo img {
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-footer__logo img {
    height: 51px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer__logo img {
    height: 47px;
  }
}
.b-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  grid-area: nav;
}
@media screen and (min-width: 1440px) {
  .b-footer__nav {
    gap: 32px;
    align-self: center;
  }
}
.b-footer__nav-link.b-button {
  color: #172331;
  text-decoration: none;
  padding: 16px;
  border: 1px solid #b3bac2;
  border-radius: 500px;
  white-space: nowrap;
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  transition: border-color 0.15s ease, color 0.15s ease;
}
@media screen and (min-width: 430px) {
  .b-footer__nav-link.b-button {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .b-footer__nav-link.b-button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer__nav-link.b-button {
    font-size: 20px;
  }
}
.b-footer__nav-link.b-button:hover {
  border-color: #174f9b;
  color: #174f9b;
}
.b-footer__nav-link.b-button--active {
  border-color: #174f9b;
  color: #174f9b;
}
.b-footer__tagline {
  color: #172331;
  text-transform: uppercase;
  grid-area: tagline;
}
.b-footer__contacts, .b-footer__address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-footer__contacts, .b-footer__address {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer__contacts, .b-footer__address {
    gap: 40px;
  }
}
.b-footer__contacts {
  grid-area: contacts;
}
.b-footer__address {
  grid-area: address;
}
.b-footer__contacts-title, .b-footer__address-title {
  color: #172331;
}
.b-footer__contacts-title {
  color: #292929;
}
@media screen and (min-width: 1440px) {
  .b-footer__contacts-title {
    color: #172331;
  }
}
.b-footer__contacts-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-footer__contacts-phone {
  color: #172331;
  text-decoration: none;
}
.b-footer__contacts-email {
  color: #172331;
  text-decoration: none;
}
.b-footer__contacts-email:hover {
  color: #174f9b;
}
.b-footer__address-text {
  color: #172331;
}
.b-footer__address-btn.b-button {
  width: 100%;
  padding: 24px;
  border-radius: 90px;
  height: 70px;
  font-size: 16px;
}
@media screen and (min-width: 430px) {
  .b-footer__address-btn.b-button {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer__address-btn.b-button {
    height: auto;
    font-size: 18px;
  }
}
.b-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-footer__bottom {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
}
.b-footer__bottom-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-footer__bottom-left {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-footer__bottom-left {
    display: contents;
  }
}
.b-footer__bottom-item {
  color: rgba(23, 35, 49, 0.6);
}
.b-footer__bottom-item a {
  color: inherit;
  text-decoration: none;
}
.b-footer__bottom-item a:hover {
  color: #174f9b;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/header/header.scss ***!
  \****************************************************************************************************************************************************************************************************/
.b-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-header {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-header {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 430px) {
  .b-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-header {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .b-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.b-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.b-header__logo {
  flex-shrink: 0;
}
.b-header__logo img {
  display: block;
  height: 25px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .b-header__logo img {
    height: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .b-header__logo img {
    height: 47px;
  }
}
.b-header__nav {
  display: none;
}
@media screen and (min-width: 1440px) {
  .b-header__nav {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
.b-header__nav-link {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #172331;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.b-header__nav-link:hover {
  color: #174f9b;
}
.b-header__actions {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .b-header__actions {
    flex-direction: row-reverse;
  }
}
.b-header__phone-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .b-header__phone-btn {
    display: inline-flex;
  }
}
.b-header__menu-btn .b-button {
  padding: 16px;
}
.b-header__menu-btn .b-button [hidden] {
  display: none !important;
}
.b-header__menu-btn .b-button__text {
  display: none;
}
@media screen and (min-width: 430px) {
  .b-header__menu-btn .b-button__text {
    display: inline;
  }
}
@media screen and (min-width: 1440px) {
  .b-header__menu-btn {
    display: none;
  }
}
.b-header__mobile-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 32px;
  left: 32px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 0 5px rgba(58, 132, 118, 0.2);
  z-index: 99;
}
@media screen and (min-width: 430px) {
  .b-header__mobile-menu {
    right: 32px;
  }
}
@media screen and (min-width: 768px) {
  .b-header__mobile-menu {
    right: 96px;
  }
}
@media screen and (min-width: 1440px) {
  .b-header__mobile-menu {
    display: none !important;
  }
}
.b-header--menu-open .b-header__mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: calc(100% - 64px);
}
@media screen and (min-width: 768px) {
  .b-header--menu-open .b-header__mobile-menu {
    width: -moz-fit-content;
    width: fit-content;
    left: unset;
    right: 64px;
  }
}
.b-header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b-header__mobile-nav-link {
  color: #172331;
  text-decoration: none;
}
.b-header__mobile-nav-link:hover {
  color: #174f9b;
}
@media screen and (min-width: 768px) {
  .b-header__mobile-phone {
    display: none;
  }
}
.b-header--scroll {
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 40px 40px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-header--scroll {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-header--scroll {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-header--scroll {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1440px) {
  .b-header--scroll {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/high-voltage-slider/high-voltage-slider.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
html.is-hv-slider-locked,
body.is-hv-slider-locked {
  overflow: hidden;
}

.b-high-voltage-slider {
  --hv-slider-right-pad: 32px;
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}
.b-high-voltage-slider.is-hv-slider-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .b-high-voltage-slider {
    --hv-slider-right-pad: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-high-voltage-slider {
    --hv-slider-right-pad: 96px;
  }
}
.b-high-voltage-slider__track {
  display: flex;
  gap: 16px;
  will-change: transform;
  transition: 1s ease-out;
}
.b-high-voltage-slider.is-hv-slider-dragging .b-high-voltage-slider__track {
  transition: none;
}
@media screen and (min-width: 430px) {
  .b-high-voltage-slider__track {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-high-voltage-slider__track {
    gap: 32px;
  }
}
.b-high-voltage-slider__slide {
  position: relative;
  flex: 0 0 auto;
  width: 80%;
  min-height: 240px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(97, 163, 255, 0.7490196078);
  transition: 0.3s all ease-out;
  cursor: grab;
}
.b-high-voltage-slider__slide:hover {
  background: #174f9b;
}
.b-high-voltage-slider__slide:first-child {
  margin-left: 32px;
  transition: margin-left 0.4s ease, 0.3s all ease-out;
}
@media screen and (min-width: 768px) {
  .b-high-voltage-slider__slide:first-child {
    margin-left: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-high-voltage-slider__slide:first-child {
    margin-left: 96px;
  }
}
.b-high-voltage-slider__slide:first-child.is-hv-slider-edge-offset {
  margin-left: 0;
}
@media screen and (min-width: 430px) {
  .b-high-voltage-slider__slide {
    min-height: 300px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-high-voltage-slider__slide {
    width: 436px;
    min-height: 300px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .b-high-voltage-slider__slide {
    width: 702px;
    min-height: 500px;
  }
}
.b-high-voltage-slider__overlay {
  position: absolute;
  inset: 0;
  background: rgba(23, 79, 155, 0.75);
  z-index: 1;
}
.b-high-voltage-slider__image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}
.b-high-voltage-slider__image-wrap img {
  display: block;
  height: 100%;
}
@media screen and (min-width: 430px) {
  .b-high-voltage-slider__image-wrap {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .b-high-voltage-slider__image-wrap {
    width: 176px;
  }
}
@media screen and (min-width: 1440px) {
  .b-high-voltage-slider__image-wrap {
    width: 42%;
  }
}
.b-high-voltage-slider__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-high-voltage-slider__title {
  color: #fff;
  text-transform: uppercase;
  margin: 16px 16px 0;
  width: 60%;
}
@media screen and (min-width: 430px) {
  .b-high-voltage-slider__title {
    margin: 24px 24px 0;
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .b-high-voltage-slider__title {
    margin: 40px 40px 0;
    width: 60%;
  }
}
.b-high-voltage-slider__desc {
  color: #fff;
  margin: 0 16px 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 60%;
}
.b-high-voltage-slider__slide:hover .b-high-voltage-slider__desc {
  opacity: 1;
}
@media screen and (min-width: 430px) {
  .b-high-voltage-slider__desc {
    margin: 0 24px 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-high-voltage-slider__desc {
    margin: 0 40px 40px;
  }
}
.b-high-voltage-slider__desc p {
  margin-top: 0;
  margin-bottom: 5px;
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/main-banner/main-banner.scss ***!
  \**************************************************************************************************************************************************************************************************************/
.b-main-banner {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  background-color: transparent;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-main-banner {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-main-banner {
  padding-top: 40px;
  line-height: 140%;
}
@media screen and (min-width: 1440px) {
  .b-main-banner {
    padding-top: 56px;
  }
}
.b-main-banner__wrapper-image {
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.b-main-banner__wrapper-image img {
  width: 100%;
  height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
@media screen and (min-width: 430px) {
  .b-main-banner__wrapper-image img {
    height: 368px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-main-banner__wrapper-image img {
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__wrapper-image img {
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) {
  .b-main-banner__wrapper-image {
    height: 558px;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__wrapper-image {
    height: 750px;
    border-radius: 0 30px 30px;
  }
}
.b-main-banner__title {
  border-radius: 0 0 30px;
  color: #172331;
  width: 100%;
  background-color: #f5f7fa;
  padding-bottom: 24px;
}
@media screen and (min-width: 430px) {
  .b-main-banner__title {
    max-width: 100%;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .b-main-banner__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    padding-bottom: 10px;
  }
  .b-main-banner__title::before {
    content: "";
    position: absolute;
    right: -29px;
    top: -6px;
    width: 35px;
    height: 35px;
    background: radial-gradient(circle at right bottom, transparent 59%, #f5f7fa 0);
  }
  .b-main-banner__title::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -5px;
    width: 35px;
    height: 35px;
    background: radial-gradient(circle at right bottom, transparent 59%, #f5f7fa 0);
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__title {
    padding-bottom: 15px;
    width: 870px;
    height: 168px;
    border-radius: 0 0 50px;
  }
  .b-main-banner__title::before {
    right: -37px;
    top: -7px;
    width: 45px;
    height: 45px;
    background: radial-gradient(circle at right bottom, transparent 59%, #f5f7fa 0);
  }
  .b-main-banner__title::after {
    bottom: -38px;
    left: -7px;
    width: 45px;
    height: 45px;
    background: radial-gradient(circle at right bottom, transparent 59%, #f5f7fa 0);
  }
}
.b-main-banner__text {
  display: none;
}
@media screen and (min-width: 430px) {
  .b-main-banner__text {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__text {
    right: 40px;
    bottom: 40px;
  }
}
.b-main-banner__content {
  margin-top: 56px;
  position: relative;
}
@media screen and (min-width: 430px) {
  .b-main-banner__content {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__content {
    margin-top: 80px;
  }
}
.b-main-banner__title-block {
  color: #172331;
  text-align: start;
  margin: 0;
}
.b-main-banner__title-block span {
  color: #174f9b;
}
@media screen and (min-width: 1440px) {
  .b-main-banner__title-block {
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
}
.b-main-banner__desc-block {
  color: #172331;
  text-align: start;
  margin: 16px auto 0;
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 430px) {
  .b-main-banner__desc-block {
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__desc-block {
    margin: 32px auto 0;
    max-width: 1434px;
    text-align: center;
  }
}
.b-main-banner__cards-block {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-main-banner__cards-block {
    margin-top: 32px;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-main-banner__cards-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__cards-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
  }
}
.b-main-banner__card {
  border-radius: 10px;
  background: #e9eef3;
  padding: 16px;
}
@media screen and (min-width: 430px) {
  .b-main-banner__card {
    padding: 24px;
    border-radius: 20px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__card {
    padding: 40px;
    border-radius: 40px;
    height: 253px;
  }
}
.b-main-banner__card-icon {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 16px;
}
.b-main-banner__card-icon img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .b-main-banner__card-icon {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-main-banner__card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 32px;
  }
}
.b-main-banner__card-title {
  color: #172331;
  display: inline;
}
.b-main-banner__card-title strong {
  font-weight: 700;
}
.b-main-banner__card-line {
  display: none;
}
@media screen and (min-width: 1440px) {
  .b-main-banner__card-line {
    display: inline;
  }
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/service-center/service-center.scss ***!
  \********************************************************************************************************************************************************************************************************************/
.b-service-center {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 56px 0 0;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-service-center {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-service-center {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .b-service-center {
    margin-top: 64px;
    padding-top: 64px;
    border-radius: 40px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.b-service-center__wrap {
  border-radius: 0 0 30px 30px;
  overflow: clip;
}
.b-service-center__container {
  width: 100%;
  max-width: 100%;
}
.b-service-center__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-service-center__content {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__content {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__content {
    grid-template-columns: 698px 1fr;
    gap: 32px;
    align-items: start;
  }
}
.b-service-center__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-service-center__header {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__header {
    gap: 32px;
  }
}
.b-service-center__title {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #292929;
  margin: 0;
}
@media screen and (min-width: 430px) {
  .b-service-center__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__title {
    font-size: 64px;
  }
}
.b-service-center__desc {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #292929;
  margin: 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 430px) {
  .b-service-center__desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__desc {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__desc {
    font-size: 28px;
    line-height: 1.2;
  }
}
.b-service-center__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-service-center__cards {
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__cards {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__cards {
    gap: 32px;
  }
}
.b-service-center__card {
  display: flex;
  flex-direction: column;
  min-height: 240px;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #e9eef3;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.b-service-center__card.grey {
  background: #e9eef3;
  border-color: #e9eef3;
}
@media screen and (min-width: 430px) {
  .b-service-center__card {
    min-height: 300px;
    padding: 24px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__card {
    min-height: 350px;
    padding: 24px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__card {
    position: relative;
    z-index: 0;
    min-height: 350px;
    padding: 40px;
    border-radius: 40px;
  }
  .b-service-center__card.grey {
    background: #e9eef3;
    border-color: #e9eef3;
  }
}
.b-service-center__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-bottom: auto;
}
.b-service-center__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 430px) {
  .b-service-center__icon {
    width: 58px;
    height: 58px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__icon {
    width: 58px;
    height: 58px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__icon {
    width: 58px;
    height: 58px;
  }
}
.b-service-center__card-title {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #172331;
  text-transform: uppercase;
  margin: 8px 0 0;
}
@media screen and (min-width: 430px) {
  .b-service-center__card-title {
    font-size: 20px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__card-title {
    font-size: 20px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__card-title {
    font-size: 24px;
    margin-top: 24px;
  }
}
.b-service-center__card-text {
  font-family: "Manrope", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #172331;
  margin: 8px 0 0;
}
@media screen and (min-width: 430px) {
  .b-service-center__card-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .b-service-center__card-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .b-service-center__card-text {
    font-size: 24px;
    margin-top: 8px;
  }
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/slider-type-a/slider-type-a.scss ***!
  \******************************************************************************************************************************************************************************************************************/
.b-slider-type-a {
  position: relative;
  margin-top: 56px;
  width: 100%;
}
@media screen and (min-width: 430px) {
  .b-slider-type-a {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-slider-type-a {
    margin-top: 80px;
  }
}
.b-slider-type-a.swiper {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-slider-type-a.swiper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-slider-type-a.swiper {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-slider-type-a .swiper-slide {
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 100%;
}
.b-slider-type-a .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.b-slider-type-a__slide {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1440px) {
  .b-slider-type-a__slide {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 32px;
         column-gap: 32px;
    width: 100%;
  }
}
.b-slider-type-a__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 430px) {
  .b-slider-type-a__content {
    gap: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .b-slider-type-a__content {
    flex-shrink: 0;
    width: 702px;
  }
}
.b-slider-type-a__icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.b-slider-type-a__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 430px) {
  .b-slider-type-a__icon {
    width: 66px;
    height: 66px;
  }
}
.b-slider-type-a__title {
  color: #172331;
}
.b-slider-type-a__sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b-slider-type-a__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-slider-type-a__section-heading {
  color: #172331;
}
.b-slider-type-a__section-text {
  color: #172331;
}
.b-slider-type-a__section-text p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.b-slider-type-a__image-wrap {
  width: 100%;
  overflow: hidden;
}
.b-slider-type-a__image-wrap img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
@media screen and (min-width: 430px) {
  .b-slider-type-a__image-wrap img {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .b-slider-type-a__image-wrap img {
    height: 500px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .b-slider-type-a__image-wrap img {
    height: 715px;
  }
}
@media screen and (min-width: 1440px) {
  .b-slider-type-a__image-wrap {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    border-radius: 40px;
  }
}
.b-slider-type-a__controls {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .b-slider-type-a__controls {
    margin-top: -14px;
  }
}
@media screen and (min-width: 1440px) {
  .b-slider-type-a__controls {
    width: 100%;
    order: 1;
    margin-top: auto;
  }
}
.b-slider-type-a__arrow--prev .b-arrow-nav {
  transform: rotate(180deg);
}
.b-slider-type-a__arrow:not(.swiper-button-disabled) .b-arrow-nav__bg {
  fill: #b3bac2;
}
.b-slider-type-a__arrow:not(.swiper-button-disabled) .b-arrow-nav__icon {
  stroke: #fff;
}
.b-slider-type-a__arrow:not(.swiper-button-disabled) .b-arrow-nav:hover .b-arrow-nav__bg {
  fill: #174f9b;
}
.b-slider-type-a__arrow:not(.swiper-button-disabled) .b-arrow-nav:hover .b-arrow-nav__icon {
  stroke: #fff;
}
.b-slider-type-a__arrow.swiper-button-disabled {
  pointer-events: none;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \***********************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \***********************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font end */
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/common/test-center-slider/test-center-slider.scss ***!
  \****************************************************************************************************************************************************************************************************************************/
.b-test-center-slider {
  position: relative;
  margin-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-test-center-slider {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media screen and (min-width: 430px) {
  .b-test-center-slider {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider {
    margin-top: 80px;
  }
}
.b-test-center-slider__header {
  margin-bottom: 40px;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__header {
    margin-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .b-test-center-slider__header {
    margin-bottom: 80px;
  }
}
.b-test-center-slider__title {
  color: #172331;
  margin: 0 0 16px;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__title {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.b-test-center-slider__title-highlight {
  color: #174f9b;
}
.b-test-center-slider__desc {
  color: #172331;
  margin: 0;
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__desc {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
}
.b-test-center-slider__slider {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.b-test-center-slider__slider .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.b-test-center-slider .swiper-slide {
  height: -moz-fit-content !important;
  height: fit-content !important;
  transition: opacity 0.2s ease-in-out;
}
.b-test-center-slider__card {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .b-test-center-slider__card {
    flex-direction: column;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__card {
    display: grid;
    grid-template-columns: 700px auto;
    gap: 32px;
    flex-direction: unset;
  }
}
.b-test-center-slider__card-content {
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__card-content {
    min-height: 100%;
  }
}
.b-test-center-slider__card-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__card-items {
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__card-items {
    gap: 32px;
  }
}
.b-test-center-slider__card-item {
  padding-left: 70px;
  border-radius: 40px;
  min-height: 64px;
  background: #e9eef3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__card-item {
    min-height: 72px;
  }
}
@media screen and (min-width: 768px) {
  .b-test-center-slider__card-item {
    border-radius: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__card-item {
    padding-left: 90px;
    min-height: 81px;
  }
}
.b-test-center-slider__card-item-icon {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  inset: 0;
  margin: auto auto auto 8px;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__card-item-icon {
    height: 56px;
    width: 56px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__card-item-icon {
    height: 65px;
    width: 65px;
  }
}
.b-test-center-slider__card-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-test-center-slider__card-sub-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__card-sub-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__card-sub-title {
    margin-bottom: 32px;
  }
}
.b-test-center-slider__card-item-desc {
  color: #172331;
  width: 96%;
}
.b-test-center-slider__navigation {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__navigation {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__navigation {
    width: 700px;
    gap: 21px;
    margin-bottom: 32px;
  }
}
.b-test-center-slider__nav-line {
  flex: 1;
  height: 2px;
  background-color: #d4d4d4;
  margin-bottom: 8px;
  max-width: 114px;
  transition: background-color 0.3s ease;
}
.b-test-center-slider__nav-line.active {
  background-color: #172331;
}
.b-test-center-slider__pag {
  color: #172331;
  flex-shrink: 0;
}
.b-test-center-slider__slider-pagination {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px;
  margin-top: 24px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__slider-pagination {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__slider-pagination {
    margin-top: auto;
    padding-top: 32px;
  }
}
.b-test-center-slider__slider-pag-prev .b-arrow-nav, .b-test-center-slider__slider-pag-next .b-arrow-nav {
  border: 1px solid #172331;
  border-radius: 50%;
}
.b-test-center-slider__slider-pag-prev .b-arrow-nav__icon, .b-test-center-slider__slider-pag-next .b-arrow-nav__icon {
  stroke: #172331;
}
.b-test-center-slider__slider-pag-prev:not(.swiper-button-disabled) .b-arrow-nav:hover, .b-test-center-slider__slider-pag-next:not(.swiper-button-disabled) .b-arrow-nav:hover {
  background: #174f9b;
  border-color: #174f9b;
}
.b-test-center-slider__slider-pag-prev:not(.swiper-button-disabled) .b-arrow-nav:hover .b-arrow-nav__icon, .b-test-center-slider__slider-pag-next:not(.swiper-button-disabled) .b-arrow-nav:hover .b-arrow-nav__icon {
  stroke: #fff;
}
.b-test-center-slider__slider-pag-prev.swiper-button-disabled, .b-test-center-slider__slider-pag-next.swiper-button-disabled {
  pointer-events: none;
}
.b-test-center-slider__card-image {
  display: block;
  height: 220px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.b-test-center-slider__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 430px) {
  .b-test-center-slider__card-image {
    height: 460px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-test-center-slider__card-image {
    height: 586px;
    border-radius: 50px;
  }
}
@media screen and (min-width: 1440px) {
  .b-test-center-slider__card-image {
    border-radius: 40px;
    height: 100%;
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/block/site/main/main.scss ***!
  \**********************************************************************************************************************************************************************************************/
.b-main {
  display: flex;
  flex-direction: column;
}

.b-hv-section {
  position: relative;
  background: #fff;
  border-radius: 40px;
  margin: 56px 0 0;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .b-hv-section {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-hv-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.b-hv-section__bg-star {
  position: absolute;
  z-index: 0;
  width: 472px;
  height: 685px;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .b-hv-section__bg-star {
    top: 30%;
  }
}
@media screen and (min-width: 1440px) {
  .b-hv-section__bg-star {
    width: 700px;
    height: 700px;
    top: 30%;
  }
}
.b-hv-section__bg-star img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.b-hv-section__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}
.b-hv-section .b-high-voltage-slider {
  margin-top: 40px;
}
@media screen and (min-width: 430px) {
  .b-hv-section .b-high-voltage-slider {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-hv-section .b-high-voltage-slider {
    margin-top: 80px;
  }
}
.b-hv-section .b-cable-armature {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-hv-section .b-cable-armature {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-hv-section .b-cable-armature {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-hv-section .b-cable-armature {
  margin-top: 56px;
}
@media screen and (min-width: 430px) {
  .b-hv-section .b-cable-armature {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-hv-section .b-cable-armature {
    margin-top: 80px;
  }
}
.b-hv-section__header {
  padding-left: 32px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .b-hv-section__header {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .b-hv-section__header {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.b-hv-section__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}
@media screen and (min-width: 430px) {
  .b-hv-section__header {
    gap: 24px;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 768px) {
  .b-hv-section__header {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1440px) {
  .b-hv-section__header {
    margin-bottom: 234px;
    flex-direction: row;
  }
}
.b-hv-section__title {
  color: #172331;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1440px) {
  .b-hv-section__title {
    width: 698px;
  }
}
.b-hv-section__desc {
  color: #292929;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .b-hv-section__desc {
    flex: 1;
  }
}
@media screen and (min-width: 1440px) {
  .b-hv-section__desc {
    max-width: 848px;
  }
}

/*# sourceMappingURL=index.1785824038555.css.map*/