@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
  margin-bottom: 0.67em;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

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

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption {
  padding: 75px;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

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

::-moz-selection {
  background: #45ca2a;
  color: #ffffff;
  text-shadow: none;
  -webkit-text-stroke: 0px transparent;
}

::selection {
  background: #45ca2a;
  color: #ffffff;
  text-shadow: none;
  -webkit-text-stroke: 0px transparent;
}

a {
  text-decoration: none;
  color: #45ca2a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #45ca2a;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

html {
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: "Onest", sans-serif, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
  overflow-x: hidden;
  min-width: 320px;
  position: relative;
  width: 100%;
  height: 100%;
}

.screen-page {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

img {
  max-width: 100%;
}

span[style="text-decoration: underline;"] {
  text-decoration: none !important;
  border-bottom: 1px solid;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 300;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1.1em;
  font-weight: 300;
}

h3,
.h3 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2em;
}

h4,
.h4 {
  font-size: 19px;
  font-weight: normal;
  line-height: 1.2em;
}

h5,
.h5 {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
}

h6,
.h6 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: normal;
}

.primary-color-wysiwyg {
  color: #45ca2a;
}

.secondary-bg-wysiwyg {
  color: #3e45a5;
}

.gray-bg-wysiwyg {
  color: #b0b1bc;
}

.tc-white {
  color: white;
}

.tc-white .border-bottom-wysiwyg {
  border-bottom-color: white;
}

.acf-loadmore {
  display: block;
  margin-top: 40px;
  color: #45ca2a;
  font-weight: 500;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e3e2ef;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.acf-loadmore:hover {
  color: #45ca2a;
  border-top-color: rgba(69, 202, 42, 0.3);
}

.acf-loadmore.proccess-load {
  pointer-events: none;
  border-top-color: #e3e3e3;
  color: #e3e2ef;
}

.swiper-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-btns > *:first-child {
  margin-right: 10px;
}

.swiper-prev-custom,
.swiper-next-custom {
  padding: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
}

.swiper-prev-custom:hover,
.swiper-next-custom:hover {
  background-color: white;
}

.swiper-prev-custom:hover svg path,
.swiper-next-custom:hover svg path {
  stroke: black;
}

.swiper-next-custom svg {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

.custom-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border-radius: 0;
  padding: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
}

.custom-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  height: 8px;
  min-width: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: white;
}

.dflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-100 {
  width: 100%;
}

.diflex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.aifs {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.aife {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.jcfs {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcfe {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fwrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fwrap-rev {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trsn {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.padding-top-heading {
  padding-top: 120px;
}

.content-field strong {
  font-weight: 700;
}

.content-field h1,
.content-field h2,
.content-field h3 {
  margin-bottom: 23px;
}

.content-field h1:not(:first-child),
.content-field h2:not(:first-child),
.content-field h3:not(:first-child) {
  margin-top: 30px;
}

.content-field p {
  font-size: 18px;
}

.content-field p:not(:last-child) {
  margin-bottom: 1em;
}

.content-field-small p {
  font-size: 14px;
}

.content-p-line h1,
.content-p-line h2,
.content-p-line h3 {
  margin-bottom: 23px;
}

ul.list-green-content {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  text-align: 20px;
  list-style-image: url("data:image/svg+xml,%3Csvg width='55' height='14' viewBox='0 0 55 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='55' height='1' fill='%232AAA5B'/%3E%3C/svg%3E%0A");
}

ul.list-green-content li {
  padding-left: 9px;
  font-size: 18px;
}

ul.list-green-content li:not(:last-child) {
  margin-bottom: 1em;
}

.tc-white ul.list-green-content li {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}

.icon-logo {
  width: 35px;
}

.icon-logo > * {
  position: relative;
  padding-top: 50%;
}

.icon-logo > *:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #45ca2a;
  -webkit-transform: skew(0deg, -30deg);
      -ms-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
  border-radius: 7px 4px;
}

.icon-logo.icon-logo-sm {
  width: 82px;
}

.icon-logo.icon-logo-sm > *:before {
  border-radius: 16.4px;
}

.icon-mask-logo {
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
}

.icon-mask-logo-el > * {
  padding-top: 100%;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
}

.btn {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: #45ca2a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
  line-height: 1.12em;
  border-radius: 30px;
  padding: 16px 33px;
  font-size: 14px;
}

.btn:hover,
.btn:active {
  background: #2aaa5b;
  color: #ffffff;
}

.btn:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.btn.btn--outline {
  border: 1px solid #45ca2a;
  background-color: transparent;
  color: black;
}

.btn.btn--outline:hover {
  background-color: transparent;
  color: black;
}

.btn.btn--white {
  background-color: #ffffff;
  color: #45ca2a;
}

.btn.btn--white:hover {
  background-color: #f4f4f4;
  color: #45ca2a;
}

.paddings-hero-top {
  padding-top: 62px;
}

#breadcrumbs {
  text-transform: lowercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 17px;
  font-weight: 500;
}

#breadcrumbs a {
  color: inherit;
}

#breadcrumbs a:hover {
  color: #000;
}

#breadcrumbs > span > span > *:not(:first-child) {
  margin-left: 14px;
}

#breadcrumbs > span > span > *:not(:last-child):after {
  content: "";
  margin-left: 14px;
  display: inline-block;
  width: 7px;
  height: 10px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.75 9.375L1.375 5L5.75 0.625' stroke='%23263959' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.load-more-wysiwyg span.load-more-span {
  color: #a6a7b6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.load-more-wysiwyg span.load-more-span:hover {
  color: #3e45a5;
}

.load-more-wysiwyg:after {
  cursor: pointer;
}

.load-more-form {
  margin-top: 50px;
  display: block;
  width: 100%;
}

.load-more-form.hidden-form-load-more {
  display: none;
}

.load-more-form.loading-posts button {
  opacity: 0.6;
  pointer-events: none;
}

.load-more-form.loading-posts button svg {
  -webkit-animation: rotateZ linear 1.5s infinite;
          animation: rotateZ linear 1.5s infinite;
}

.load-more-button {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #45ca2a;
  border-radius: 30px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.load-more-button svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.load-more-button:hover {
  border-color: #2aaa5b;
}

@-webkit-keyframes rotateZ {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes rotateZ {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.current_city {
  cursor: pointer;
}

.adress_popover {
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}

.city_popover {
  display: none;
  width: 230px;
  float: left;
  font-size: 16px;
  background-color: #fff;
  position: absolute;
  color: #000;
  top: 100%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: 3px solid #c52033;
  margin-top: 35px;
  opacity: 0;
  font-weight: bold;
}

.city_popover:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #c52033 transparent;
  z-index: -1;
}

.city_popover a {
  display: inline-block;
  margin: 10px 20px 0;
}

.city_modal {
  margin-left: -150px;
  width: 300px;
  /* height: 300px; */
  background: #fff;
  position: fixed;
  top: 5%;
  left: 50%;
  /*margin-top: -150px;*/
  display: none;
  opacity: 0;
  z-index: 121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  border: solid #f4f4f4;
  border-width: 10px;
  padding: 15px;
}

.city_modal .city_modal_close {
  width: 21px;
  height: 21px;
  position: absolute;
  top: -17px;
  right: 8px;
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 40px;
}

.city_overlay {
  z-index: 120;
  /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed;
  /* всегдa перекрывaет весь сaйт */
  background-color: #000;
  /* чернaя */
  opacity: 0.8;
  /* нo немнoгo прoзрaчнa */
  -moz-opacity: 0.8;
  /* фикс прозрачности для старых браузеров */
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  /* рaзмерoм вo весь экрaн */
  top: 0;
  /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none;
  /* в oбычнoм сoстoянии её нет) */
}

.choose_city_title {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}

.city_modal .links-city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.city_modal a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  white-space: nowrap;
  padding: 9px 11px;
  font-size: 14px;
  text-decoration: none;
}

.city_modal a:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid #c5cfd8;
  margin-right: 9px;
  border-radius: 50%;
}

.city_modal a.current-city {
  background: #45ca2a;
  color: #ffffff;
}

.city_modal a.current-city:before {
  border: 3.5px solid #ffffff;
  background: #45ca2a;
}

.page__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page__heading {
  color: black;
  margin-bottom: 20px;
}

.page__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7 .ajax-loader {
  display: none;
}

input {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  max-width: 100%;
  min-width: auto;
}

.header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header__group {
  position: relative;
  color: black;
  font-size: 15px;
}

.header.fixed {
  position: fixed;
  -webkit-animation: HeaderAnim ease-in-out 0.4s alternate;
          animation: HeaderAnim ease-in-out 0.4s alternate;
  background: white;
  -webkit-box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.09);
          box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.09);
  color: black;
  border-color: black;
}

