.container-fluid,
.container-sm,
.container-md,
.container-lg {
  max-width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.container.container--small {
  max-width: 988px;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-bolditalic.woff2") format("woff2"), url("../fonts/gotham-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-bold.woff2") format("woff2"), url("../fonts/gotham-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-light.woff2") format("woff2"), url("../fonts/gotham-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-book.woff2") format("woff2"), url("../fonts/gotham-book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-lightitalic.woff2") format("woff2"), url("../fonts/gotham-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?sgq9hn");
  src: url("../fonts/icomoon.eot?sgq9hn#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?sgq9hn") format("truetype"), url("../fonts/icomoon.woff?sgq9hn") format("woff"), url("../fonts/icomoon.svg?sgq9hn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e915";
}

.icon-chevron-right:before {
  content: "\e916";
}

.icon-chevron-left:before {
  content: "\e917";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-avatar:before {
  content: "\e902";
}

.icon-brakes:before {
  content: "\e903";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-car:before {
  content: "\e905";
}

.icon-chevron-bold-down:before,
.SumoSelect > .CaptionCont > label > i:before {
  content: "\e906";
}

.icon-chevron-bold-left:before {
  content: "\e907";
}

.icon-chevron-bold-right:before {
  content: "\e908";
}

.icon-chevron-bold-up:before {
  content: "\e909";
}

.icon-clipboard:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-map-marker:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-pneumatics:before {
  content: "\e90e";
}

.icon-revision:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-snow:before {
  content: "\e911";
}

.icon-sun:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-youtube:before {
  content: "\e914";
}

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

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

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-family: "Gotham", "Arial", "Microsoft Yahei", "PingFang";
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

body.page-404 main,
body.page-403 main {
  background-image: url("../images/page-not-found.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.mobile-menu-active {
  overflow: hidden;
}

body.mobile-menu-active .top-header.scrolled .meganav-logo {
  display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: inherit;
}

p {
  margin-top: 0;
}

b,
strong {
  font-weight: 700;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 14px;
  line-height: 1.3;
  border-radius: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

button {
  border: none;
  background: none;
}

button:not([disabled]),
a[role="button"]:not([disabled]) {
  cursor: pointer;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img {
  height: auto;
  max-width: 100%;
}

svg {
  width: inherit;
  height: inherit;
  fill: currentColor;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.main {
  flex-grow: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 85px;
}

a {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  transition: all 0.25s ease-in-out;
}

address {
  font-style: normal;
}

hr,
.divider {
  margin: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}

@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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

.swiper-container-pointer-events.swiper-container-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;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

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

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */

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

/* Bullets */

.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  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-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */

.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */

.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/

.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/

.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms;
}

/* rotate */

@-webkit-keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms;
}

/* scale */

@-webkit-keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix.toolbar-bar {
  overflow: inherit;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.has-overlay {
  position: relative;
}

.has-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(78, 74, 110, 0.7);
}

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

.text-center {
  text-align: center;
}

.text-offset-top {
  margin-top: 16px;
}

.text-right {
  text-align: right;
}

.position-relative {
  position: relative;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  min-width: 242px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  color: #fff;
  background-color: #001f5e;
  cursor: pointer;
}

.button--light {
  background-color: #00a8ff;
}

.button--small {
  font-size: 8px;
  line-height: 1;
  padding: 11px 20px;
  min-width: 112px;
}

.button--login {
  background-color: #0245cc;
}

.button--mt {
  margin-top: 26px;
}

.slider .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  margin-bottom: 14px;
}

.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 2;
}

.fixed-buttons .button {
  width: 50%;
  flex-shrink: 0;
  min-width: auto;
  font-size: 10px;
  line-height: 11px;
  padding: 15px;
  white-space: nowrap;
}

.fixed-buttons [class^="icon-"] {
  font-size: 20px;
  margin-right: 4px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  width: 100%;
  color: #fff;
  line-height: 0;
}

.footer__top {
  display: flex;
  flex-direction: column;
}

.footer__top p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.footer__top [class^="icon-"] {
  width: 46px;
  font-size: 46px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__item {
  display: flex;
  align-items: center;
  height: 93px;
  flex-shrink: 0;
}

.footer__item + .footer__item {
  border-top: 1px solid #fff;
}

.footer__inner {
  padding: 20px 0 30px;
}

.footer__main {
  padding-bottom: 66px;
}

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

.footer__list {
  width: calc(50% - 10px);
  flex-shrink: 0;
}

.footer__list-item + .footer__list-item {
  margin-top: 22px;
}

.footer__footer-link {
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
}

.footer__img {
  width: 111px;
  margin-right: 20px;
}

.footer__col {
  margin-bottom: 30px;
}

.footer__col--right {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.footer__col p {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  margin: 0;
}

.footer__bottom {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.footer__copyright {
  margin: 0 auto;
}

.footer__copyright-link {
  font-size: 10px;
  line-height: 11px;
  color: #fff;
  font-weight: 700;
}

.custom-links {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  flex-shrink: 0;
}

.custom-links__item {
  width: calc(50% - 10px);
  height: 50px;
  flex-shrink: 0;
}

.custom-links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
}

.social-services {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 12px;
}

.social-services__item {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.social-services__item + .social-services__item {
  margin-left: 5px;
}

.social-services__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.control {
  position: relative;
  margin-bottom: 22px;
}

.control .input {
  display: block;
}

.control .input[hidden] {
  display: none;
}

.control.expanded .input,
.control.expanded .SumoSelect,
.control.expanded .textarea {
  width: 100%;
}

.controls-inline {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.controls-inline > .control {
  margin-bottom: 0;
}

.controls-inline > .control + .control {
  margin-top: 12px;
}

.controls-inline > .control:not(:last-child) {
  margin-right: 12px;
}

.input,
.form-text,
.form-email,
.form-tel {
  transition: all 0.25s ease-in-out;
  height: 44px;
  padding: 12px 12px 11px;
  border: 1px solid rgba(169, 165, 197, 0.5);
  color: #000;
}

.background-primary .input,
.background-primary
  .form-text,
.background-primary
  .form-email,
.background-primary
  .form-tel {
  color: #fff;
}

.input:hover,
.form-text:hover,
.form-email:hover,
.form-tel:hover {
  transition: all 0.25s ease-in-out;
  border-color: #a9a5c5;
}

.input:focus,
.form-text:focus,
.form-email:focus,
.form-tel:focus {
  border-color: #6b6789;
}

.input.has-error,
.form-text.has-error,
.form-email.has-error,
.form-tel.has-error {
  border-width: 1px;
  border-color: #bd1a41;
  color: #bd1a41;
}

.input.has-error + .input-error,
.form-text.has-error + .input-error,
.form-email.has-error + .input-error,
.form-tel.has-error + .input-error {
  display: block;
}

.input-ghost {
  padding-top: 0;
  padding-bottom: 9px;
  padding-left: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(169, 165, 197, 0.5);
  color: #fff;
}

.form-inverse .input,
.background-primary .input {
  transition: all 0.25s ease-in-out;
  padding: 10px 12px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.form-inverse .input:hover,
.background-primary .input:hover {
  transition: all 0.25s ease-in-out;
  border-color: #de8ca0;
}

.form-inverse .input:focus,
.background-primary .input:focus {
  border-color: #de8ca0;
}

.form-inverse .input.has-error,
.background-primary .input.has-error {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.form-inverse .label,
.form-inverse legend,
.background-primary .label,
.background-primary legend {
  color: #fff;
}

.form-inverse .textarea,
.form-inverse .form-textarea,
.background-primary .textarea,
.background-primary .form-textarea {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.form-inverse .textarea:hover,
.form-inverse .form-textarea:hover,
.background-primary .textarea:hover,
.background-primary .form-textarea:hover {
  transition: all 0.25s ease-in-out;
  border-color: #de8ca0;
}

.form-inverse .textarea:focus,
.form-inverse .form-textarea:focus,
.background-primary .textarea:focus,
.background-primary .form-textarea:focus {
  border-color: #de8ca0;
}

.form-inverse .textarea.has-error,
.form-inverse .form-textarea.has-error,
.background-primary .textarea.has-error,
.background-primary .form-textarea.has-error {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.form-inverse .input-error,
.background-primary .input-error {
  color: #fff;
}

.form-inverse ::-moz-placeholder,
.background-primary ::-moz-placeholder {
  color: #fff;
}

.form-inverse :-ms-input-placeholder,
.background-primary :-ms-input-placeholder {
  color: #fff;
}

.form-inverse ::placeholder,
.background-primary ::placeholder {
  color: #fff;
}

.input-error {
  display: none;
  position: absolute;
  bottom: -21px;
  left: 0;
  min-height: 21px;
  font-size: 12px;
  color: #bd1a41;
}

.textarea,
.form-textarea {
  transition: all 0.25s ease-in-out;
  padding: 10px 12px;
  border: 1px solid rgba(169, 165, 197, 0.5);
  resize: vertical;
  color: #000;
}

.background-primary .textarea,
.background-primary
  .form-textarea {
  color: #fff;
}

.textarea:hover,
.form-textarea:hover {
  transition: all 0.25s ease-in-out;
  border-color: #a9a5c5;
}

.textarea:focus,
.form-textarea:focus {
  border-color: #6b6789;
}

.legend {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}

.path-user #block-mess-content {
  background-image: url(../images/page-not-found.jpg);
  padding: 70px 20px;
}

.path-user .user-login-form {
  margin: auto;
  width: 320px;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  color: #fff;
}

.path-user .user-login-form input {
  width: 100%;
  border: none;
  padding: 8px 14px;
  margin: 4px 0;
  color: #444;
  outline: none;
}

.path-user .user-login-form .form-item,
.path-user .user-login-form .form-actions {
  margin-top: 0;
}

.error {
  font-size: 12px;
  color: #bd1a41;
}

.background-primary .error,
.form-inverse .error {
  color: #fff;
}

.webform-submission-form {
  clear: both;
  margin-right: 0;
  margin-left: 0;
}

.modal .webform-submission-form .form-type-email,
.modal .webform-submission-form .form-type-select,
.modal .webform-submission-form .form-type-tel,
.modal .webform-submission-form .form-type-textfield {
  width: 100%;
  text-align: left;
}

.modal .webform-submission-form h2 {
  padding-left: 15px;
}

.modal .webform-submission-form p {
  padding-left: 10px;
}

.webform-submission-form .form-type-email,
.webform-submission-form .form-type-select,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-textfield,
.webform-submission-form .form-type-textarea {
  position: relative;
}

.webform-submission-form .form-type-email > label,
.webform-submission-form .form-type-select > label,
.webform-submission-form .form-type-tel > label,
.webform-submission-form .form-type-textfield > label,
.webform-submission-form .form-type-textarea > label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #001f5e;
}

.webform-submission-form .form-item {
  margin-bottom: 21px;
}

.webform-submission-form .form-item,
.webform-submission-form .form-actions {
  margin-top: 0;
}

.webform-submission-form .form-type-checkbox {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 32px;
}

.webform-submission-form .form-type-checkbox .form-required {
  padding-left: 0;
}

.webform-submission-form .iti--allow-dropdown {
  width: 100%;
}

.webform-submission-form .form-type-email,
.webform-submission-form .form-type-select,
.webform-submission-form .form-type-tel,
.webform-submission-form .form-type-textfield {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.webform-submission-form .form-type-email input,
.webform-submission-form .form-type-email select,
.webform-submission-form .form-type-email .form-select,
.webform-submission-form .form-type-email .SumoSelect,
.webform-submission-form .form-type-select input,
.webform-submission-form .form-type-select select,
.webform-submission-form .form-type-select .form-select,
.webform-submission-form .form-type-select .SumoSelect,
.webform-submission-form .form-type-tel input,
.webform-submission-form .form-type-tel select,
.webform-submission-form .form-type-tel .form-select,
.webform-submission-form .form-type-tel .SumoSelect,
.webform-submission-form .form-type-textfield input,
.webform-submission-form .form-type-textfield select,
.webform-submission-form .form-type-textfield .form-select,
.webform-submission-form .form-type-textfield .SumoSelect {
  width: 100%;
  text-align: left;
}

.webform-submission-form .form-type-checkbox,
.webform-submission-form .form-type-textarea {
  position: relative;
  width: 100%;
  clear: both;
}

.webform-submission-form .form-type-textarea {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 12px;
}

.webform-submission-form .form-type-textarea textarea {
  width: 100%;
  min-height: 197px;
}

.webform-submission-form .webform-button--submit.form-submit.button {
  width: calc(100% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  float: right;
  background-color: #001f5e;
  background-repeat: no-repeat;
  background-position: 60% 48%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  color: #fff;
}

.background-primary .webform-submission-form .webform-button--submit.form-submit.button {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23bd1a41'/%3E%3C/svg%3E%0A");
  color: #001f5e;
}

.webform-submission-form .webform-button--submit.form-submit.button:focus,
.webform-submission-form .webform-button--submit.form-submit.button:hover,
.webform-submission-form .webform-button--submit.form-submit.button:active {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23bd1a41'/%3E%3C/svg%3E%0A");
  color: #001f5e;
}

.background-primary .webform-submission-form .webform-button--submit.form-submit.button:focus,
.background-primary .webform-submission-form .webform-button--submit.form-submit.button:hover,
.background-primary .webform-submission-form .webform-button--submit.form-submit.button:active {
  border-color: #fff;
  background-color: #001f5e;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='6' height='9' viewBox='0 0 6 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 4.5L0.25 8.39711L0.25 0.602885L5.5 4.5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  color: #fff;
}

.webform-submission-form .legend {
  padding-left: 10px;
}

.webform-submission-form .form-item input.error,
.webform-submission-form .form-item textarea.error,
.webform-submission-form .form-item select.error {
  border-width: 1px;
  border-color: #bd1a41;
}

.webform-submission-form .error {
  font-size: 14px;
}

.webform-submission-form .SumoSelect .error + .error {
  left: 0;
  border-color: #bd1a41;
}

.webform-submission-form .form-type-checkbox .form-required:after {
  left: 8px;
}

.webform-submission-form .form-required {
  padding-left: 12px;
}

.webform-submission-form .form-required:after {
  position: absolute;
  top: 2px;
  left: 0;
  padding-left: 11px;
  background-image: none;
  content: "*";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
}

.background-primary .webform-submission-form .form-item input {
  background-color: transparent;
  border-color: #fff;
}

.background-primary .webform-submission-form .form-item input:hover {
  transition: all 0.25s ease-in-out;
  border-color: #de8ca0;
}

.background-primary .webform-submission-form .form-item input:focus {
  border-color: #de8ca0;
}

.background-primary .webform-submission-form .form-item label {
  color: #fff;
}

.background-primary .webform-submission-form .form-required:after {
  color: #fff;
}

.webform-submission-form label.error {
  position: absolute;
  bottom: -21px;
  left: 10px;
  font-size: 11px;
}

form.webform-submission-form .ajax-progress.ajax-progress-throbber {
  display: none;
}

.row > .editor-inner-blocks > .editor-block-list__layout,
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc( 20px / -4);
  margin-left: calc( 20px / -4);
}

.row > .editor-inner-blocks > .editor-block-list__layout > *,
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc( 20px / 4);
  padding-left: calc( 20px / 4);
}

.col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
}

.row-cols-auto > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.row-cols-1 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.row-cols-2 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.row-cols-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.row-cols-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 20%;
}

.row-cols-6 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.66667%;
}

.col-auto {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: auto;
}

.col-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 8.33333%;
}

.col-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 16.66667%;
}

.col-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 25%;
}

.col-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.33333%;
}

.col-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 41.66667%;
}

.col-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}

.col-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 58.33333%;
}

