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

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

: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;
  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;
}

.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

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

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

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

.swiper-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);
}

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: 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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

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

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev 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;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  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";
}

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

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

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

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper.swiper-cards {
  overflow: visible;
}

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

/*!
 * jQuery UI Selectmenu 1.14.2
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MontserratItalic;
  font-display: swap;
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: MontserratMediumItalic;
  font-display: swap;
  src: url("../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 1vw;
}

body {
  width: calc(100vw - (100vw - 100%));
  height: 100%;
  padding: 0;
  margin: 0;
  hyphens: manual;
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.18;
  color: var(--accent);
  background-color: #FBFDFE;
  font-family: Montserrat;
  font-weight: 500;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  user-select: none;
}

a {
  text-decoration: none;
  transition: 0.5s ease;
}

input {
  appearance: none;
  outline: none;
  transition: 0.5s ease;
}

button {
  padding: 0;
  cursor: pointer;
  transition: 0.5s ease;
  outline: none;
}

textarea {
  outline: none;
  resize: none;
  transition: 0.5s ease;
}

svg {
  height: auto;
}
svg path {
  transition: 0.5s ease;
}

.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 95rem;
  width: 100%;
  margin: auto;
}

.icon {
  display: flex;
}
.icon svg, .icon img {
  width: 100%;
}

.box {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box img, .box picture, .box svg, .box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  z-index: 2;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.container {
  max-width: 95rem;
  margin: 0 auto;
  width: 100%;
}

.section {
  padding: 5rem 0;
}

.section-first {
  margin-top: 10.125rem;
}

.section-m {
  padding: 5rem 0;
  margin: 5rem 0;
}

.section-mt {
  margin-top: 8rem;
}

.section-mb {
  margin-bottom: 5rem;
}

.title-page {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--accent);
  letter-spacing: -0.02em;
  font-family: Montserrat;
  font-weight: 700;
}

.section-title {
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--accent);
  letter-spacing: -0.02em;
  font-family: Montserrat;
  font-weight: 700;
}

.name {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.item-title {
  font-size: 1.375rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--accent);
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.text a {
  color: var(--accent);
  text-decoration: underline wavy;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 20%;
  font-family: Montserrat;
  font-weight: 700;
}
.text ul li {
  position: relative;
  padding-left: 0.875rem;
  margin-bottom: 0.5rem;
}
.text ul li:last-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(0, 96, 183, 0.6);
  position: absolute;
  top: 0.4063rem;
  left: 0;
}

.text-big {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
}

.btn-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  outline: none;
  border: 0.0625rem solid #0060B7;
  padding: 0 1.7813rem;
  line-height: 125%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.btn-1:hover {
  box-shadow: 0.125rem 0.25rem 0.25rem 0px rgba(0, 16, 31, 0.2);
}

.btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background-color: #0060B7;
  padding: 0 1.7813rem;
  line-height: 125%;
  color: #FBFDFE;
  font-family: Montserrat;
  font-weight: 700;
}
.btn-2:hover {
  box-shadow: 0.125rem 0.25rem 0.25rem 0px rgba(0, 16, 31, 0.2);
}

.btn-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  background-color: #FBFDFE;
  padding: 0 1.7813rem;
  line-height: 125%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.btn-3:hover {
  box-shadow: 0.125rem 0.25rem 0.25rem 0px rgba(0, 16, 31, 0.2);
}

.input, .textarea {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: none;
  padding: 0.6563rem 0;
  border-radius: 0;
  font-family: Montserrat;
  font-weight: 500;
}
.input::placeholder, .textarea::placeholder {
  opacity: 1;
}
.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;
}

.arrow-back {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #00284C;
  cursor: pointer;
  z-index: 1000;
}
.arrow-back .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
}
.arrow-back .icon svg {
  width: 100%;
  height: 100%;
}

.slider-arrows {
  display: flex;
  gap: 0.75rem;
}
.slider-prev {
  transform: rotate(180deg);
}
.slider-prev, .slider-next {
  position: initial;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.slider-prev svg circle, .slider-prev svg path, .slider-next svg circle, .slider-next svg path {
  transition: 0.3s ease;
}
.slider-prev:hover svg circle, .slider-next:hover svg circle {
  fill: var(--accent-2);
}
.slider-prev:hover svg path, .slider-next:hover svg path {
  fill: var(--light);
}

.wpcf7-form {
  position: relative;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.input.wpcf7-not-valid {
  border-bottom: 0.0625rem solid #FF0000;
}
.input.wpcf7-not-valid::placeholder {
  color: #FF0000;
}

.pum-close {
  display: none;
}

.pum-container.popmake {
  padding: 0 !important;
  margin: 0 !important;
}

.wpcf7-list-item-label {
  padding: 0;
  margin: 0;
}

.ui-selectmenu-menu {
  z-index: 10000000000000000000;
}

@media screen and (max-width: 992px) {
  html {
    font-size: 2.0833333333vw;
  }
  .container {
    padding: 0 1.5rem;
  }
  .section-mt {
    margin-top: 6.25rem;
  }
  .section-first {
    margin-top: 8.25rem;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 4.4444444444vw;
  }
  .section {
    padding: 2.5rem 0;
  }
  .section-mb {
    margin-bottom: 2.5rem;
  }
  .section-m {
    padding: 2rem 0;
    margin: 2.5rem 0;
  }
  .title-page {
    font-size: 1.375rem;
  }
  .section-title {
    font-size: 2rem;
  }
  .name {
    font-size: 1.375rem;
  }
  .input, .textarea {
    font-size: 0.875rem;
  }
  .ui-menu-item-wrapper {
    font-size: 0.875rem;
  }
  .slider-arrows {
    gap: 0.5rem;
  }
  .slider-next, .slider-prev {
    width: 1.5rem;
    height: 1.5rem;
  }
  .item-title {
    font-size: 1rem;
  }
}
:root {
  --text: #191C1E;
  --accent: #0060B7;
  --accent-2: #F56B18;
  --light: #FBFDFE;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  z-index: 100000;
}
.popup-block {
  position: relative;
  width: 33.75rem;
  background-color: #0060B7;
  padding: 2.5rem;
}
.popup-block-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
}
.popup-block-close svg {
  width: 97%;
  height: 97%;
}
.popup-block-title {
  display: block;
  font-size: 1.375rem;
  line-height: 110%;
  color: #FBFDFE;
  margin-bottom: 2.5rem;
  font-family: Montserrat;
  font-weight: 700;
}
.popup-block-groups {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.popup-block-group__input {
  width: 100%;
  border-bottom: 0.0625rem solid #5A95CB;
  color: #ffffff;
}
.popup-block-group__input::placeholder {
  color: #FBFDFE;
}
.popup-block-group__select {
  width: 100%;
}
.popup-block-group__select .ui-selectmenu-text {
  color: #FBFDFE;
  margin-right: 1.875rem;
}
.popup-block-group__select .ui-selectmenu-button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  width: 100%;
  border-bottom: 0.0625rem solid #5A95CB;
}
.popup-block-group__select .ui-selectmenu-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url(../img/popup/arrow.svg);
  background-size: 100%;
  background-position: center center;
}
.popup-block-group__select .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  transform: rotate(-180deg);
}
.popup-block-button {
  display: block;
  margin-top: 1.25rem;
  width: 100%;
  height: 2.5rem;
}
.popup-block__policy {
  display: flex;
  align-items: flex-start;
  padding-top: 2.5rem;
}
.popup-block__policy .policy-text {
  color: #FBFDFE;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 118%;
}
.popup-block__policy .policy-text a {
  color: #FBFDFE;
  font-style: italic;
}
.popup-block__policy input {
  position: absolute;
  left: -6.25rem;
  top: -6.25rem;
  opacity: 0;
  z-index: -1;
}
.popup-block__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
  content: "";
  display: block;
  cursor: pointer;
  background-image: url("../img/home-page/main-screen/checkbox-none.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.popup-block__policy .wpcf7-checkbox.wpcf7-not-valid label span::after::before {
  content: "";
  display: block;
  cursor: pointer;
  background-image: url("../img/home-page/main-screen/checkbox-none.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.popup-block__policy label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup-block__policy label span {
  display: block;
  position: relative;
  font-size: 0;
  color: #000000;
  width: 100%;
  height: 100%;
}
.popup-block__policy label span::after {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  background-image: url("../img/popup/checkbox.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.popup-block__policy label span::before {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  background-image: url("../img/popup/checkbox-active.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.popup-block__policy input:checked + span:after {
  opacity: 0;
}
.popup-block__policy input:checked + span:before {
  opacity: 1;
}

@media screen and (max-width: 576px) {
  .popup {
    padding: 1.5rem;
  }
  .popup-block {
    width: 19.5rem;
    padding: 1.25rem;
  }
  .popup-block-close {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -3.75rem;
  }
  .popup-block-title {
    margin-bottom: 1.5rem;
  }
  .popup-block__policy {
    display: flex;
    align-items: flex-start;
    padding-top: 1.5rem;
  }
  .popup-block__policy .policy-text {
    padding-left: 0.625rem;
    font-size: 0.75rem;
  }
  .popup-block__policy .wpcf7-checkbox {
    width: 1.25rem;
    height: 1.25rem;
  }
  .popup-block__policy .wpcf7-checkbox label span {
    font-size: 0;
    color: #000000;
  }
  .popup-block__policy .wpcf7-checkbox label span::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .popup-block__policy .wpcf7-checkbox label span::before {
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0;
  }
  .popup-block__policy .wpcf7-checkbox input:checked + span:after {
    opacity: 0;
  }
  .popup-block__policy .wpcf7-checkbox input:checked + span:before {
    opacity: 1;
  }
}
.popup-thank {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  z-index: 100000;
}
.popup-thank-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 37.5rem;
  background-color: #0060B7;
  padding: 5.1875rem 4.375rem;
}
.popup-thank-block-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
}
.popup-thank-block-close svg {
  width: 97%;
  height: 97%;
}
.popup-thank-block-title {
  text-align: center;
  color: #FBFDFE;
  font-size: 2.125rem;
  line-height: 110%;
  font-family: Montserrat;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .popup-thank {
    padding: 1.5rem;
  }
  .popup-thank-block {
    width: 19.5rem;
    padding: 2.5rem 0;
  }
  .popup-thank-block-close {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -3.75rem;
  }
  .popup-thank-block-title {
    font-size: 1.375rem;
    line-height: 110%;
    max-width: 10.3125rem;
  }
}
.document-page {
  padding: 12.5rem 0 8.75rem;
}
.document-page__title {
  margin-bottom: 2.5rem;
}
.document-page-content {
  max-width: 62.5rem;
  width: 100%;
  line-height: 140%;
}
.document-page-content h2 {
  margin: 2.5rem 0 1.25rem 0;
}
.document-page-content h2:first-child {
  margin-top: 0;
}
.document-page-content h2:last-child {
  margin-bottom: 0;
}
.document-page-content p {
  margin: 1.25rem 0;
}
.document-page-content p:first-child {
  margin-top: 0;
}
.document-page-content p:last-child {
  margin-bottom: 0;
}
.document-page-content ol {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding-left: 1.875rem;
  margin: 1.25rem 0;
}
.document-page-content ol:first-child {
  margin-top: 0;
}
.document-page-content ol:last-child {
  margin-bottom: 0;
}
.document-page-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  padding-left: 1.875rem;
  list-style: disc;
  margin: 1.25rem 0;
}
.document-page-content ul:first-child {
  margin-top: 0;
}
.document-page-content ul:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .document-page {
    padding: 8.125rem 0;
  }
  .document-page__title {
    margin-bottom: 2.5rem;
  }
}
.header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header-top {
  border-bottom: 0.0625rem solid #E0E7EB;
}
.header-top__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  max-width: 95rem;
  width: 100%;
  margin: auto;
}
.header-top-mob-phone {
  display: none;
}
.header-top__address {
  font-size: 0.875rem;
  line-height: 100%;
  color: #0060B7;
}
.header-top__time {
  font-size: 0.875rem;
  line-height: 100%;
  color: #0060B7;
}
.header-bottom__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 95rem;
  width: 100%;
  margin: auto;
  padding: 1.5rem 0;
}
.header-bottom__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-bottom__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-bottom__logo .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.375rem;
}
.header-bottom__logo .icon img {
  width: 100%;
}
.header-bottom__navigation ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-bottom__navigation ul li a {
  padding: 0.6563rem 1.5rem;
  color: #0060B7;
}
.header-bottom__navigation ul li a:hover {
  background-color: #0060B7;
  color: #FBFDFE;
}
.header-bottom__navigation ul li:first-child a {
  background-color: #0060B7;
  color: #FBFDFE;
}
.header-bottom-contacts {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header-bottom-phone {
  padding: 0.6563rem 1.6563rem;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.header-bottom-button {
  height: 2.5rem;
}
.header-burder {
  display: none;
}
.header-mob-content {
  display: none;
}

@media screen and (max-width: 992px) {
  .header-top {
    border-bottom: none;
  }
  .header-top__block {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .header-top-mob-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #ffffff;
    background-color: #0060B7;
    height: 2.5rem;
    font-family: Montserrat;
    font-weight: 700;
  }
  .header-top__right {
    display: none;
  }
  .header-top__left {
    display: none;
  }
  .header-bottom__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 95rem;
    width: 100%;
    margin: auto;
    padding: 0.75rem 1.5rem;
  }
  .header-bottom__logo .icon {
    width: 8.9375rem;
  }
  .header-bottom__navigation {
    display: none;
  }
  .header-bottom-contacts {
    display: none;
  }
  .header-burder {
    position: relative;
    display: block;
    width: 3.75rem;
    height: 1rem;
  }
  .header-burder::after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    background-color: #0060B7;
  }
  .header-burder::before {
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    background-color: #0060B7;
  }
  .header-mob-content {
    position: absolute;
    top: 6.25rem;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    background-color: #ffffff;
  }
  .header-mob-content__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    overflow: auto;
    z-index: 1000;
  }
  .header-mob-content__wrapper-two {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 2rem 1.5rem 0 1.5rem;
  }
  .header-mob-navigation {
    width: 100%;
    margin-bottom: 2rem;
  }
  .header-mob-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    width: 100%;
  }
  .header-mob-navigation ul li {
    width: 100%;
  }
  .header-mob-navigation ul li a {
    display: block;
    width: 100%;
    padding: 0.6563rem 0;
    color: #0060B7;
    border-bottom: 0.0625rem solid #CADEF1;
  }
  .header-mob-address {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 15rem;
    margin-bottom: 1.25rem;
  }
  .header-mob-address__name {
    display: block;
    color: #65A0D4;
    margin-bottom: 0.125rem;
  }
  .header-mob-address__text {
    display: block;
    color: #3280C5;
  }
  .header-mob-time {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 15rem;
  }
  .header-mob-time__name {
    display: block;
    color: #65A0D4;
    margin-bottom: 0.125rem;
  }
  .header-mob-time__text {
    display: block;
    color: #3280C5;
  }
  .header-mob-contacts {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 19.5rem;
    margin-top: 2rem;
  }
  .header-mob-contact__button {
    height: 2.5rem;
  }
  .header-mob-contact__tel {
    height: 2.5rem;
  }
  .header-mob-contact__socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
  }
  .header-mob-contact__social .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-mob-contact__social .icon img {
    width: 100%;
    height: 100%;
  }
  .header-mob-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 2rem 0;
    border-top: 0.0625rem solid #C9DDF0;
    width: 100%;
  }
  .header-mob-contact-info__link {
    width: 100%;
    color: #0060B7;
    padding: 0 1.5rem;
    font-family: MontserratMediumItalic;
    font-weight: 500;
  }
  .body.burger-active {
    overflow: hidden;
  }
  .header.burger-active .header-burder::after {
    top: 50%;
    transform: rotate(45deg);
    width: 1.5rem;
    margin: auto;
  }
  .header.burger-active .header-burder::before {
    top: 50%;
    bottom: auto;
    transform: rotate(-45deg);
    width: 1.5rem;
    margin: auto;
  }
  .header.burger-active .header-mob-content {
    display: block;
  }
}
.footer {
  margin-top: 5rem;
  padding: 5rem 0 2.5rem 0;
  background-image: url("../img/footer/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-col__name {
  color: #97BEE1;
  margin-bottom: 1.25rem;
  font-family: MontserratMediumItalic;
  font-weight: 500;
}
.footer-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.footer-top__left {
  width: 22.8125rem;
}
.footer-top-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 14.8125rem;
  width: 100%;
}
.footer-top-contacts-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  border-bottom: 0.0625rem solid #FBFDFE;
}
.footer-top-contacts-item__link .link-text {
  color: #FBFDFE;
  font-family: Montserrat;
  font-weight: 700;
}
.footer-top__right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.footer-top__right ul {
  row-gap: 0.75rem;
  column-gap: 1.875rem;
}
.footer-top__right ul li a {
  color: #FBFDFE;
}
.footer-top__navigation-one {
  width: 14.8125rem;
}
.footer-top__navigation-one ul {
  display: flex;
  flex-direction: column;
}
.footer-top__navigation-two {
  width: 30.9375rem;
}
.footer-top__navigation-two ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.footer-bottom__left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22.8125rem;
}
.footer-bottom-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}
.footer-bottom-social {
  width: 2.5rem;
  height: 2.5rem;
}
.footer-bottom-social .icon {
  width: 100%;
  height: 100%;
}
.footer-bottom-social .icon img {
  width: 100%;
  height: 100%;
}
.footer-bottom__center {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.875rem;
  width: 38.875rem;
  margin-left: 23.9375rem;
}
.footer-bottom__center .footer-col__name {
  margin-bottom: 0.1875rem;
}
.footer-bottom__center .footer-col__text {
  color: #FBFDFE;
}
.footer-bottom__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30.8125rem;
}
.footer-bottom-info__text {
  text-align: right;
  color: #97B9D7;
  font-style: italic;
}
.footer-info {
  padding-top: 2rem;
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #FBFDFE;
}
.footer-info__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-info__link {
  color: #FBFDFE;
  font-family: MontserratMediumItalic;
  font-weight: 500;
}
.footer-info__text-mob {
  display: none;
}

@media screen and (max-width: 992px) {
  .footer {
    padding: 2.5rem 0 2.5rem;
  }
  .footer-col__name {
    margin-bottom: 1.25rem;
    font-family: MontserratMediumItalic;
    font-weight: 500;
  }
  .footer-top {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-top__left {
    width: 100%;
  }
  .footer-top-contacts {
    max-width: 100%;
    width: 100%;
  }
  .footer-top__navigation-one {
    width: 11.25rem;
  }
  .footer-bottom {
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 2rem;
  }
  .footer-bottom__left {
    flex-direction: column;
    width: 100%;
  }
  .footer-bottom__center {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    margin-left: 0;
  }
  .footer-bottom__center .footer-col__name {
    margin-bottom: 0.25rem;
  }
  .footer-bottom__center .footer-col__text {
    color: #FBFDFE;
  }
  .footer-bottom__right {
    display: none;
  }
  .footer-info {
    margin-top: 2.5rem;
    padding-top: 2rem;
    margin: 2.5rem 1.5rem 0 1.5rem;
    border-top: 0.0625rem solid #FBFDFE;
  }
  .footer-info .container {
    padding: 0;
  }
  .footer-info__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .footer-info__text-mob {
    display: block;
    color: #97BEE1;
    font-family: MontserratMediumItalic;
    font-weight: 500;
  }
}
@media screen and (max-width: 576px) {
  .footer {
    margin-top: 2.5rem;
    background-image: url("../img/footer/background-mob.jpg");
  }
  .footer-top {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-top__left {
    width: 100%;
  }
  .footer-top__right {
    flex-direction: column;
    width: 100%;
    gap: 2rem;
  }
  .footer-top__right .footer-col {
    width: 100%;
  }
  .footer-top-contacts {
    max-width: 100%;
    width: 100%;
  }
  .footer-top__navigation-one {
    width: 100%;
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #FBFDFE;
    width: 100%;
  }
  .footer-top__navigation-one ul {
    gap: 1.25rem;
  }
  .footer-top__navigation-two {
    padding-bottom: 2rem;
    border-bottom: 0.0625rem solid #FBFDFE;
    width: 100%;
  }
  .footer-top__navigation-two ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .footer-bottom {
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 2rem;
  }
  .footer-bottom__left {
    flex-direction: column;
    width: 100%;
  }
  .footer-bottom__center {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }
  .footer-bottom__center .footer-col__name {
    margin-bottom: 0.25rem;
  }
  .footer-bottom__center .footer-col__text {
    color: #FBFDFE;
  }
  .footer-bottom__right {
    display: none;
  }
  .footer-info {
    margin-top: 2.5rem;
    padding-top: 2rem;
    margin: 2.5rem 1.5rem 0 1.5rem;
    border-top: 0.0625rem solid #FBFDFE;
  }
  .footer-info .container {
    padding: 0;
  }
  .footer-info__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .footer-info__text-mob {
    display: block;
    color: #97BEE1;
    font-family: MontserratMediumItalic;
    font-weight: 500;
  }
}
.certificates {
  position: relative;
}
.certificates__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  width: calc(100% - 5rem);
  z-index: 5;
}
.certificates__swiper {
  height: 43.5rem;
  padding: 0 2.5rem;
}
.certificates__swiper .swiper-wrapper {
  align-items: flex-end;
}
.certificates__slide {
  width: 22.8125rem;
  background-color: rgba(224, 231, 235, 0.4);
  height: auto;
}
.certificates__slide.swiper-slide-next + .swiper-slide {
  width: 27.8125rem;
  height: 100%;
}
.certificates__slide.swiper-slide-next + .swiper-slide .certificates__image {
  height: 35.4375rem;
}
.certificates__slide.swiper-slide-next + .swiper-slide .certificates__name {
  -webkit-line-clamp: initial;
}
.certificates__item {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.certificates__image {
  width: 100%;
  height: 28.5rem;
  transition: 0.5s ease;
}
.certificates__image .box {
  width: 100%;
  height: 100%;
}
.certificates__name {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  color: var(--accent);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 0.5s ease;
}

@media screen and (max-width: 992px) {
  .certificates__header {
    position: initial;
    width: 100%;
  }
  .certificates__swiper {
    padding: 0 1.5rem;
    margin-top: 2rem;
    height: auto;
  }
  .certificates__swiper .swiper-wrapper {
    align-items: stretch;
  }
  .certificates__slide {
    height: auto;
  }
  .certificates__slide.swiper-slide-next + .swiper-slide {
    width: 22.8125rem;
    height: auto;
  }
  .certificates__slide.swiper-slide-next + .swiper-slide .certificates__image {
    height: 28.5rem;
  }
  .certificates__slide.swiper-slide-next + .swiper-slide .certificates__name {
    -webkit-line-clamp: initial;
  }
  .certificates__name {
    -webkit-line-clamp: initial;
  }
}
@media screen and (max-width: 576px) {
  .certificates__swiper {
    padding-bottom: 3.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .certificates__swiper .swiper-wrapper {
    align-items: flex-start;
  }
  .certificates__slide {
    height: 100%;
  }
  .certificates__slide.swiper-slide-next + .swiper-slide {
    height: 100%;
  }
  .certificates__slide.swiper-slide-next + .swiper-slide .certificates__image {
    height: 24.875rem;
  }
  .certificates__item {
    padding: 0.875rem;
    height: auto;
  }
  .certificates__image {
    height: 24.875rem;
  }
  .certificates__name {
    font-size: 0.75rem;
  }
  .certificates__arrows {
    position: absolute;
    bottom: 2.5rem;
  }
}
.team {
  position: relative;
}
.team__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  width: calc(100% - 5rem);
  z-index: 5;
}
.team__swiper {
  height: 40.125rem;
  padding: 0 2.5rem;
}
.team__swiper .swiper-wrapper {
  align-items: flex-end;
}
.team__slide {
  width: 14.8125rem;
  height: auto;
}
.team__slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  width: 30.8125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team__slide.swiper-slide-next + .swiper-slide + .swiper-slide .team__image {
  height: 30.75rem;
  filter: grayscale(0);
}
.team__slide.swiper-slide-next + .swiper-slide + .swiper-slide .team__name {
  width: 50%;
}
.team__image {
  width: 100%;
  height: 14.875rem;
  transition: 0.5s ease;
  background-color: rgba(224, 231, 235, 0.4);
  filter: grayscale(1);
}
.team__image .box {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.team__desc {
  margin-top: 1.25rem;
}
.team__name {
  text-transform: inherit;
}
.team__years {
  margin-top: 0.75rem;
  font-style: italic;
  color: rgba(0, 96, 183, 0.4);
}
.team__work {
  color: var(--accent);
  font-family: Montserrat;
  font-weight: 700;
  margin-top: 0.75rem;
}

@media screen and (max-width: 992px) {
  .team__header {
    position: initial;
    width: 100%;
  }
  .team__swiper {
    padding: 0 1.5rem;
    margin-top: 2rem;
    margin-left: -48.1875rem;
  }
  .team__slide {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .team__name {
    font-size: 1rem;
    width: 70%;
  }
  .team__years, .team__work {
    font-size: 0.75rem;
  }
  .team__swiper {
    height: 23.1875rem;
    margin-left: 0;
    margin-bottom: 3.5rem;
  }
  .team__slide {
    width: 15.4375rem;
  }
  .team__slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    width: 15.4375rem;
  }
  .team__slide.swiper-slide-next + .swiper-slide + .swiper-slide .team__image {
    height: 15.4375rem;
  }
  .team__slide.swiper-slide-next + .swiper-slide + .swiper-slide .team__name {
    width: 70%;
  }
  .team__image {
    height: 15.4375rem;
  }
  .team__arrows {
    position: absolute;
    bottom: 2.5rem;
  }
}
.benefits {
  overflow: hidden;
}
.benefits__block {
  display: flex;
  justify-content: space-between;
  gap: 4.5rem;
}
.benefits__left {
  max-width: 27.5625rem;
  width: 100%;
}
.benefits__right {
  overflow: hidden;
}
.benefits__slider {
  display: flex;
  gap: 1.25rem;
  will-change: transform;
  align-items: flex-start;
}
.benefits__slide {
  width: 30.875rem;
  flex-shrink: 0;
}
.benefits__slide.active .benefits-card {
  color: var(--light);
  min-height: 25rem;
  background-color: var(--accent);
}
.benefits__slide.active .benefits-card::before {
  opacity: 1;
}
.benefits__slide.active .benefits-card__content {
  display: block;
}
.benefits__slide.active .benefits-card__name {
  color: var(--light);
}
.benefits__slide.active .benefits-card__pagination {
  color: var(--light);
}
.benefits-card {
  background-color: rgba(224, 231, 235, 0.4);
  padding: 2rem;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
.benefits-card::before {
  content: "";
  background-image: url(../img/benefits/bg-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease;
  opacity: 0;
}
.benefits-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
.benefits-card__name {
  max-width: 15.625rem;
  width: 100%;
  transition: 0.3s ease;
}
.benefits-card__pagination {
  opacity: 0.5;
  white-space: nowrap;
  transition: 0.3s ease;
}
.benefits-card__content {
  display: none;
}
.benefits-card__btn {
  margin-top: 2rem;
  height: 2.5rem;
  border: none;
  background: none;
  border-bottom: 0.0625rem solid #E0E7EB;
  color: var(--light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: Montserrat;
  font-weight: 700;
}
.benefits-card__btn .btn-arrow {
  font-family: Montserrat;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .benefits__block {
    flex-direction: column;
    gap: 2rem;
  }
  .benefits__slider {
    flex-direction: column;
    gap: 1.5rem;
  }
  .benefits__slide {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .benefits-card {
    padding: 1.5rem;
  }
  .benefits-card__name {
    font-size: 1rem;
  }
  .benefits-card__pagination {
    font-size: 1rem;
  }
  .benefits-card__text {
    font-size: 0.875rem;
  }
}
.algorithm__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.125rem;
}
.algorithm__left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.algorithm-card {
  min-height: 14.375rem;
  background: rgba(224, 231, 235, 0.4);
  color: var(--accent);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease;
  position: relative;
  z-index: 1;
}
.algorithm-card::before {
  content: "";
  background: url(../img/algorithm/bg-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
  z-index: -1;
}
.algorithm-card:last-child {
  grid-column: 1/3;
}
.algorithm-card__number {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-family: Montserrat;
  font-weight: 700;
  -webkit-text-stroke: 0.0625rem var(--accent);
  color: transparent;
  transition: 0.3s ease;
}
.algorithm-card-info__title {
  text-transform: inherit;
  transition: 0.3s ease;
}
.algorithm-card-info__text {
  margin-top: 0.75rem;
}
.algorithm-card.active {
  background: var(--accent);
  color: var(--light);
}
.algorithm-card.active::before {
  opacity: 1;
}
.algorithm-card.active .algorithm-card__number {
  -webkit-text-stroke: 0.0625rem var(--light);
}
.algorithm-card.active .algorithm-card-info__title {
  color: var(--light);
}
.algorithm-card.active .algorithm-card-info__text a {
  color: var(--light);
}
.algorithm__right {
  padding-top: 1.25rem;
  max-width: 29rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .algorithm__block {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .algorithm__right {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .algorithm__left {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .algorithm-card {
    min-height: auto;
    padding: 1.5rem;
    gap: 2.5rem;
  }
  .algorithm-card:last-child {
    grid-column: 1/2;
  }
  .algorithm-card__number {
    font-size: 2rem;
  }
  .algorithm-card-info__title {
    font-size: 1rem;
  }
  .algorithm-card-info__text {
    font-size: 0.875rem;
  }
}
.problem__block {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
.problem__right {
  margin-top: 1.5625rem;
  max-width: 54.9375rem;
  width: 100%;
}
.problem__btn {
  margin-top: 5rem;
  height: 2.5rem;
}

@media screen and (max-width: 992px) {
  .problem__block {
    flex-direction: column;
  }
  .problem__right {
    margin: 0;
  }
  .problem__btn {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .problem__block {
    gap: 2rem;
  }
  .problem__btn {
    margin-top: 2rem;
  }
}
.certificates-two__block {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
.certificates-two .certificates__swiper {
  height: auto;
  max-width: 59.875rem;
  width: 100%;
  padding: 0;
}
.certificates-two .certificates__slide {
  width: 27.8125rem;
}
.certificates-two .certificates__slide--horizontal {
  width: 30.8125rem;
}
.certificates-two .certificates__slide--horizontal .certificates__image {
  height: 20.3125rem;
}
.certificates-two .certificates__image {
  height: 35.4375rem;
}
.certificates-two .certificates__name {
  -webkit-line-clamp: 2;
  margin-top: 3.4375rem;
}

@media screen and (max-width: 992px) {
  .certificates-two__block {
    flex-direction: column;
  }
  .certificates-two .certificates__swiper {
    margin-top: 0;
  }
  .certificates-two .certificates__swiper .swiper-wrapper {
    align-items: flex-end;
  }
  .certificates-two .certificates__slide {
    height: 100%;
    width: 21.875rem;
  }
  .certificates-two .certificates__slide--horizontal {
    width: 21.875rem;
  }
  .certificates-two .certificates__slide--horizontal .certificates__image {
    height: 14.0625rem;
  }
  .certificates-two .certificates__image {
    height: 27.1875rem;
  }
  .certificates-two .certificates__name {
    margin-top: 1rem;
    -webkit-line-clamp: initial;
  }
}
@media screen and (max-width: 576px) {
  .certificates-two__block {
    gap: 2rem;
    position: relative;
  }
  .certificates-two .certificates__swiper {
    margin: 0;
    padding-bottom: 3.5rem;
  }
  .certificates-two .certificates__image {
    height: 24.6875rem;
  }
  .certificates-two .certificates__slide {
    height: auto !important;
  }
  .certificates-two .certificates__slide--horizontal .certificates__image {
    height: 12.5rem !important;
  }
  .certificates-two .certificates__arrows {
    bottom: 0;
  }
}
.process__header {
  padding-left: 16.125rem;
}
.process__table {
  margin-top: 3.75rem;
}
.process__stroke {
  border-top: 0.0625rem solid #E0E7EB;
  padding: 1.25rem 0 2.5rem 0;
  display: flex;
  gap: 14.375rem;
}
.process__stroke:last-child {
  padding-bottom: 0;
}
.process__num {
  color: #E0E7EB;
  font-family: Montserrat;
  font-weight: 700;
  max-width: 1.75rem;
  width: 100%;
}
.process__group {
  display: flex;
  gap: 9.375rem;
  flex: 1;
}
.process__name {
  text-transform: inherit;
  max-width: 14.75rem;
  width: 100%;
}
.process__text {
  margin-top: 0.625rem;
  max-width: 38.8125rem;
  width: 100%;
}
.process__sub {
  font-style: italic;
  margin-top: 3.75rem;
  max-width: 48rem;
  width: 100%;
}
.process__bottom {
  margin-top: 3.75rem;
}
.process__btn {
  height: 2.5rem;
}

@media screen and (max-width: 992px) {
  .process__table {
    margin-top: 2.5rem;
  }
  .process__group {
    gap: 2.5rem;
  }
  .process__stroke {
    gap: 3.75rem;
  }
  .process__header {
    padding-left: 5.4375rem;
  }
  .process__sub {
    margin-top: 2.5rem;
  }
  .process__bottom {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .process__table {
    margin-top: 2rem;
  }
  .process__stroke {
    padding: 1.25rem 0;
    gap: 0.75rem;
  }
  .process__num {
    max-width: 3.3125rem;
  }
  .process__group {
    flex-direction: column;
    gap: 0;
  }
  .process__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  .process__header {
    padding-left: 4.0625rem;
  }
  .process__title {
    font-size: 1.375rem;
  }
  .process__sub {
    margin-top: 2rem;
    font-size: 0.75rem;
  }
  .process__bottom {
    margin-top: 2rem;
  }
  .process__btn {
    font-size: 0.875rem;
  }
}
.prices-cards__items {
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.prices-cards__item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.125rem;
  border: 0.0625rem solid #E0E7EB;
  transition: 0.3s ease;
}
.prices-cards__item:hover {
  border-color: var(--accent);
}
.prices-cards__item-top {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.prices-cards__item-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.prices-cards__name {
  text-transform: inherit;
}
.prices-cards__image {
  background-color: #fff;
}
.prices-cards__image .box {
  width: 100%;
  height: 13.8125rem;
}
.prices-cards__stroke {
  border-top: 0.0625rem solid #E0E7EB;
  padding: 0.4375rem 0;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.prices-cards__stroke p:last-child {
  text-align: right;
}
.prices-cards__desc {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.prices-cards__price {
  font-size: 2.125rem;
  white-space: nowrap;
}
.prices-cards__info {
  font-size: 0.875rem;
  opacity: 0.6;
  font-style: italic;
  max-width: 9.6875rem;
}
.prices-cards__btn {
  margin-top: 2rem;
  width: 100%;
  height: 2.5rem;
}
.prices-cards__more {
  font-style: italic;
  margin-top: 1.25rem;
  max-width: 46.875rem;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 992px) {
  .prices-cards__items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  .prices-cards__price {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .prices-cards__title {
    font-size: 1.375rem;
  }
  .prices-cards__items {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .prices-cards__item {
    padding: 1.25rem;
    gap: 0.75rem;
  }
  .prices-cards__item-top {
    gap: 0.75rem;
  }
  .prices-cards__item-bottom {
    gap: 0.75rem;
  }
  .prices-cards__stroke {
    font-size: 0.75rem;
    padding: 0.5625rem 0;
  }
  .prices-cards__info {
    font-size: 0.75rem;
    text-align: right;
  }
  .prices-cards__btn {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}
.included__header {
  max-width: 46.875rem;
  width: 100%;
  margin-left: auto;
}
.included__items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.included__image {
  background-color: var(--accent);
}
.included__image .box {
  width: 100%;
  height: 22.8125rem;
}
.included__name {
  margin-top: 1.25rem;
}

@media screen and (max-width: 992px) {
  .included__items {
    width: 100vw;
    overflow: auto;
    margin-left: -1.5rem;
    padding: 0 1.5rem;
    scrollbar-width: none;
  }
  .included__items::-webkit-scrollbar {
    display: none;
  }
  .included__image .box {
    width: 18.75rem;
    height: 18.75rem;
  }
}
@media screen and (max-width: 576px) {
  .included__items {
    margin-top: 2rem;
    gap: 0.75rem;
  }
  .included__image .box {
    width: 15.4375rem;
    height: 15.4375rem;
  }
  .included__title {
    font-size: 1.375rem;
  }
  .included__name {
    margin-top: 0.75rem;
  }
}
.guarantees__block {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}
.guarantees__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 62.875rem;
  width: 100%;
}
.guarantees__name {
  margin-top: 1.25rem;
  text-transform: inherit;
  max-width: 18.4375rem;
}
.guarantees__image .box {
  width: 100%;
  height: 30.8125rem;
}

@media screen and (max-width: 992px) {
  .guarantees__block {
    flex-direction: column;
  }
  .guarantees__image .box {
    height: 21.875rem;
  }
}
@media screen and (max-width: 576px) {
  .guarantees__block {
    gap: 2rem;
  }
  .guarantees__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .guarantees__image .box {
    height: 19.5rem;
  }
  .guarantees__name {
    margin-top: 0.75rem;
    max-width: 14.0625rem;
  }
}
.main-one {
  padding-bottom: 11.25rem;
  overflow: hidden;
  position: relative;
}
.main-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(251, 253, 254, 0) 0%, #FBFDFE 100%);
  height: 11.375rem;
  z-index: 1;
}
.main-one .container {
  position: relative;
}
.main-one__block {
  max-width: 47.1875rem;
  width: 100%;
  padding-top: 5.375rem;
  z-index: 2;
  position: relative;
}
.main-one__title {
  margin-bottom: 3.75rem;
}
.main-one__image {
  position: absolute;
  display: block;
  width: 62.4375rem;
  right: -10.25rem;
  top: -1.625rem;
  z-index: -1;
}
.main-one__image .box {
  width: 100%;
}
.main-one-info__title {
  margin-bottom: 0.75rem;
  max-width: 28.4375rem;
  text-transform: inherit;
}
.main-one-info__name {
  display: block;
  margin-bottom: 0.75rem;
  color: #97BEE1;
  font-size: 0.875rem;
  font-family: MontserratMediumItalic;
  font-weight: 500;
}
.main-one-info__block {
  display: grid;
  grid-template-columns: auto 14.8125rem;
  gap: 1.25rem;
}
.main-one-info__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-one-info__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.main-one-info-qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  border: 0.0625rem solid #97BEE1;
  padding: 2.5rem 2.9063rem;
}
.main-one-info-qrcode__icon {
  width: 9rem;
  height: 9rem;
}
.main-one-info-qrcode__link {
  width: 9rem;
  height: 2.5rem;
}
.main-one-info-qrcode__link .text-comp {
  display: block;
}
.main-one-info-qrcode__link .text-mob {
  display: none;
}
.main-one-info-form {
  position: relative;
  padding: 2.5rem;
  background-image: url(../img/home-page/main-screen/background-comp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 17.875rem;
}
.main-one-info-form-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.main-one-info-form__input {
  color: #FBFDFE;
  border-bottom: 0.0625rem solid #5A96CC;
}
.main-one-info-form__input::placeholder {
  color: #FBFDFE;
}
.main-one-info-form__button {
  margin-top: 1.25rem;
  height: 2.5rem;
  width: 100%;
}
.main-one-info-form__button .text-comp {
  display: block;
}
.main-one-info-form__button .text-mob {
  display: none;
}
.main-one-info-form__select .ui-selectmenu-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  width: 100%;
  border-bottom: 0.0625rem solid #5A94C9;
}
.main-one-info-form__select .ui-selectmenu-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url("../img/home-page/main-screen/arrow-select.svg");
}
.main-one-info-form__select .ui-selectmenu-text {
  color: #FBFDFE;
}
.main-one-info-form__select .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  transform: rotate(-180deg);
}
.main-one-info-form__policy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  bottom: -3.125rem;
  left: 0;
  width: 46.875rem;
}
.main-one-info-form__policy .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}
.main-one-info-form__policy .wpcf7-form-control {
  display: block;
  width: 100%;
  height: 100%;
}
.main-one-info-form__policy .wpcf7-list-item {
  display: block;
  width: 100%;
  height: 100%;
}
.main-one-info-form__policy .policy-text {
  color: #0060B7;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 118%;
  font-family: MontserratMediumItalic;
  font-weight: 500;
}
.main-one-info-form__policy .policy-text a {
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 15%;
}
.main-one-info-form__policy input {
  position: absolute;
  left: -6.25rem;
  top: -6.25rem;
  opacity: 0;
  z-index: -1;
}
.main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
  content: "";
  display: block;
  cursor: pointer;
  background-image: url("../img/home-page/main-screen/checkbox-none.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::before {
  content: "";
  display: block;
  cursor: pointer;
  background-image: url("../img/home-page/main-screen/checkbox-none.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.main-one-info-form__policy label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-one-info-form__policy label span {
  display: block;
  position: relative;
  font-size: 0;
  color: #000000;
  width: 100%;
  height: 100%;
}
.main-one-info-form__policy label span::after {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  background-image: url("../img/home-page/main-screen/checkbox.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.main-one-info-form__policy label span::before {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  background-image: url("../img/home-page/main-screen/checkbox-active.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.main-one-info-form__policy input:checked + span:after {
  opacity: 0;
}
.main-one-info-form__policy input:checked + span:before {
  opacity: 1;
}

.ui-menu-item-wrapper {
  background-color: #FBFDFE;
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #5A94C9;
  z-index: 100;
}

.service-main::before {
  display: none;
}
.service-main .main-one__title {
  max-width: 31.25rem;
  width: 100%;
}
.service-main .main-one__wrap {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-top: 2.5rem;
}
.service-main .main-one__image {
  width: 49.375rem;
  right: -2.5rem;
  top: 11.375rem;
}
.service-main .main-one__image::before {
  content: "";
  background: linear-gradient(180deg, rgba(251, 253, 254, 0) 0%, #FBFDFE 100%);
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.service-main .main-one__block {
  padding-top: 0;
}
.service-main .main-one__block .main-one-desc__num {
  display: none;
}
.service-main .main-one__block .main-one-desc__slider {
  display: none;
}
.service-main .main-one__block .main-one-desc__text {
  display: none;
}
.service-main .main-one-info__title {
  margin-bottom: 2rem;
}
.service-main .main-one-info-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-main .main-one-desc {
  display: flex;
  width: 100%;
}
.service-main .main-one-desc__left {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-right: 1.25rem;
  max-width: 32.0625rem;
  width: 100%;
}
.service-main .main-one-desc__text {
  margin-top: 1.25rem;
  font-family: Montserrat;
  font-weight: 700;
}
.service-main .main-one-desc__num {
  color: #E0E7EB;
  font-family: Montserrat;
  font-weight: 700;
}
.service-main .main-one-desc__slider {
  border-left: 0.0625rem solid #E0E7EB;
  padding-left: 1.25rem;
  margin-right: 1.875rem;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 5.9375rem;
}
.service-main .main-one-desc__slider::before {
  content: "";
  background: linear-gradient(180deg, #FBFDFE 0%, rgba(251, 253, 254, 0.8) 50%, rgba(251, 253, 254, 0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  height: 3.5625rem;
}
.service-main .main-one-desc__slide {
  font-style: italic;
  height: auto;
  min-height: fit-content;
}

.service-main-two .main-one__image {
  top: 10.625rem;
  right: 0;
  width: 46.875rem;
}
.service-main-two .main-one__image::before {
  display: none;
}

@media screen and (max-width: 992px) {
  .main-one {
    padding-bottom: 9.0625rem;
  }
  .main-one__block {
    max-width: 47.1875rem;
    padding-top: 2rem;
  }
  .main-one__title {
    margin-bottom: 0;
    padding-bottom: 16.875rem;
  }
  .main-one__image {
    width: 50rem;
  }
  .main-one-info {
    flex-direction: column;
    background-image: url(../img/home-page/main-screen/background-comp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 1.5rem;
  }
  .main-one-info__title {
    margin-bottom: 0.75rem;
    max-width: 28.4375rem;
    margin-bottom: 1.25rem;
    color: #FBFDFE;
  }
  .main-one-info__name {
    display: none;
  }
  .main-one-info__block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-one-info__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .main-one-info__right {
    display: block;
  }
  .main-one-info-qrcode {
    padding: 0;
    margin-top: 1.25rem;
    border: none;
  }
  .main-one-info-qrcode__icon {
    display: none;
  }
  .main-one-info-qrcode__link {
    width: 9rem;
    height: 2.5rem;
    background-color: none;
    border: 0.0625rem solid #FBFDFE;
    width: 100%;
  }
  .main-one-info-qrcode__link .text-comp {
    display: none;
  }
  .main-one-info-qrcode__link .text-mob {
    display: block;
  }
  .main-one-info-form {
    padding: 0;
    width: 100%;
    height: auto;
    background: none;
  }
  .main-one-info-form-items {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .main-one-info-form__input {
    color: #FBFDFE;
    border-bottom: 0.0625rem solid #5A96CC;
  }
  .main-one-info-form__input::placeholder {
    color: #FBFDFE;
  }
  .main-one-info-form__button {
    margin-top: 1.25rem;
    height: 2.5rem;
    width: 100%;
  }
  .main-one-info-form__button .text-comp {
    display: none;
  }
  .main-one-info-form__button .text-mob {
    display: block;
  }
  .main-one-info-form__select .ui-selectmenu-text {
    font-size: 0.875rem;
  }
  .main-one-info-form__policy {
    position: absolute;
    bottom: -9.6875rem;
    left: -1.5625rem;
    width: 37.5rem;
  }
  .service-main .main-one-desc {
    display: none;
  }
  .service-main .main-one-desc__text {
    display: block;
    margin: 0;
    max-width: 31.25rem;
    width: 100%;
    margin-bottom: 27.1875rem;
  }
  .service-main .main-one-desc__slider {
    border: none;
    padding: 0;
    margin-bottom: 2rem;
    height: auto;
    margin-right: 0;
  }
  .service-main .main-one-desc__slider::before {
    display: none;
  }
  .service-main .main-one-desc__slider .swiper-slide {
    height: auto;
  }
  .service-main .main-one-desc__slider .swiper-slide-next {
    position: relative;
  }
  .service-main .main-one-desc__slider .swiper-slide-next::before {
    content: "";
    background: linear-gradient(180deg, #FBFDFE 0%, rgba(251, 253, 254, 0.8) 50%, rgba(251, 253, 254, 0) 100%);
    position: absolute;
    top: 0;
    width: 11.5rem;
    height: 100%;
    left: 0;
    z-index: 2;
  }
  .service-main .main-one-desc__slide {
    padding: 0 1.25rem;
    border-right: 0.0625rem solid #E0E7EB;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .service-main .main-one-desc__slide:first-child {
    padding-left: 0;
  }
  .service-main .main-one-desc__num {
    position: absolute;
    right: 0;
    top: 2.5rem;
    display: block;
  }
  .service-main .main-one__image {
    width: 40.375rem;
    right: -1.5rem;
    top: 13.375rem;
  }
  .service-main .main-one__title {
    padding-bottom: 2rem;
  }
  .service-main .main-one__block .main-one-desc__num {
    display: block;
  }
  .service-main .main-one__block .main-one-desc__slider {
    display: flex;
  }
  .service-main .main-one__block .main-one-desc__text {
    display: block;
  }
  .service-main-two .main-one__image {
    width: 100%;
    right: 0;
    top: 12.8125rem;
  }
  .service-main-two .main-one-desc__text {
    margin-bottom: 33.1875rem;
  }
}
@media screen and (max-width: 576px) {
  .main-one {
    margin-bottom: 0;
  }
  .main-one__block {
    max-width: 100%;
  }
  .main-one__image {
    width: 35.8125rem;
    top: 1.4375rem;
    right: -13.8125rem;
  }
  .main-one__title {
    max-width: 15.625rem;
  }
  .main-one-info__title {
    max-width: 16.5rem;
    font-size: 1.125rem;
    line-height: 110%;
  }
  .main-one-info__name {
    display: none;
  }
  .main-one-info__block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .main-one-info__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .main-one-info__right {
    display: block;
  }
  .main-one-info-qrcode {
    padding: 0;
    margin-top: 1.25rem;
    border: none;
  }
  .main-one-info-qrcode__icon {
    display: none;
  }
  .main-one-info-qrcode__link {
    font-size: 0.875rem;
  }
  .main-one-info-qrcode__link .text-comp {
    display: none;
  }
  .main-one-info-qrcode__link .text-mob {
    display: block;
  }
  .main-one-info-form__button {
    font-size: 0.875rem;
  }
  .main-one-info-form__button .text-mob {
    display: block;
  }
  .main-one-info-form__policy {
    position: absolute;
    bottom: -10.625rem;
    left: -1.5625rem;
    width: 19.5rem;
  }
  .main-one-info-form__policy br {
    display: none;
  }
  .main-one-info-form__policy .policy-text {
    padding-left: 1.25rem;
    font-size: 0.75rem;
  }
  .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
    content: "";
    display: block;
    cursor: pointer;
    background-image: url("../img/home-page/main-screen/checkbox-none.svg");
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1;
  }
  .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::before {
    content: "";
    display: block;
    cursor: pointer;
    background-image: url("../img/home-page/main-screen/checkbox-none.svg");
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1;
  }
  .main-one-info-form__policy label span {
    display: block;
    position: relative;
    padding-left: 0;
    font-size: 0;
    color: #000000;
  }
  .main-one-info-form__policy label span::after {
    content: "";
    position: absolute;
    display: block;
    cursor: pointer;
    left: 0;
    top: 0;
    background-image: url("../img/home-page/main-screen/checkbox.svg");
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 1;
  }
  .main-one-info-form__policy label span::before {
    content: "";
    position: absolute;
    display: block;
    cursor: pointer;
    left: 0;
    top: 0;
    background-image: url("../img/home-page/main-screen/checkbox-active.svg");
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0;
  }
  .main-one-info-form__policy input:checked + span:after {
    opacity: 0;
  }
  .main-one-info-form__policy input:checked + span:before {
    opacity: 1;
  }
  .service-main .main-one__wrap {
    margin: 0;
  }
  .service-main .main-one__block {
    padding-top: 2rem;
  }
  .service-main .main-one__title {
    font-size: 2rem;
  }
  .service-main .main-one-desc__num {
    top: 2rem;
  }
  .service-main .main-one-desc__text {
    margin-bottom: 17rem;
  }
  .service-main .main-one-desc__slider {
    width: 100vw;
    margin-left: -1.5rem;
    padding: 0 1.5rem;
  }
  .service-main .main-one-desc__slide {
    font-size: 0.875rem;
    padding: 0;
    margin: 0;
    padding-right: 1.25rem;
  }
  .service-main .main-one__image {
    width: 22.5rem;
    top: 15.3125rem;
    right: 0;
  }
  .service-main-two .main-one__image {
    top: 17.3125rem;
  }
  .service-main-two .main-one-desc__text {
    margin-bottom: 18rem;
  }
}
.services__header {
  max-width: 46.875rem;
  width: 100%;
  margin-left: auto;
}
.services__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 3.75rem;
}
.services-card {
  background-color: rgba(224, 231, 235, 0.4);
  height: 43.75rem;
  position: relative;
}
.services-card__wrapper {
  padding: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 2;
  position: relative;
}
.services-card__image {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.services-card__image .box {
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}
.services-card__image .mobile {
  display: none;
}
.services-card__image .desktop {
  height: 100%;
}
.services-card__number {
  color: rgba(0, 16, 31, 0.4);
}
.services-card__info {
  max-width: 19.6875rem;
  width: 100%;
}
.services-card__links {
  margin-top: 4rem;
}
.services-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 0.0625rem solid rgba(0, 40, 76, 0.2);
  height: 2.5rem;
  font-family: Montserrat;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.services-card__link:last-child {
  margin: 0;
}
.services-card__link .link-icon {
  min-width: 1.1875rem;
}
.services-card__link:hover {
  color: var(--accent-2);
}
.services-card__link:hover .link-icon svg path {
  fill: var(--accent-2);
}

@media screen and (max-width: 992px) {
  .services__block {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .services-card {
    height: 37.5rem;
  }
  .services-card__links {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .services-card {
    height: 30.125rem;
  }
  .services-card__wrapper {
    padding: 1.5rem;
  }
  .services-card__number {
    font-size: 0.75rem;
  }
  .services-card__link {
    font-size: 0.875rem;
    padding-bottom: 0.75rem;
    align-items: flex-end;
  }
  .services-card__link .link-text {
    max-width: 7.9375rem;
  }
  .services-card__image {
    height: 12.875rem;
  }
  .services-card__image .desktop {
    display: none;
  }
  .services-card__image .mobile {
    display: block;
    height: 100%;
    width: 100%;
  }
}
.data-transfer {
  position: relative;
  background-color: var(--accent);
  color: var(--light);
  overflow: hidden;
  z-index: 1;
}
.data-transfer::before {
  content: "";
  position: absolute;
  top: 15.3125rem;
  left: -60.375rem;
  background-image: url(../img/home-page/data-transfer/figure-1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 117.3125rem;
  height: 58.375rem;
  z-index: -1;
  transform: rotate(-45deg);
  filter: blur(4.025rem);
}
.data-transfer::after {
  content: "";
  position: absolute;
  top: -9.1875rem;
  right: -56.5625rem;
  background-image: url(../img/home-page/data-transfer/figure-2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 124.625rem;
  height: 29.5rem;
  z-index: -1;
  transform: rotate(-16deg);
  filter: blur(4.025rem);
}
.data-transfer__block {
  display: flex;
  justify-content: space-between;
}
.data-transfer__title {
  color: var(--light);
}
.data-transfer__left {
  max-width: 40.4375rem;
  width: 100%;
}
.data-transfer__right {
  margin-top: 27px;
  max-width: 46.875rem;
  width: 100%;
}
.data-transfer__text {
  margin-top: 2rem;
}
.data-transfer .accordion {
  margin-top: 2.5rem;
  background-color: #E0E7EB;
  color: var(--accent);
}
.data-transfer .accordion-header {
  font-family: Montserrat;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6875rem 1.5rem;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.data-transfer .accordion__item_show .data-transfer__plus, .data-transfer .accordion__item_slidedown .data-transfer__plus {
  transform: rotate(45deg);
}
.data-transfer__plus {
  transition: transform 0.3s ease-out;
}
.data-transfer__plus .icon {
  min-width: 0.5rem;
}
.data-transfer__content {
  padding: 0.75rem 1.5rem;
}

@media screen and (max-width: 992px) {
  .data-transfer__block {
    flex-direction: column;
    gap: 3.75rem;
  }
  .data-transfer__left {
    max-width: 100%;
  }
  .data-transfer__right {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .data-transfer::before {
    content: "";
    position: absolute;
    top: 5.75rem;
    left: -9.0625rem;
    background-image: url(../img/home-page/data-transfer/figure-mob.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47.125rem;
    height: 23.4375rem;
    z-index: -1;
    transform: rotate(-135deg);
    filter: blur(4.025rem);
  }
  .data-transfer::after {
    content: "";
    position: absolute;
    top: 29.8125rem;
    right: -14.1875rem;
    background-image: url(../img/home-page/data-transfer/figure-mob.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47.125rem;
    height: 23.4375rem;
    z-index: -1;
    transform: rotate(-30deg);
    filter: blur(4.025rem);
  }
  .data-transfer .accordion {
    margin-top: 2rem;
  }
  .data-transfer .accordion-header {
    padding: 0.75rem 1.5rem;
  }
  .data-transfer__name {
    font-size: 0.875rem;
  }
}
.questions {
  margin: auto;
  max-width: 100rem;
  width: 100%;
}
.questions__block {
  display: grid;
  grid-template-columns: 33.875rem auto;
  gap: 4.3125rem;
  width: 100%;
}
.questions__title {
  margin-bottom: 2.1875rem;
}
.questions__left {
  width: 100%;
}
.questions__right {
  width: 100%;
}
.questions__image {
  height: 38.125rem;
  width: 100%;
}
.questions__image .box {
  width: 100%;
  height: 100%;
}
.questions__image .box img {
  width: 100%;
  height: 100%;
}
.questions__content {
  padding-right: 2.5rem;
}
.questions__block {
  width: 100%;
}
.questions__block .accordion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.questions__block .accordion__item {
  border-top: 0.0625rem solid #E0E7EB;
  width: 100%;
}
.questions__block .accordion__item:last-child {
  border-bottom: 0.0625rem solid #E0E7EB;
}
.questions__block .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
}
.questions__block .questions-accordion__title {
  font-size: 1.375rem;
  line-height: 110%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.questions__block .questions-accordion__text {
  line-height: 118%;
  color: #0060B7;
}
.questions__block .questions-accordion__content {
  padding-bottom: 1.25rem;
}
.questions__block .questions__plus {
  width: 1rem;
  height: 1rem;
  transition: 0.3s;
}
.questions__block .questions__plus .icon {
  width: 100%;
  height: 100%;
}
.questions__block .questions__plus .icon svg {
  width: 100%;
  height: 100%;
}
.questions__block .accordion__item.accordion__item_show .questions__plus {
  transform: rotate(45deg);
  transition: 0.3s;
}
.questions__block .accordion__item.accordion__item_show .questions__plus svg path {
  fill: #0060B7;
}

@media screen and (max-width: 992px) {
  .questions {
    margin: auto;
  }
  .questions__block {
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
  }
  .questions__title {
    margin-bottom: 2rem;
  }
  .questions__left {
    display: none;
  }
  .questions__right {
    width: 100%;
  }
  .questions__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .questions .questions-accordion__title {
    font-size: 1rem;
  }
}
.form {
  margin: auto;
  max-width: 100rem;
  width: 100%;
}
.form-block {
  display: grid;
  grid-template-columns: 51.875rem auto;
}
.form-block__left {
  background-color: #E0E7EB;
  width: 100%;
  padding: 2.5rem;
}
.form-block__title {
  margin-bottom: 2.5rem;
}
.form-block__subtitle {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  line-height: 118%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.form-block__items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.form-block__input {
  border-bottom: 0.0625rem solid #C1D6EA;
  height: 2.5rem;
}
.form-block__input::placeholder {
  color: #0060B7;
  font-size: 1rem;
}
.form-block__button {
  height: 2.5rem;
  width: 100%;
  margin-top: 1.25rem;
}
.form-block__right {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.form-block__right .box {
  height: 100%;
}
.form-block__right .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.form-block__image {
  height: 100%;
}
.form-block__policy {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.25rem;
}
.form-block__policy .wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}
.form-block__policy .wpcf7-form-control {
  display: block;
  width: 100%;
  height: 100%;
}
.form-block__policy .wpcf7-list-item {
  display: block;
  width: 100%;
  height: 100%;
}
.form-block__policy .policy-text {
  color: #0060B7;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 118%;
  font-family: MontserratMediumItalic;
  font-weight: 500;
}
.form-block__policy .policy-text a {
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  text-decoration-thickness: 8.5%;
  text-underline-offset: 15%;
}
.form-block__policy input {
  position: absolute;
  left: -6.25rem;
  top: -6.25rem;
  opacity: 0;
  z-index: -1;
}
.form-block__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
  content: "";
  display: block;
  cursor: pointer;
  background-image: url("../img/home-page/main-screen/checkbox-none.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.form-block__policy .wpcf7-checkbox.wpcf7-not-valid label span::before {
  content: "";
  display: block;
  cursor: pointer;
  background-image: url("../img/home-page/main-screen/checkbox-none.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.form-block__policy label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.form-block__policy label span {
  display: block;
  position: relative;
  font-size: 0;
  color: #000000;
  width: 100%;
  height: 100%;
}
.form-block__policy label span::after {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  background-image: url("../img/home-page/main-screen/checkbox.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 1;
}
.form-block__policy label span::before {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  background-image: url("../img/home-page/main-screen/checkbox-active.svg");
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
}
.form-block__policy input:checked + span:after {
  opacity: 0;
}
.form-block__policy input:checked + span:before {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .form-block {
    display: flex;
    flex-direction: column;
  }
  .form-block__left {
    padding: 2.5rem 1.5rem;
    height: auto;
    order: 2;
  }
  .form-block__title {
    font-size: 2rem;
  }
  .form-block__subtitle {
    display: none;
  }
  .form-block__right {
    height: 31.75rem;
  }
  .form-block__right .box {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .form-block__right {
    height: 15rem;
  }
  .form-block__policy .policy-text {
    padding-left: 1.25rem;
  }
  .form-block__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .form-block__policy .wpcf7-checkbox.wpcf7-not-valid label span::before {
    content: "";
    display: block;
    cursor: pointer;
    background-image: url("../img/home-page/main-screen/checkbox-none.svg");
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.25rem;
  }
  .form-block__policy label span::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .form-block__policy label span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.partners__header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.partners__title {
  margin-right: 17.1875rem;
}
.partners__btn {
  padding: 0 1.5rem;
  height: 2.5rem;
}
.partners__swiper {
  margin-top: 5.125rem;
}
.partners__swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.partners__slide {
  width: 100%;
}
.partners-card {
  position: relative;
  width: 100%;
  height: 22.8125rem;
  background-color: #E0E7EB;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
  transition: 0.3s ease;
}
.partners-card__num {
  display: none;
}
.partners-card:hover {
  background-color: var(--accent);
  color: var(--light);
}
.partners-card:hover svg path {
  stroke: var(--light);
}
.partners-card:hover .partners-card__title {
  color: var(--light);
}
.partners-card-top-left {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
}
.partners-card-top-left svg {
  width: 100%;
  height: 100%;
}
.partners-card-top-right {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
}
.partners-card-top-right svg {
  width: 100%;
  height: 100%;
}
.partners-card-bottom-left {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
}
.partners-card-bottom-left svg {
  width: 100%;
  height: 100%;
}
.partners-card-bottom-right {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
}
.partners-card-bottom-right svg {
  width: 100%;
  height: 100%;
}
.partners-card__title {
  font-size: 1.75rem;
  text-transform: inherit;
  transition: 0.3s ease;
}
.partners__slide.partners-card-clean .partners-card {
  background: transparent;
}

@media screen and (max-width: 992px) {
  .partners__title {
    margin: 0;
  }
  .partners__header {
    justify-content: space-between;
  }
  .partners__swiper {
    margin-top: 2rem;
  }
  .partners__swiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-card {
    height: 21.875rem;
  }
}
@media screen and (max-width: 576px) {
  .partners {
    position: relative;
  }
  .partners__swiper {
    margin-bottom: 4rem;
  }
  .partners__swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .partners-card {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 19.5rem;
  }
  .partners-card-clean {
    display: none;
  }
  .partners-card__title {
    font-size: 1.375rem;
  }
  .partners-card__num {
    display: block;
    opacity: 0.4;
  }
  .partners__btn {
    position: absolute;
    bottom: 2.5rem;
    width: calc(100% - 3rem);
  }
}
.contacts {
  padding: 10.125rem 0 5rem;
}
.contacts__title {
  margin-bottom: 2.5rem;
}
.contacts-top {
  display: grid;
  grid-template-columns: 62.9375rem auto;
  gap: 1.25rem;
}
.contacts-top__left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contacts-top__left .contacts-top-group:nth-of-type(3) {
  width: 9.3125rem;
}
.contacts-top__left .contacts-top-group:nth-of-type(4) {
  width: 14.75rem;
}
.contacts-top__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.contacts-top-group {
  display: flex;
  flex-direction: column;
}
.contacts-top-group__name {
  display: block;
  line-height: 100%;
  margin-bottom: 1.25rem;
  color: rgba(0, 96, 183, 0.6);
  font-family: MontserratMediumItalic;
  font-weight: 500;
}
.contacts-top-group__link {
  color: #0060B7;
  line-height: 118%;
  font-family: Montserrat;
  font-weight: 700;
}
.contacts-top-group-time {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contacts-top-group-time .time-text {
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.contacts-top-group-time__right .time-text {
  text-align: right;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.contacts-top-group__links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contacts-top-group__links .contacts-top-group__link {
  cursor: pointer;
}
.contacts-bottom {
  display: grid;
  grid-template-columns: 62.9375rem auto;
  gap: 1.25rem;
  margin-top: 3.75rem;
}
.contacts-bottom__left {
  width: 100%;
  height: 30.375rem;
}
.contacts-bottom__map {
  height: 100%;
  width: 100%;
  background-color: #F1F4F6;
}
.contacts-bottom-form {
  background-color: #F1F4F6;
  padding: 1.5rem;
}
.contacts-bottom-form__name {
  margin-bottom: 1.5rem;
}
.contacts-bottom-form__inputs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.contacts-bottom-form__input {
  border-bottom: 0.0625rem solid #C1D6EA;
}
.contacts-bottom-form__input::placeholder {
  color: #0060B7;
}
.contacts-bottom-form__button {
  margin-top: 1.25rem;
  width: 100%;
  height: 2.5rem;
}
.contacts-bottom-form .form-block__policy .policy-text {
  padding-left: 1.25rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.contacts-modal {
  display: none;
  background: #fff;
  padding: 1.875rem;
  border-radius: 0.5rem;
  max-width: 37.5rem;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.2);
}
.contacts-modal__list {
  margin-top: 2rem;
}
.contacts-modal__list ul li {
  margin-bottom: 0.625rem;
  position: relative;
  padding-left: 1.25rem;
}
.contacts-modal__list ul li::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: var(--accent-2);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}
.contacts-modal__list ul li:last-child {
  margin: 0;
}

.modal-backdrop .contacts-modal {
  display: block;
}

@media screen and (max-width: 992px) {
  .contacts {
    padding: 8.25rem 0 2.5rem;
  }
  .contacts__title {
    margin-bottom: 2.5rem;
  }
  .contacts-top {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .contacts-top__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 1.25rem;
  }
  .contacts-top__left {
    width: 100%;
  }
  .contacts-top__left .contacts-top-group:nth-of-type(1) {
    width: 100%;
  }
  .contacts-top__left .contacts-top-group:nth-of-type(2) {
    width: 100%;
  }
  .contacts-top__left .contacts-top-group:nth-of-type(3) {
    width: 100%;
  }
  .contacts-top__left .contacts-top-group:nth-of-type(4) {
    width: 100%;
    flex-direction: column;
  }
  .contacts-top__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .contacts-top-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .contacts-top-group__name {
    line-height: 118%;
    margin-bottom: 0;
  }
  .contacts-top-group__link {
    text-align: right;
    line-height: 118%;
  }
  .contacts-top-group-time {
    align-items: flex-start;
    margin-top: 1.25rem;
    width: 100%;
  }
  .contacts-top-group__socials {
    justify-content: flex-start;
  }
  .contacts-bottom {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
  }
  .contacts-bottom__left {
    width: 100%;
    height: 30.375rem;
  }
  .contacts-bottom .policy-text {
    font-size: 0.75rem;
  }
  .contacts-bottom .policy-text br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .contacts-top__right .contacts-top-group {
    flex-direction: column;
    gap: 1.25rem;
  }
  .contacts-top-group__links {
    margin-left: auto;
  }
}
.about-company-main {
  margin-top: 10.125rem;
  padding-bottom: 5rem;
}
.about-company-main-top {
  display: grid;
  grid-template-columns: auto 54.875rem;
  align-items: flex-end;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.about-company-main-top__text {
  font-size: 1.375rem;
  line-height: 110%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.about-company-main-center {
  display: grid;
  grid-template-columns: auto 54.875rem;
  align-items: flex-end;
  gap: 2.5rem;
}
.about-company-main-center__text {
  line-height: 118%;
  color: #0060B7;
}
.about-company-main-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.about-company-main-bottom__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 54.875rem;
  margin-top: 2.5rem;
}
.about-company-main-bottom-item {
  padding: 1.5rem 0;
  border-top: 0.0625rem solid #0060B7;
}
.about-company-main-bottom-item__title {
  font-size: 1.375rem;
  line-height: 110%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .about-company-main {
    margin-top: 8.25rem;
    padding-bottom: 2.5rem;
  }
  .about-company-main-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .about-company-main-top__text {
    font-size: 1.125rem;
  }
  .about-company-main-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .about-company-main-center__left {
    order: 2;
  }
  .about-company-main-center__right {
    order: 1;
  }
  .about-company-main-bottom {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .about-company-main-top__title {
    font-size: 2rem;
  }
  .about-company-main-center__image .box {
    height: 17rem;
  }
}
.about-company-clients-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
}
.about-company-clients__title {
  width: 54.875rem;
}
.about-company-clients-row {
  display: grid;
  grid-template-columns: auto 54.875rem;
  gap: 1.25rem;
  padding: 1.75rem 0;
  border-top: 0.0625rem solid #C9DDF0;
}
.about-company-clients-row:last-child {
  border-bottom: 0.0625rem solid #C9DDF0;
}
.about-company-clients-row__number {
  font-size: 1.375rem;
  line-height: 100%;
  color: #C9DDF0;
  font-family: Montserrat;
  font-weight: 700;
}
.about-company-clients-row__title {
  font-size: 1.375rem;
  line-height: 100%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
  transition: 0.3s ease;
}
.about-company-clients-row:hover .about-company-clients-row__title {
  color: var(--accent-2);
}

@media screen and (max-width: 992px) {
  .about-company-clients {
    padding: 2.5rem 0;
  }
  .about-company-clients-header {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.875rem;
  }
  .about-company-clients__title {
    width: 100%;
    font-size: 2rem;
  }
  .about-company-clients-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 0;
    border-top: 0.0625rem solid #C9DDF0;
  }
  .about-company-clients-row__number {
    font-size: 0.875rem;
  }
  .about-company-clients-row__title {
    font-size: 1.125rem;
  }
}
.partners-main__block {
  position: relative;
}
.partners-main__desc {
  max-width: 42rem;
  width: 100%;
}
.partners-main__sub {
  margin-top: 2.1875rem;
  text-transform: inherit;
}
.partners-main__image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.partners-main__image .box {
  width: 38.875rem;
  height: 100%;
}
.partners-main-form {
  margin-top: 2.1875rem;
  background-color: var(--accent);
  padding: 1.5rem;
  color: var(--light);
  max-width: 54.875rem;
  width: 100%;
}
.partners-main-form__title {
  color: var(--light);
}
.partners-main-form__inputs {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.partners-main-form__button {
  margin-top: 1.25rem;
  width: 100%;
  height: 2.5rem;
}
.partners-main-form .main-one-info-form__policy {
  margin-top: 1.25rem;
  position: initial;
  width: 100%;
}
.partners-main-form .main-one-info-form__policy .policy-text {
  color: var(--light);
  padding-left: 1.25rem;
}
.partners-main-form .main-one-info-form__policy .policy-text a {
  color: var(--light);
}
.partners-main-form .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
  background-image: url(../img/partners/partners-main/checkbox-none.svg);
  background-size: 100%;
}
.partners-main-form .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::before {
  background-image: url(../img/partners/partners-main/checkbox-none.svg);
  background-size: 100%;
}
.partners-main-form .main-one-info-form__policy .wpcf7-checkbox label span::before {
  background-image: url(../img/partners/partners-main/checkbox-active.svg);
  background-size: 100%;
}
.partners-main-form .main-one-info-form__policy .wpcf7-checkbox label span::after {
  background-image: url(../img/partners/partners-main/checkbox.svg);
  background-size: 100%;
}

@media screen and (max-width: 992px) {
  .partners-main__image {
    margin-top: 2rem;
    position: initial;
  }
  .partners-main__image .box {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .partners-main__sub {
    margin-top: 2rem;
  }
  .partners-main-form {
    margin-top: 2rem;
    padding: 2.5rem 1.25rem;
  }
  .partners-main-form__inputs {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .partners-main-form .main-one-info-form__policy .policy-text {
    font-size: 0.75rem;
    padding-left: 1.75rem;
  }
  .partners-main-form .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .partners-main-form .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.collective-verification__block {
  display: flex;
  justify-content: space-between;
}
.collective-verification__left {
  max-width: 33.0625rem;
  width: 100%;
}
.collective-verification__right {
  max-width: 54.875rem;
  width: 100%;
}
.collective-verification-block {
  background-color: rgba(224, 231, 235, 0.4);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.collective-verification-block__title {
  text-transform: inherit;
}
.collective-verification-block__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.collective-verification-block__item {
  background-color: #E0E7EB;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 18.75rem;
  transition: 0.3s ease;
}
.collective-verification-block__item:hover {
  background-color: var(--accent);
}
.collective-verification-block__item:hover .collective-verification-block__name {
  color: var(--light);
}
.collective-verification-block__item:hover .collective-verification-block__icon {
  display: none;
}
.collective-verification-block__item:hover .collective-verification-block__icon--hover {
  display: block;
  opacity: 1;
  width: auto;
  visibility: visible;
}
.collective-verification-block__icons {
  position: relative;
}
.collective-verification-block__icon .box {
  width: 3.375rem;
  height: auto;
}
.collective-verification-block__icon--hover {
  opacity: 0;
  width: 0;
  visibility: hidden;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.collective-verification-block__name {
  color: var(--accent);
  font-size: 0.875rem;
  line-height: 1.2;
  font-family: Montserrat;
  font-weight: 700;
  transition: 0.3s ease;
}
.collective-verification-block__text {
  color: var(--accent);
  max-width: 45.3125rem;
  width: 100%;
}
.collective-verification-block__btn {
  height: 2.5rem;
}
.collective-verification__text {
  margin-top: 5rem;
  font-family: MontserratMediumItalic;
  font-weight: 500;
  color: var(--accent);
  max-width: 51.4375rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .collective-verification__block {
    flex-direction: column;
    gap: 2rem;
  }
  .collective-verification__text {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .collective-verification__title {
    font-size: 1.375rem;
  }
  .collective-verification-block {
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .collective-verification-block__title {
    line-height: 1.2;
  }
  .collective-verification-block__text {
    font-size: 0.875rem;
  }
  .collective-verification-block__items {
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-left: -2.75rem;
    padding: 0 2.75rem;
    scrollbar-width: none;
  }
  .collective-verification-block__items::-webkit-scrollbar {
    display: none;
  }
  .collective-verification-block__item {
    min-height: 9.5rem;
    padding: 1.25rem;
    min-width: 17rem;
  }
  .collective-verification-block__icon .box {
    width: 2rem;
  }
  .collective-verification__text {
    font-size: 0.875rem;
  }
}
.who-partners__items {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.who-partners__item {
  background-color: rgba(224, 231, 235, 0.4);
  padding: 2rem;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  color: var(--accent);
  transition: 0.3s ease;
}
.who-partners__item:hover {
  background-color: var(--accent);
  color: var(--light);
}
.who-partners__item:hover .who-partners__name {
  color: var(--light);
}
.who-partners__name {
  text-transform: inherit;
}
.who-partners__text {
  max-width: 23.4375rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .who-partners__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .who-partners__items {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .who-partners__item {
    min-height: 11.25rem;
    padding: 1.25rem;
  }
  .who-partners__name {
    font-size: 1.375rem;
  }
}
.partners-services__block {
  display: flex;
  justify-content: space-between;
  gap: 4.0625rem;
}
.partners-services__right {
  max-width: 54.875rem;
  width: 100%;
}
.partners-services__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.partners-services__item {
  background-color: rgba(224, 231, 235, 0.4);
  color: var(--accent);
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.partners-services__name {
  min-width: 20.8125rem;
  max-width: 20.8125rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .partners-services__block {
    flex-direction: column;
    gap: 2.5rem;
  }
  .partners-services__name {
    min-width: 18.75rem;
    max-width: 18.75rem;
  }
}
@media screen and (max-width: 576px) {
  .partners-services__block {
    gap: 2rem;
  }
  .partners-services__item {
    flex-direction: column;
    padding: 1.25rem;
  }
  .partners-services__name {
    min-width: 100%;
    max-width: 100%;
  }
  .partners-services__text {
    font-size: 0.875rem;
  }
  .partners-services__text ul li::before {
    top: 0.3438rem;
  }
}
.partners-benefits__content {
  margin-top: 4.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.partners-benefits__list {
  margin-top: 2.5rem;
}
.partners-benefits__item {
  font-family: Montserrat;
  font-weight: 700;
  padding: 1.25rem 0;
  border-top: 0.0625rem solid #E0E7EB;
}

@media screen and (max-width: 576px) {
  .partners-benefits__title {
    font-size: 1.375rem;
  }
  .partners-benefits__content {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .partners-benefits__list {
    margin-top: 1rem;
  }
  .partners-benefits__item {
    font-size: 0.875rem;
    padding: 1rem 0;
  }
}
.partners-benefits-two .partners__header {
  max-width: 46.875rem;
  width: 100%;
  margin-left: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.partners-benefits-two .partners__title {
  margin: 0;
}
.partners-benefits-two .partners-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.partners-benefits-two .partners-card__title {
  font-size: 1.375rem;
}

@media screen and (max-width: 576px) {
  .partners-benefits-two .partners__swiper {
    margin: 1.375rem 0 0 0;
    width: 100vw;
    margin-left: -1.5rem;
  }
  .partners-benefits-two .partners-card {
    padding: 2.625rem;
    height: 12.5rem;
    justify-content: center;
  }
  .partners-benefits-two .partners-card__title {
    font-size: 1.125rem;
  }
  .partners-benefits-two .partners-card__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  .partners-benefits-two .partners-card-top-left {
    top: 1.5rem;
    left: 1.5rem;
  }
  .partners-benefits-two .partners-card-top-right {
    top: 1.5rem;
    right: 1.5rem;
  }
  .partners-benefits-two .partners-card-bottom-left {
    bottom: 1.5rem;
    left: 1.5rem;
  }
  .partners-benefits-two .partners-card-bottom-right {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.partners-formats__content {
  max-width: 70.9375rem;
  width: 100%;
  margin-left: auto;
}
.partners-formats__items {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media screen and (max-width: 992px) {
  .partners-formats__items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-formats .services-page-block-card__title {
    font-size: 1.375rem;
  }
  .partners-formats .services-page-block-card {
    height: 17.5rem;
  }
}
@media screen and (max-width: 576px) {
  .partners-formats__title {
    font-size: 1.375rem;
  }
  .partners-formats__items {
    margin-top: 2rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
  .partners-formats .services-page-block-card__title {
    font-size: 1.125rem;
  }
  .partners-formats .services-page-block-card {
    padding: 2rem 1.25rem;
  }
}
.feedback {
  padding: 10.125rem 0 5rem;
}
.feedback__block {
  display: grid;
  grid-template-columns: auto 46.875rem;
  gap: 9.25rem;
}
.feedback-left {
  height: 100%;
}
.feedback-left__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.feedback__title {
  margin-bottom: 2.5rem;
}
.feedback__text {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  line-height: 118%;
  font-family: Montserrat;
  font-weight: 500;
}
.feedback__text p {
  color: #0060B7;
}
.feedback-important {
  padding: 1.1875rem 1.5rem 1.1875rem 1.5rem;
  color: #F56B18;
  border: 0.0625rem solid #F56B18;
  font-family: Montserrat;
  font-weight: 700;
}
.feedback__right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  background-image: url(../img/feedback/background-feedback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.feedback-form__title {
  font-size: 2rem;
  line-height: 110%;
  margin-bottom: 1.5rem;
  color: #FBFDFE;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
}
.feedback-form__text ul {
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
}
.feedback-form__text ul li {
  position: relative;
  color: #FBFDFE;
  padding-left: 1.4375rem;
  font-family: Montserrat;
  font-weight: 700;
}
.feedback-form__text ul li::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #FBFDFE;
}
.feedback-form-input {
  width: 100%;
  border-bottom: 0.0625rem solid #3280C5;
  color: var(--light);
}
.feedback-form-input::placeholder {
  color: #FBFDFE;
}
.feedback-form-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.feedback-form-buttons {
  width: 100%;
}
.feedback-form-button {
  width: 100%;
  height: 2.5rem;
  margin-top: 1.25rem;
}
.feedback-form .main-one-info-form__policy {
  margin-top: 1.25rem;
  position: initial;
  width: 100%;
}
.feedback-form .main-one-info-form__policy .policy-text {
  color: var(--light);
  padding-left: 2.25rem;
}
.feedback-form .main-one-info-form__policy .policy-text a {
  color: var(--light);
}
.feedback-form .main-one-info-form__policy .main-one-info-form__policy {
  margin-top: 1.25rem;
  position: initial;
  width: 100%;
}
.feedback-form .main-one-info-form__policy .policy-text {
  color: var(--light);
  padding-left: 1.25rem;
}
.feedback-form .main-one-info-form__policy .policy-text a {
  color: var(--light);
}
.feedback-form .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::after {
  background-image: url(../img/partners/partners-main/checkbox-none.svg);
  background-size: 100%;
}
.feedback-form .main-one-info-form__policy .wpcf7-checkbox.wpcf7-not-valid label span::before {
  background-image: url(../img/partners/partners-main/checkbox-none.svg);
  background-size: 100%;
}
.feedback-form .main-one-info-form__policy .wpcf7-checkbox label span::before {
  background-image: url(../img/partners/partners-main/checkbox-active.svg);
  background-size: 100%;
}
.feedback-form .main-one-info-form__policy .wpcf7-checkbox label span::after {
  background-image: url(../img/partners/partners-main/checkbox.svg);
  background-size: 100%;
}

@media screen and (max-width: 992px) {
  .feedback {
    position: relative;
    padding: 8.25rem 0 7.8125rem;
  }
  .feedback__block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .feedback-left__wrapper {
    height: 100%;
  }
  .feedback__title {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 110%;
  }
  .feedback__text {
    gap: 1.25rem;
  }
  .feedback-important {
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
  .feedback__right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5rem;
    background-image: url(../img/feedback/background-feedback-mob.jpg);
  }
  .feedback-form__title {
    font-size: 1.375rem;
    line-height: 110%;
    margin-bottom: 2rem;
  }
  .feedback-form__text ul {
    gap: 0.9375rem;
  }
  .feedback-form__text ul li {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
  .feedback-form__text ul li::after {
    top: 0.3125rem;
    left: 0.25rem;
    width: 0.25rem;
    height: 0.25rem;
  }
  .feedback-form-inputs {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .feedback {
    padding-bottom: 10.625rem;
  }
  .feedback-form-inputs {
    display: flex;
    flex-direction: column;
  }
  .feedback-form .main-one-info-form__policy .policy-text {
    padding-left: 1.75rem;
  }
}
.services-page {
  padding: 10.125rem 0 5rem;
}
.services-page-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.services-page-block__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.services-page-block-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column: 1/-1;
  background-image: url(../img/services-page/background.jpg);
  background-size: cover;
  background-position: center center;
  height: 22.8125rem;
  width: 100%;
}
.services-page-block-header__image {
  position: absolute;
  height: 22.8125rem;
  left: 3.4375rem;
}
.services-page-block-header__image img {
  height: 100%;
  max-width: auto;
}
.services-page-block-header__title {
  max-width: 22.8125rem;
  width: 100%;
  color: #FBFDFE;
}
.services-page-block-card {
  background-color: #F1F4F6;
  padding: 2rem;
  height: 22.8125rem;
  overflow: hidden;
  position: relative;
  color: var(--accent);
}
.services-page-block-card__title {
  color: #0060B7;
  font-size: 1.375rem;
  line-height: 110%;
  max-width: 10.625rem;
}
.services-page-block-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.services-page-block-card__info ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.services-page-block-card__info ul li {
  position: relative;
  padding-left: 0.875rem;
  color: #0060B7;
}
.services-page-block-card__info ul li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.4375rem;
  left: 0;
  min-width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #609CD0;
}
.services-page-block-card__hover {
  opacity: 0;
  position: absolute;
  right: -0.0625rem;
  bottom: -0.0625rem;
  width: 8.25rem;
  height: 8.0625rem;
  background-color: #FBFDFE;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  overflow: hidden;
}
.services-page-block-card__hover-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.services-page-block-card__hover-wrapper .icon {
  position: absolute;
  width: 3.375rem;
  height: 3.375rem;
  right: 0.1875rem;
  bottom: 0.125rem;
}
.services-page-block-card:hover {
  background-color: #0060B7;
}
.services-page-block-card:hover .services-page-block-card__title {
  color: #FBFDFE;
}
.services-page-block-card:hover .services-page-block-card__info {
  opacity: 0;
}
.services-page-block-card:hover .services-page-block-card__hover {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .services-page {
    padding: 7.75rem 0 2.5rem;
  }
  .services-page-block {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .services-page-block__cards {
    gap: 0.75rem;
  }
  .services-page-block-header {
    align-items: center;
    justify-content: flex-start;
    grid-column: 1/-1;
    height: 9.5rem;
    padding: 1.25rem;
  }
  .services-page-block-header__image {
    height: 9.5rem;
    left: auto;
    right: 0.8125rem;
  }
  .services-page-block-header__title {
    font-size: 1.375rem;
    max-width: 7.9375rem;
  }
  .services-page-block-card {
    padding: 1.25rem;
    height: 13.75rem;
  }
  .services-page-block-card__title {
    font-size: 1rem;
    line-height: 110%;
    max-width: 10.625rem;
  }
  .services-page-block-card__info ul {
    gap: 0.25rem;
  }
  .services-page-block-card__info ul li {
    padding-left: 0.875rem;
  }
  .services-page-block-card__info ul li::after {
    top: 0.375rem;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  .services-page-block {
    gap: 5rem;
  }
  .services-page-block__cards {
    display: flex;
    flex-direction: column;
  }
  .services-page-block-card__info ul li {
    font-size: 0.875rem;
  }
  .services-page-block-card__info ul li::after {
    top: 0.3438rem;
  }
}
.prices__header {
  max-width: 46.875rem;
  width: 100%;
  margin-left: auto;
}
.prices__content {
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.prices-item {
  background-color: rgba(224, 231, 235, 0.4);
  border: 0.0625rem solid rgba(224, 231, 235, 0.4);
  transition: 0.3s ease;
  padding: 2rem;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prices-item:hover {
  border: 0.0625rem solid var(--accent);
  background-color: transparent;
}
.prices-item__btn {
  min-height: 2.5rem;
  margin-top: 2rem;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.prices-item__btn--commercial {
  margin-top: 0.75rem;
}
.prices-item__btn .btn-text-mobile {
  display: none;
}
.prices-item__name {
  font-size: 2.125rem;
  font-family: Montserrat;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 34.375rem;
  width: 100%;
}
.prices-item__texts {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.prices-item__price {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.prices-item__price .prices-item__name {
  max-width: inherit;
  width: auto;
  white-space: nowrap;
}
.prices-item__desc {
  font-style: italic;
  opacity: 0.5;
}
.prices-item__bottom {
  margin-top: 5rem;
}
.prices__bottom {
  max-width: 46.875rem;
  width: 100%;
  margin-left: auto;
  margin-top: 1.25rem;
  font-style: italic;
}
.prices__list {
  padding-left: 0.625rem;
}
.prices__list li {
  position: relative;
  padding-left: 0.625rem;
}
.prices__list li::before {
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: var(--accent);
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.prices--heat .prices__content {
  margin-top: 0;
}
.prices--heat .prices-item {
  min-height: 33.75rem;
}
.prices--heat .prices-item__texts {
  margin-top: 2rem;
}

@media screen and (max-width: 992px) {
  .prices__content {
    margin-top: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .prices__title {
    font-size: 1.375rem;
  }
  .prices__content {
    margin-top: 2rem;
  }
  .prices-item {
    padding: 1.25rem;
    min-height: 12.125rem;
  }
  .prices-item__name {
    font-size: 1rem;
  }
  .prices-item__name--price {
    font-size: 1.375rem;
  }
  .prices-item__btn {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  .prices-item__btn .btn-text-desktop {
    display: none;
  }
  .prices-item__btn .btn-text-mobile {
    display: block;
  }
  .prices-item__text {
    font-size: 0.875rem;
  }
  .prices-item__texts {
    margin-top: 2rem;
    gap: 1.25rem;
  }
  .prices-item__price {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .prices-item__desc {
    font-size: 0.75rem;
  }
  .prices-item__bottom {
    margin-top: 2rem;
  }
  .prices__list {
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .prices--heat .prices-item {
    min-height: 19.5rem;
  }
  .prices--heat .prices-item__texts {
    margin-top: 0.75rem;
  }
}
.service-description-one__block {
  display: grid;
  grid-template-columns: auto 62.9375rem;
  gap: 1.25rem;
}
.service-description-one-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
.service-description-one-right {
  width: 100%;
}
.service-description-one__image {
  width: 100%;
  height: 40rem;
}
.service-description-one__image .box {
  width: 100%;
  height: 100%;
}
.service-description-one__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  line-height: 118%;
  font-family: Montserrat;
  font-weight: 700;
}
.service-description-one__title-mob {
  display: none;
}

@media screen and (max-width: 992px) {
  .service-description-one__block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .service-description-one__title-mob {
    display: block;
    margin-bottom: 2rem;
  }
  .service-description-one__title {
    display: none;
  }
  .service-description-one-left {
    height: auto;
    width: auto;
    order: 2;
  }
  .service-description-one-right {
    order: 1;
  }
  .service-description-one__image {
    height: 25rem;
  }
}
@media screen and (max-width: 576px) {
  .service-description-one {
    overflow: hidden;
  }
  .service-description-one__image {
    height: 14.3125rem;
    width: 21rem;
  }
}
.warranty-obligations-block {
  display: grid;
  grid-template-columns: 38.875rem auto;
  gap: 9.25rem;
}
.warranty-obligations-block__mob {
  display: none;
}
.warranty-obligations-block__image {
  width: 100%;
  padding-top: 2.3125rem;
  border-top: 0.0625rem solid #E0E7EB;
  margin-top: 3.4375rem;
}
.warranty-obligations-block__image .box {
  width: 100%;
}
.warranty-obligations-block__image .box img {
  width: 100%;
}
.warranty-obligations-block__right {
  padding-top: 4rem;
}
.warranty-obligations-block__info {
  margin-bottom: 3.75rem;
  line-height: 118%;
  font-family: Montserrat;
  font-weight: 700;
}
.warranty-obligations-block__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  font-family: Montserrat;
  font-weight: 700;
}
.warranty-obligations-block__address {
  margin-top: 3.125rem;
  font-family: MontserratMediumItalic;
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .warranty-obligations-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .warranty-obligations-block__mob {
    display: block;
    margin-top: 2rem;
    line-height: 118%;
    font-family: Montserrat;
    font-weight: 700;
  }
  .warranty-obligations-block__image {
    width: 100%;
    padding-top: 0;
    border-top: none;
    margin-top: 2rem;
  }
  .warranty-obligations-block__right {
    padding-top: 0;
  }
  .warranty-obligations-block__info {
    display: none;
  }
  .warranty-obligations-block__text br {
    display: none;
  }
  .warranty-obligations-block__address {
    margin-top: 2rem;
  }
}
.counter-description__block {
  display: grid;
  grid-template-columns: auto 41.875rem;
  gap: 3.75rem;
  padding: 2.5rem;
  background-color: #F1F4F6;
}
.counter-description-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  gap: 1.25rem;
}
.counter-description-left-title {
  font-size: 2.125rem;
  margin-bottom: 2.5rem;
}
.counter-description-left-title-mob {
  display: none;
}
.counter-description-left__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.counter-description-left__list li {
  position: relative;
  padding-left: 1.125rem;
}
.counter-description-left__list li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.375rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #609CD0;
  border-radius: 100%;
}
.counter-description-left__image {
  width: 100%;
  height: 41.875rem;
}
.counter-description-left__image .box {
  width: 100%;
  height: 100%;
}
.counter-description-left-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  width: 100%;
}
.counter-description-left-bottom-price {
  font-size: 2.125rem;
  line-height: 110%;
  color: #0060B7;
  font-family: Montserrat;
  font-weight: 700;
}
.counter-description-left-bottom-button {
  width: 100%;
  max-width: 100%;
  height: 2.5rem;
}
.counter-description__info {
  margin-top: 1.25rem;
  margin-left: 2.5rem;
  width: 46.875rem;
}
.counter-description__info ul {
  display: flex;
  flex-direction: column;
  gap: 0.0625rem;
}
.counter-description__info ul li {
  position: relative;
  padding-left: 1.5rem;
  font-family: MontserratItalic;
  font-weight: 400;
}
.counter-description__info ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background-color: #0060B7;
  left: 0.5625rem;
  top: 0.375rem;
}

@media screen and (max-width: 992px) {
  .counter-description__block {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.25rem;
    background-color: #F1F4F6;
  }
  .counter-description-left {
    order: 2;
    gap: 1.25rem;
  }
  .counter-description-left-title {
    display: none;
  }
  .counter-description-left-title-mob {
    font-size: 1.375rem;
    line-height: 110%;
    display: block;
    margin-bottom: 1.25rem;
  }
  .counter-description-left__list {
    gap: 0.5rem;
  }
  .counter-description-left__list li {
    font-size: 0.875rem;
    line-height: 100%;
    padding-left: 1.125rem;
  }
  .counter-description-left__list li::after {
    top: 0.25rem;
  }
  .counter-description-left-bottom {
    gap: 0.75rem;
  }
  .counter-description-left-bottom-price {
    font-size: 1.375rem;
    line-height: 110%;
  }
  .counter-description-right {
    order: 1;
  }
  .counter-description-right__image {
    width: 100%;
    height: 28.125rem;
  }
  .counter-description-right__image .box {
    width: 100%;
    height: 100%;
  }
  .counter-description-right__image .box img {
    width: 100%;
    height: 100%;
  }
  .counter-description__info {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .counter-description__info ul {
    gap: 0.9375rem;
  }
  .counter-description__info ul li {
    font-size: 0.875rem;
    line-height: 118%;
  }
}
@media screen and (max-width: 576px) {
  .counter-description-right__image {
    width: 100%;
    height: 17rem;
  }
}
.repair-information {
  margin: auto;
  max-width: 100.0625rem;
  width: 100%;
}
.repair-information-block {
  display: grid;
  grid-template-columns: 50.625rem auto;
  background-color: #F1F4F6;
}
.repair-information-block-left {
  padding: 2.5rem 3.75rem 2.5rem 5rem;
}
.repair-information-block-left__title {
  font-size: 1.375rem;
  line-height: 110%;
  margin-bottom: 2.5rem;
  font-family: Montserrat;
  font-weight: 700;
}
.repair-information-block-left__title span {
  color: #F56B18;
}
.repair-information-block-left__text ul {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.repair-information-block-left__text ul li {
  padding-left: 1.5625rem;
  position: relative;
}
.repair-information-block-left__text ul li::after {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: 0.3125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 100%;
  background-color: #0060B7;
}
.repair-information-block-left__button {
  margin-top: 2.5rem;
  width: 14.75rem;
  height: 2.5rem;
}
.repair-information-block-right {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .repair-information {
    margin: auto;
    max-width: 100%;
    width: 100%;
  }
  .repair-information-block {
    display: flex;
    flex-direction: column;
  }
  .repair-information-block-left {
    order: 2;
    padding: 1.5rem;
  }
  .repair-information-block-left__title {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .repair-information-block-left__text ul li {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
  .repair-information-block-left__text ul li::after {
    left: 0.375rem;
  }
  .repair-information-block-left__button {
    margin-top: 1.5rem;
    width: 100%;
    max-width: 19.5rem;
  }
  .repair-information-block-right {
    order: 1;
    height: 28.125rem;
  }
}
@media screen and (max-width: 576px) {
  .repair-information-block-right {
    order: 1;
    height: 15rem;
  }
}