.header.fixed .header__top {
  display: none;
}

.header__top,
.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__top {
  font-size: 10px;
  font-weight: 500;
}

.header__line {
  border-bottom: 1px solid #ececec;
}

.header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header__city .link-city {
  color: inherit;
  opacity: 0.6;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-size: inherit;
}

.header__city .link-city:hover {
  opacity: 1;
}

.header__city .link-city svg {
  margin-right: 6px;
  opacity: 0.7;
}

.header__city .label-city {
  margin-right: 0.3em;
  white-space: nowrap;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav-link svg {
  margin-left: 5px;
  margin-bottom: 2px;
}

.header__nav-link:hover {
  color: #45ca2a;
}

.header__nav-top a {
  font-size: inherit;
  text-transform: uppercase;
  color: inherit;
}

.header__nav-bottom a {
  text-transform: auto;
  font-weight: bold;
  font-size: 100%;
  color: inherit;
}

.header__telegram,
.header__whatsapp,
.header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
}

.header__telegram svg,
.header__whatsapp svg,
.header__btn svg {
  margin-right: 5px;
}

.header__tel a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 200%;
  color: inherit;
  font-weight: 700;
}

.header__tel a svg {
  margin-right: 6px;
}

.header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo a:hover img {
  opacity: 0.7;
}

.header__logo a img.white-logo {
  display: block;
}

.header__logo a img.black-logo {
  display: none;
}

.header__logo a img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
}

.header__btn-bottom.btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__mobile {
  position: relative;
  z-index: 62;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #45ca2a;
  min-height: 42px;
  min-width: 42px;
  border-radius: 5px;
}

.header__mobile-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__mobile__wrapper {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 18px;
  height: 16px;
}

.header__mobile__wrapper:before,
.header__mobile__wrapper span,
.header__mobile__wrapper:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__mobile__wrapper:before,
.header__mobile__wrapper:after {
  width: 70%;
  left: auto;
}

.header__mobile__wrapper:before {
  position: absolute;
  top: 0%;
}

.header__mobile__wrapper span {
  position: absolute;
}

.header__mobile__wrapper:after {
  position: absolute;
  bottom: 0%;
}

.header__mobile.toggled .header__mobile__wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__mobile.toggled .header__mobile__wrapper:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(4.4px, 4.4px);
      -ms-transform: rotate(45deg) scaleX(1.25) translate(4.4px, 4.4px);
          transform: rotateZ(45deg) scaleX(1.25) translate(4.4px, 4.4px);
}

.header__mobile.toggled .header__mobile__wrapper span {
  opacity: 0;
}

.header__mobile.toggled .header__mobile__wrapper:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(4.4px, -4.4px);
      -ms-transform: rotate(-45deg) scaleX(1.25) translate(4.4px, -4.4px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(4.4px, -4.4px);
}

.header__dropdown__flex {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  color: white;
}

.header__dropdown__flex svg.stroke-svg path {
  stroke: white;
}

.header__dropdown__flex svg.fill-svg path {
  fill: white;
}

.header__dropdown__flex .header__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__dropdown__flex .header__nav a {
  padding: 5px;
}

.header__dropdown__flex > *:not(:last-child) {
  margin-bottom: 20px;
}

.header__dropdown__flex .header__city {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__dropdown__flex .header__btn-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__dropdown.toggled {
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  visibility: visible;
  opacity: 1;
}

.overlay-custom {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.overlay-custom.toggled {
  position: fixed;
  inset: 0 0 0 0;
  z-index: 60;
}

@-webkit-keyframes HeaderAnim {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }

  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

@keyframes HeaderAnim {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }

  100% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}

.footer {
  position: relative;
  overflow: hidden;
  background-color: #F4F4F4;
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__before-link {
  color: #3e45a5;
  margin-bottom: 5px;
  font-size: 15px;
}

.footer__after-link {
  color: #A6A7B6;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}

.footer__item {
  margin-right: 0;
  margin-bottom: 20px;
}

.footer__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  font-weight: 300;
  line-height: 1.1;
  font-size: 23px;
}

.footer__item a[href]:hover {
  color: #45ca2a;
}

.footer__item__icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #45ca2a;
  margin-right: 18px;
}

.footer__social {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.footer__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 12px;
  background-color: white;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 46px;
}

.footer__social a:hover {
  background-color: #e6e6e6;
}

.footer__social-name {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 10px;
  color: #000;
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.2;
}

.footer__copyright > * {
  color: #CBCBCB;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
}

.footer__copyright > *:not(:last-child) {
  margin-right: 25px;
}

.footer__copyright .copyright {
  font-size: 12px;
  color: #CBCBCB;
}

.footer__copyright a {
  color: #CBCBCB;
  border-bottom: 1px solid transparent;
}

.footer__copyright a:hover {
  border-color: #CBCBCB;
}

.hero {
  margin-bottom: 25px;
}

.hero__heading {
  margin-bottom: 55px;
}

.hero__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__bg {
  position: absolute;
  z-index: -4;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -5;
  background: -o-linear-gradient(188.19deg, #31323e -3.95%, rgba(49, 50, 62, 0) 78.26%);
  background: linear-gradient(261.81deg, #31323e -3.95%, rgba(49, 50, 62, 0) 78.26%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero .swiper-slide {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero .swiper-slide:not(.swiper-slide-active) {
  overflow: hidden;
}

.hero__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 30px;
}

.hero__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hero__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  padding-top: 100%;
  width: 80%;
  display: block;
  z-index: -3;
  background-color: #45ca2a;
}

.hero__img:after {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  width: 50%;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #3e45a5;
  padding-top: 50%;
  top: 50%;
  right: 0;
}

.hero__heading {
  width: 100%;
}

.hero__heading h1 {
  margin-bottom: 0.55em;
}

.hero__text {
  max-width: 325px;
}

.hero__text-icon {
  display: inline-block;
  position: relative;
}

.hero__text-icon svg#svg-icon-hero #icon-hero {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.hero__text-icon #svg-line-hero {
  position: absolute;
  z-index: -3;
  right: 37px;
  top: -104px;
}