.col-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 66.66667%;
}

.col-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 75%;
}

.col-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 83.33333%;
}

.col-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 91.66667%;
}

.col-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.header {
  display: block;
  width: 100%;
  height: 85px;
  background-color: #fff;
  transition: 0.25s;
  position: fixed;
  overflow: visible;
  z-index: 10;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header .container {
  height: 100%;
}

.header.active {
  background-color: #001f5e;
}

.header.active .header-nav {
  left: 0;
}

.header.active .header-hamburger span {
  background-color: #fff;
}

.header.active .header-hamburger span:first-child {
  top: 11px;
  transform: rotate(45deg);
}

.header.active .header-hamburger span:nth-child(2) {
  width: 0;
  height: 0;
}

.header.active .header-hamburger span:nth-child(3) {
  bottom: 11px;
  transform: rotate(-45deg);
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header-hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 20px;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.header-hamburger span {
  position: absolute;
  left: 3px;
  right: 3px;
  margin: 0 auto;
  width: calc(100% - 6px);
  height: 2px;
  background-color: #000;
  transition: 0.25s;
  z-index: 1;
}

.header-hamburger span:first-child {
  top: 6px;
}

.header-hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.header-hamburger span:nth-child(3) {
  top: auto;
  bottom: 6px;
}

.header-logo {
  display: block;
  width: 112px;
  height: 67px;
}

.header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.header-nav {
  position: absolute;
  top: 85px;
  left: -150vw;
  display: block;
  width: 100%;
  height: 100vh;
  transition: 0.25s;
  background-color: #001f5e;
  padding: 10px 20px 40px;
  z-index: 3;
  overflow-y: auto;
}

.header-link {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  transition: 0.25s;
  cursor: pointer;
  padding: 27px 0;
}

.header-link--toggle {
  position: relative;
  padding: 27px 24px 27px 0;
}

.header-link--toggle span.icon-chevron-bold-down {
  position: absolute;
  top: 23px;
  left: auto;
  right: 10px;
  font-size: 23px;
  transition: 0.25s;
  z-index: 1;
}

.header-link--toggle.active span.icon-chevron-bold-down {
  transform: rotate(180deg);
}

.header-link--toggle.active .header-inner {
  max-height: 9999px;
  padding: 16px 0 0 66px;
}

.header-inner {
  max-height: 0;
  padding: 0 0 0 66px;
  overflow: hidden;
  transition: max-height 0.25s, padding 0.25s;
  cursor: default;
}

.header-inner-column {
  display: block;
  width: 100%;
}

.header-inner-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: normal;
  margin: 32px 0 2px;
  cursor: pointer;
}

.header-inner-title:first-child {
  margin: 20px 0 13px;
}

.header-inner-title--main {
  display: none;
}

.header-inner-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-inner-item {
  display: block;
}

.header-inner-link {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 10px;
  cursor: pointer;
}

.header-account {
  display: none;
}

.header-account [class^="icon-"] {
  font-size: 24px;
  line-height: 0;
  width: 18px;
  display: block;
  margin-right: 20px;
}

.input,
.textarea,
.SumoSelect .CaptionCont {
  display: block;
  width: 100%;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #2f2f2f;
  border: 1px solid #000;
  margin: 0 0 10px;
  padding: 6px 15px 7px;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder,
.SumoSelect .CaptionCont::-moz-placeholder {
  color: #2f2f2f;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder,
.SumoSelect .CaptionCont:-ms-input-placeholder {
  color: #2f2f2f;
}

.input::placeholder,
.textarea::placeholder,
.SumoSelect .CaptionCont::placeholder {
  color: #2f2f2f;
}

.input {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

label {
  display: block;
}

.label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #001f5e;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  overflow-x: hidden;
}

.SumoSelect {
  display: block;
  width: 100%;
}

.SumoSelect > .CaptionCont {
  padding: 7px 15px;
  outline: none;
  transition: all 0.25s ease-in-out;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: #a9a5c5;
}

.SumoSelect > .optWrapper {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
  border-radius: 0;
}

.SumoSelect.open > .CaptionCont {
  border-color: #000;
}

.SumoSelect.open > .optWrapper {
  top: 23px;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 0;
  padding: 6px 0;
}

.SumoSelect > .optWrapper > .options li.opt {
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #2f2f2f;
  border-bottom: none;
  border-radius: 0;
  padding: 3px 15px;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  color: #fff;
  background-color: #00a8ff;
}

.SumoSelect > .CaptionCont > label {
  width: 24px;
}

.SumoSelect > .CaptionCont > label > i:before {
  display: none;
}

.SumoSelect > .CaptionCont > label > [class^="icon-"] {
  background-image: none;
  font-size: 17px;
  opacity: 1;
  width: auto;
  text-align: center;
}

.SumoSelect > .CaptionCont > label > i:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  position: relative;
  top: 0;
}

.h1 {
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.h1--primary {
  color: #001f5e;
  text-shadow: none;
}

.h2 {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 13px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
  color: #001f5e;
}

.h2.light {
  color: #fff;
  font-style: italic;
}

.h2.big {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}

.h2--footer.light {
  font-size: 18px;
  line-height: 17px;
  margin-bottom: 42px;
}

.h3 {
  font-size: 12px;
  line-height: 11px;
  font-weight: 700;
  color: #2f2f2f;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 12px;
}

.title-block .h3 {
  margin-bottom: 22px;
}

.h3--primary {
  color: #001f5e;
  font-style: normal;
}

.h4 {
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
}

.h5 {
  font-size: 24px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00a8ff;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}

p {
  font-size: 12px;
  line-height: 11px;
  color: #000;
  margin-bottom: 11px;
}

p.light {
  color: #fff;
  font-size: 11px;
  line-height: 11px;
}

p.underline {
  padding-bottom: 2px;
  margin-bottom: 6px;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.title-block {
  padding: 22px 0;
  line-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-block *:last-child {
  margin-bottom: 0;
}

.title-block--xl {
  padding: 26px 0 32px;
}

.title-block--xxl {
  padding: 70px 0 58px;
}

.background-default {
  background-color: #fff;
}

.background-primary {
  background-color: #001f5e;
}

.background-secondary {
  background-color: #00a8ff;
}

.background-muted {
  background-color: #5e5e5e;
}

.swiper {
  position: relative;
}

.swiper-slide {
  height: 196px;
}

.swiper-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 5;
}

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

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  z-index: 5;
  pointer-events: all;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

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

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-next:active,
.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-prev:active {
  outline: none;
}

.swiper-button-prev {
  margin-left: -20px;
}

.swiper-button-next {
  margin-right: -20px;
}

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

.swiper__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper__text {
  text-align: center;
}

.swiper p {
  font-size: 8px;
  line-height: 1;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.swiper p + p {
  margin-top: 18px;
}

.swiper--main {
  font-size: 10px;
}

.swiper--main .h1 {
  margin-bottom: 24px;
}

.services {
  padding: 20px 0;
  width: 100%;
  background: #0245cc url("../../img/bg-slider.png") center center/cover no-repeat;
}

.services .h2 {
  margin-bottom: 20px;
  font-style: normal;
}

.services-slider .h4 {
  font-size: 10px;
}

.services-slider .swiper-slide {
  height: auto;
}

.services-slider .swiper-button-prev,
.services-slider .swiper-button-next {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-slider__inner {
  border: 1px solid #fff;
  padding: 25px 8px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.services-slider__image {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  text-align: center;
}

.services-slider__image img {
  height: inherit;
}

.list {
  max-width: 1440px;
  margin: 0 auto;
  counter-reset: list;
}

.list__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.list__text {
  padding: 20px;
  min-height: 150px;
  position: relative;
  display: flex;
  align-items: center;
}

.list__text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: none;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #001f5e;
  top: 100%;
  right: 62px;
}

.list__text:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.1;
  font-size: 144px;
  line-height: 1;
  font-weight: 700;
}

.reverse .list__text:after {
  right: auto;
  left: 28px;
}

.list__text-inner {
  overflow: hidden;
  max-height: 100%;
  position: relative;
}

.list__image {
  height: 150px;
}

.list__image img {
  height: 100%;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.list .h2 {
  margin-bottom: 12px;
}

.list p {
  margin: 0;
}

.list p + p {
  margin-top: 12px;
}

.list--nums .list__text:before {
  counter-increment: list;
  content: counter(list);
}

.dot-list {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 34px;
}

.dot-list__item:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 8px;
  margin-bottom: 2px;
}

.product {
  text-align: center;
  padding: 26px 0;
  margin-bottom: 20px;
}

.product__slider-text {
  margin-bottom: 36px;
}

.product__slider-text > * {
  line-height: 18px !important;
}

.product__slider-text p {
  text-align: center;
  margin-bottom: 18px;
}

.product__slider-text .h2 {
  text-align: center;
}

.product__slider {
  position: relative;
  align-self: flex-start;
}

.product .swiper-slide {
  height: auto;
}

.product .swiper-button-prev,
.product .swiper-button-next {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00a8ff;
  font-size: 30px;
  margin: 0;
}

.product .swiper-navigation__inner {
  padding: 0 5px;
}

.product-slider {
  overflow: hidden;
}

.product-slider__inner {
  position: relative;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 10px 16px;
  width: 88%;
}

.product-slider__row {
  display: flex;
  justify-content: center;
}

.product-slider__image {
  width: 36%;
  margin-bottom: 9px;
}

.product-slider__image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-slider__icon {
  position: absolute;
  font-size: 32px;
  top: 20px;
  right: 20px;
}

.product-slider__link {
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #00a8ff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.product-slider__link [class^="icon-"] {
  margin-left: 2px;
  font-size: 13px;
}

.textarea {
  height: 100px;
  resize: none;
}

.contact {
  display: block;
  width: 100%;
  padding: 0 0 84px;
}

.contact .h1,
.contact .h3 {
  text-align: center;
}

.contact .h1 {
  margin-bottom: 52px;
}

.contact .h3 {
  font-size: 14px;
  line-height: 13px;
  margin-top: 42px;
  margin-bottom: 30px;
}

.contact .form {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.contact .button {
  min-width: 112px;
  font-size: 10px;
  margin: 22px auto 0;
  padding: 12px;
}

.contact-image {
  display: block;
  width: 100%;
  height: 56px;
  margin: 0 0 32px;
  position: relative;
  overflow: hidden;
}

.contact-image img {
  position: absolute;
  top: -38px;
  left: 0;
  display: block;
  width: 100%;
  min-height: 100%;
  z-index: 1;
}

.contact-info {
  font-size: 6px;
  font-weight: normal;
  line-height: 6px;
  text-align: left;
  color: #2f2f2f;
  margin: 16px 0;
}

.accordion {
  margin-bottom: 46px;
}

.accordion__button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 28px 2px 0;
  position: relative;
}

.accordion * {
  margin-bottom: 0;
}

.accordion .h3,
.accordion p {
  line-height: 24px;
}

.accordion [class^="icon-"] {
  color: #000;
  position: absolute;
  right: 6px;
  top: 16px;
}

.accordion [class^="icon-"]:before {
  transition: transform 0.25s;
  display: block;
}

.accordion .is-open [class^="icon-"]:before {
  transform: rotate(180deg);
}

.accordion__body {
  display: none;
}

.accordion__item {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
}

.map {
  display: block;
  width: 100%;
  padding: 0 0 60px;
}

.map .h1 {
  text-align: center;
  margin-bottom: 28px;
}

.map .form {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 324px;
  max-width: 324px;
  border: 1px solid #001f5e;
  border-radius: 30px;
  margin: 0 auto 35px;
  padding: 0 0 0 14px;
}

.map .input {
  display: inline-flex;
  flex-grow: 1;
  height: 23px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  color: #2f2f2f;
  border: none;
  border-radius: 30px;
  margin: 0;
  padding: 0 14px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map .input::-moz-placeholder {
  color: #e5e5e5;
}

.map .input:-ms-input-placeholder {
  color: #e5e5e5;
}

.map .input::placeholder {
  color: #e5e5e5;
}

.map .button {
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 23px;
  min-width: 23px;
  height: 23px;
  font-weight: 400;
  background-color: #001f5e;
  border-radius: 50%;
  position: relative;
  padding: 0;
}

.map .button:before {
  color: #fff;
}

.map #map {
  height: 215px;
  width: 100%;
}

.about {
  display: flex;
  flex-direction: column;
}

.about-wrap {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  background-color: #001f5e;
  padding: 24px 20px;
}

.about-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  margin: 0 0 18px;
}

.about-info-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.about-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

.about-item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.about-image {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 134px;
}

.about-list {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 23px 0 34px;
  counter-reset: list;
}

.about-list .h1 {
  margin-bottom: 37px;
  padding: 0 20px;
}

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

.about-list li {
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  cursor: default;
}

.about-list li .about-list-inner:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 20px;
  left: 2px;
  font-size: 150px;
  font-weight: 700;
  line-height: 143px;
  color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.about-list li:nth-child(even) .about-list-inner {
  padding: 18px 117px 18px 20px;
}

.about-list li:nth-child(even) .about-list-inner:before {
  left: auto;
  right: 20px;
}

.about-list li:nth-child(4) .about-list-inner:before {
  right: 10px;
}

.about-list li:nth-child(6) .about-list-inner:before {
  right: 15px;
}

.about-list .button {
  margin: 34px auto 0;
}

.about-list-inner {
  display: block;
  width: 100%;
  background-color: #001f5e;
  padding: 18px 20px 18px 117px;
  position: relative;
}

.about-list-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
}

.about-list-text {
  display: block;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  white-space: pre-line;
  color: #fff;
  margin: 0;
}

.advantages {
  display: block;
  width: 100%;
  max-width: 1440px;
  text-align: center;
  margin: 0 auto;
  padding: 32px 20px 48px;
}

.advantages .h1 {
  margin-bottom: 53px;
}

.advantages-item {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 26px;
}

.advantages-item img {
  display: block;
  width: 100%;
  max-width: 319px;
  margin-right: auto;
  margin-left: auto;
}

.advantages-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  color: #2f2f2f;
  margin: 0 0 8px;
  padding: 0 0 18px;
  position: relative;
}

.advantages-title:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 94px;
  height: 5px;
  background-color: #00a8ff;
  z-index: 1;
}

.advantages-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #2f2f2f;
  margin: 0;
}

