/*! 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.
 */
 
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/assistant/assistant-xl.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/assistant/assistant-l.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/assistant/assistant-r.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/assistant/assistant-sb.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/assistant/assistant-b.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: 'Assistant';
  src: url("../fonts/assistant/assistant-xb.ttf") format("truetype");
  font-weight: 800;
}




 
 
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          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 {
  -webkit-transform-style: preserve-3d;
          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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

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

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

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

/* 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 {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

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

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

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

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

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

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

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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 {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          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%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

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

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

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

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

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

/* 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%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

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

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

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

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

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

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

@font-face {
  font-family: 'Assistant', sans-serif; }

* {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a, span, button {
  display: inline-block; }

input, textarea {
  display: block;
  width: 100%; }

table {
  width: 100%;
  border-collapse: collapse; }

a {
  background-color: transparent;
  text-decoration: none; }

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

a,
button {
  outline: none;
  cursor: pointer; }

li {
  list-style: none; }

button {
  background: none;
  border: none; }

a,
button,
input,
textarea {
  -webkit-appearance: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

textarea {
  resize: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: none; }

input {
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: none; }

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

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

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button {
  background: none;
  display: none; }

input::-webkit-input-placeholder {
  color: #262d63; }

input::-moz-placeholder {
  color: #262d63; }

input:-moz-placeholder {
  color: #262d63; }

input:-ms-input-placeholder {
  color: #262d63; }

textarea::-webkit-input-placeholder {
  color: #262d63; }

textarea::-moz-placeholder {
  color: #262d63; }

textarea:-moz-placeholder {
  color: #262d63; }

textarea:-ms-input-placeholder {
  color: #262d63; }

input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

input:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

input:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

input:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.full-img img {
  width: 100%; }

figure {
  text-align: center;
  margin-bottom: 30px; }
  figure figcaption {
    text-align: center;
    margin-top: 5px;
    font-size: .75em;
    opacity: .8; }

.clearfix:after {
  content: '';
  clear: both;
  display: block; }

.h1 {
  font-size: 62px;
  font-weight: 200;
  text-align: center;
  margin: 0 0 20px 0; }

.h2 {
  font-size: 49px;
  margin: 0 0 30px 0;
  font-weight: 400; }
  .h2 b {
    font-weight: 800; }

.h3 {
  font-weight: 700;
  font-size: 2.250em;
  margin-bottom: 35px;
  padding-bottom: 15px; }

.h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 500; }

.h5 {
  font-size: 22px;
  font-weight: 700;
  color: #2DAFBD;
  margin-bottom: 20px; }

.h6 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 20px; }

a,
button,
input {
  color: #262d63; }

.text {
  margin-bottom: 30px;
  line-height: 1.4; }
  .text p, .text h1, .text h2, .text h3, .text h4  {
    margin-bottom: 25px; }



body {
  direction: rtl;
  font-family: "Assistant", sans-serif;
  color: #262d63;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  font-size: 19px; }
  
  

.container,
.container-fluid {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2; }

.container {
  max-width: 1400px; }

.container-fluid {
  max-width: 1840px; }

.section {
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .section-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E9E9E9;
    opacity: .87; }
  .section-decor_top {
    background: url(../images/decor-gray.png) repeat-x top center;
    background-size: auto; }

.subtitle {
  text-align: center;
  padding: 0 15% 35px 15%; }


.content-subtitle {
	max-width: 820px;
    margin: auto;
}
.content-subtitle li {
	list-style: auto;
	margin-top: 5px;
}
.content-subtitle ol {
	list-style: auto;
	padding-right: 25px;
	margin-top: 15px;
}
.title-decor {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px; }
  .title-decor .h2 {
    white-space: nowrap;
    padding: 0 20px;
    margin-bottom: 0; }
  .title-decor:before, .title-decor:after {
    content: '';
    height: 2px;
    background: #d9d9d9;
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

b, strong {
  font-weight: 700; }

.pages-list {
  padding: 35px 0; }
  .pages-list a {
    display: block;
    margin: 10px 0; }

@-webkit-keyframes mouseDrag {
  0% {
    opacity: .5;
    -webkit-transform: translateY(-3px) scale(0.8);
            transform: translateY(-3px) scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(3px) scale(1);
            transform: translateY(3px) scale(1); } }

@keyframes mouseDrag {
  0% {
    opacity: .5;
    -webkit-transform: translateY(-3px) scale(0.8);
            transform: translateY(-3px) scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(3px) scale(1);
            transform: translateY(3px) scale(1); } }

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  background-image: url(../images/icons/slider-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 32px;
  background-size: 20px;
  -webkit-transition: .5s;
  transition: .5s; 
      background-color: rgba(255,255,255,0.75);
    background-size: 70%;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: .7; }
	
	

.swiper-button-next {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.breadcrumbs {
  margin-bottom: 40px; }
  .breadcrumbs span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 30px; }
    .breadcrumbs span:last-of-type {
      padding-left: 0;
      margin-left: 0; }
    .breadcrumbs span:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      background: url(../images/icons/arrow-left.png) no-repeat center #2DAFBD;
      background-size: 5px;
      top: 3px;
      left: 0;
      border-radius: 2px; }
    .breadcrumbs span a {
      color: #fff; }
      .breadcrumbs span a:hover {
        opacity: .7; }
    .breadcrumbs span:last-of-type:before {
      display: none; }

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

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

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

.nice-select, select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 25px;
  border: solid 2px #2DAFBD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  height: 50px;
  line-height: 46px;
  outline: none;
  padding-left: 36px;
  padding-right: 18px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover, select:hover {
    border-color: #1f2551; }
  .nice-select:active, .nice-select.open, .nice-select:focus, select:active, select.nice-select.open, select.open, select:focus {
    border-color: #262d63; }
  .nice-select:after, select:after {
    border-bottom: 2px solid #A8A8A8;
    border-right: 2px solid #A8A8A8;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    right: auto;
    -webkit-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after, select.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list, select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled, select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after, select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide, select.wide {
    width: 100%; }
    .nice-select.wide .list, select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right, select.right {
    float: right; }
    .nice-select.right .list, select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small, select.small {
    font-size: 0.8em;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after, select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option, select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list, select .list {
    max-width: none;
    width: auto;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 10px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-25px);
            transform: scale(0.75) translateY(-25px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover), select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option, select .option {
    font-size: .8em;
    cursor: pointer;
    font-weight: 400;
    list-style: none;
    padding: 5px 10px;
    outline: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus, select .option:hover, select .option.focus, select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected, select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled, select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.btn {
  font-weight: 600;
  border: 4px solid #262d63;
  color: #262d63;
  padding: 15px 35px;
  border-radius: 45px; }
  .btn-white {
    border-color: #fff;
    color: #fff; }
    .btn-white:hover {
      border-color: #262d63;
      background: #262d63;
      color: #fff; }
  .btn-arrow {
    padding-left: 90px;
    z-index: 1; }
    .btn-arrow:before, .btn-arrow:after {
      z-index: -1;
      content: '';
      position: absolute;
      top: -4px;
      left: -4px;
      bottom: -4px;
      width: 60px;
      border-radius: 45px 0 0 45px; }
    .btn-arrow:before {
      background: #262d63;
      -webkit-transition: .5s;
      transition: .5s; }
    .btn-arrow:after {
      background: url(../images/icons/arrow-left.png) no-repeat center; }
    .btn-arrow:hover:before {
      width: calc(100% + 8px);
      border-radius: 45px; }
    .btn-arrow:hover {
      color: #fff; }

.btn-row {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .btn-row .btn {
    margin: 10px 20px; }

.link {
  font-weight: 600; }
  .link-arrow {
    padding-right: 35px;
    z-index: 1; }
    .link-arrow:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -13px;
      right: 0;
      width: 26px;
      height: 26px;
      z-index: -1;
      border: 2px solid #262d63;
      border-radius: 3px;
      background-repeat: no-repeat;
      background-position: calc(100% - 10px) 50%;
      background-image: url(../images/icons/arrow-left__color.png);
      background-size: 7px;
      -webkit-transition: .5s;
      transition: .5s; }
    .link-arrow:hover {
      color: #fff; }
    .link-arrow:hover:before {
      width: calc(100% + 10px);
      background-color: #262d63;
      background-image: url(../images/icons/arrow-left.png); }

.header {
  color: #fff;
  padding: 20px 0;
  z-index: 100; }
  .header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
	max-width: 400px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: url(../images/home-decor.png) no-repeat center #262d63;
    padding: 180px 30px;
    z-index: 100;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .header-menu.active {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    .header-menu nav {
      max-height: 100%;
      padding: 50px 30px;
      width: auto;
      display: inline-block;
      max-width: 100%; }
      .header-menu nav ul.menu {
        list-style: none;
        counter-reset: my-awesome-counter; }
        .header-menu nav ul.menu > li {
          counter-increment: my-awesome-counter;
          font-size: 1.1em;
          color: #fff;
          -webkit-transition: .5s;
          transition: .5s; }
       
          .header-menu nav ul.menu > li a {
            text-align: right;
            padding: 15px;
            display: block;
            color: #fff;
            font-weight: 700; }
          .header-menu nav ul.menu > li.current-menu-item:before {
            font-size: 1em; }
        .header-menu nav ul.menu .sub-menu {
          display: none;
          padding: 0 20px 0px 20px; }
          .header-menu nav ul.menu .sub-menu a {
            font-size: .8em; }
        .header-menu nav ul.menu li:hover > a {
          color: #2DAFBD; }
        .header-menu nav ul.menu .menu-item-has-children {
          cursor: pointer; }
        
  .header .container-fluid {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .header .container-fluid:before, .header .container-fluid:after {
      content: '';
      position: absolute;
      top: 95px;
      height: 3px;
      background: #fff;
      opacity: .2;
      width: calc(50% - 48px - 35px); }
    .header .container-fluid:before {
      left: 20px; }
    .header .container-fluid:after {
      right: 20px; }
  .header .open-menu {
    position: absolute;
    top: 0;
    right: 20px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-weight: 600; }
    .header .open-menu__btn {
      margin-left: 20px;
      width: 53px;
      height: 46px;
      border: 2px solid #262d63;
      border-radius: 3px;
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-transition: .5s;
      transition: .5s; }
      .header .open-menu__btn span {
        height: 3px;
        background: #fff;
        width: 30px; }
        .header .open-menu__btn span:nth-child(2) {
          width: 22px;
          margin: 7px 0 8px 7px; }
    .header .open-menu:hover, .header .open-menu.active {
      color: #2DAFBD; }
    .header .open-menu:hover .open-menu__btn, .header .open-menu.active .open-menu__btn {
      background: #2DAFBD;
      border-color: #2DAFBD; }
    .header .open-menu .open-menu__click, .header .open-menu .close-menu__click {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: .5s;
      transition: .5s; }
    .header .open-menu .close-menu__click {
      display: none; }
    .header .open-menu.active .open-menu__click {
      display: none; }
    .header .open-menu.active .close-menu__click {
      display: block; }
  .header .mail {
    position: absolute;
    top: 0;
    left: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px 12px 65px;
    background: #2890b0; }
    .header .mail:before {
      content: '';
      background: url(../images/icons/mail.png) no-repeat center;
      width: 25px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 30px; }
    .header .mail:hover {
      background: #2DAFBD; }
  .header .logo img {
    max-width: 95px; }

body.active {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.section-home {
  overflow: hidden;
  color: #fff;
  padding: 0; }
  .section-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262d63;
    opacity: .1; }
  .section-home:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/home-decor.png) no-repeat bottom center; }
  .section-home__item_center {
    padding: 30px 0 80px 0;
    max-width: 100%;
    margin: 0 auto;
    width: 500px;
    text-align: center; }
  .section-home__item_subtitle {
    text-align: center;
    font-size: 49px; }
  .section-home .btn-row {
    margin-bottom: 70px; }
    .section-home .btn-row .btn {
      color: #fff; }
  .section-home__inner .container {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .section-home__inner .container .h2 {
      margin-bottom: 30px;
      padding-bottom: 0; }

.section-home.section-inner:before {
  opacity: 0.5;
  background: rgba(38, 45, 99, 0.27);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(38, 45, 99, 0.27)), color-stop(100%, rgba(38, 45, 99, 0.64)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 45, 99, 0.27)), to(rgba(38, 45, 99, 0.64)));
  background: linear-gradient(to bottom, rgba(38, 45, 99, 0.27) 0%, rgba(38, 45, 99, 0.64) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262d63', endColorstr='#262d63', GradientType=0 ); }

.mouse-drag {
  height: 70px;
  width: 38px;
  border-radius: 20px;
  margin: 0 auto 10px auto;
  border: 2px solid #262d63; }
  .mouse-drag:after {
    content: '';
    position: absolute;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: mouseDrag;
            animation-name: mouseDrag;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-timing-function: cubic-bezier(0.7, 0.01, 1, 1);
            animation-timing-function: cubic-bezier(0.7, 0.01, 1, 1);
    background: url(../images/icons/mouse.png) no-repeat center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.marquee {
  padding: 15px 0;
  border-top: 2px solid #262d63;
  text-align: right;
  width: 100%;
  overflow: hidden;
  white-space: nowrap; }
  .marquee a {
    color: #fff; }
  .marquee .sep {
    color: #fff;
    margin: 0 10px; }

.diagonal-marquee {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.marquee3k {
  direction: ltr; }

.marquee3k__copy {
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.section-reputation {
  padding: 0; }
  .section-reputation .container-fluid, .section-reputation .container {
    position: static;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex; }
  .section-reputation__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    overflow: hidden; }
    .section-reputation__bg img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
    .section-reputation__bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .8;
      background: #fff; }
  .section-reputation__column {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 50%;
    position: static; }
    .section-reputation__column:nth-child(1) {
      z-index: 3;
      padding-left: 60px; }
    .section-reputation__column.section-reputation__column_circle {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center; }
    .section-reputation__column:nth-child(2) {
      padding-right: 60px; }
  .section-reputation:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    bottom: 0;
    background: url(../images/decor-gray.png) no-repeat top center; }
  .section-reputation .text {
    font-size: 32px;
    margin-bottom: 0; }

.circle-counter {
  width: 130px;
  height: 137px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  border: 6px solid #E0E0E0;
  font-size: 14px;
  font-weight: 800;
  margin: 0 50px 25px 50px; }
  .circle-counter > span {
    font-size: 28px; }
  .circle-counter:after {
    content: '';
    position: absolute;
    top: -11px;
    left: -12px;
    background: url(../images/circle-counter.png) no-repeat center;
    width: 122px;
    height: 144px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.section-chart:before, .section-chart:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-chart:before {
  opacity: .3;
  background: url(../images/chart-bg-decor.png) no-repeat bottom center;
  background-size: auto; }

.section-chart:after {
  background: #fff;
  opacity: .5; }

.circle-chart {
  margin: 150px auto 100px auto; }
  .circle-chart__white {
    background: #fff;
    border-radius: 100%;
    width: 540px;
    max-width: 100%;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .circle-chart__white:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(100% + 120px);
      height: calc(100% + 120px);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 4px dotted #9D9D9D;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border-radius: 100%; }
  .circle-chart__logo, .circle-chart__color {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
  .circle-chart__logo {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #fff;
    padding: 15px;
    width: 160px;
    height: 160px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%; }
  .circle-chart__color {
    z-index: 2;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%; }
  .circle-chart__list {
    z-index: 4;
    min-height: 540px;
    width: 950px;
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    .circle-chart__list__column {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .circle-chart__list__column:nth-child(2) {
        padding-left: 20px; }
        .circle-chart__list__column:nth-child(2) .circle-chart__list_item:nth-child(1), .circle-chart__list__column:nth-child(2) .circle-chart__list_item:nth-child(3) {
          margin-right: 70px; }
      .circle-chart__list__column:nth-child(3) {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        padding-right: 20px; }
        .circle-chart__list__column:nth-child(3) .circle-chart__list_item:nth-child(1), .circle-chart__list__column:nth-child(3) .circle-chart__list_item:nth-child(3) {
          margin-left: 70px; }
		  
		  .circle-chart__list__column:nth-child(3) .circle-chart__list_item:nth-child(4) {
			margin-left: 130px;
		  }
    .circle-chart__list_item {
      margin-top: 50px;
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      color: #fff; }
    .circle-chart__list_item-top {
      margin-bottom: 35px;
      margin-top: -120px;
      width: 100%; }
      .circle-chart__list_item-top .circle-chart__list_item {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center; }
        .circle-chart__list_item-top .circle-chart__list_item .circle-chart__list_value {
          min-width: 140px;
          border-radius: 4px;
          font-size: 49px; }
          .circle-chart__list_item-top .circle-chart__list_item .circle-chart__list_value span {
            font-size: .4em; }
        .circle-chart__list_item-top .circle-chart__list_item .circle-chart__list_title {
          font-size: 30px;
          border-radius: 4px; }
    .circle-chart__list_value, .circle-chart__list_title {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 10px 15px;
      text-align: center; }
    .circle-chart__list_value {
      border-radius: 0 4px 4px 0;
      font-size: 34px;
      font-weight: 800;
      background: #2DAFBD; }
      .circle-chart__list_value span {
        font-weight: 400; }
    .circle-chart__list_title {
      border-radius: 4px 0 0 4px;
      background: #262d63; }

.news-column {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 35px -5px; }
  .news-column .news-preview {
    margin: 5px;
    width: calc(33.3% - 10px);
    overflow: hidden;
    color: #fff; }
    .news-column .news-preview img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: .5s;
      transition: .5s; }
    .news-column .news-preview:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .news-column .news-preview__title {
      font-size: 35px;
      padding: 20px;
      position: absolute;
      bottom: 0;
      right: 0; 
	  background: rgba(38, 45, 99, 0.85);
	  width: 100%;
	  
	  }
    .news-column .news-preview__info {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .news-column .news-preview__info span {
        font-weight: 600;
        margin-bottom: 10px;
        margin-left: 15px; }
        .news-column .news-preview__info span:last-of-type {
          margin-left: 0; }
    .news-column .news-preview__mask {
      display: block;
      height: 100%;
      opacity: 0;
      color: #fff;
      -webkit-transition: .5s;
      transition: .5s;
      padding: 35px;
      background: rgba(38, 45, 99, 0.85); }
      .news-column .news-preview__mask .news-preview__title {
        color: #2DAFBD;
        padding: 0;
        margin: 0 0 10px 0;
        position: relative; }
      .news-column .news-preview__mask .text {
        margin: 0;
        opacity: .6;
        display: block; }
    .news-column .news-preview:hover .news-preview__mask {
      opacity: 1; }
    .news-column .news-preview:hover > .news-preview__title {
      opacity: 0; }

.swiper-brands .swiper-wrapper .swiper-slide {
  width: calc(100%/7); }
  .swiper-brands .swiper-wrapper .swiper-slide a {
    opacity: 1; }

.section-brands {
  background: #e3e6ea; }
  .section-brands_inner {
    border-radius: 4px;
    background: transparent;
    padding: 0; }
    .section-brands_inner .container {
      padding-top: 35px;
      padding-bottom: 35px;
      background: #EFEFEF; }
  .section-brands .container-fluid, .section-brands .container {
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .section-brands .container-fluid .h2, .section-brands .container .h2 {
      white-space: nowrap;
      margin-left: 35px;
      margin-bottom: 0;
      padding-bottom: 0; }
  .section-brands .swiper-button-next,
  .section-brands .swiper-button-prev {
    background-size: 14px;
    height: 22px;
    margin-top: -11px; }

.section-media + .section-brands:before {
  content: '';
  position: absolute;
  top: -50px;
  height: 50px;
  left: 0;
  width: 100%;
  background: rgba(227, 230, 234, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227, 230, 234, 0)), color-stop(100%, #e3e6ea));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 230, 234, 0)), to(#e3e6ea));
  background: linear-gradient(to bottom, rgba(227, 230, 234, 0) 0%, #e3e6ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e6ea', endColorstr='#e3e6ea', GradientType=0 ); }

.section-brands_about {
  background: transparent; }

.swiper-brands .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .swiper-brands .swiper-wrapper .swiper-slide {
    text-align: center; }
    .swiper-brands .swiper-wrapper .swiper-slide a {
      opacity: .3;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      .swiper-brands .swiper-wrapper .swiper-slide a:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }

.swiper-media-rtl {
  margin-bottom: 30px;
  margin-left: 120px;
  width: calc(100% - 120px); }

.swiper-media-ltr {
  margin-right: 120px;
  width: calc(100% - 120px); }

.swiper-media .media-column {
  margin: 0;
  display: block; }

.section-media .container-fluid, .section-media .container {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.section-media .media-text {
  padding-left: 50px;
  width: 35%; }
  .section-media .media-text .text {
    padding: 20px 0; }

.section-media .media-slider {
  width: 65%; }
  .section-media .media-slider .swiper-button-prev {
    left: 45px;
    margin: 0;
    top: 90px; }
  .section-media .media-slider .swiper-button-next {
    top: auto;
    bottom: 90px;
    right: 45px;
    margin: 0; }

.swiper-slide .media-preview {
  width: 100% !important;
  margin: 0 !important; }


.media-preview .text-more {
	position: absolute;
	top: 6px;
	left: 10px;
	font-size: 14px;
	color: #fff;
	z-index: 9;
	font-weight: 500;
}
.section-media.section-bg .media-text .text {
  padding-right: 50px; }

.media-column {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px; }

.media-preview {
  min-height: 210px;
  margin: 15px;
  padding: 15px;
  width: calc(33.3% - 30px);
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  .media-preview:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: 300%;
    background-position: left center;
    background-image: linear-gradient(135deg, #262d63 0%, #2dafbd 100%);
    opacity: .9; }
  .media-preview:hover:after {
    background-size: 150%;
    background-position: right center; }
  .media-preview__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  .media-preview__logo {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .media-preview__logo img {
      max-height: 90%;
      max-width: 80%; }
  .media-preview__mask {
    z-index: 2; }

.footer {
  padding: 80px 0 35px 0;
  color: #fff;
  background: #383838;
  background: -webkit-gradient(left top, right top, color-stop(0%, #383838), color-stop(100%, #283954));
  background: -webkit-gradient(linear, left top, right top, from(#383838), to(#283954));
  background: linear-gradient(to right, #383838 0%, #283954 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#283954', GradientType=1 ); }
  .footer a, .footer input, .footer button {
    color: #fff; }
  .footer-inner {
    background: #213C64; }
  .footer-bottom {
    text-align: center; }
    .footer-bottom .developer a:hover {
      opacity: .8; }
  .footer-contacts {
    font-weight: 700;
    margin-bottom: 15px; }
  .footer-item {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex; }
  .footer-map {
    margin-bottom: 50px;
    width: 35%; }
  .footer-menu {
	justify-content: space-between;
	margin: 0 -25px;
    margin-bottom: 35px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex; }
    .footer-menu__column {
      margin-bottom: 30px;
      padding: 0 25px; }
      .footer-menu__column ul li {
        margin-bottom: 10px; }
        .footer-menu__column ul li a {
          color: #cececc; }
          .footer-menu__column ul li a:hover {
            color: #2DAFBD; }
ul#menu-footer-2 {
	column-count: 2;
    column-gap: 35px;
}
.map {
  overflow: hidden;
  border-radius: 3px; }
  .map img {
    width: 100%; }

.section-about .container {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex; }
  .section-about .container > * {
    width: 50%; }

.section-about .about-text {
  padding-left: 50px; }
  .section-about .about-text .h2 {
    text-align: right; }
	
	
	
  .about-text__link {
    background: #EFEFEF;
    padding: 25px 35px;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px; }
    .about-text__link li {
      margin-bottom: 10px; }
      .about-text__link li a {
        font-weight: 700;
        color: #262d63;
        font-size: 0.8em;
        padding-right: 20px; }
        .about-text__link li a:before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          background: url(../images/icons/arrow-left__color.png) no-repeat center;
          width: 7px;
          height: 11px;
          margin-top: -6px; }
        .about-text__link li a:hover {
          opacity: .7; }
		  
		  
		  
		  
		  
		  
		  
		  

.section-about .section-reputation__column {
  padding-top: 0;
  padding-bottom: 0; }
  .section-about .section-reputation__column .circle-counter {
    margin: 0 35px 25px 35px; }

.section-team {
  background: #EFEFEF; }
  .section-team:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/team.png) no-repeat center;
    background-size: cover; }
  .section-team .swiper-button-next {
    right: -15px; }
  .section-team .swiper-button-prev {
    left: -15px; }

.section-team + .section-team:before {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1); }

.team-column {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px; }
  
.team-column.no-wrap {
	flex-wrap: nowrap;
}
  
@media only screen and (max-width: 1000px) {
	.team-column {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
	.team-column.no-wrap {
		flex-wrap: wrap;
	}
}

.team-preview {
  text-align: center;
  background: #fff;
  margin: 0 15px 30px 15px;
  width: calc(25% - 30px);
  max-width: 320px;
  -webkit-box-shadow: 0 25px 35px -15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 25px 35px -15px rgba(0, 0, 0, 0.35); 
}

#management .team-preview {
	max-width: 220px;
}

.team-preview .info {
	padding: 25px 15px;	
	background: #fff;
}

.team-preview .image {
	font-size: 0;
}

.team-preview .image img {
	width: 100%;
}

  .team-preview .text {
    margin-bottom: 0; }
  .team-preview__name {
    font-weight: 700;
    font-size: 26px; }
  .team-preview__post {
    color: #2DAFBD;
    margin-bottom: 20px; }

.swiper-team .team-preview {
  margin: 0 0 60px 0;
  width: 100%; }
.container-fluid.ai-center {
	align-items: center;
}
.section-sela-combo {
	padding: 0;
}
  .section-sela-combo .container-fluid {
    position: static;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex; 
	}
  .section-sela-combo__column {
    width: 50%;
    padding: 100px; 
	padding-top: 50px;
	}
  .section-sela-combo .sela-combo__presentation {
    position: relative; }
    .section-sela-combo .sela-combo__presentation .h2 {
      text-align: right;
      color: #fff; }
    .section-sela-combo .sela-combo__presentation_top {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
    .section-sela-combo .sela-combo__presentation_bg {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      left: 0; }
    .section-sela-combo .sela-combo__presentation_btn {
      margin-bottom: 20px;
      background: #2DAFBD;
      color: #fff;
      border-radius: 4px;
      overflow: hidden;
      font-weight: 700;
      padding: 15px 100px 15px 30px; }
      .section-sela-combo .sela-combo__presentation_btn span {
        top: 0;
        right: 0;
        bottom: 0;
        width: 70px;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-flex-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 5px;
        background: #fff; }
        .section-sela-combo .sela-combo__presentation_btn span img {
          max-height: 100%; }

.offers-column {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .offers-column__item {
    flex: 1 0;
    text-align: center;
    padding: 30px; }
	
@media (max-width: 735px) {
	.offers-column__item {
		flex: 1 50%;
	}
}
    .offers-column__item_icon {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 100px;
      margin-bottom: 15px; }
      .offers-column__item_icon img {
        max-height: 100%;
        -webkit-transition: .5s;
        transition: .5s; }
    .offers-column__item:hover .offers-column__item_icon img {
      -webkit-transform: translateY(10px) scaleX(-1);
              transform: translateY(10px) scaleX(-1); }

.presentation-item img {
  width: 100%;
  border-radius: 3px; }

.presentation-item__download {
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  background: #2DAFBD;
  border-radius: 3px;
  padding: 20px 35px; }
  .presentation-item__download:hover {
    background: #262d63; }

.share {
  margin: 10px 0;
  padding-left: 50px; }
  .share:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border-radius: 50%;
    background: url(../images/icons/share.png) no-repeat center #262d63; }
  .share:hover {
    opacity: .7; }

article.text {
  margin-bottom: 80px; }
  article.text .clearfix {
    display: inline-block; }
    article.text .clearfix > .h2 {
      float: right;
      margin-left: 30px; }
    article.text .clearfix > .share {
      float: left;
      margin: 35px 0; }

.article-img {
  float: left;
  width: auto;
  max-width: 50%;
  height: auto;
  max-height: 670px;
  margin-right: 25px;
  margin-bottom: 25px;
  }

.contacts-list {
  padding-top: 30px;
  margin-bottom: 35px; }
  .contacts-list li {
    margin-bottom: 15px; }

.section-contacts .h2 {
  text-align: right; }

.section-contacts .subtitle {
  text-align: right;
  padding-right: 0;
  padding-left: 0; }

.catalog-item {
  margin-bottom: 10px;
  overflow: hidden;
  background: #EFEFEF;
  padding: 15px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex; }
  .catalog-item__img {
    width: 190px;
    height: 160px;
    border-radius: 4px;
    overflow: hidden; }
    .catalog-item__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .catalog-item__text {
    width: calc(100% - 190px);
    padding-right: 20px;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .catalog-item__text .text {
      font-size: .9em;
      margin-bottom: 10px; }
    .catalog-item__text_btm {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; }
  .catalog-item__address {
    padding-right: 20px;
    font-weight: 600; }
    .catalog-item__address:before {
      content: '';
      position: absolute;
      top: 3px;
      right: 0;
      background: url(../images/icons/address.png) no-repeat center;
      width: 12px;
      height: 16px; }
  .catalog-item .btn {
    margin-bottom: -15px;
    margin-left: -15px;
    font-weight: 700;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: .9em;
    background: #2DAFBD; }
    .catalog-item .btn:hover {
      background: #262d63; }

.scroll-block {
  max-height: 500px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 50px;
  margin-left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: 0;
  left: auto; }

.mCSB_scrollTools {
  opacity: 1;
  width: 14px; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: #EFEFEF; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  background: #262d63; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.nice-select.open .mCSB_dragger_bar, .mCSB_scrollTools select.mCSB_dragger.open .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #262d63; }

.mCustomScrollBox:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50px;
  height: 35px;
  z-index: 1;
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

.catalog-top {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .catalog-top .h2 {
    margin-left: 35px; }
  .catalog-top__select {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex; }
    .catalog-top__select .nice-select {
      margin-left: 20px;
      margin-bottom: 15px; }
      .catalog-top__select .nice-select:last-of-type {
        margin-left: 0; }

.section-catalog {
  padding: 0;
  background: url(../images/decor-gray.png) no-repeat top right; }
  .section-catalog .container-fluid {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    position: static; }
  .section-catalog__column {
    width: 50%;
    position: static; }
    .section-catalog__column:nth-child(1) {
      padding: 60px 0 60px 100px; }
    .section-catalog__column .catalog-map {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 50%;
      overflow: hidden; }
      .section-catalog__column .catalog-map__img {
        width: 100%; }
      .section-catalog__column .catalog-map__address {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .section-catalog__column .catalog-map__address.active .map-icon {
          background-image: url(../images/icons/map-icon-hover.png);
          width: 76px;
          height: 106px; }
      .section-catalog__column .catalog-map .map-icon {
        margin: 0 auto 10px auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/icons/map-icon.png);
        width: 47px;
        height: 66px; }
      .section-catalog__column .catalog-map__tooltip {
        padding: 10px;
        z-index: 3;
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0px 14px 13px 0px rgba(0, 0, 0, 0.14);
                box-shadow: 0px 14px 13px 0px rgba(0, 0, 0, 0.14); }
        .section-catalog__column .catalog-map__tooltip .h6 {
          font-size: .9em;
          margin-bottom: 10px; }
        .section-catalog__column .catalog-map__tooltip_gallery {
          display: -webkit-box;
          display: -webkit-flexbox;
          display: -ms-flexbox;
          display: flex; }
          .section-catalog__column .catalog-map__tooltip_gallery img {
            border-radius: 4px;
            margin-left: 5px;
            width: 54px;
            height: 54px;
            -o-object-fit: cover;
               object-fit: cover; }
          .section-catalog__column .catalog-map__tooltip_gallery .link {
            padding-right: 20px; }
            .section-catalog__column .catalog-map__tooltip_gallery .link:before {
              width: 20px;
              height: 100%;
              top: 0;
              margin: 0;
              border: none;
              background-image: url(../images/icons/slider-prev.png);
              background-position: center;
              background-size: 10px; }
            .section-catalog__column .catalog-map__tooltip_gallery .link:hover:before {
              background-image: url(../images/icons/arrow-left.png); }

.section-map {
  height: 460px;
  max-height: 80vh; }

.section-catalog-slider {
  overflow: hidden; }

.catalog-slider {
  margin-top: 35px; }
  .catalog-slider .swiper-button-next {
    right: -35px; }
  .catalog-slider .swiper-button-prev {
    left: -35px; }

.swiper-pagination {
  width: 100%; }
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #262d63;
    opacity: 1; }
    .swiper-pagination .swiper-pagination-bullet-active {
      background: #2DAFBD; }

.section-product {
	
  padding-top: 0; 
  padding-top: 80px; }
  .section-product:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: url(../images/decor-gray.png) no-repeat top right; }
  .section-product__title {
    display: none; }
  .section-product .container {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex; 
	    align-items: flex-start;
	}
  .section-product__column {
    width: 50%; }
    .section-product__column .h2 {
      text-align: right; }
  .section-product__info {
    padding-left: 80px;
    }
  .section-product .share {
    font-size: .9em;
    color: #fff;
    background: #2DAFBD;
    font-weight: 700;
    border-radius: 4px;
    padding: 20px 100px 20px 35px; }
    .section-product .share:before {
      top: 0;
      left: auto;
      right: 0;
      width: 65px;
      height: 100%;
      margin-top: 0;
      border-radius: 0 4px 4px 0;
      background: url(../images/icons/share-white.png) no-repeat center #262d63; }

.product-btn {
  margin-bottom: 30px;
  border: 2px solid #EFEFEF;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex; }
  .product-btn__item {
    width: 33.3%;
    padding: 15px;
    text-align: center;
    border-left: 2px solid #EFEFEF; }
    .product-btn__item:last-of-type {
      border: none; }
    .product-btn__item span {
      padding-right: 30px;
      font-weight: 700; }
      .product-btn__item span:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 25px;
        height: 20px;
        margin-top: -10px;
        background-size: auto 20px;
        background-repeat: no-repeat;
        background-position: center; }
    .product-btn__item_address:before {
      background-image: url(../images/icons/map-icon.png); }
    .product-btn__item_size:before {
      background-image: url(../images/icons/size.png); }
  .product-btn a {
    border-radius: 4px 0 0 4px;
    margin: -2px 0 -2px -2px;
    font-weight: 700;
    background: #2890B0;
    color: #fff; }
    .product-btn a:hover {
      background: #262d63; }

.product-form {
  background: #2890B0;
  padding: 30px 30px 0 30px; }

.swiper-gallery {
  height: 500px;
  max-height: 90vh; 
      margin-bottom: 55px;
  }
  .swiper-gallery .swiper-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .swiper-gallery .swiper-slide {
    background-size: cover;
    background-position: center; }
  .swiper-gallery .gallery-top {
    height: 80%;
    width: 100%; }
  .swiper-gallery .gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0; 
	
	}
  .swiper-gallery .gallery-thumbs .swiper-slide {
    width: calc(20% - 10px);
    height: 100%; }
  .swiper-gallery .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1; }

.catalog-top__select_report .nice-select {
  background: #262d63;
  border-color: #262d63; }
  .catalog-top__select_report .nice-select:after {
    border-color: #fff; }
  .catalog-top__select_report .nice-select .current {
    color: #fff; }

.report {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
  background: #EFEFEF;
  border-radius: 4px;
  overflow: hidden; }
  .report-info {
    padding: 20px; }
    .report-info .h5 {
      margin-bottom: 5px; }
  .report-btn {
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    padding: 20px 25px;
    background: #2DAFBD;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
    .report-btn span {
      padding-left: 35px; }
      .report-btn span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        background: url(../images/icons/download.png) no-repeat center;
        width: 20px;
        height: 19px;
        margin-top: -10px; }
    .report-btn:hover {
      background: #262d63; }

.section-shut {
  background: url(../images/bg/bg-shut.png) no-repeat left bottom; 
  background-size: 50% auto;
}

@media only screen and (max-width: 940px) {
	.section-shut {
		 background-size: 100% auto;
	}
}

  .section-shut .container {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex; }
  .section-shut__column {
    width: 50%; }
    .section-shut__column:first-child {
      padding-left: 80px; }
    .section-shut__column .h2 {
      text-align: right; }
    .section-shut__column .share {
      font-size: .9em;
      color: #fff;
      background: #2DAFBD;
      font-weight: 700;
      border-radius: 4px;
      padding: 20px 100px 20px 35px; }
      .section-shut__column .share:before {
        top: 0;
        left: auto;
        right: 0;
        width: 65px;
        height: 100%;
        margin-top: 0;
        border-radius: 0 4px 4px 0;
        background: url(../images/icons/share-white1.png) no-repeat center #262d63; }
    .section-shut__column .wrap_tabs {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .section-shut__column .wrap_tabs .tabs_content {
        text-align: center; }
      .section-shut__column .wrap_tabs .tabs_caption {
        margin-top: 35px;
        display: -webkit-box;
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-flex-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center; }
        .section-shut__column .wrap_tabs .tabs_caption li {
          cursor: pointer;
          border-radius: 4px;
          text-align: center;
          padding: 20px 30px;
          font-weight: 700;
          color: #fff;
          background: #262d63;
          -webkit-transition: .5s;
          transition: .5s; }
          .section-shut__column .wrap_tabs .tabs_caption li:not(active):hover {
            opacity: .8; }
          .section-shut__column .wrap_tabs .tabs_caption li.active {
            background: #2DAFBD;
            color: #EFEFEF; }
          .section-shut__column .wrap_tabs .tabs_caption li:first-child {
            border-radius: 0 4px 4px 0; }
          .section-shut__column .wrap_tabs .tabs_caption li:last-of-type {
            border-radius: 4px 0 0 4px; }

.tabs_content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s; }
  .tabs_content.active {
    opacity: 1;
    position: relative;
    z-index: 3; }

.form form {
  direction: rtl; }
  .form form br {
    display: none; }
  .form form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
    .form form .wpcf7-form-control-wrap > input, .form form .wpcf7-form-control-wrap > textarea {
      display: block;
      width: 100%;
      border: 3px solid #444956;
      padding: 15px 20px;
      color: #262d63;
      border-radius: 3px; }
  .form form .submit {
    width: 100%;
    border-radius: 4px;
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #2890B0; }
    .form form .submit span {
      padding-right: 35px; }
      .form form .submit span:after {
        content: '';
        position: absolute;
        border: 2px solid #262d63;
        border-radius: 2px;
        width: 24px;
        height: 24px;
        top: 0;
        right: 0;
        background-image: url(../images/icons/arrow-left.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 7px; }
    .form form .submit:hover {
      background: #2DAFBD; }

.form-contacts .wpcf7-form > p, .product-form .wpcf7-form > p {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-contacts .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1),
  .form-contacts .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(2), .product-form .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1),
  .product-form .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(2) {
    width: calc(50% - 5px); }
  .form-contacts .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1), .product-form .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1) {
    margin-left: 10px; }

.row-product-form {
  padding-top: 35px; }
  .row-product-form .wpcf7-form > p {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .row-product-form .wpcf7-form > p > * {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 20px; }
    .row-product-form .wpcf7-form > p .submit {
      margin-left: 0; }
  .row-product-form .wpcf7-form .submit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 10px;
    background: transparent;
    color: #262d63;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    border: 3px solid #2890B0; }
    .row-product-form .wpcf7-form .submit span:after {
      border-color: #2890B0;
      background-image: url(../images/icons/arrow-left__color.png); }
    .row-product-form .wpcf7-form .submit:hover {
      color: #fff;
      background: #2890B0; }
    .row-product-form .wpcf7-form .submit:hover span:after {
      border-color: #fff;
      background-image: url(../images/icons/arrow-left.png); }

.product-form .wpcf7-form .submit {
  border: none;
  background: #262d63;
  border-radius: 0;
  margin: 0 -30px;
  width: calc(100% + 60px); }
  .product-form .wpcf7-form .submit span:after {
    border-color: #2890B0;
    background-image: url(../images/icons/arrow-left.png); }

.product-form .wpcf7-form .wpcf7-form-control-wrap > input {
  border: none;
  background: #fff;
  opacity: .8; }
  .product-form .wpcf7-form .wpcf7-form-control-wrap > input:focus {
    opacity: 1; }

.product-form .wpcf7-form .wpcf7-acceptance {
  color: #fff; }
  .product-form .wpcf7-form .wpcf7-acceptance label:before {
    background: #fff; }
  .product-form .wpcf7-form .wpcf7-acceptance label:after {
    background: #262d63; }

.wpcf7-acceptance {
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: .9; }
  .wpcf7-acceptance label {
    display: block;
    padding-right: 25px; }
    .wpcf7-acceptance label:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background: #262d63;
      width: 18px;
      height: 18px;
      border-radius: 3px; }
    .wpcf7-acceptance label:after {
      content: '';
      position: absolute;
      top: 4px;
      right: 4px;
      background: #fff;
      width: 10px;
      height: 10px;
      opacity: 0;
      border-radius: 2px; }

.wpcf7-acceptance-act label:after {
  opacity: 1; }

.contacts-row {
  background: #fff;
  border-radius: 4px;
  margin-bottom: -100px;
  margin-top: 50px;
  z-index: 3;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .contacts-row > * {
    margin-top: 10px;
    margin-bottom: 10px; }
  .contacts-row__item {
    margin-right: 30px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .contacts-row__item img {
      max-width: 30px;
      margin-left: 10px; }

@media (max-width: 1900px) {
  .article-img {
   }
  .swiper-container.swiper-team {
    padding: 0 35px; }
  .section-team .swiper-button-next {
    right: 0; }
  .section-team .swiper-button-prev {
    left: 0; } }

@media (max-width: 1439px) {
  .section-sela-combo__column {
    width: 50%;
    padding: 60px 40px; }
  .catalog-slider {
    padding: 0 50px; }
  .catalog-slider .swiper-button-prev {
    left: 0; }
  .catalog-slider .swiper-button-next {
    right: 0; }
  .swiper-slide .catalog-item__text_btm {
    display: block; }
    .swiper-slide .catalog-item__text_btm .catalog-item__address {
      margin-bottom: 10px; }
    .swiper-slide .catalog-item__text_btm .btn {
      width: calc(100% + 15px); }
  .section-catalog__column:nth-child(1) {
    padding: 60px 0 60px 40px; }
}

@media (max-width: 1279px) {
  .swiper-brands .swiper-wrapper .swiper-slide {
    width: calc(100%/5); }
  .section-media .media-slider .swiper-button-next {
    top: 50%;
    bottom: auto;
    right: 0;
    margin: -16px 0 0 0; }
  .section-media .media-slider .swiper-button-prev {
    left: 0;
    margin: -16px 0 0 0;
    top: 50%; }
  .swiper-media-rtl {
    margin-left: 0;
    width: 100%; }
  .swiper-media-ltr {
    margin-right: 0;
    width: 100%; }
  .circle-counter {
    margin-left: 10px;
    margin-right: 10px; }
  .section-reputation .text {
    font-size: 24px; }
  .contacts-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contacts-row .h2 {
      width: 100%;
      margin-bottom: 20px; }
  .section-sela-combo__column {
    padding: 60px 20px; }
  .presentation-item__download {
    font-size: 20px; }
  .section-catalog .container-fluid {
    display: block; }
  .section-catalog__column:nth-child(1) {
    padding: 60px 0 60px 0px; }
  .section-catalog__column {
    width: 100%;
    position: relative; }
  .section-catalog__column .catalog-map {
    width: calc(100% + 40px);
    margin: 0 -20px;
    position: relative; }
  .title-decor {
    margin-bottom: 35px; } }

@media (max-width: 939px) {
  body {
    font-size: 16px; }
  .h1 {
    font-size: 50px; }
  .section-home__item_subtitle {
    font-size: 35px; }
  .section-reputation__column:nth-child(1) {
    padding-left: 0; }
  .section-reputation__column {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    position: relative; }
  .section-reputation .container-fluid, .section-reputation .container {
    display: block; }
  .section-reputation:after {
    display: none; }
  .section-reputation__bg {
    width: 100%; }
  .news-column .news-preview {
    width: calc(50% - 10px); }
  .section-media.section-bg .media-text .text {
    padding-right: 0; }
  .section-media .media-text {
    padding-left: 0;
    width: 100%;
    margin-bottom: 35px; }
  .section-media .media-slider {
    width: 100%; }
  .section-media .container-fluid, .section-media .container {
    display: block;
    padding-top: 0;
    padding-bottom: 0; }
  .swiper-brands .swiper-wrapper .swiper-slide {
    width: calc(100%/3); }
  .footer-menu {
    padding-right: 0; }
  .news-column .news-preview__title {
    font-size: 36px; }
  .news-column .news-preview__mask {
    padding: 20px; }
  .section-sela-combo__column {
    width: 100%;
    padding: 60px 20px; }
  .section-shut__column {
    width: 100%; }
  .section-shut__column:first-child {
    padding-left: 80px; }
  .section-sela-combo .container-fluid {
    position: relative;
    display: block; }
  .section-sela-combo .sela-combo__presentation_bg {
    width: auto;
    left: -20px;
    right: -20px;
    max-width: calc(100% + 40px); }
  .section-sela-combo .sela-combo__presentation {
    position: relative; }
  .section-shut .container {
    display: block; }
  .section-shut__column:first-child {
    padding-left: 0;
    margin-bottom: 35px; }
  .section-product__info {
    padding-left: 0;
    padding-top: 60px; }
  .section-product__column {
    width: 100%; }
    .section-product__column .h2 {
      display: none; }
	.section-product {
	   padding-top: 35px;
	}
  .section-product__title {
    display: block;
    }
  .section-product .container {
    display: block; }
  .section-product__column:nth-child(2) {
    padding-top: 0;
    margin-bottom: 35px; }
  .swiper-gallery {
    height: 500px; }
  .row-product-form .wpcf7-form > p > *,
  .row-product-form .wpcf7-form > p .submit {
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 20px; }
  .row-product-form .wpcf7-form > p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .section-product:after {
    left: 0; }
  .section-reputation__column:nth-child(2) {
    padding-right: 0; }
  .section-reputation__bg {
    left: -20px;
    width: auto;
    right: -20px; }
  .article-img {
    display: none; }
  .section-about .container {
    display: block; }
  .section-about .about-text {
    padding-left: 0;
    margin-bottom: 50px; }
  .section-about .container > * {
    width: 100%; }
  .team-preview {
    width: calc(50% - 30px); } }

@media (max-width: 735px) {
  body {
    font-size: 14px; }
  .header .open-menu {
    font-size: 0; }
    .header .open-menu__btn {
      margin-left: 0; }
  .header .mail {
    font-size: 0;
    padding: 20px; }
    .header .mail:before {
      width: 100%;
      height: 100%;
      left: 0; }
  .header .logo img {
    max-width: 70px; }
  .header .container-fluid:before, .header .container-fluid:after {
    top: 70px; }
  .h1 {
    font-size: 39px; }
  .section-home__item_subtitle {
    font-size: 26px; }
  .section-home__item_center {
    padding: 30px 0; }
  .section-home .btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
  .mouse-drag {
    display: none; }
  .circle-counter {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 14px; }
  .section-reputation__column:nth-child(2) {
    padding-right: 0; }
  .section-reputation__bg {
    width: auto;
    left: -20px;
    right: -20px;
    max-width: calc(100% + 40px); }
  .h2 {
    font-size: 38px; }
  .section-reputation .text {
    font-size: 16px; }
  .circle-chart__logo, .circle-chart__color, .circle-chart__white {
    display: none; }
  .circle-chart__list {
    min-height: auto; }
  .circle-chart__list__column {
    width: 100%;
    display: block;
    padding: 0; }
  .circle-chart__list__column:nth-child(3) .circle-chart__list_item:nth-child(1), .circle-chart__list__column:nth-child(3) .circle-chart__list_item:nth-child(3) {
    margin-left: 0; }
  .circle-chart__list__column:nth-child(2) .circle-chart__list_item:nth-child(1), .circle-chart__list__column:nth-child(2) .circle-chart__list_item:nth-child(3) {
    margin-right: 0; }
  .circle-chart__list_item {
    margin-top: 10px;
    width: 100%; }
  .circle-chart__list__column:nth-child(2) {
    padding-left: 0; }
  .circle-chart__list__column:nth-child(3) {
    padding-right: 0; }
  .circle-chart__list_title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.2em; }
  .circle-chart__list_item-top .circle-chart__list_item .circle-chart__list_value {
    font-size: 35px; }
  .circle-chart__list_item-top .circle-chart__list_item .circle-chart__list_title {
    font-size: 20px; }
  .circle-chart__list_item-top {
    margin-bottom: 25px;
    margin-top: 0; }
  .circle-chart {
    margin: 0 0 30px 0; }
  .subtitle {
    padding: 0 0 35px 0; }
  .circle-chart__list_value {
    font-size: 30px; }
  .news-column .news-preview__title {
    font-size: 24px; }
  .news-column .news-preview {
    width: calc(100% - 10px); }
  .section-media .media-text .text {
    padding: 0; }
  .section-brands .container-fluid, .section-brands .container {
    display: block; }
  .swiper-media-rtl {
    margin-bottom: 10px; }
  .section-brands .container-fluid .h2, .section-brands .container .h2 {
    margin-left: 0;
    margin-bottom: 30px; }
  .swiper-brands .swiper-wrapper .swiper-slide {
    width: calc(100%/2 - 35px); }
  .footer-item {
    display: block; }
  .footer-map {
    margin-bottom: 30px;
    width: 100%; }
  .footer-menu {
    display: none; }
  .footer {
    padding: 35px 0; }
  .breadcrumbs {
    display: none; }
  .section-home__inner .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .report-btn {
    font-size: 0;
    padding: 10px 0; }
    .report-btn span {
      padding-left: 20px;
      padding-right: 20px; }
      .report-btn span:before {
        width: 100%; }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 25px; }
  .mCSB_scrollTools {
    width: 15px; }
  .sela-combo__presentation_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .presentation-item__download {
    font-size: 18px;
    padding: 20px 10px; }
  .contacts-row {
    margin-bottom: 0; }
  .swiper-gallery {
    height: 350px; }
  .section-brands_inner .container .swiper-brands .swiper-wrapper .swiper-slide {
    width: calc(100%/2); }
  .row-product-form .wpcf7-form > p > *, .row-product-form .wpcf7-form > p .submit {
    width: 100%;
    margin-left: 0; }
  .section-map {
    height: 260px; }
  .catalog-slider .swiper-button-prev, .catalog-slider .swiper-button-next {
    display: none; }
  .catalog-slider {
    padding: 0; }
  .catalog-item__img {
    width: 100%;
    margin-bottom: 15px; }
  .catalog-item__text {
    width: 100%;
    padding-right: 0; }
  .catalog-item {
    display: block; }
  .swiper-slide .catalog-item__text_btm .btn {
    width: calc(100% + 30px);
    margin-right: -15px;
    text-align: center; }
  .form-contacts .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1), .form-contacts .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(2), .product-form .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1), .product-form .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(2) {
    width: 100%; }
  .form-contacts .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1), .product-form .wpcf7-form > p .wpcf7-form-control-wrap:nth-child(1) {
    margin-left: 0; }
  .catalog-top__select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .catalog-top__select .nice-select {
      margin-bottom: 10px; }
  .section-catalog__column .catalog-map__address.active .map-icon {
    width: 36px;
    height: 50px;
    background-size: 36px; }
  .section-catalog__column .catalog-map__tooltip_gallery img {
    width: 30px;
    height: 30px; }
  .mCustomScrollBox:before {
    right: 25px; }
  .section-home__inner .container .h2 {
    margin-left: 0; }
  article.text .clearfix > .share {
    float: right;
    margin: 20px 10px 10px 10px; }
  article.text .clearfix > .h2 {
    margin-bottom: 10px; }
  .about-text__link {
    padding: 20px;
    -webkit-column-count: 1;
            column-count: 1; }
  .section-about .section-reputation__column .circle-counter {
    margin: 0 5px 15px 5px; }
  .team-preview {
    width: calc(100% - 30px); }
  .offers-column__item_icon {
    height: 50px;
    margin-bottom: 15px; }
  .offers-column__item {
    padding: 10px; }
  .media-slider .media-preview {
    margin: 5px;
    width: calc(50% - 10px); } }


.section-catalog__column .catalog-map__tooltip {
    width: max-content;
	transition: .5s;
	visibility: hidden;
	opacity: 0;
}
.catalog-map__address:hover .catalog-map__tooltip {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 939px) {
.catalog-map__address:hover .catalog-map__tooltip {
	visibility: visible;
	opacity: 1;
}
}
.form form .submit span {
    padding-left: 35px;
	padding-right: 0;
}
.product-form .wpcf7-form .submit span:after {
	right: auto;
	left: 0;
}
.form form .submit span:after {
    top: 50%;
    margin-top: -12px;
	left: 0;
	right: auto;
}

.section-catalog__column .catalog-map .map-icon {
    width: 76px;
    height: 106px;
}
.catalog-map__address:hover .map-icon {
    background-image: url(../images/icons/map-icon-hover.png);
}

.menu-item-has-children {
	display: block;
	position: relative;
}

.open-arrow {
	position: absolute;
	top: 15px;
    left: -15px;
	height: 23px;
	width: 23px;
	background: #2DAFBD;
	border-radius: 5px;
	z-index: 99;
}

.open-arrow img {
	position: absolute;
	top: 6px;
    left: 7px;
	transform: rotate(-90deg);
}

.header-menu nav ul.menu > li .sub-menu a {
    padding: 8px;
}


.section-shut .about-text__link {
	margin-top: 25px;
}



/* ---------------------- Section site-map ---------------------- */
section.site-map {
  padding: 65px 0; }
  section.site-map .section-inner {
    max-width: 1500px; }
  section.site-map h1 {
    font-family: 'almoni-light', "Arial";
    font-weight: lighter;
    font-size: 50px;
    color: #777777;
    margin: 0;
    margin-bottom: 25px; }
  section.site-map .area-parent {
    font-family: 'almoni-light', "Arial";
    font-weight: lighter;
    font-size: 22px;
    color: #000;
    margin-top: 7px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    section.site-map .area-parent:hover {
      color: #2DAFBD; }
  section.site-map .area-child {
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 20px;
    color: #777777;
    margin-top: 5px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    section.site-map .area-child:hover {
      color: #2DAFBD; }
  section.site-map .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 2%;
    background: #F1F1F0;
    padding-top: 15px;
    padding-bottom: 15px; }
    section.site-map .cols .col {
      width: 12%;
      margin: 0 2%; }
    @media only screen and (max-width: 1200px) {
      section.site-map .cols .col {
        width: 21%; } }
    @media only screen and (max-width: 890px) {
      section.site-map .cols .col {
        width: 29%; } }
    @media only screen and (max-width: 650px) {
      section.site-map .cols .col {
        width: 46%; } }
    @media only screen and (max-width: 420px) {
      section.site-map .cols .col {
        width: 100%; } }
  section.site-map .content, section.site-map section.content-sub-cat {
    margin-top: 35px; }
    section.site-map .content p, section.site-map section.content-sub-cat p {
      font-family: 'almoni-light', "Arial";
      font-weight: lighter;
      font-size: 20px;
      color: #1c1d1d;
      margin-top: 11px; }

/* --------------------- /Section site-map ---------------------- */

.catalog-slider .swiper-slide {
	height: auto;
}
.catalog-slider .catalog-item {
	height: 100%;
}

.catalog-slider .swiper-pagination {
    margin-top: 20px;
}

.a2a_kit {
	white-space: nowrap;
}
.a2a_default_style a {
    float: none !important;
    display: inline-block !important;
}

.header .container-fluid {
	z-index: 999;
}

.wrapper-iframe {
	margin-top: 35px;
}

.wrapper-iframe iframe {
	width: 100%;
	height: 500px;
}


.section-catalog .nice-select {
	text-align: right !important;
}

@media only screen and (max-width: 940px) {
	.section-sela-combo .container-fluid {
		padding: 0;
	}
}

.items-audio .item {
	margin-top: 25px;
}

.items-audio .item .content {
	margin-bottom: 10px;
}


.open-nav-button {
	font-size: 20px;
	display: none;
	cursor: pointer;
}

@media (max-width: 735px){
	.open-nav-button {
		display: inline-block;
	}
}

.open-nav-button span {
	display: inline-block;
}

.open-nav-button span:after {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	content: "+";
	padding: 0px 6px;
    margin-right: 10px;
}

.open-nav-button.open span:after {
	content: "-";
	padding: 0px 8px;
}