.hero__text-title {
  margin-left: 12px;
}

.profits {
  padding-top: 30px;
  padding-bottom: 30px;
}

.profits__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.profits__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.profits__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  margin-bottom: 30px;
}

.profits__item:nth-child(4n+1) .profits__item__icon:after,
.profits__item:nth-child(4n+4) .profits__item__icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #f4f4f4;
  z-index: 2;
  width: 82px;
  height: 82px;
  left: 20px;
}

.profits__item:nth-child(4n+1) .profits__item__icon:before,
.profits__item:nth-child(4n+4) .profits__item__icon:before {
  content: "";
  display: block;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #3e45a5;
  margin-right: 12px;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 3;
}

.profits__item:nth-child(4n+2) .profits__item__icon:after,
.profits__item:nth-child(4n+3) .profits__item__icon:after {
  content: "";
  display: block;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #45ca2a;
  width: 35px;
  height: 35px;
  position: relative;
  z-index: 3;
}

.profits__item:nth-child(4n+2) .profits__item__icon:before,
.profits__item:nth-child(4n+3) .profits__item__icon:before {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #f4f4f4;
  z-index: 2;
  width: 82px;
  height: 82px;
  left: 0;
}

.profits__item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 9px;
}

.profits__item__icon img {
  position: relative;
  z-index: 4;
  margin-bottom: 12px;
}

.profits__item__text {
  position: relative;
}

.profits__item__text p {
  line-height: 1.2;
}

.about {
  padding-top: 30px;
  padding-bottom: 70px;
}

.about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about__imgs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__imgs:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #f4f4f4;
  padding-top: 100%;
  top: 0;
}

.innovations {
  padding-top: 30px;
  padding-bottom: 30px;
}

.innovations__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.innovations__imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.innovations__imgs__img {
  -webkit-mask-image: url("./assets/img/icon-mask-md.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-mask-md.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  height: 275px;
  margin-bottom: 27px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.innovations__imgs__text {
  color: #3e45a5;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 18px;
}

.catalog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.catalog__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-bottom: -30px;
}

.catalog__flex > * {
  padding: 0 7.5px;
  padding-bottom: 30px;
}

.catalog__heading {
  margin-bottom: 45px;
}

.product-item {
  padding-top: 6px;
}

.product-item__content {
  position: relative;
}

.product-item__content:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-mask-image: url("./assets/img/icon-mask-md.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-mask-md.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #F4F4F4;
  top: 0;
  right: 10px;
  left: 0;
  bottom: 0;
  -webkit-mask-position: top right;
          mask-position: top right;
  height: 60%;
}

.product-item__title {
  color: #3e45a5;
  border-color: #3e45a5;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 20px;
}

.product-item__title-before {
  font-size: 90%;
}

.product-item__title-after {
  font-weight: 700;
}

.product-item__title-after .main-title {
  font-size: 133%;
}

.product-item__title-after .submain-title {
  font-size: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.product-item__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-item__group > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
}

.product-item__img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product-item__options-item:not(:last-child) {
  margin-bottom: 13px;
}

.product-item__options-name {
  color: #b7b8bf;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}

.product-item__options-value {
  font-size: 14px;
  font-weight: 500;
  color: #31323E;
}

.product-item__desc {
  padding-top: 19px;
}

.product-item__desc span {
  display: block;
}

.product-item__desc:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #EBEBEB;
  width: 80%;
  max-width: 240px;
  margin-bottom: 19px;
  margin-left: auto;
}

.product-item__btn {
  margin-top: 20px;
  padding: 12px 26px;
  font-size: 14px;
}

.projects {
  padding-top: 50px;
  padding-bottom: 50px;
}

.projects__heading {
  margin-bottom: 45px;
}

.projects__group {
  position: relative;
}

.projects__group .swiper-prev-projects,
.projects__group .swiper-next-projects {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: #ebebeb;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.projects__group .swiper-prev-projects:hover,
.projects__group .swiper-next-projects:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.projects__group .swiper-prev-projects {
  right: 100%;
}

.projects__group .swiper-next-projects {
  left: 100%;
  margin-left: 10px;
}

.projects__group .swiper-next-projects svg {
  -webkit-transform: rotateZ(0);
      -ms-transform: rotate(0);
          transform: rotateZ(0);
}

.projects-swiper {
  overflow: hidden;
  position: relative;
}

.projects__item__img {
  display: block;
  margin-bottom: 22px;
}

.projects__item__img-wrapper {
  display: block;
  position: relative;
  padding-top: 70%;
}

.projects__item__img-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.projects__item__img:hover ~ .projects__item__open .projects__item__open-line:before {
  right: calc(100% - 36px);
}

.projects__item__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.projects__item__title {
  font-size: 12px;
  line-height: 1.4;
}

.projects__item__size {
  white-space: nowrap;
  margin-left: 10px;
  font-weight: 700;
}

.projects__item__open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.projects__item__open-title {
  font-size: 14px;
  color: #3e45a5;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 25px;
}

.projects__item__open-title:hover {
  color: rgba(62, 69, 165, 0.7);
}

.projects__item__open-title:hover + *:before {
  right: calc(100% - 36px);
}

.projects__item__open-line {
  height: 1px;
  background-color: #ebebeb;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.projects__item__open-line:before {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  display: block;
  width: 36px;
  height: 1px;
  background-color: #3e45a5;
}

.video {
  padding-top: 50px;
  padding-bottom: 50px;
}

.video__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.video__flex:before {
  position: absolute;
  z-index: -2;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  top: -10%;
  left: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 463px;
  height: 463px;
  background-color: #f4f4f4;
}

.video-swiper {
  overflow: hidden;
  margin-bottom: 15px;
}

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

.video__link:hover .video__link-icon {
  background-color: #3e45a5;
}

.video__link-wrapper {
  position: relative;
  padding-top: 56%;
}

.video__link-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  z-index: 2;
}

.video__link-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 4;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(62, 69, 165, 0.7);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.video__link-icon svg {
  height: auto;
}

.video__link-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 5;
  border-radius: 50%;
  border: 1px solid white;
}