.advantages-button {
  display: block;
  width: 100%;
}

@media (min-width: 375px) {
  .fixed-buttons .button {
    font-size: 12px;
  }

  .fixed-buttons [class^="icon-"] {
    margin-right: 10px;
  }

  .webform-submission-form label.error {
    font-size: 12px;
  }
}

@media (min-width: 490px) {
  .contact-image {
    height: 102px;
  }
}

@media (min-width: 768px) {
  .text-offset-top {
    margin-top: 32px;
  }

  .button {
    min-width: 206px;
  }

  .button--small {
    font-size: 16px;
    padding: 26px;
  }

  .button--mt {
    margin-top: 50px;
  }

  .slider .button {
    margin-bottom: 64px;
  }

  .container,
  .container-sm {
    max-width: 960px;
  }

  .footer__bottom {
    flex-direction: row;
    padding: 0;
    align-items: center;
  }

  .footer__copyright {
    margin: auto 16px;
  }

  .footer__inner {
    display: flex;
    align-items: center;
    padding: 30px 0 26px;
  }

  .footer__img {
    width: 207px;
    margin: 0 0 30px;
  }

  .footer__col {
    flex-shrink: 0;
    width: 74%;
    margin-bottom: 0;
  }

  .footer__col--right {
    flex-direction: column;
    margin-left: 20px;
    width: calc(26% - 20px);
  }

  .custom-links {
    margin-right: auto;
  }

  .custom-links__item {
    width: auto;
    margin-right: 30px;
  }

  .social-services {
    margin: auto 6px;
  }

  .controls-inline > .control {
    width: auto;
  }

  .form-footer {
    text-align: right;
  }

  .legend {
    margin-bottom: 21px;
  }

  .path-user #block-mess-content {
    padding: 120px 20px 160px;
  }

  .webform-submission-form {
    margin-right: -10px;
    margin-left: -10px;
  }

  .modal .webform-submission-form h2 {
    padding-left: 0;
  }

  .modal .webform-submission-form p {
    padding-left: 0;
  }

  .webform-submission-form .form-type-email,
  .webform-submission-form .form-type-select,
  .webform-submission-form .form-type-tel,
  .webform-submission-form .form-type-textfield {
    width: 50%;
  }

  .webform-submission-form .webform-button--submit.form-submit.button {
    width: auto;
    margin-left: 0;
    background-position: right 14px center;
  }

  .row > .editor-inner-blocks > .editor-block-list__layout,
  .row {
    margin-right: calc( 20px / -2);
    margin-left: calc(20px / -2);
  }

  .row > .editor-inner-blocks > .editor-block-list__layout > *,
  .row > * {
    padding-right: calc( 20px / 2);
    padding-left: calc( 20px / 2);
  }

  .col-sm {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
  }

  .row-cols-sm-auto > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-sm-auto {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .col-sm-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-sm-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .col-sm-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .col-sm-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 41.66667%;
  }

  .col-sm-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .col-sm-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 58.33333%;
  }

  .col-sm-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 66.66667%;
  }

  .col-sm-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 75%;
  }

  .col-sm-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 83.33333%;
  }

  .col-sm-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 91.66667%;
  }

  .col-sm-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .input,
  .textarea,
  .SumoSelect .CaptionCont {
    font-size: 14px;
    margin: 0 0 30px;
    padding: 16px 21px 17px;
  }

  .SumoSelect > .CaptionCont {
    padding: 17px 21px;
  }

  .SumoSelect.open > .optWrapper {
    top: 49px;
  }

  .SumoSelect > .optWrapper > .options {
    padding: 10px 0;
  }

  .SumoSelect > .optWrapper > .options li.opt {
    font-size: 14px;
    padding: 5px 21px;
  }

  .SumoSelect > .CaptionCont > label {
    width: 44px;
  }

  .SumoSelect > .CaptionCont > label > [class^="icon-"] {
    font-size: 24px;
  }

  .SumoSelect > .CaptionCont > label > i:before {
    top: -2px;
  }

  .h1 {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 32px;
  }

  .h2 {
    font-size: 28px;
    line-height: 27px;
    margin-bottom: 38px;
  }

  .h2.light {
    font-size: 24px;
    line-height: 23px;
  }

  .h2.big {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 28px;
  }

  .h2--footer.light {
    font-size: 28px;
    line-height: 27px;
    margin-bottom: 64px;
  }

  .h3 {
    font-size: 24px;
    line-height: 23px;
    margin-bottom: 8px;
  }

  .title-block .h3 {
    margin-bottom: 38px;
  }

  .h4 {
    font-size: 18px;
    line-height: 17px;
  }

  .h5 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 24px;
  }

  p {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 17px;
  }

  p.light {
    font-size: 18px;
    line-height: 17px;
  }

  .title-block--xxl p {
    margin-bottom: 35px;
  }

  .title-block--xxl .h2.big {
    margin-bottom: 60px;
  }

  .title-block--xxl .dot-list {
    margin-bottom: 60px;
  }

  .title-block {
    padding: 38px 0;
  }

  .title-block *:last-child {
    margin-bottom: 0;
  }

  .title-block--xl {
    padding: 76px 0 82px;
  }

  .title-block--xxl {
    padding: 64px 0 78px;
  }

  .swiper-slide {
    height: 450px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    font-size: 24px;
  }

  .swiper-button-prev {
    margin-left: -25px;
  }

  .swiper-button-next {
    margin-right: -25px;
  }

  .swiper__text {
    padding: 0 16px;
  }

  .services-slider__inner {
    padding: 34px 22px;
  }

  .services-slider__image {
    margin-bottom: 18px;
    height: 100px;
  }

  .services-slider .h4 {
    font-size: 18px;
  }

  .list__text,
  .list__image {
    min-height: 350px;
    flex-shrink: 0;
  }

  .list__text:after {
    border-width: 50px;
  }

  .list__text:before {
    font-size: 350px;
  }

  .list .h2 {
    margin-bottom: 24px;
  }

  .dot-list {
    font-size: 18px;
    line-height: 27px;
  }

  .dot-list__item:before {
    width: 5px;
    height: 5px;
    margin-right: 11px;
    margin-bottom: 4px;
  }

  .product {
    padding: 96px 0 68px;
  }

  .product__slider-text > * {
    line-height: 120% !important;
  }

  .product__slider-title {
    margin-bottom: 10px;
  }

  .product .swiper-button-prev,
  .product .swiper-button-next {
    width: 75px;
    height: 75px;
    font-size: 35px;
  }

  .product .swiper-navigation__inner {
    padding: 0 10px;
  }

  .product-slider__inner {
    padding: 60px 10px 30px;
  }

  .product-slider__icon {
    font-size: 50px;
    top: 30px;
    right: 40px;
  }

  .product-slider__image {
    margin-bottom: 22px;
  }

  .product-slider__link {
    font-size: 14px;
  }

  .contact .h3 {
    font-size: 24px;
    line-height: 23px;
    margin-top: 78px;
    margin-bottom: 56px;
  }

  .contact .button {
    min-width: 160px;
    font-size: 12px;
    padding: 18px;
  }

  .contact-image {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    z-index: -1;
  }

  .contact-info {
    font-size: 12px;
    margin: 23px 0 38px;
  }

  .accordion {
    margin-bottom: 100px;
  }

  .accordion * {
    margin-bottom: 0;
  }

  .accordion .h3,
  .accordion p {
    font-size: 18px;
    line-height: 27px;
  }

  .map .h1 {
    margin-bottom: 50px;
  }

  .map .form {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 660px;
    max-width: 660px;
    margin: 0 auto 80px;
    border: 2px solid #001f5e;
    padding: 0 0 0 26px;
  }

  .map .input {
    font-size: 14px;
    height: 46px;
    padding: 0 26px 0 0;
  }

  .map .button {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 46px;
    min-width: 46px;
    height: 46px;
    margin: 0 -1px 0 0;
  }

  .map .button:before {
    font-size: 25px;
    line-height: 25px;
  }

  .map #map {
    height: 360px;
  }

  .map {
    padding: 130px 0 346px;
  }

  .about-image {
    min-height: 320px;
  }

  .about-list .h1 {
    margin-bottom: 50px;
    padding: 0;
  }

  .about-list ul {
    width: calc(100% + 20px);
    margin: 0 -10px;
    font-size: 0;
  }

  .about-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    height: 300px;
    margin: 0 10px 25px;
  }

  .about-list li .about-list-inner:before {
    top: 0;
    left: 0;
    font-size: 350px;
    line-height: 300px;
  }

  .about-list li:nth-child(even) .about-list-inner,
  .about-list li:nth-child(4) .about-list-inner,
  .about-list li:nth-child(6) .about-list-inner {
    padding: 60px 45px;
  }

  .about-list li:nth-child(even) .about-list-inner:before,
  .about-list li:nth-child(4) .about-list-inner:before,
  .about-list li:nth-child(6) .about-list-inner:before {
    top: 0;
    left: 0;
    right: auto;
  }

  .about-list li:hover .about-list-text {
    transform: rotateY(0);
    transition-duration: 0.6s;
  }

  .about-list .button {
    margin: 26px auto 0;
  }

  .about-list {
    padding: 95px 20px 51px;
  }

  .about-list-inner {
    height: 100%;
    transition: 0.25s;
    transform-style: preserve-3d;
    padding: 60px 45px;
  }

  .about-list-title {
    font-size: 28px;
    line-height: 34px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 45px;
    display: block;
    width: calc(100% - 90px);
    z-index: 2;
  }

  .about-list-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    background-color: #00a8ff;
    transform: translateY(100%);
    transition-duration: 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 20px;
    z-index: 3;
  }

  .advantages-item {
    margin: 0 0 20px;
  }
}

