/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --maincolor: #505050;
  --blue: #3DB9E7;
  --white: #fff;
}

html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

a:hover {
  color: var(--blue);
}

img {
  max-width: 100%;
}

input {
  border: none;
}

input,
button {
  font-family: "Open Sans", sans-serif;
}

button,
input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
}

textarea {
  font-family: "Open Sans", sans-serif;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  color: var(--maincolor);
  background-color: var(--white);
  font-weight: 100;
}

iframe {
  border: none;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-c-j {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

button, input[type=submit] {
  cursor: pointer;
}

.list-reset {
  list-style: none;
}

.container {
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container_fuild {
  max-width: 1630px;
}

.main-title {
  font-weight: 700;
  font-size: 26px;
  color: #314655;
}
.main-title_mini {
  padding-bottom: 6px;
  font-size: 16px;
}
.main-title__sub {
  position: relative;
  display: block;
  margin-top: 11px;
  font-size: 18px;
  color: var(--blue);
  z-index: 1;
}
.main-title__sub::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--blue);
  z-index: -1;
}
.main-title__sub span {
  position: relative;
  padding-right: 6px;
  background-color: var(--white);
  z-index: 2;
}
.main-title__sub_nobrd::after {
  display: none;
}

.btn {
  padding: 12px 30px;
  border-radius: 6px;
  background-color: var(--red);
  color: var(--white);
}

.maintitle {
  margin-bottom: 40px;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

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

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

.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-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: 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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: 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:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  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: 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;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  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-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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: 4px;
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: 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%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.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-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.homeslider__item {
  position: relative;
  height: 650px;
  width: 100%;
  background-size: cover;
}
.homeslider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.homeslider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(90deg, rgba(0, 0, 0, 0.036) 2.5%, rgba(255, 255, 255, 0.012) 52.45%);
}
.homeslider .container {
  position: relative;
  z-index: 99;
}
.homeslider__title {
  margin-top: 204px;
  font-size: 18px;
  color: var(--white);
}
.homeslider__icon {
  margin-right: 14px;
  width: 36px;
  height: 36px;
  background-color: #314655;
  border: 2px solid #3DB9E6;
  border-radius: 100%;
}
.homeslider__h2title {
  max-width: 680px;
  margin-top: 60px;
  font-weight: 700;
  font-size: 42px;
  color: var(--white);
}
.homeslider__footer {
  margin-top: 50px;
}
.homeslider__btn {
  padding: 11px 40px;
  text-transform: uppercase;
  background-color: var(--white);
}
.homeslider__descr {
  max-width: 350px;
  width: 100%;
  margin-left: 30px;
  color: var(--white);
}
.homeslider__prev {
  left: 0;
}
.homeslider__next {
  right: 0;
  transform: rotate(180deg);
}
.homeslider__pagination {
  position: static;
  top: 50%;
  right: 0;
  bottom: auto !important;
}
.homeslider__pagination__wrapp {
  position: absolute;
  top: -650px;
  right: 0;
  height: 650px;
  display: flex;
  align-items: center;
}
.homeslider__bullet {
  display: block;
  width: 13px;
  height: 13px;
  background-color: var(--maincolor);
  border: 3px solid var(--white);
}
.homeslider__bullet:not(:last-child) {
  margin-bottom: 6px;
}
.homeslider .swiper-pagination-bullet-active {
  background-color: var(--blue);
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header__wrapp {
  padding: 30px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.header__navigation {
  margin-left: 96px;
}
.header__telephonediv {
  margin-left: auto;
}
.header__telephoneitem {
  display: none;
  flex-direction: column;
  color: var(--white);
}
.header__telephoneitem span {
  margin-bottom: 1px;
}
.header__telephoneitem a {
  font-size: 14px;
  font-weight: 700;
}
.header__callback {
  margin-left: 53px;
  padding: 10px 38px;
  background-color: var(--white);
  border-radius: 100px;
}
.header__callback svg {
  margin-right: 10px;
}

.navigation__item {
  position: relative;
}
.navigation__item:not(:last-child) {
  margin-right: 31px;
}
.navigation__href {
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
}
.navigation__href svg {
  margin-left: 7px;
}
.navigation__href span {
  position: relative;
  padding-bottom: 2px;
}
.navigation__href span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 0%;
  height: 3px;
  background-color: var(--blue);
  transition: width 0.4s ease-in-out;
}
.navigation__href_active span, .navigation__href:hover span {
  color: var(--blue);
}
.navigation__href_active span::before, .navigation__href:hover span::before {
  width: 100%;
}
.navigation__sub {
  width: 275px;
  left: 0;
  position: absolute;
  top: 115%;
  padding: 0 10px;
  background-color: var(--blue);
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
}
.navigation__subHref {
  display: block;
  padding: 12px;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navigation__subHref_active, .navigation__subHref:hover {
  color: var(--maincolor);
}
.navigation__subHref_last {
  display: flex;
  font-weight: 700;
}
.navigation__subHref_last svg {
  margin-right: 12px;
}
.navigation__subHref_last svg path {
  transition: fill 0.4s ease-in-out;
}
.navigation__subHref_last:hover svg path {
  fill: var(--maincolor);
}

.navigation__item:hover .navigation__sub {
  transform: scale(1);
}

.navigation__item:hover .navigation__href span::before {
  width: 100%;
}

.arrow {
  position: absolute;
  top: 290px;
  width: 48px;
  height: 148px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.4s ease-in-out;
  z-index: 99;
}
.arrow:hover {
  background-color: var(--white);
}

.preims {
  display: none;
  margin-top: 60px;
}
.preims__item {
  flex-direction: column;
  max-width: calc(33% - 15px);
  width: 100%;
  margin-right: 30px;
  padding: 40px;
  color: var(--white);
  text-align: center;
  background-color: #314655;
  transition: background-color 0.4s ease-in-out;
}
.preims__item:last-child {
  margin-right: 0;
}
.preims__item:hover {
  background-color: var(--blue);
}
.preims__icon {
  margin-bottom: 12px;
}
.preims__title {
  margin-bottom: 12px;
  font-weight: 700;
}

.aboutus {
  margin-top: 40px;
}
.aboutus__img {
  margin-left: auto;
}
.aboutus__left {
  margin-right: 30px;
}
.aboutus__descr {
  line-height: 2;
  margin-top: 30px;
}
.aboutus__footer {
  margin-top: 40px;
}
.aboutus__btn {
  padding: 13px 26px;
  background-color: var(--blue);
  font-weight: 700;
  font-size: 12px;
  color: var(--white);
  text-transform: uppercase;
  transition-property: background-color, color;
  transition-timing-function: ease-in;
  transition-duration: 0.4s;
}
.aboutus__btn:hover {
  color: var(--white);
  background-color: var(--maincolor);
}
.aboutus__descrs {
  max-width: 470px;
  width: 100%;
  margin-left: 30px;
  font-weight: 600;
  font-size: 12px;
}

.products {
  margin-top: 100px;
}
.products__info {
  width: 100%;
  padding-left: 30px;
  color: var(--white);
  background-color: var(--blue);
  flex-direction: column;
  justify-content: center;
}
.products__item_n3 img, .products__item_n1 img {
  max-width: 45%;
}
.products__item_n3 .products__info, .products__item_n1 .products__info {
  max-width: 65%;
}
.products__item_n2 img {
  max-width: 45%;
}
.products__item_n2 .products__info {
  margin-left: auto;
  max-width: 65%;
  background-color: #314655;
}
.products__title {
  font-weight: 600;
  font-size: 24px;
}
.products__title svg {
  margin-right: 20px;
}
.products__text {
  margin-top: 30px;
  max-width: 720px;
  width: 100%;
  color: var(--white);
  line-height: 2;
}
.products__btn {
  margin-top: 40px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 13px 65px;
  background-color: var(--white);
  font-weight: 700;
  font-size: 12px;
  color: var(--maincolor);
  text-transform: uppercase;
  transition: transform 0.4s ease-in-out;
}
.products__btn:hover {
  transform: scale(1.05);
}
.products__product2 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 800px;
  margin-left: auto;
}
.products__more {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 13px 60px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--white);
  background-color: #314655;
  transition: background-color 0.4s ease-in-out;
}
.products__more:hover {
  color: var(--maincolor);
  background-color: var(--blue);
}

.service {
  margin-bottom: -60px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 100px;
  background-image: url("../images/service.jpg");
  background-size: cover;
}
.service__cardbigItem {
  justify-content: flex-start;
  flex-direction: column;
  max-width: calc(33% - 15px);
  width: 100%;
  margin-right: 30px;
  padding: 40px;
  background-color: var(--white);
}
.service__cardbigItem:last-child {
  margin-right: 0;
}
.service__cardbigIcon {
  margin-bottom: 40px;
  width: 104px;
  height: 104px;
  background-color: #314655;
  border-radius: 12px;
}
.service__cardbigTitle {
  font-weight: 700;
  font-size: 14px;
  color: #314655;
}
.service__cardbigDescr {
  margin-top: 12px;
  text-align: center;
}
.service__cardbigBtn {
  margin-top: 40px;
  padding: 13px 65px;
  background: linear-gradient(92.36deg, rgba(25, 229, 216, 0.4) 0%, rgba(93, 126, 233, 0.4) 100%), linear-gradient(0deg, #314655, #314655), linear-gradient(92.36deg, rgba(25, 229, 216, 0.4) 0%, rgba(93, 126, 233, 0.4) 100%), linear-gradient(0deg, #314655, #314655), #D5DADE;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--white);
}
.service__cardMini {
  margin-top: 70px;
  justify-content: space-between;
}
.service__cardMiniItem {
  max-width: 270px;
  width: 100%;
  padding: 20px;
  padding-top: 35px;
  text-align: center;
  flex-direction: column;
  background-color: #f2f2f2;
}
.service__cardMiniIcon {
  width: 60px;
  height: 60px;
  margin-top: -63px;
  background-color: #f2f2f2;
  border-radius: 100%;
}
.service__cardMiniTitle {
  margin-bottom: 9px;
  font-weight: 700;
  font-size: 14px;
}
.service__dess {
  margin-top: 40px;
  line-height: 2;
  color: var(--white);
}
.service .main-title {
  color: var(--white);
}
.service .main-title__sub span {
  background-color: transparent;
}
.service .main-title__sub::after {
  left: 290px;
  max-width: calc(100% - 290px);
}

.help {
  display: none;
  padding: 40px 0;
  margin-top: 115px;
  color: var(--white);
  font-size: 14px;
  background-color: var(--blue);
}
.help__title {
  margin-bottom: 11px;
  font-weight: 600;
  font-size: 32px;
  color: var(--white);
}
.help__title svg {
  margin-right: 18px;
}
.help .container {
  position: relative;
}
.help__woman {
  position: absolute;
  right: 0;
  bottom: -47px;
}
.help__btm {
  margin-top: 33px;
  padding-top: 33px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.help__btm a {
  font-weight: 700;
  font-size: 28px;
  color: var(--white);
}
.help__btm a:first-child {
  margin-right: 47px;
}

.footer {
  margin-top: 60px;
  background-color: #314655;
}
.footer__top {
  padding-top: 30px;
  flex-direction: column;
}
.footer__navigation {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.footer__navigation .navigation__card {
  align-items: center;
  justify-content: center;
}
.footer .header__telephonediv {
  margin-right: auto;
}
.footer__copy {
  margin-top: 30px;
  padding: 16px 0;
  color: var(--white);
  background-color: #253B4A;
}
.footer__social {
  margin-left: auto;
}

.social {
  display: none;
  font-size: 0;
  line-height: 0;
}
.social__item:not(:last-child) {
  margin-right: 14px;
}
.social__href {
  display: block;
}

.burgermenu,
.close,
.burger {
  display: none;
}

.header_static {
  position: static;
}
.header_static .navigation__href {
  color: #314655;
}
.header_static .navigation__href:hover {
  color: var(--blue);
}
.header_static .header__telephoneitem {
  color: #314655;
}
.header_static .header__callback {
  background-color: #314655;
  color: var(--white);
}

.navigation__sub {
  z-index: 9999;
}



.breadcrumps__wrapp h1.main-title {
  max-width: 70%;
  width: 100%;
  padding-right: 0px;
}

.breadcrumps {
  padding: 15px 0;
  margin-bottom: 60px;
  background-color: #F3F3F3;
}
.breadcrumps__card {
  margin-left: auto;
  flex-shrink: 0;
}
.breadcrumps__item {
  font-size: 0;
  line-height: 0;
}
.breadcrumps__item:not(:last-child) {
  margin-right: 15px;
}
.breadcrumps__last, .breadcrumps__href {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.breadcrumps__last {
  color: var(--blue);
  font-weight: 700;
}

.aboutusmini {
  margin-top: 30px;
}
.aboutusmini__title {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.aboutusmini__descr {
  margin-top: 18px;
  line-height: 2;
}

.aboutus__img {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.aboutus__img .arrow {
  position: absolute;
  top: calc(50% - 24px);
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
}
.aboutus__img .arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.aboutus .homeslider__pagination {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: -30px;
  top: 0;
  bottom: 0;
  justify-content: center;
  z-index: 99;
}
.aboutus .homeslider__bullet:not(:last-child) {
  margin-bottom: 6px;
  margin-right: 6px;
}
.aboutus .swiper-pagination-bullet-active {
  background-color: var(--blue);
}
.aboutus .homeslider__slider {
  max-width: 410px;
  height: 332px;
}

.maps {
  margin-top: -60px;
}
.maps iframe {
  opacity: 0.6;
}
.maps__frame {
  height: 512px;
  background-color: #ECECEC;
}
.maps__form {
  position: relative;
  background-color: #F3F3F3;
  z-index: 99;
}
.maps__leftform {
  padding: 30px;
  max-width: 770px;
  width: 100%;
}
.maps__rightform {
  padding: 30px;
  max-width: 520px;
  width: 100%;
  background-color: #3DB9E6;
}
.maps__rightform .main-title__sub, .maps__rightform .main-title {
  color: var(--white);
}
.maps__rightform .main-title__sub::after {
  background-color: var(--white);
}
.maps__item {
  margin-bottom: 40px;
  flex-direction: column;
}
.maps__item:last-child {
  margin-bottom: 0;
}
.maps__href {
  font-size: 28px;
  color: var(--white);
}
.maps__href svg {
  margin-right: 26px;
}
.maps__href:hover {
  color: var(--maincolor);
}
.maps__descr {
  margin-top: 20px;
  max-width: 370px;
  width: 100%;
  text-align: center;
  color: var(--white);
  font-size: 14px;
  line-height: 160%;
}
.maps__descr p {
  display: block;
}
.maps__formItem {
  max-width: calc(50% - 16px);
  width: 100%;
  margin-bottom: 20px;
}
.maps__formItem:nth-child(odd) {
  margin-right: auto;
}
.maps__formItem_full {
  max-width: 100%;
}
.maps__formItem_full textarea {
  padding: 15px;
  height: 168px;
  line-height: 1.4;
}
.maps__forms {
  flex-wrap: wrap;
}
.maps__formLabel {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}
.maps__input {
  width: 100%;
  height: 48px;
  padding-left: 15px;
  background-color: var(--white);
  outline: none;
  border: 1px solid #DADADA;
  border-radius: 6px;
}
.maps__btn {
  margin-top: 30px;
  padding: 13px 80px;
  font-weight: 700;
  font-size: 12px;
  color: var(--white);
  text-transform: uppercase;
  background: linear-gradient(0deg, #314655, #314655), linear-gradient(92.36deg, rgba(25, 229, 216, 0.4) 0%, rgba(93, 126, 233, 0.4) 100%), linear-gradient(0deg, #314655, #314655), #D5DADE;
}

.poly {
  width: 100%;
}
.poly input {
  margin-right: 5px;
}

.productsCard__img {
  height: 270px;
  object-fit: cover;
}

.productsCard__card {
  flex-wrap: wrap;
  font-size: 0;
}
.productsCard__item {
  flex-direction: column;
  max-width: calc(33% - 16px);
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #314655;
  overflow: hidden;
}
.productsCard__item:nth-child(3n) {
  margin-right: 0;
}
.productsCard__item_blue {
  background-color: var(--blue);
}
.productsCard__item {
  transition: transform 0.4s ease-in-out;
}
.productsCard__item:hover {
  transform: scale(1.02);
}
.productsCard__wrapp {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 20px;
}
.productsCard__title {
  align-items: center;
  margin-bottom: 30px;
  color: var(--white);
  font-weight: 600;
  font-size: 24px;
}
.productsCard__title svg {
  margin-right: 20px;
  flex-shrink: 0;
}
.productsCard__descr {
  margin-bottom: 30px;
  color: var(--white);
  font-size: 12px;
}
.productsCard__btn {
  margin-top: auto;
  display: table;
  padding: 13px 60px;
  color: #314655;
  font-size: 12px;
  font-weight: 700;
  color: var(--maincolor);
  background-color: var(--white);
  text-transform: uppercase;
}
.productsCard__btn:hover {
  background-color: var(--blue);
  color: var(--white);
}

.productsCard__item_blue .productsCard__btn:hover {
  background-color: #314655;
}

.servicepage{
  margin: -60px 0;
  padding: 60px 0;
  background-color: rgba(49, 70, 85, 0.02);
}

.servicepage__leftimg {
  margin-right: 30px;
}
.servicepage__leftblue {
  max-width: 410px;
  width: 100%;
  margin-right: 30px;
  flex-direction: column;
  padding: 0 25px 40px;
  color: var(--white);
  background-color: var(--blue);
}
.servicepage__lefttitle {
  padding-right: 40px;
  margin-bottom: 20px;
  margin-top: auto;
  font-weight: 600;
  font-size: 24px;
}
.servicepage__leftdescr p:not(:last-child) {
  margin-bottom: 6px;
}
.servicepage__lefttext {
  max-width: 410px;
  margin-left: 0;
}
.servicepage p:not(:last-child) {
  margin-bottom: 12px;
}
.servicepage__lefttit {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 18px;
}
.servicepage__right {
  margin-top: 30px;
}
.servicepage__rightRight {
  margin-top: -30px;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}
.servicepage__rightBlock1 {
  margin-bottom: 30px;
  display: block;
  padding: 13px 20px;
  color: var(--white);
  background-color: #314655;
}
.servicepage__rightBlock2 {
  padding: 50px 0;
  color: var(--white);
  background-color: var(--blue);
  flex-direction: column;
}
.servicepage__righttitle {
  margin-top: 12px;
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 12px;
}
.servicepage__righttexts {
  padding: 0 100px;
  text-align: center;
}
.servicepage__btm {
  margin-top: 60px;
}
.servicepage__main-title {
  max-width: 480px;
  width: 100%;
  font-weight: 700;
  color: #314655;
  font-size: 34px;
}
.servicepage__btmitem {
  flex-direction: column;
  max-width: calc(50% - 15px);
  width: 100%;
  margin-right: 30px;
  padding: 30px 20px;
  background-color: #F3F3F3;
}
.servicepage__btmitem:last-child {
  margin-right: 0;
}
.servicepage__btmcard {
  margin-top: 30px;
}
.servicepage__btnicon {
  margin-bottom: 26px;
  width: 68px;
  height: 68px;
  background-color: #314655;
  border: 2px solid #3DB9E6;
  border-radius: 100%;
}

.pagelist__item {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
}
.pagelist__item:not(:last-child) {
  margin-bottom: 10px;
}
.pagelist__item::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--blue);
  border-radius: 3px;
}

.language {
  position: relative;
  margin-left: 30px;
}
.language__head {
  width: 55px;
  height: 38px;
  background-color: var(--blue);
  border-radius: 100px;
  cursor: pointer;
}
.language__head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  height: 10px;
}
.language__arr {
  margin-left: 7px;
}
.language__body {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  flex-direction: column;
  align-items: flex-end;
  transform: scale(0);
  transition: transform 0.4s ease-in-out;
  pointer-events: none;
}
.language__item {
  padding: 11px 14px;
  color: #314655;
  font-size: 14px;
  font-weight: 700;
  background-color: var(--white);
  border-radius: 20px;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.language__item:not(:last-child) {
  margin-bottom: 8px;
}
.language__item_active, .language__item:hover {
  color: var(--white);
  background-color: var(--blue);
}
.language__item_active svg {
  margin-right: 7px;
}
.language:hover .language__body {
  transform: scale(1);
  pointer-events: all;
}

.modal {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.modal_active {
  opacity: 1;
  pointer-events: all;
}
.modal__body {
  position: fixed;
  top: 50px;
  left: calc(50% - 425px);
  width: 850px;
  padding: 30px 80px;
  background-color: var(--white);
  border-radius: 20px;
  z-index: 9999;
}
.modal__shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 999;
}
.modal__wrapp {
  flex-direction: column;
}
.modal .main-title__sub, .modal .main-title {
  display: block;
  text-align: center;
}
.modal .main-title__sub {
  margin-bottom: 30px;
}
.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.modal__close path {
  transition: stroke 0.4s ease-in-out;
}
.modal__close:hover path {
  stroke: var(--blue);
}
.modal__item {
  width: 100%;
  margin-bottom: 20px;
}
.modal__item_w50 {
  max-width: calc(50% - 15px);
}
.modal__item:nth-child(odd) {
  margin-left: auto;
}
.modal__label {
  display: block;
  margin-bottom: 12px;
  color: #505050;
  font-size: 12px;
}
.modal__form {
  flex-wrap: wrap;
}
.modal__input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background-color: var(--white);
  border: 1px solid #DADADA;
  border-radius: 6px;
  outline: none;
}
.modal__input_area {
  padding: 15px;
  height: 140px;
}
.modal__btn {
  margin-top: 10px;
  padding: 13px 80px;
  background-color: #314655;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--white);
  transition: background-color 0.4s ease-in-out;
}
.modal__btn:hover {
  background-color: var(--blue);
}

.alert{
  margin-bottom: 20px;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.alert-danger{
  color: #fff;
  background-color: red;
}

.alert-success {
  color: #fff;
  background-color: green;
}


.fiberglass {
  background-color: #fff;
}

.fiberglass__toptext {
  width: 100%;
  font-size: 18px;
}

.fiberglass__topimg {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  width: 100%;
}

.fiberglass__top {
  margin-top: 30px;
}

.fiberglass__sky {
  margin-top: 30px;
  padding: 30px 20px;
  color: #fff;
  background-color: #3DB9E6;
}

.fiberglass__sky  p:not(:last-child) {
  margin-bottom: 5px;
}

.fiberglass__skytitle {
  margin-bottom: 20px;
  display: block;
  max-width: 90%;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.fiberglass__middle {
  margin: 60px 0;
  padding: 60px 0;
  background-image: url('../images/fiberglass-rebar2.jpg');
}

.fiberglass__middlesub {
  max-width: 988px;
  width: 100%;
  display: block;
  margin: 4px 0 20px;
  color: #3DB9E6;
  font-size: 18px;
}

.fiberglass__card {
  color: #314655;
  font-size: 18px;
  border: 1px #DCDCDC solid;
  border-radius: 20px;
}

.fiberglass__carditem:not(:last-child) {
  border-bottom: 1px #DCDCDC solid;
}

.fiberglass__cardname,
.fiberglass__cardvalue {
  padding: 17px 20px;
  max-width: 50%;
  width: 100%;
}

.fiberglass__headingcard {
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  background-color: #314655;
  border-radius: 20px 20px 0 0;
}

.fiberglass__card2 {
  border-radius: 0px 0 20px 20px;
}

.fiberglass__cardname {
  border-right: 1px #DCDCDC solid;
}

.fiberglass__bottomp {
  width: 100%;
  font-size: 18px;
}

.fiberglass__slider {
  margin-top: 30px;
}

.fiberglass__sliderw {
  position: relative;
}

.fiberglass__btn {
  position: absolute;
  top: calc(50% - (52px / 2));
  width: 52px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.4s ease-in-out;
  z-index: 9;
}

.fiberglass__btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.fiberglass__prev {
  left: 0;
}


.fiberglass__next {
  right: 0;
}

.fiberglass__liniya p:not(:last-child) {
  margin-bottom: 8px;
}

.fiberglass__card_mb40 {
  margin-bottom: 40px;
}

.fiberglass__toptext_520 {
  max-width: 520px;
}

.fiberglass__topimg_740 {
  max-width: 740px;
}

.download_file {
  padding: 15px 0;
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  background-color: #314655;
  border-radius: 14px;
  transition: background-color 0.4s ease-in-out;
}

.download_file svg {
  margin-right: 12px;
}

.download_file:hover {
  color: #fff;
  background-color: #232323;
}

.construction_equipment__card {
  margin-top: 40px;
}

.construction_equipment__image {
  max-width: 740px;
  width: 100%;
}

.construction_equipment__descr {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}

.construction_equipment__title{
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #314655;
}

.construction_equipment__btn {
  display: table;
  margin-top: 30px;
  padding: 15px 60px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #3DB9E6;
  transition:  background-color 0.4s ease-in-out;
}

.construction_equipment__btn:hover {
  color: #fff;
  background-color: #333;
}

.construction_equipment__item:not(:last-child) {
  margin-bottom: 40px;
}

.our_partners_list__item:not(:last-child) {
  margin-right: 34px;
}

.our_partners_list__href_f0 {
  font-size: 0;
  line-height: 0;
}

.our_partners_list {
  margin-top: 0px;
}

.our_partners_list__href {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #314655;
  font-weight: 800;
}

.food_and_agriculture {
  align-items: unset;
}

.food_and_agriculture__item {
  max-width: 630px;
  width: 100%;
}
.food_and_agriculture__item strong {
  font-weight: 600;
}

.food_and_agriculture__item:first-child {
  font-size: 0;
  line-height: 0;
}

.food_and_agriculture__item:last-child {
  margin-left: auto;
}

.food_and_agriculture__right {
  padding: 20px 30px;
  font-size: 12px;
  background-color: #F3F3F3;
}
.food_and_agriculture__right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.food_and_agriculture__right li {
  position: relative;
  left: -1px;
}

.food_and_agriculture__right li::after {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #3DB9E6;
  border-radius: 100%;
}

.food_and_agriculture__right_blue {
  background-color: #3DB9E6;
  color: #fff;
}

.food_and_agriculture__right_blue2 {
  color: #fff;
  background-color: #314655;
}

.food_and_agriculture__right_blue li::after {
 background-color: #fff;
}



.food_and_agriculture__right h3,
.food_and_agriculture__right ul,
.food_and_agriculture__right p {
  margin-bottom: 1rem;
}

.food_and_agriculture:not(:last-child) {
  margin-bottom: 34px;
}

.food_and_agriculture__right ul {
  margin-left: 15px;
}

.food_and_agriculture__right h3{
  margin-bottom: 12px;
  font-size: 18px;
  color:#3DB9E6;
    font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.food_and_agriculture__right_blue h3 {
  color: #fff;
}

.food_and_agriculture__last {
  margin-bottom: 0!important;
}

.servicepagevideo {
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1100px) {
  .food_and_agriculture__item {
    max-width: calc(50% - 10px);
  }
  .food_and_agriculture__item  img {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 1000px) {


  .our_partners_list  {
    flex-wrap: wrap;
  }

  .our_partners_list__item:nth-child(1),
  .our_partners_list__item:nth-child(2),
  .our_partners_list__item:nth-child(3) {
    max-width: 33%;
    width: 100%;
    margin-right: 0;
  }

  .our_partners_list__item:nth-child(4),
  .our_partners_list__item:nth-child(5) {
    max-width: 50%;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .our_partners_list__item:nth-child(6),
  .our_partners_list__item:nth-child(7) {
    max-width: 50%;
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
    text-align: center;
  }

  .construction_equipment__descr {
    margin-top: 30px;
  }

  .construction_equipment__item  {
    flex-direction: column;
  }

  .fiberglass .main-title {
    font-size: 18px;
  }

  .fiberglass__top {
    flex-direction: column;
  }

  .fiberglass__cardname, .fiberglass__cardvalue {
    padding: 0 10px;
    max-width: 100%;
  }

  .fiberglass__cardvalue {
    margin-top: 5px;
  }

  .fiberglass__carditem  {
    padding: 10px 0;
  }

  .productsCard__item {
    max-width: 100%;
    margin-right: 0;
  }

  .fiberglass__card {
    font-size: 14px;
  }

  .fiberglass__topimg {
    margin-top: 20px;
  }

  .fiberglass__carditem {
    flex-direction: column;
  }

  .fiberglass__sky p:not(:last-child) {
    margin-bottom: 10px;
}

  .productsCard__item:last-child {
    margin-bottom: 0;
  }

  .header__navigation {
    display: none;
  }
  .service__cardbig,
  .aboutus__wrapp {
    flex-direction: column;
  }
  .service__cardbigItem {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .service__cardMini {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service__cardMiniItem {
    max-width: calc(50% - 10px);
    margin-right: 20px;
  }
  .service__cardMiniItem:nth-child(1), .service__cardMiniItem:nth-child(2) {
    margin-bottom: 50px;
  }
  .service__cardMiniItem:nth-child(even) {
    margin-right: 0;
  }
  .service {
    min-height: 0;
    padding-bottom: 30px;
  }
  .footer__navigation,
  .help__woman {
    display: none;
  }
  .footer .header__telephonediv {
    margin-top: 40px;
    flex-direction: column;
  }
  .footer .header__callback {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .help {
    margin-top: 40px;
  }
  .help__btm {
    flex-direction: column;
    align-items: flex-start;
  }
  .products__item {
    flex-direction: column;
  }
  .products__info {
    padding: 0;
    padding: 40px 10px;
  }
  .products__item_n2 img {
    order: -1;
  }
  .products__item_n2 img,
  .products__item_n2 .products__info,
  .products__item_n3 .products__info,
  .products__item_n1 .products__info,
  .products__item_n3 img,
  .products__item_n1 img {
    max-width: 100%;
  }
  .products__more {
    width: 100%;
    max-width: calc(100% - 20px);
    text-align: center;
    justify-content: center;
  }
  .preims__card {
    flex-direction: column;
  }
  .service {
    margin-top: 50px;
  }
  .container {
    padding: 0 10px;
  }
  .preims {
    margin-top: 10px;
  }
  .preims__item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .aboutus__footer {
    margin-top: 20px;
    flex-direction: column;
  }
  .aboutus__img {
    margin-top: 30px;
  }
  .aboutus__btn {
    margin-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    justify-content: center;
    text-align: center;
    order: 2;
  }
  .products {
    margin-top: 50px;
  }
  .aboutus__descrs {
    margin-left: 0;
  }
  .header__telephonediv {
    display: none;
  }
  .homeslider__h2title {
    max-width: 680px;
    margin-top: 60px;
    font-weight: 600;
    font-size: 28px;
    color: var(--white);
  }
  .homeslider__title {
    margin-top: 136px;
    padding-right: 47px;
  }
  .homeslider__icon {
    flex-shrink: 0;
  }
  .arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 52px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.4s ease-in-out;
    z-index: 99;
  }
  .arrow path {
    fill: var(--white);
  }
  .arrow:hover {
    background-color: rgba(61, 185, 230, 0.4);
  }
  .homeslider__pagination__wrapp {
    position: absolute;
    top: auto;
    bottom: 0px;
    right: 0;
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .homeslider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homeslider__bullet:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 6px;
  }
  .homeslider__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .homeslider__descr {
    margin-left: 0;
    margin-bottom: 20px;
    order: -1;
  }
  .close,
  .burger {
    display: block;
    margin-left: auto;
    border: none;
    outline: none;
    background-color: transparent;
  }
  .homeslider__item::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .burgermenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    background-image: url("../images/burgermenu.jpg");
    background-size: cover;
    overflow: auto;
    z-index: 999;
    transform: scale(0);
    transition: transform 0.4s ease-in-out;
  }
  .burgermenu_active {
    transform: scale(1);
  }
  .burgermenu__wrapp {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .burgermenu__menu {
    border-top: 1px solid #194364;
  }
  .burgermenu__href {
    font-weight: 700;
    font-size: 14px;
    color: var(--white);
  }
  .burgermenu__item {
    border-bottom: 1px solid #194364;
  }
  .burgermenu__icon {
    width: 60px;
    height: auto;
  }
  .burgermenu__icon_active {
    background-color: var(--blue);
  }
  .burgermenu__body {
    padding: 20px 0;
    max-width: calc(100% - 82px);
    width: 100%;
    padding-left: 18px;
    border-left: 1px solid #194364;
  }
  .burgermenu__wrapps {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  .burgermenu__item {
    width: 100%;
    flex-wrap: wrap;
  }
  .burgermenu__arrow {
    margin-right: 0px;
    margin-left: auto;
  }
  .burgermenu .header__telephonediv {
    margin-left: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .burgermenu__sub {
    display: none;
  }
  .burgermenu .header__callback {
    margin-left: 0;
    margin-top: 18px;
  }
  .burgermenu__hrefopen svg {
    transform: rotate(180deg);
  }
  .burgermenu__sub {
    margin-top: 24px;
  }
  .burgermenu__subItem {
    margin-bottom: 14px;
  }
  .burgermenu__subHref {
    color: var(--white);
  }
  .homeslider {
    position: relative;
  }
  .breadcrumps__card {
    display: none;
  }
  .breadcrumps {
    margin-bottom: 40px;
  }
  .aboutus .homeslider__bullet {
    margin-bottom: 6px;
  }
  .aboutus .homeslider__slider {
    margin-top: 30px;
  }
  .aboutus__img {
    margin: 0;
  }
  .aboutus .homeslider__slider {
    height: auto;
  }
  .aboutus .homeslider__pagination {
    position: absolute;
    top: auto;
    bottom: 15px !important;
  }
  .maps {
    margin-top: -41px;
  }
  .maps__form {
    margin-top: 0;
    margin: 0 -10px;
    margin-top: -6px;
    flex-direction: column;
  }
  .maps__leftform {
    padding-left: 10px;
    padding-right: 10px;
  }
  .maps__formItem {
    max-width: 100%;
  }
  .poly input {
    margin-right: 10px;
  }
  .maps__btn {
    width: 100%;
  }
  .products__item {
    margin-right: 0;
    max-width: 100%;
  }
  .servicepage__btmcard,
  .servicepage__right,
  .servicepage__left {
    flex-direction: column;
  }
  .servicepage__btmitem {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .servicepage__btmitem:last-child {
    margin-bottom: 0;
  }
  .servicepage__lefttitle {
    padding-right: 0;
  }
  .servicepage__lefttext {
    margin-top: 30px;
  }
  .servicepage__leftblue {
    height: 350px;
    margin-bottom: 30px;
  }
  .servicepage__rightRight {
    margin-top: 0;
  }
  .servicepage__rightBlock1 {
    margin-top: 30px;
  }
  .servicepage__righttexts {
    padding: 0 20px;
    text-align: center;
  }
}


@media screen and (max-width:700px) {
  .food_and_agriculture {
    flex-direction: column;
  }
  .food_and_agriculture__item {
    max-width: 100%;
  }

  .food_and_agriculture__right {
    padding: 12px;
  }

  .food_and_agriculture:not(:last-child) {
    margin-bottom: 20px;
}

  .food_and_agriculture__item:last-child {
    margin-bottom: 20px;
    order: -1;
  }

  .breadcrumps__wrapp h1.main-title {
    max-width: 100%;
  }

}