.video-thumbs {
  overflow: hidden;
  position: relative;
}

.video-thumbs .swiper-slide {
  height: auto;
}

.video-thumbs .swiper-slide.swiper-slide-thumb-active .video__thumbs__item {
  background-color: #f4f4f4;
}

.video-thumbs .swiper-slide.swiper-slide-thumb-active .video__thumbs__item .video__thumbs__item-text {
  border-bottom-color: #3e45a5;
  color: black;
}

.video__thumbs__item {
  cursor: pointer;
  padding: 19px 10px;
  border-radius: 10px;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.video__thumbs__item-text {
  -webkit-transition: border color 0.3s ease;
  -o-transition: border color 0.3s ease;
  transition: border color 0.3s ease;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 1.2;
  height: 100%;
  color: #3e45a5;
  border-bottom: 2px solid #e9e9e9;
}

.video__content .btn {
  margin-top: 50px;
}

.reviews {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.reviews__heading {
  margin-bottom: 35px;
}

.reviews__thumbs-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.reviews__thumbs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
}

.reviews__thumbs-item:not(:last-child) {
  margin-right: 15px;
}

.reviews__thumbs-item:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #e9e9e9;
  width: 80%;
  margin-left: auto;
  margin-top: 8px;
}

.reviews__thumbs-item.active:after {
  background-color: #3e45a5;
}

.reviews__group {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}

.reviews__group:before {
  content: "";
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -5;
  background-position: center 50px;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48' height='48' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%230a0a0a' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
}

.reviews__group.loading-posts {
  opacity: 0.5;
  pointer-events: none;
}

.reviews__group.loading-posts:before {
  opacity: 1;
  z-index: 5;
}

.reviews__group.loading-posts > * {
  opacity: 1;
}

.reviews__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-bottom: -15px;
  margin-top: 50px;
}

.reviews__item {
  padding: 0 7.5px;
  padding-bottom: 15px;
}

.reviews__item-wrapper {
  border: 1px solid #ebebeb;
  border-radius: 20px 4px;
  height: 100%;
}

.reviews__item__headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.reviews__item__name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 17px;
  padding-top: 25px;
}

.reviews__item__heading {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}

.reviews__item__date {
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #c5c6d1;
}

.reviews__item__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #45ca2a;
  border-radius: 20px 0px 14px;
  padding: 33px 10px 10px 33px;
  margin-top: -1px;
  margin-left: -1px;
}

.reviews__item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 17px;
  padding-top: 25px;
}

.reviews__item__info-cat-icon img {
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
  width: auto;
  height: 15px;
}

.reviews__item__info-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 9px;
}

.reviews__item__info-stars svg:not(:first-child) {
  margin-left: 5px;
}

.reviews__item__content {
  padding: 17px 32px 21px 30px;
}

.reviews__item__text p {
  font-size: 16px;
}

.cooperation {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cooperation__heading {
  margin-bottom: 40px;
}

.cooperation__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cooperation__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.cooperation__img img {
  height: auto;
  width: 100%;
}

.cooperation__img:before {
  content: "";
  position: absolute;
  z-index: -5;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #f4f4f4;
  top: 18px;
  right: 30px;
  left: 0;
  bottom: 0;
}

.cooperation__img:after {
  content: "";
  position: absolute;
  z-index: -3;
  top: 20%;
  right: 0;
  bottom: 20%;
  width: 50%;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #3e45a5;
}

.cert {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cert__heading {
  margin-bottom: 40px;
}

.cert__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -7.5px;
}

.cert__item {
  padding: 0 7.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cert__item:nth-child(1) .cert__item-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 16px;
  height: 1px;
  background-color: #ebebeb;
}

.cert__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cert__item-img img {
  width: 62px;
  min-width: 62px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 88px;
  -webkit-filter: drop-shadow(2px 2px 12px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(2px 2px 12px rgba(0, 0, 0, 0.07));
  border-radius: 2px;
}

.cert__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 18px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cert__item-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 16px;
  height: 1px;
  background-color: #ebebeb;
}

.cert__item-icon {
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cert__item-name-title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #31323e;
}

.cert__item-btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #3e45a5;
}

.cert__item-btn:hover {
  color: rgba(62, 69, 165, 0.7);
}

.b-form {
  padding-top: 50px;
}

.b-form__heading {
  margin-bottom: 35px;
}

.b-form__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b-form__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.b-form__img img {
  height: auto;
}

.b-form__img:before {
  content: "";
  position: absolute;
  z-index: -5;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #45ca2a;
  top: 18px;
  right: 50px;
  left: 0;
  bottom: 20px;
}

.b-form__img:after {
  content: "";
  position: absolute;
  z-index: -3;
  top: 20%;
  right: 0;
  bottom: 20%;
  width: 50%;
  -webkit-mask-image: url("./assets/img/icon-logo.svg");
  -webkit-mask-size: contain;
  /* OR cover OR fixed values */
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("./assets/img/icon-logo.svg");
  mask-size: contain;
  /* OR cover OR fixed values */
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #3e45a5;
}

.modal-form {
  max-width: 650px !important;
  width: 95% !important;
  margin: 25px 0 !important;
  border-radius: 20px 4px;
  padding: 16px 21px !important;
}

.modal-form h2,
.modal-form h3 {
  font-weight: bold;
}

.modal-form .modal-form__form-heading {
  font-weight: 300;
}

.modal-form .modal-form__form-subheading {
  font-size: 16px;
  color: #bbbbbb;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.modal-form [data-fancybox-close] {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  padding: 15px;
}

.modal-form [data-fancybox-close]:before {
  height: 100%;
  height: 25px;
  width: 25px;
  display: block;
  min-width: 25px;
  width: 100%;
  content: "";
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 29L1 1M1 29L29 1L1 29Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.form-custom button.btn.btn--icon {
  margin-top: 10px;
}

.form-custom .flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -10px 0 -10px;
}

.form-custom .flex-form br {
  display: none;
}

.form-custom .flex-form .flex-form-item {
  width: 100%;
  padding: 0 10px 20px 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  min-width: 242px;
}

.form-custom .flex-form .flex-form-item.comments-form-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.form-custom .flex-form .flex-form-item button {
  white-space: nowrap;
  height: 100%;
}

.form-custom .flex-form .flex-form-item label {
  border: 1px solid #e8e8e8;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  border-radius: 40px;
}