@media (min-width: 1024px) {
  .main {
    padding-top: 98px;
  }

  .fixed-buttons {
    width: auto;
    left: auto;
    right: 50px;
  }

  .fixed-buttons .button {
    width: 100%;
    font-size: 14px;
    line-height: 13px;
    padding: 21px 12px;
  }

  .fixed-buttons .button--login {
    display: none;
  }

  .fixed-buttons [class^="icon-"] {
    font-size: 23px;
    margin-right: 4px;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container,
  .container-sm,
  .container-md {
    max-width: 1024px;
  }

  .footer__top {
    flex-direction: row;
    padding: 25px 0;
  }

  .footer__item {
    width: 25%;
    padding-right: 10px;
    padding-left: 24px;
  }

  .footer__item + .footer__item {
    border-top: none;
    border-left: 1px solid #fff;
  }

  .footer__footer-link {
    font-size: 14px;
    line-height: 13px;
  }

  .footer__list-item + .footer__list-item {
    margin-top: 28px;
  }

  .webform-submission-form .form-type-checkbox {
    margin-bottom: 16px;
  }

  .col-md {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
  }

  .row-cols-md-auto > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-md-auto {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .col-md-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 8.33333%;
  }

  .col-md-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-md-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .col-md-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .col-md-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 41.66667%;
  }

  .col-md-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .col-md-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 58.33333%;
  }

  .col-md-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 66.66667%;
  }

  .col-md-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 75%;
  }

  .col-md-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 83.33333%;
  }

  .col-md-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 91.66667%;
  }

  .col-md-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .header .container {
    max-width: 100%;
    padding: 0 10px;
  }

  .header {
    height: 98px;
  }

  .header.active {
    background-color: #fff;
  }

  .header-hamburger {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
  }

  .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 160px;
    margin: 0 auto;
    width: 204px;
    height: 121px;
    z-index: 2;
  }

  .header-nav {
    overflow-y: visible;
    position: static;
    display: flex;
    width: auto;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .header-link--toggle span.icon-chevron-bold-down {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 2px;
  }

  .header-link--toggle:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    bottom: 2px;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #001f5e;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    z-index: 1;
  }

  .header-link--toggle:hover:after {
    opacity: 1;
    visibility: visible;
  }

  .header-link--toggle:hover .header-inner {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .header-link {
    font-size: 14px;
    white-space: nowrap;
    color: #3c3c3c;
    padding: 40px 0;
  }

  .header-link:hover {
    color: #001f5e;
  }

  .header-link:first-child {
    margin-right: 10px;
  }

  .header-link:nth-child(2) {
    margin-right: 224px;
  }

  .header-link:nth-child(3) {
    margin-right: 10px;
  }

  .header-link:nth-child(4) {
    margin-right: 10px;
  }

  .header-inner {
    position: absolute;
    top: 94px;
    left: 0;
    bottom: auto;
    width: 1114px;
    max-width: 100vw;
    max-height: none;
    background-color: #fff;
    text-transform: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 32px 120px 80px 40px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.25s;
    font-size: 0;
  }

  .header-inner-column {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    padding: 0 20px 0 0;
  }

  .header-inner-title {
    font-size: 24px;
    color: #00a8ff;
    margin: 44px 0;
  }

  .header-inner-title:first-child {
    margin: 0 0 40px;
  }

  .header-inner-title--main {
    display: block;
  }

  .header-inner-link {
    font-size: 16px;
    color: #3c3c3c;
    margin: 0 0 14px;
  }

  .header-account {
    display: flex;
    align-items: center;
    min-width: 208px;
    position: relative;
    margin: 0;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    background-color: #001f5e;
    padding: 23px 20px 23px 18px;
  }

  .services {
    padding: 28px 0 34px;
  }

  .services .h2 {
    margin-bottom: 28px;
  }

  .services-slider {
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 5px;
  }

  .services-slider .swiper-button-prev {
    margin: 0 0 0 5px;
  }

  .services-slider .swiper-button-next {
    margin: 0 5px 0 0;
  }

  .list__item {
    flex-direction: row;
    text-align: left;
  }

  .list__item.reverse {
    flex-direction: row-reverse;
    text-align: right;
  }

  .list__text {
    width: 49%;
    padding: 20px 50px;
  }

  .list__text:after {
    border-right: none;
    border-top: 50px solid transparent;
    border-left: 50px solid #001f5e;
    border-bottom: 50px solid transparent;
    top: 175px;
    left: 99%;
    right: auto;
  }

  .reverse .list__text:after {
    border-left: none;
    border-right: 50px solid #001f5e;
    left: auto;
    right: 99%;
    top: 190px;
  }

  .list__image {
    width: 51%;
  }

  .list--nums .reverse .list__text,
  .list--nums .reverse .list__image {
    width: 49%;
  }

  .list--nums .list__text {
    width: 51%;
  }

  .list--nums .list__text:after {
    display: none;
  }

  .list--nums .list__item.reverse {
    text-align: left;
  }

  .product__slider-text p {
    text-align: left;
  }

  .product__slider-text .h2 {
    font-size: 28px;
    text-align: left;
  }

  .product__slider-empty {
    order: 1;
  }

  .product__slider-title {
    order: 2;
  }

  .product__slider-text {
    order: 3;
  }

  .product__slider {
    order: 4;
  }

  .product .swiper-button-prev {
    transform: translateX(-50%);
  }

  .product .swiper-button-next {
    transform: translateX(50%);
  }

  .product-slider__inner {
    width: 100%;
  }

  .textarea {
    height: 150px;
  }

  .contact .h1 {
    margin-bottom: 128px;
  }

  .contact .button {
    min-width: 207px;
    font-size: 14px;
    margin: 40px auto 0;
    padding: 26px;
  }

  .contact {
    padding: 130px 0 342px;
  }

  .accordion {
    margin-bottom: 200px;
  }

  .accordion * {
    margin-bottom: 0;
  }

  .accordion [class^="icon-"] {
    display: none;
  }

  .accordion__head {
    margin-bottom: 28px;
  }

  .accordion__button {
    pointer-events: none;
    padding: 0;
  }

  .accordion__item {
    padding-bottom: 26px;
    border: none;
  }

  .accordion__body {
    display: block !important;
  }

  .map #map {
    height: 510px;
  }

  .about {
    flex-direction: row;
  }

  .about-wrap {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 59%;
    padding: 66px 48px;
  }

  .about-title {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 24px;
  }

  .about-item {
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 0 28px;
  }

  .about-item:before {
    top: 11px;
    left: 11px;
    width: 5px;
    height: 5px;
  }

  .about-image {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 41%;
    height: auto;
    min-height: 500px;
  }

  .about-list-title {
    font-size: 36px;
  }

  .advantages .h1 {
    margin-bottom: 155px;
  }

  .advantages {
    padding: 112px 50px 105px;
  }

  .advantages-item img {
    margin-top: -28px;
    margin-left: 0;
  }

  .advantages-item {
    margin: 0 0 50px;
  }

  .advantages-title {
    font-size: 18px;
    line-height: 17px;
    padding: 0 0 26px;
    margin: 0 0 48px;
  }

  .advantages-text {
    font-size: 14px;
    line-height: 21px;
  }

  .advantages-button {
    margin-top: -12px;
  }
}