.form-custom .flex-form .flex-form-item label span.wpcf7-form-control-wrap.your_tel:after {
  content: "";
  position: absolute;
  right: 22px;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 20px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.22471 9.75109C7.87302 11.0765 8.94739 12.146 10.2758 12.7883C10.3729 12.8343 10.4804 12.8543 10.5877 12.8462C10.6949 12.838 10.7982 12.8021 10.8874 12.742L12.8433 11.4377C12.9298 11.3801 13.0293 11.3449 13.1328 11.3354C13.2364 11.3259 13.3407 11.3423 13.4362 11.3833L17.0954 12.9515C17.2197 13.0043 17.3234 13.096 17.3911 13.213C17.4587 13.3299 17.4865 13.4656 17.4702 13.5997C17.3546 14.5047 16.913 15.3365 16.2282 15.9394C15.5434 16.5422 14.6624 16.8748 13.75 16.8749C10.9321 16.8749 8.22956 15.7555 6.23699 13.7629C4.24442 11.7703 3.125 9.06782 3.125 6.24989C3.12505 5.33753 3.45765 4.45647 4.06053 3.77167C4.66341 3.08688 5.49523 2.64531 6.40023 2.52966C6.53431 2.51343 6.67002 2.54122 6.78693 2.60883C6.90384 2.67644 6.99561 2.78022 7.04841 2.90452L8.61798 6.56685C8.65858 6.66158 8.67512 6.76488 8.66614 6.86755C8.65715 6.97022 8.62291 7.06908 8.56647 7.15531L7.26676 9.14123C7.2076 9.23056 7.17263 9.33372 7.16526 9.44061C7.15789 9.5475 7.17837 9.65448 7.22471 9.75109V9.75109Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-custom .flex-form .flex-form-item label span.wpcf7-form-control-wrap.your_name:after {
  content: "";
  position: absolute;
  right: 22px;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 22px;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12.5C12.7614 12.5 15 10.2614 15 7.5C15 4.73858 12.7614 2.5 10 2.5C7.23858 2.5 5 4.73858 5 7.5C5 10.2614 7.23858 12.5 10 12.5Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.42102 16.8743C3.18943 15.5442 4.29431 14.4398 5.62468 13.672C6.95505 12.9042 8.46405 12.5 10.0001 12.5C11.5361 12.5 13.0451 12.9043 14.3755 13.6721C15.7058 14.44 16.8107 15.5444 17.5791 16.8744' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-custom .flex-form .flex-form-item label .span-label {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: black;
  font-weight: 500;
}

.form-custom .flex-form .flex-form-item label:hover {
  border-color: #dddddd;
}

.form-custom .flex-form .flex-form-item label.input--onfocus {
  border-color: #dddddd;
}

.form-custom .flex-form .flex-form-item label.input--onfocus .label-span {
  color: #a3a7b4;
}

.form-custom .flex-form .flex-form-item label.label--error {
  border-color: #dc3545;
}

.form-custom .flex-form .flex-form-item label.label--error .label-span[aria-label-error*=Введите] {
  text-transform: lowercase;
}

.form-custom .flex-form .flex-form-item label.label--error .label-span:before {
  text-transform: capitalize;
  opacity: 1;
  visibility: visible;
  float: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.form-custom .flex-form .flex-form-item label .label-span {
  font-size: 12px;
  color: #b0b8c7;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-custom .flex-form .flex-form-item label .label-span:before {
  content: attr(aria-label-error);
  opacity: 0;
  visibility: hidden;
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
  margin-right: 4px;
}

.form-custom .flex-form .flex-form-item label input[type=text],
.form-custom .flex-form .flex-form-item label input[type=tel],
.form-custom .flex-form .flex-form-item label input[type=email] {
  font-size: 16px;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-width: auto;
  width: 100%;
  max-width: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-radius: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black;
}

.form-custom .flex-form .flex-form-item label input[type=text]::-webkit-input-placeholder, .form-custom .flex-form .flex-form-item label input[type=tel]::-webkit-input-placeholder, .form-custom .flex-form .flex-form-item label input[type=email]::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.form-custom .flex-form .flex-form-item label input[type=text]::-moz-placeholder, .form-custom .flex-form .flex-form-item label input[type=tel]::-moz-placeholder, .form-custom .flex-form .flex-form-item label input[type=email]::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.form-custom .flex-form .flex-form-item label input[type=text]:-ms-input-placeholder, .form-custom .flex-form .flex-form-item label input[type=tel]:-ms-input-placeholder, .form-custom .flex-form .flex-form-item label input[type=email]:-ms-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.form-custom .flex-form .flex-form-item label input[type=text]::-ms-input-placeholder, .form-custom .flex-form .flex-form-item label input[type=tel]::-ms-input-placeholder, .form-custom .flex-form .flex-form-item label input[type=email]::-ms-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.form-custom .flex-form .flex-form-item label input[type=text]::placeholder,
.form-custom .flex-form .flex-form-item label input[type=tel]::placeholder,
.form-custom .flex-form .flex-form-item label input[type=email]::placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.form-custom .your_policy {
  display: block;
}

.form-custom .your_policy > * {
  display: block;
}

.form-custom .your_policy input {
  display: none;
}

.form-custom .your_policy .wpcf7-list-item {
  margin: 0;
}

.form-custom .your_policy label {
  cursor: pointer;
}

.form-custom .your_policy label .wpcf7-list-item-label {
  font-size: 11px;
  color: #c6c6c6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-custom .your_policy label .wpcf7-list-item-label a {
  color: inherit;
}

.form-custom .your_policy label .wpcf7-list-item-label a:hover {
  color: #2aaa5b;
  border-bottom-color: #2aaa5b;
}

.form-custom .your_policy label .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  height: 16px;
  width: 16px;
  min-width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: transparent;
  border-radius: 50%;
  background-color: #45ca2a;
}

.form-custom .your_policy label input:checked ~ .wpcf7-list-item-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4375 1.125L3.85414 5.5L1.5625 3.3125' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-custom .form-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-custom .form-policy a {
  color: inherit;
  border-bottom: 1px solid rgba(163, 167, 180, 0.4);
}

.form-custom .form-policy a:hover {
  color: #45ca2a;
}

.form-custom .text-policy-modal p {
  margin-bottom: 1em;
}

.form-custom form.unaccepted .wpcf7-response-output {
  border-color: #e64c4c !important;
  border-width: 1px;
  margin: 0;
  display: block !important;
}

.to-top-fixed {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  background: #f4f4f4;
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  height: 60px;
  width: 60px;
}

.to-top-fixed:after {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 100%;
  margin-left: 10px;
}

.to-top-fixed:hover:after {
  opacity: 1;
}

.to-top-fixed:hover svg path {
  stroke: #000;
}