@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1440px;
  }

  .footer__top p {
    font-size: 18px;
    line-height: 17px;
  }

  .footer__top [class^="icon-"] {
    width: 60px;
    margin-right: 36px;
    font-size: 60px;
  }

  .footer__item {
    height: 100px;
  }

  .col-lg {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
  }

  .row-cols-lg-auto > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-lg-auto {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: auto;
  }

  .col-lg-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 16.66667%;
  }

  .col-lg-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 25%;
  }

  .col-lg-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 41.66667%;
  }

  .col-lg-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 50%;
  }

  .col-lg-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 66.66667%;
  }

  .col-lg-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 75%;
  }

  .col-lg-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 83.33333%;
  }

  .col-lg-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 91.66667%;
  }

  .col-lg-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .header-logo {
    right: 184px;
  }

  .header-link {
    font-size: 16px;
  }

  .header-link:first-child {
    margin-right: 15px;
  }

  .header-link:nth-child(2) {
    margin-right: 226px;
  }

  .header-link:nth-child(3) {
    margin-right: 17px;
  }

  .header-link:nth-child(4) {
    margin-right: 15px;
  }

  .header-inner {
    left: -40px;
  }

  .h2 {
    font-size: 36px;
    line-height: 34px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    font-size: 40px;
  }

  .about-list-text {
    font-size: 12px;
    padding: 50px;
  }

  .advantages-item {
    margin: 0 0 116px;
  }
}

@media (min-width: 1440px) {
  .header .container {
    max-width: 1440px;
    padding: 0 50px;
  }

  .header-content {
    justify-content: flex-end;
  }

  .header-logo {
    right: 0;
  }

  .header-link:first-child {
    margin-right: 55px;
  }

  .header-link:nth-child(2) {
    margin-right: 266px;
  }

  .header-link:nth-child(3) {
    margin-right: 37px;
  }

  .header-link:nth-child(4) {
    margin-right: 25px;
  }
}