.to-top-fixed svg {
  position: absolute;
}

.to-top-fixed svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  stroke: #BBBBBB;
}

.to-top-fixed.fixed {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  h1,
  .h1 {
    font-size: 37px;
  }

  h2,
  .h2 {
    font-size: 37px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 15px;
  }

  .city_modal {
    margin-left: -200px;
    width: 400px;
  }

  .footer__before-link {
    font-size: 16px;
  }

  .footer__item a {
    font-size: 26px;
  }

  .innovations__imgs__item:not(:last-child) {
    margin-right: 20px;
  }

  .innovations__imgs__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333%;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    max-width: 33.333%;
  }

  .catalog__flex > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }

  .product-item__title {
    font-size: 24px;
  }

  .product-item__desc span {
    max-width: 268px;
  }

  .cert__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }

  .cert__item:nth-child(1) .cert__item-content:before,
  .cert__item:nth-child(2) .cert__item-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 16px;
    height: 1px;
    background-color: #ebebeb;
  }

  .modal-form {
    padding: 20px 25px !important;
  }

  .modal-form .form-custom .flex-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }

  h6,
  .h6 {
    font-size: 14px;
  }

  .paddings-hero-top {
    padding-top: 68px;
  }

  .reviews__thumbs-item__icon {
    padding-right: 40px;
  }

  .cooperation__content-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }

  .modal-form .modal-form__form-subheading {
    font-size: 18px;
  }
}

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

  .hide-up-lg {
    display: none !important;
  }

  .container-outside {
    margin-right: -60px;
    padding-right: 60px;
    margin-left: -60px;
    padding-left: 60px;
  }

  h1,
  .h1 {
    font-size: 42px;
  }

  h2,
  .h2 {
    font-size: 42px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  .padding-top-heading {
    padding-top: 170px;
  }

  ul.list-green-content {
    padding-left: 65px;
  }

  .btn {
    padding: 18px 43px;
    font-size: 16px;
  }

  .paddings-hero-top {
    padding-top: 131px;
  }

  .load-more-button {
    width: 50%;
    padding: 18px 21px 18px 31px;
  }

  .city_modal {
    border-width: 15px;
    padding: 30px;
  }

  .choose_city_title {
    font-size: 28px;
  }

  .header__top,
  .header__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header__city,
  .header__logo {
    width: 17%;
  }

  .header__nav-link {
    margin-right: 13px;
  }

  .header__mobile {
    display: none;
  }

  .header__dropdown {
    display: none;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer__before-link {
    font-size: 16px;
  }

  .footer__item {
    margin-right: 42px;
  }

  .footer__item a {
    font-size: 30px;
  }

  .footer__item__icon {
    min-width: 50px;
  }

  .footer__social {
    margin-top: 40px;
  }

  .footer__copyright {
    margin-top: 70px;
  }

  .hero {
    margin-bottom: 50px;
  }

  .hero__group {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .hero .swiper-slide {
    padding-top: 70px;
  }

  .hero__content {
    padding-bottom: 60px;
    margin-right: 40px;
  }

  .hero__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.333%;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    max-width: 33.333%;
    max-height: 230px;
  }

  .hero__img img {
    max-height: 130%;
  }

  .hero__text {
    margin-top: 80px;
  }

  .hero__text-title {
    font-size: 18px;
    margin-top: 15px;
  }

  .profits {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .profits__grid {
    width: 60%;
    min-width: 60%;
    padding-right: 50px;
  }

  .profits__item {
    min-width: 50%;
    padding-right: 30px;
  }

  .profits__btn {
    padding-left: 74px;
    margin-top: 35px;
  }

  .about {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .about__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    margin-right: 80px;
  }

  .about__imgs:before {
    left: 20%;
    right: 0;
  }

  .about__imgs__2 {
    margin-left: 40px;
  }

  .innovations {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .innovations__imgs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47%;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
    min-width: 47%;
    max-width: 47%;
    margin-right: 80px;
  }

  .innovations__imgs__item:not(:last-child) {
    margin-right: 30px;
  }

  .catalog__flex > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    max-width: 25%;
  }

  .product-item__title {
    font-size: 27px;
    margin-bottom: 34px;
  }

  .product-item__img {
    margin-right: 20px;
  }

  .product-item__btn {
    padding: 14px 33px;
    font-size: 14px;
  }

  .projects__item__size p {
    font-size: 18px;
  }

  .video__flex:before {
    content: "";
  }

  .video__swiper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 55%;
        -ms-flex: 0 1 55%;
            flex: 0 1 55%;
    max-width: 55%;
  }

  .video__content {
    margin-right: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    max-width: 45%;
  }

  .reviews__thumbs-item__icon {
    padding-right: 90px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
  }

  .cooperation__content-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    max-width: 40%;
  }

  .cooperation__content-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    max-width: 35%;
  }

  .cooperation__img {
    margin-right: 40px;
    margin-left: 20px;
    padding: 0 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .cert__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.3333%;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
    max-width: 33.3333%;
  }

  .cert__item:nth-child(1) .cert__item-content:before,
  .cert__item:nth-child(2) .cert__item-content:before,
  .cert__item:nth-child(3) .cert__item-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 16px;
    height: 1px;
    background-color: #ebebeb;
  }

  .cert__item-name {
    max-width: 195px;
  }

  .b-form__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70%;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    max-width: 70%;
    margin-right: 30px;
    padding-bottom: 50px;
  }

  .b-form__img {
    padding-left: 40px;
  }

  .modal-form {
    padding: 34px 47px !important;
  }

  .modal-form .modal-form__form-subheading {
    font-size: 20px;
  }

  .form-custom .flex-form .flex-form-item label input[type=text],
  .form-custom .flex-form .flex-form-item label input[type=tel],
  .form-custom .flex-form .flex-form-item label input[type=email] {
    padding: 22px 40px 22px 27px;
  }

  .to-top-fixed:after {
    content: "Вверх";
  }

  .to-top-fixed {
    right: 100px;
  }
}

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

  .container-outside {
    margin-left: -88px;
    padding-left: 88px;
    margin-right: -88px;
    padding-right: 88px;
  }

  h1,
  .h1 {
    font-size: 58px;
  }

  h2,
  .h2 {
    font-size: 58px;
  }

  h3,
  .h3 {
    font-size: 26px;
  }

  h4,
  .h4 {
    font-size: 26px;
  }

  .padding-top-heading {
    padding-top: 200px;
  }

  .paddings-hero-top {
    padding-top: 145px;
  }

  .city_modal {
    margin-left: -390px;
    width: 780px;
  }

  .city_modal {
    border-width: 20px;
    padding: 30px;
  }

  .city_modal a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.3333%;
        -ms-flex: 0 1 33.3333%;
            flex: 0 1 33.3333%;
  }

  .header__city,
  .header__logo {
    width: 18%;
  }

  .header__nav-link {
    margin-right: 27px;
  }

  .footer__before-link {
    font-size: 18px;
  }

  .footer__item a {
    font-size: 39px;
  }

  .hero .swiper-slide {
    padding-top: 70px;
  }

  .hero__content {
    padding-bottom: 70px;
  }

  .hero__img img {
    max-height: 140%;
  }

  .profits__grid {
    width: 60%;
    min-width: 60%;
  }

  .profits__item {
    padding-right: 95px;
  }

  .about__text {
    margin-right: 100px;
  }

  .about__imgs__2 {
    margin-left: 63px;
  }

  .innovations__imgs {
    margin-right: 100px;
  }

  .innovations__imgs__item:not(:last-child) {
    margin-right: 40px;
  }

  .product-item__title {
    font-size: 33px;
  }

  .product-item__img {
    margin-right: 31px;
  }

  .video__link-icon {
    padding: 44px;
  }

  .video__link-icon svg {
    width: 72px;
  }

  .video__content {
    margin-right: 70px;
  }

  .cooperation__content-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    max-width: 40%;
  }

  .cooperation__content-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    max-width: 30%;
  }

  .cooperation__img {
    margin-right: 60px;
    margin-left: 40px;
  }

  .b-form__img {
    padding-left: 0;
  }
}

@media (min-width: 1450px) {
  h6,
  .h6 {
    font-size: 16px;
  }

  .footer__before-link {
    font-size: 20px;
  }

  .modal-form h2,
  .modal-form h3 {
    font-size: 28px;
  }
}

@media (max-width: 1299.98px) {
  .city_modal a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
  }

  .header__btn-bottom.btn {
    font-size: 12px;
  }

  .video__link-icon {
    padding: 35px;
  }

  .video__link-icon svg {
    width: 62px;
  }
}

@media (max-width: 997.98px) {
  body.menu-toggled {
    overflow: hidden;
  }

  .fancybox-slide--video {
    padding: 15px !important;
  }

  .acf-loadmore {
    margin-top: 20px;
  }

  .swiper-prev-custom,
  .swiper-next-custom {
    padding: 12px;
  }

  .content-field h1:not(:first-child),
  .content-field h2:not(:first-child),
  .content-field h3:not(:first-child) {
    margin-top: 18px;
  }

  .content-field h1,
  .content-field h2,
  .content-field h3 {
    margin-bottom: 18px;
  }

  .content-field p {
    font-size: 16px;
  }

  .content-p-line h1,
  .content-p-line h2,
  .content-p-line h3 {
    margin-bottom: 18px;
  }

  ul.list-green-content {
    padding-left: 45px;
    list-style-image: url("data:image/svg+xml,%3Csvg width='35' height='14' viewBox='0 0 55 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='55' height='1' fill='%232AAA5B'/%3E%3C/svg%3E%0A");
  }

  ul.list-green-content li {
    font-size: 16px;
  }

  .load-more-form {
    margin-top: 30px;
  }

  .load-more-button {
    width: 100%;
    padding: 13px 16px 13px 26px;
  }

  .page__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .page__content {
    margin-bottom: 20px;
  }

  .header__top,
  .header__bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header__top {
    display: none;
  }

  .header__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 66.666%;
  }

  .header__content > .header__nav {
    display: none;
  }

  .header__content > .header__telegram,
  .header__content > .header__whatsapp,
  .header__content > .header__tel a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid black;
    border-color: inherit;
    border-radius: 50%;
    padding: 9px;
  }

  .header__content > .header__telegram svg,
  .header__content > .header__whatsapp svg,
  .header__content > .header__tel a svg {
    margin-right: 0;
  }

  .header__content > .header__telegram span:nth-child(2),
  .header__content > .header__whatsapp span:nth-child(2),
  .header__content > .header__tel a span:nth-child(2) {
    display: none;
  }

  .header__content > .header__tel a {
    padding: 7px;
  }

  .header__city {
    font-size: 80%;
  }

  .header__nav-top a {
    font-size: 80%;
  }

  .header__telegram,
  .header__whatsapp,
  .header__btn {
    font-size: 80%;
  }

  .header__tel a {
    font-size: 100%;
  }

  .header__logo a img {
    width: 120px;
  }

  .header__btn-bottom.btn {
    font-size: 12px;
  }

  .header__mobile-group {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .header__dropdown {
    display: block;
    position: absolute;
    z-index: 67;
    top: 100% !important;
    right: 0;
    left: 0 !important;
    -webkit-transform: translate(-100%, 0%);
        -ms-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: #3a3b3e;
    height: auto;
    width: 50%;
    min-width: 310px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    overflow: auto;
    -webkit-box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.3);
            box-shadow: 0px 4px 30px rgba(50, 55, 63, 0.3);
    max-height: calc(100vh - 75px);
    margin-bottom: 100px;
  }

  .overlay-custom.toggled {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .footer__item__icon {
    margin-right: 14px;
  }

  .footer__item:last-child {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .footer__social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__copyright {
    text-align: center;
    margin-top: 50px;
  }

  .footer__copyright > *:not(:last-child) {
    margin-right: 20px;
  }

  .hero__heading {
    margin-bottom: 35px;
  }

  .hero__group {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .hero__group .custom-pagination {
    margin-bottom: 20px;
  }

  .hero__group .swiper-btns {
    width: 100%;
  }

  .hero__group > *:first-child {
    margin-bottom: 15px;
  }

  .hero__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .hero .swiper-slide {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .hero__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 400px;
    width: 50%;
  }

  .hero__img img {
    max-height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    max-width: 50%;
    height: auto;
  }

  .hero__text {
    margin-top: 40px;
  }

  .hero__text-icon #svg-line-hero {
    display: none;
  }

  .hero__text-title {
    font-size: 16px;
  }

  .profits__flex {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }

  .profits__grid {
    margin-top: 40px;
  }

  .profits__item {
    min-width: 50%;
    padding-right: 40px;
  }

  .profits__item:nth-child(4n+1) .profits__item__icon:after,
  .profits__item:nth-child(4n+4) .profits__item__icon:after {
    width: 62px;
    height: 62px;
    left: 10px;
  }

  .profits__item:nth-child(4n+1) .profits__item__icon:before,
  .profits__item:nth-child(4n+4) .profits__item__icon:before {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }

  .profits__item:nth-child(4n+2) .profits__item__icon:after,
  .profits__item:nth-child(4n+3) .profits__item__icon:after {
    width: 30px;
    height: 30px;
  }

  .profits__item:nth-child(4n+2) .profits__item__icon:before,
  .profits__item:nth-child(4n+3) .profits__item__icon:before {
    width: 62px;
    height: 62px;
  }

  .profits__item__icon {
    margin-bottom: 15px;
  }

  .profits__item__icon img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }

  .profits__btn {
    padding-left: 54px;
    margin-top: 25px;
  }

  .about__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .about__text {
    width: 100%;
  }

  .about__imgs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }

  .about__imgs:before {
    width: 100%;
  }

  .about__imgs__1,
  .about__imgs__2 {
    width: 45%;
  }

  .about__imgs__1 img,
  .about__imgs__2 img {
    height: auto;
  }

  .innovations__flex {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }

  .innovations__imgs {
    width: 100%;
    margin-top: 30px;
  }

  .innovations__imgs__img {
    margin-bottom: 20px;
    padding-top: 150%;
    height: auto;
  }

  .innovations__imgs__text {
    padding-bottom: 12px;
  }

  .catalog {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .catalog__heading {
    margin-bottom: 35px;
  }

  .product-item__img {
    margin-right: 20px;
  }

  .product-item__desc {
    padding-top: 15px;
  }

  .product-item__desc:before {
    margin-bottom: 15px;
  }

  .product-item__btn {
    margin-top: 15px;
  }

  .projects {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .projects__heading {
    margin-bottom: 30px;
  }

  .projects__group .swiper-btns {
    position: static;
    margin-top: 15px;
  }

  .projects__group .swiper-prev-projects,
  .projects__group .swiper-next-projects {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .projects__item__img {
    margin-bottom: 15px;
  }

  .projects__item__size p {
    font-size: 16px;
  }

  .projects__item__open-title {
    margin-right: 15px;
  }

  .video {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .video__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .video__swiper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }

  .video__thumbs__item-text {
    padding-bottom: 8px;
  }

  .video__content {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }

  .video__content .btn {
    margin-top: 30px;
  }

  .reviews {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .reviews__heading {
    margin-bottom: 25px;
  }

  .reviews__thumbs-form {
    overflow: auto;
  }

  .reviews__thumbs-item:after {
    margin-top: 4px;
  }

  .reviews__flex {
    margin-top: 30px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }

  .reviews__item__name {
    padding-left: 12px;
    padding-top: 20px;
  }

  .reviews__item__heading {
    font-size: 15px;
  }

  .reviews__item__icon {
    padding: 23px 10px 10px 23px;
  }

  .reviews__item__info {
    padding-right: 15px;
    padding-top: 20px;
  }

  .reviews__item__info-stars svg:not(:first-child) {
    margin-left: 3px;
  }

  .reviews__item__info-stars svg {
    height: auto;
    width: 13px;
  }

  .reviews__item__content {
    padding: 12px 25px 15px 25px;
  }

  .reviews__item__text p {
    font-size: 14px;
  }

  .cooperation {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cooperation__heading {
    margin-bottom: 30px;
  }

  .cooperation__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .cooperation__content-2 {
    margin-top: 40px;
  }

  .cooperation__img {
    padding: 0 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    max-width: 40%;
  }

  .cert {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cert__heading {
    margin-bottom: 30px;
  }

  .b-form {
    padding-top: 25px;
  }

  .b-form__heading {
    margin-bottom: 25px;
  }

  .b-form__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .b-form__content {
    padding-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }

  .form-custom .flex-form .flex-form-item label span.wpcf7-form-control-wrap.your_tel:after {
    right: 18px;
  }

  .form-custom .flex-form .flex-form-item label span.wpcf7-form-control-wrap.your_name:after {
    right: 18px;
  }

  .form-custom .flex-form .flex-form-item label input[type=text],
  .form-custom .flex-form .flex-form-item label input[type=tel],
  .form-custom .flex-form .flex-form-item label input[type=email] {
    padding: 14px 40px 14px 22px;
  }

  .to-top-fixed {
    height: 50px;
    width: 50px;
  }

  .to-top-fixed svg {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 997.98px) and (max-width: 997.98px) {
  .projects__group .swiper-prev-projects,
  .projects__group .swiper-next-projects {
    margin: 0 5px;
  }
}

@media (max-width: 767.98px) {
  .header__content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .header__content > .header__btn-bottom {
    display: none;
  }

  .header__content > .header__telegram,
  .header__content > .header__whatsapp,
  .header__content > .header__tel {
    margin-left: 15px;
  }

  .header__mobile-group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
  }

  .hero__text-icon svg#svg-icon-hero {
    width: 60px;
    height: auto;
  }

  .video__link-icon {
    padding: 25px;
  }

  .video__link-icon svg {
    width: 40px;
  }

  .cooperation__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .cooperation__img img {
    width: auto;
  }

  .b-form__img {
    padding-right: 50px;
    padding-left: 50px;
  }

  .form-custom .flex-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .form-custom .flex-form .flex-form-item.comments-form-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 575.98px) {
  .header__mobile {
    min-width: 42px;
    min-height: 42px;
  }

  .footer__social {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }

  .profits__item {
    padding-right: 30px;
  }

  .profits__item__text p {
    font-size: 14px;
  }

  .innovations__imgs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .innovations__imgs__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .innovations__imgs__text {
    font-size: 16px;
  }

  .catalog__flex > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    min-width: 210px;
  }

  .product-item__content:before {
    -webkit-mask-position: top center;
            mask-position: top center;
  }

  .product-item__desc span br {
    display: none;
  }

  .projects-swiper {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .video-thumbs {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-form .modal-form__form-heading {
    padding-right: 38px;
  }

  .modal-form .modal-form__form-subheading {
    padding-right: 38px;
  }

  .form-custom button.btn.btn--icon {
    width: 100%;
    margin-right: 0;
  }

  .form-custom .flex-form .flex-form-item button {
    width: 100%;
  }
}

@media (max-width: 355px) {
  .btn {
    padding: 17px 30px;
  }
}

@media (max-width: 340px) {
  .header__flex > .header__whatsapp-group .header__whatsapp {
    display: none;
  }
}

@media (min-width: 998px) and (max-width: 1299.98px) {
  .header__city .link-city {
    font-size: 80%;
  }

  .header__nav-top a {
    font-size: 80%;
  }

  .header__nav-bottom a {
    font-size: 80%;
  }

  .header__telegram,
  .header__whatsapp,
  .header__btn {
    font-size: 80%;
  }

  .header__tel a {
    font-size: 130%;
  }

  .header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header__logo a img {
    width: 130px;
  }

  .innovations__imgs__text {
    font-size: 20px;
  }

  .form-custom .flex-form.flex-lg-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption {
  padding: 75px;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/**
 * Swiper 6.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 5, 2021
 */

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: 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 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

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

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

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

.swiper-button-prev,
.swiper-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-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -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%);
      -ms-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: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -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%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

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

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

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-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);
  }
}

.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;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
      -ms-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;
      -ms-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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  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%;
  opacity: 0.6;
  z-index: 0;
}

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

.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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
  margin-bottom: 0.67em;
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

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

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

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

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

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