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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  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;
  transform: translateZ(0);
  z-index: 99994;
}

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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 {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

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

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */
.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;
}

/* Navigation arrows */
.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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, 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%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.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;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 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 fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (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;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  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:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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;
  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: center center;
  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;
  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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7367f0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome5/fa-solid-900.eot");
  src: url("../fonts/fontawesome5/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome5/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome5/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome5/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome5/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome5/fa-regular-400.eot");
  src: url("../fonts/fontawesome5/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome5/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome5/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome5/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome5/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome5/fa-brands-400.eot");
  src: url("../fonts/fontawesome5/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome5/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome5/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome5/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome5/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

*, *::before, *::after {
  color: inherit;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  appearance: none;
  max-height: 999999px;
}

html, body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p:first-child {
  margin-top: 0;
}

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

input,
textarea {
  overflow-y: auto;
  resize: none;
  font-family: inherit;
  color: inherit;
  display: block;
  letter-spacing: inherit;
  border-radius: 0px;
}

input[type=submit] {
  overflow: hidden;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}

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

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

input::placeholder,
textarea::placeholder {
  color: #000;
}

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

[placeholder]::-webkit-input-placeholder {
  opacity: 0.5;
}

[placeholder]:-moz-placeholder {
  opacity: 0.5;
}

[placeholder]::-moz-placeholder {
  opacity: 0.5;
}

[placeholder]:-ms-input-placeholder {
  opacity: 0.5;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent !important;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

strong, b {
  font-weight: 900;
}

.nowrap {
  white-space: nowrap;
}

@keyframes smooth_opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  color: #646E78;
  font-weight: 350;
}

.center {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1443px) {
  .center {
    max-width: 1290px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .center {
    max-width: 89.4590846047vw;
  }
}
@media (min-width: 1443px) {
  .center {
    padding-left: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .center {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 1443px) {
  .center {
    padding-right: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .center {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) {
  .center {
    padding-left: 24px;
    padding-right: 24px;
  }
}

html {
  animation: smooth_opacity 0.8s;
}

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: left;
  width: 100%;
}
@media (max-width: 1452px) {
  body {
    width: 100vw;
  }
}

.main {
  flex-grow: 1;
}

@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/solomonsans/Solomon-Sans-Light.woff2") format("woff2"), url("../fonts/solomonsans/Solomon-Sans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/solomonsans/Solomon-Sans-Normal.woff2") format("woff2"), url("../fonts/solomonsans/Solomon-Sans-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/solomonsans/Solomon-Sans-Normal-Italic.woff2") format("woff2"), url("../fonts/solomonsans/Solomon-Sans-Normal-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Solomon Sans Book";
  src: url("../fonts/solomonsans/Solomon-Sans-Book.woff2") format("woff2"), url("../fonts/solomonsans/Solomon-Sans-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/solomonsans/Solomon-Sans-SemiBold.woff2") format("woff2"), url("../fonts/solomonsans/Solomon-Sans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/solomonsans/Solomon-Sans-Bold.woff2") format("woff2"), url("../fonts/solomonsans/Solomon-Sans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/solomonsans/Solomon-Sans-Black.woff2") format("woff2"), url("../fonts/solomonsans/Solomon-Sans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Solomon Sans", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 800px) and (max-width: 1442px) {
  html {
    font-size: 0.9708737864vw;
  }
}

h1, h2, h3, h4, strong, b {
  font-weight: 700;
}

button, input {
  border: none;
}

input.parsley-error,
textarea.parsley-error {
  border-color: #1DAAF1;
}

.parsley-errors-list {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  line-height: 28px;
  list-style: none;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #1DAAF1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
  z-index: 5;
}

.parsley-errors-fix {
  position: relative;
}

/*
@mixin input($size:normal) {
  border-radius: $border_radius;

!*  @if $size == big {
    height: $input_height_big;
  } @else  {*!
    height: $input_height;
  //}

  @include mobile {

!*    @if $size == big {
      height: $input_height_mobile_big;
    } @else  {*!
      height: $input_height_mobile;
  //  }

  }
}


@mixin input_text() {
  @include input;
  border: 1px solid $c_grey;
  padding: 15px;

  &:focus {
    border-color: #ffe198;
    background-color: #fffeee;
  }
}

@mixin button($type:solid,$color:$c_green,$size:normal) {

  @include input($size);
  cursor: pointer;
  @include cen_content(c);
  text-decoration: none !important;
  background: transparent;
  transition-duration: 0.5s;

  @if $type == border {
    border: 2px solid $color;
    color: $color;
    &:hover {
      background-color: $color;
      color:$c_w;
      @if $color == $c_w {
        color:$c_blue;
      }
    }
  } @else  {
    background: $color;
    color: $c_w;
    &:hover {
      background: darken($color,8%);
    }
  }

  font-size: 14px;
}

#popup-callback {
  display: none;

  background-color: #f0f2f7;

  .sales-form {
    display: block !important;
  }


  @include mobile {
    padding: $mobile_padding 0px;
  }

  .sales-form {
    padding: 0px;
  }

  .sales-form-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sales-form-body__text {
    display: block;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .sales-form-text {
    margin-left: 0px;
    max-width: 100%;
    padding: 0px;
    border: 0px;
  }

  .sales-input-box {
    margin-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
  }

  .submit-input {
    input {
      margin: 0px;
      max-width: 370px;
      width: 100%;
    }
  }

  .parsley-errors-fix {
    max-width: 370px;
    width: 100%;
    padding-bottom: 40px;
  }



}
*/
a {
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100vw;
  top: 0px;
  left: 0px;
  background: #FFFFFF;
  transition: height 0.3s;
}
@media (min-width: 1443px) {
  .header {
    height: 161px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header {
    height: 11.1650485437vw;
  }
}
@media (max-width: 799px) {
  .header {
    height: 70px;
  }
  .header:before {
    content: "";
    display: block;
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    background-color: #FFFFFF;
    z-index: 1;
  }
}
@media (min-width: 800px) {
  #page_products .header {
    position: relative;
  }
}

@media (min-width: 800px) and (min-width: 1443px) {
  body:not(#page_products) .header__fixed {
    height: 70px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  body:not(#page_products) .header__fixed {
    height: 4.854368932vw;
  }
}

.header .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 800px) {
  .header .center {
    max-width: none;
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .header .center {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .header .center {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .header .center {
    padding-left: 24px;
  }
}
@media (max-width: 799px) {
  .header .center {
    justify-content: space-between;
    height: 70px;
  }
}
.header--logo {
  display: block;
  transition: 0.3s;
  padding-right: 0px;
  box-sizing: content-box;
}
@media (min-width: 1443px) {
  .header--logo {
    height: 57px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header--logo {
    height: 3.9528432732vw;
  }
}
@media (min-width: 1443px) {
  .header--logo {
    width: 250px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header--logo {
    width: 17.3370319001vw;
  }
}
@media (max-width: 799px) {
  .header--logo {
    width: 164px;
    height: 38px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  body:not(#page_products) .header__fixed .header--logo {
    height: 42px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  body:not(#page_products) .header__fixed .header--logo {
    height: 2.9126213592vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  body:not(#page_products) .header__fixed .header--logo {
    width: 184px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  body:not(#page_products) .header__fixed .header--logo {
    width: 12.7600554785vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  body:not(#page_products) .header__fixed .header--logo {
    padding-right: 66px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  body:not(#page_products) .header__fixed .header--logo {
    padding-right: 4.5769764216vw;
  }
}

.header--logo img {
  width: 100%;
  height: 100%;
}
.header--items {
  border-left: 1px solid #E5E5E5;
  flex-grow: 1;
  margin-left: 78px;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header--items {
    margin-left: 5.4091539528vw;
  }
}

@media (min-width: 1443px) {
  .header_padding {
    height: 161px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_padding {
    height: 11.1650485437vw;
  }
}
@media (max-width: 799px) {
  .header_padding {
    height: 70px;
  }
}
@media (min-width: 800px) {
  #page_products .header_padding {
    display: none;
  }
}

@media (min-width: 1443px) {
  .header_contacts {
    padding-left: 35px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_contacts {
    padding-left: 2.427184466vw;
  }
}
@media (min-width: 800px) {
  .header_contacts {
    border-bottom: 1px solid #E5E5E5;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .header_contacts {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .header_contacts {
    padding-right: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .header_contacts {
    padding-right: 24px;
  }
}
@media (min-width: 800px) {
  body:not(#page_products) .header__fixed .header_contacts {
    border-bottom: 0px;
  }
}

.header_contacts--items {
  transition: height 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 1443px) {
  .header_contacts--items {
    height: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_contacts--items {
    height: 5.547850208vw;
  }
}
@media (min-width: 800px) {
  body:not(#page_products) .header__fixed .header_contacts--items {
    height: 0px;
  }
  body:not(#page_products) .header__fixed .header_contacts--items > *:not(.header_language_selector) {
    opacity: 0;
  }
}

@media (max-width: 799px) {
  .header_contacts--items > *:not(.header_language_selector) {
    display: none;
  }
}
.header_contacts a {
  transition-duration: 0.3s;
}
.header_contacts a:hover {
  color: #1DAAF1;
}
.header_contacts--item {
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1443px) {
  .header_contacts--item {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_contacts--item {
    font-size: 0.9708737864vw;
  }
}
@media (min-width: 1443px) {
  .header_contacts--item + .header_contacts--item {
    margin-left: 35px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_contacts--item + .header_contacts--item {
    margin-left: 2.427184466vw;
  }
}
.header_contacts--item:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_contacts--item:before {
    margin-right: 0.8321775312vw;
    width: 1.4563106796vw;
    height: 1.4563106796vw;
  }
}
.header_contacts--item__phone:before {
  content: "";
  display: block;
  background-image: url("../images/icons/phone_white.svg");
}
.header_contacts--item__address:before {
  content: "";
  display: block;
  background-image: url("../images/icons/address_white.svg");
}
.header_contacts--item__email:before {
  content: "";
  display: block;
  background-image: url("../images/icons/email_white.svg");
}

.header_socials {
  color: #C8CACC;
  margin-left: 27px;
  font-size: 19px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header_socials__mobile {
  border-top: 1px solid rgba(200, 202, 204, 0.5);
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 800px) {
  .header_socials__mobile {
    display: none;
  }
}
.header_socials__mobile .center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_socials {
    font-size: 1.3176144244vw;
  }
}
@media (max-width: 799px) {
  .header_socials--item {
    font-size: 32px;
    color: #A0A2A4;
  }
}
.header_socials--item + .header_socials--item {
  margin-left: 44px;
}
@media (min-width: 1443px) {
  .header_socials--item + .header_socials--item {
    margin-left: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_socials--item + .header_socials--item {
    margin-left: 1.8723994452vw;
  }
}

.header_language_selector {
  position: absolute;
  left: auto;
  right: 0;
  transition: top 0.3s;
}
@media (min-width: 1443px) {
  .header_language_selector {
    top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector {
    top: 1.386962552vw;
  }
}
@media (max-width: 799px) {
  .header_language_selector {
    z-index: 2;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  body:not(#page_products) .header__fixed .header_language_selector {
    top: 15px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  body:not(#page_products) .header__fixed .header_language_selector {
    top: 1.040221914vw;
  }
}

.header_language_selector .selectboxit {
  width: auto !important;
  background-color: #F0F2F4;
  border-radius: 0px;
  border: 0px;
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit {
    height: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit {
    height: 2.773925104vw;
  }
}
@media (max-width: 799px) {
  .header_language_selector .selectboxit {
    height: 26px;
  }
}
.header_language_selector .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.header_language_selector .selectboxit .selectboxit-text {
  color: #646E78;
  height: 100%;
  background-color: #F0F2F4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100% !important;
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-text {
    padding-left: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-text {
    padding-left: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-text {
    padding-right: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-text {
    padding-right: 3.46740638vw;
  }
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-text {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-text {
    font-size: 0.9708737864vw;
  }
}
@media (max-width: 799px) {
  .header_language_selector .selectboxit .selectboxit-text {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 40px;
  }
}
.header_language_selector .selectboxit .selectboxit-arrow-container {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container {
    right: 3px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container {
    right: 0.2080443828vw;
  }
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container {
    width: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container {
    width: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container {
    height: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container {
    height: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container {
    height: 30px;
    width: 30px;
    right: 3px;
  }
}
.header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_146)'%3E%3Cpath d='M14.35 0.349976L7.34998 7.34998L0.349976 0.349976' stroke='%23A0A2A4' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_146'%3E%3Crect width='14.71' height='8.06' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  border: 0px;
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin-top: -5px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin-top: -0.346740638vw;
  }
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    width: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    width: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    height: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    height: 0.6241331484vw;
  }
}
@media (max-width: 799px) {
  .header_language_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    height: 8px;
    width: 14px;
    margin-top: -4px;
  }
}
.header_language_selector .selectboxit-options {
  border-radius: 0px;
}
.header_language_selector .selectboxit-options .selectboxit-focus > .selectboxit-option-anchor {
  background: #1DAAF1 !important;
}

@media (min-width: 800px) and (min-width: 800px) {
  .header_menu {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .header_menu {
    padding-right: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .header_menu {
    padding-right: 24px;
  }
}
@media (min-width: 1443px) {
  .header_menu {
    padding-left: 35px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_menu {
    padding-left: 2.427184466vw;
  }
}
@media (max-width: 799px) {
  .header_menu {
    position: absolute;
    transition: transform 0.3s;
    left: 0px;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #404B55;
    top: 70px;
    transform: translateY(calc(-100% - 70px));
    overflow-y: scroll;
  }
  html.menu_is_open {
    overflow: hidden;
  }

  html.menu_is_open .header_menu {
    transform: translateY(0%);
  }
}
.header_menu--items {
  transition: padding-right 0.3s;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1443px) {
  .header_menu--items {
    height: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_menu--items {
    height: 5.547850208vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  body:not(#page_products) .header__fixed .header_menu--items {
    height: 70px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  body:not(#page_products) .header__fixed .header_menu--items {
    height: 4.854368932vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  body:not(#page_products) .header__fixed .header_menu--items {
    padding-right: 170px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  body:not(#page_products) .header__fixed .header_menu--items {
    padding-right: 11.7891816921vw;
  }
}

@media (max-width: 799px) {
  .header_menu--items {
    padding-top: 34px;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .header_menu--items {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .header_menu--items {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .header_menu--items {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .header_menu--items {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .header_menu--items {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .header_menu--items {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .header_menu--items {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header_menu--item > .title {
  text-transform: uppercase;
  transition-duration: 0.3s;
  letter-spacing: 0.03em;
}
@media (min-width: 800px) {
  .header_menu--item > .title {
    color: #404B55;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (max-width: 799px) {
  .header_menu--item > .title {
    font-weight: 600;
    color: #E3E5E6;
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_menu--item > .title {
    font-size: 0.9708737864vw;
  }
}
.header_menu--item:hover > .title {
  color: #C8CACC;
}
.header_menu--item__current > .title {
  color: #1DAAF1;
}
.header_menu--item__submenu {
  position: relative;
}
@media (min-width: 800px) {
  .header_menu--item__submenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .header_menu--item__submenu {
    height: 80px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .header_menu--item__submenu {
    height: 5.547850208vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .header__fixed .header_menu--item__submenu {
    height: 70px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .header__fixed .header_menu--item__submenu {
    height: 4.854368932vw;
  }
}

.header_menu--item__products {
  /*      @include psb {
          background: $c_gray_h;
          height: 100%;
          width: 100vw;
          position: fixed;
          z-index: 10;
          left: 0px;
          top: 30%;
          visibility: hidden;
           opacity: 0;
          transition: opacity 0.6s;
        }*/
}
@media (max-width: 799px) {
  .header_menu--item__products {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .header_menu--item__products .title {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 800px) {
  .header_products {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #F0F2F4;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
    transition: opacity 0.6s;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 799px) {
  .header_products {
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header_menu--item__products:hover {
  /*    @include psb {
        visibility: visible;
        opacity: 0.6;
      }*/
}
.header_menu--item__products:hover .header_products {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 1443px) {
  .header_products--menu {
    padding-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_products--menu {
    padding-top: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .header_products--menu {
    padding-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_products--menu {
    padding-bottom: 2.773925104vw;
  }
}
@media (min-width: 1443px) {
  .header_products--menu {
    width: 990px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_products--menu {
    width: 68.6546463245vw;
  }
}
@media (min-width: 800px) {
  .header_products--menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-shrink: 0;
    box-sizing: content-box;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .header_products--menu {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .header_products--menu {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .header_products--menu {
    padding-left: 24px;
  }
}
@media (min-width: 800px) {
  .header_products--menu_items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}
.header_products--configurator {
  background-color: #1DAAF1;
}
@media (max-width: 799px) {
  .header_products--configurator {
    display: none;
  }
}

@media (min-width: 1443px) {
  .product_menu_category {
    margin-top: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category {
    margin-top: 0.693481276vw;
  }
}
@media (min-width: 800px) {
  .product_menu_category {
    color: #646E78;
    width: 33%;
    padding-right: 2.5%;
  }
}
.product_menu_category--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .product_menu_category--image {
    width: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--image {
    width: 4.160887656vw;
  }
}
@media (min-width: 1443px) {
  .product_menu_category--image {
    height: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--image {
    height: 4.160887656vw;
  }
}
@media (min-width: 1443px) {
  .product_menu_category--image {
    margin-right: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--image {
    margin-right: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .product_menu_category--image {
    margin-top: -15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--image {
    margin-top: -1.040221914vw;
  }
}
@media (max-width: 799px) {
  .product_menu_category--image {
    display: none;
  }
}
.product_menu_category--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 1443px) {
  .product_menu_category--title {
    height: 70px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--title {
    height: 4.854368932vw;
  }
}
@media (min-width: 800px) {
  .product_menu_category--title {
    font-weight: 700;
    line-height: 1.1875em;
    letter-spacing: 0em;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .product_menu_category--title {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--title {
    font-size: 1.1095700416vw;
  }
}
@media (max-width: 799px) {
  .product_menu_category--title {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #E3E5E6;
    font-weight: 400;
  }
}
.product_menu_category--title:before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #1DAAF1;
  opacity: 0;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .product_menu_category--title:before {
    height: 4px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--title:before {
    height: 0.2773925104vw;
  }
}
.product_menu_category--items {
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  background-color: #FFFFFF;
  box-sizing: content-box;
  z-index: 2;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .product_menu_category--items {
    width: 990px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--items {
    width: 68.6546463245vw;
  }
}
@media (min-width: 1443px) {
  .product_menu_category--items {
    margin-top: -3px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--items {
    margin-top: -0.2080443828vw;
  }
}
@media (min-width: 800px) {
  .product_menu_category--items {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--items {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) {
  .product_menu_category--items {
    padding-left: 24px;
  }
}
.product_menu_category--items__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1443px) {
  .product_menu_category--items__wrap {
    padding-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--items__wrap {
    padding-top: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .product_menu_category--items__wrap {
    padding-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--items__wrap {
    padding-bottom: 2.773925104vw;
  }
}
@media (max-width: 799px) {
  .product_menu_category--items {
    display: none;
  }
}
.product_menu_category:hover .product_menu_category--items {
  max-height: 1000px;
}
.product_menu_category:hover .product_menu_category--title:before {
  content: "";
  display: block;
  z-index: 3;
  opacity: 1;
}
.product_menu_category--item {
  line-height: 1em;
  letter-spacing: 0em;
  display: block;
  width: 24.9%;
  padding-right: 2.5%;
}
@media (min-width: 1443px) {
  .product_menu_category--item {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--item {
    font-size: 0.9708737864vw;
  }
}
@media (min-width: 1443px) {
  .product_menu_category--item {
    margin-top: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_menu_category--item {
    margin-top: 1.1095700416vw;
  }
}
.product_menu_category--item:hover {
  color: #1DAAF1;
}

.header_configurator {
  border: 1px solid #56BFF4;
}
@media (min-width: 800px) {
  .header_configurator {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) {
  .header_configurator {
    padding-right: 24px;
  }
}
@media (min-width: 1443px) {
  .header_configurator {
    padding-top: 79px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator {
    padding-top: 5.4785020804vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator {
    padding-left: 77px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator {
    padding-left: 5.3398058252vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator {
    padding-bottom: 67px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator {
    padding-bottom: 4.6463245492vw;
  }
}
.header_configurator--description {
  color: #FFFFFF;
  line-height: 1.2em;
}
@media (min-width: 1443px) {
  .header_configurator--description {
    font-size: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--description {
    font-size: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator--description {
    width: 232px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--description {
    width: 16.0887656033vw;
  }
}
.header_configurator--link {
  background-color: #404B55;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .header_configurator--link {
    margin-top: 29px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    margin-top: 2.0110957004vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .header_configurator--link {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .header_configurator--link {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .header_configurator--link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header_configurator--link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .header_configurator--link:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .header_configurator--link:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .header_configurator--link:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.header_configurator--link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.header_configurator--link:hover {
  background-color: #2e363e;
}
@media (min-width: 1443px) {
  .header_configurator--link {
    width: 191px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_configurator--link {
    width: 13.2454923717vw;
  }
}

.header_burger {
  width: 35px;
  height: 45px;
  margin-left: 29px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .header_burger {
    display: none;
  }
}
.header_burger--icon {
  flex-shrink: 0;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header_burger--icon, .header_burger--icon::before, .header_burger--icon::after {
  display: block;
  width: 34px;
  height: 2px;
  background-color: #404B55;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header_burger--icon::before, .header_burger--icon::after {
  position: absolute;
  content: "";
}
.header_burger--icon::before {
  top: -12px;
}
.header_burger--icon::after {
  top: 12px;
}
html.menu_is_open .header_burger--icon {
  background-color: transparent;
}
html.menu_is_open .header_burger--icon::before {
  -webkit-transform: translateY(12px) rotate(45deg);
  -moz-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  -o-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}
html.menu_is_open .header_burger--icon::after {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -moz-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

.header_burger--title {
  padding-top: 7px;
  text-transform: uppercase;
}

.fact--number {
  font-family: "Solomon Sans Book", Arial, sans-serif;
  color: #1DAAF1;
  white-space: nowrap;
}
@media (min-width: 1443px) {
  .fact--number {
    font-size: 57px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .fact--number {
    font-size: 3.9528432732vw;
  }
}
@media (max-width: 799px) {
  .fact--number {
    font-size: 50px;
  }
}
@media (min-width: 1443px) {
  .fact--description {
    font-size: 15.5px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .fact--description {
    font-size: 1.0748959778vw;
  }
}
@media (min-width: 1443px) {
  .fact--description {
    line-height: 19px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .fact--description {
    line-height: 1.3176144244vw;
  }
}
@media (min-width: 1443px) {
  .fact--description {
    margin-top: 0px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .fact--description {
    margin-top: 0vw;
  }
}
@media (max-width: 799px) {
  .fact--description {
    font-size: 15.5px;
    line-height: 19px;
  }
}

@media (min-width: 1443px) {
  .our_products {
    margin-top: 88px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products {
    margin-top: 6.1026352288vw;
  }
}
@media (min-width: 800px) {
  #page_products .our_products, #page_products_category .our_products {
    display: none;
  }
}

@media (max-width: 799px) {
  .our_products {
    padding-top: 47px;
  }
}
.our_products--categories {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1443px) {
  .our_products--categories {
    margin-top: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products--categories {
    margin-top: 1.5256588072vw;
  }
}
@media (max-width: 799px) {
  .our_products--categories {
    margin-top: 22px;
  }
}

.our_products_category {
  background-color: #F0F2F4;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .our_products_category {
    width: 300px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category {
    width: 20.8044382802vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category {
    height: 200px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category {
    height: 13.8696255201vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category {
    margin-bottom: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category {
    padding: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category {
    padding: 1.73370319vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category {
    margin-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category {
    margin-right: 2.080443828vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .our_products_category {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .our_products_category {
    border-radius: 0.4160887656vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .our_products_category {
    border-radius: 4px;
  }
}
@media (max-width: 799px) {
  .our_products_category {
    border-radius: 4px;
    height: 134px;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding: 22px;
  }
}
.our_products_category:nth-child(4n) {
  margin-right: 0px;
}
.our_products_category:hover {
  background-color: #1DAAF1;
  color: #FFFFFF;
  border-color: #1DAAF1;
}
.our_products_category--image {
  margin: 0px auto 0px auto;
}
@media (min-width: 1443px) {
  .our_products_category--image {
    height: 90px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category--image {
    height: 6.241331484vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category--image {
    width: 90px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category--image {
    width: 6.241331484vw;
  }
}
@media (max-width: 799px) {
  .our_products_category--image {
    width: 55px;
    height: 55px;
  }
}
.our_products_category--image svg * {
  transition-duration: 0.3s;
}
.our_products_category:hover .our_products_category--image svg * {
  stroke: #FFFFFF;
}

.our_products_category--title {
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
@media (min-width: 1443px) {
  .our_products_category--title {
    font-size: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category--title {
    font-size: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category--title {
    margin-top: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category--title {
    margin-top: 1.040221914vw;
  }
}
@media (max-width: 799px) {
  .our_products_category--title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
  }
}
.our_products_category__configurator {
  border: 2px solid #E5E5E5;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404B55;
}
.our_products_category__configurator .our_products_category--title {
  margin-top: 0px;
  font-weight: 700;
}
@media (min-width: 1443px) {
  .our_products_category__configurator .our_products_category--title {
    font-size: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category__configurator .our_products_category--title {
    font-size: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category__configurator .our_products_category--title {
    line-height: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category__configurator .our_products_category--title {
    line-height: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .our_products_category__configurator .our_products_category--title {
    padding: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .our_products_category__configurator .our_products_category--title {
    padding: 2.080443828vw;
  }
}

.footer {
  position: relative;
  z-index: 3;
}
@media (min-width: 1443px) {
  .footer {
    padding-top: 90px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer {
    padding-top: 6.241331484vw;
  }
}
@media (max-width: 799px) {
  .footer {
    padding-top: 51px;
  }
}
#page_contacts .footer, #page_news--item .footer, #page_products .footer, #page_products_category .footer {
  padding-top: 0px;
}

@media (max-width: 799px) {
  #page_products .footer {
    padding-top: 53px;
  }
}
.footer--main {
  background-color: #404B55;
}
@media (min-width: 800px) {
  .footer--main > .center {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (min-width: 1443px) {
  .footer--logo-contacts {
    padding-top: 90px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--logo-contacts {
    padding-top: 6.241331484vw;
  }
}
@media (min-width: 1443px) {
  .footer--logo-contacts {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--logo-contacts {
    width: 28.4327323162vw;
  }
}
@media (min-width: 800px) {
  .footer--logo-contacts {
    border-right: 2px solid #646E78;
    flex-shrink: 0;
  }
}
@media (max-width: 799px) {
  .footer--logo-contacts {
    padding-top: 33px;
  }
}
.footer--logo {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/logo_light.svg");
}
@media (min-width: 1443px) {
  .footer--logo {
    height: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--logo {
    height: 4.160887656vw;
  }
}
@media (min-width: 1443px) {
  .footer--logo {
    width: 255px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--logo {
    width: 17.6837725381vw;
  }
}
@media (min-width: 1443px) {
  .footer--logo {
    padding-top: 90px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--logo {
    padding-top: 6.241331484vw;
  }
}
@media (min-width: 1443px) {
  .footer--logo {
    margin-bottom: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--logo {
    margin-bottom: 2.1497919556vw;
  }
}
@media (max-width: 799px) {
  .footer--logo {
    height: 48px;
    width: 211px;
  }
}
.footer--secondary {
  background-color: #38434C;
}
.footer--secondary a {
  transition-duration: 0.3s;
}
.footer--secondary a:hover {
  color: #1DAAF1;
}
.footer--secondary > .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #C8CACC;
}
@media (min-width: 1443px) {
  .footer--secondary > .center {
    height: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--secondary > .center {
    height: 5.547850208vw;
  }
}
@media (min-width: 1443px) {
  .footer--secondary > .center {
    font-size: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer--secondary > .center {
    font-size: 0.8321775312vw;
  }
}
@media (max-width: 799px) {
  .footer--secondary > .center {
    height: 64px;
    font-size: 12px;
  }
}
.footer_menu {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 1443px) {
  .footer_menu {
    padding-top: 92px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_menu {
    padding-top: 6.3800277393vw;
  }
}
@media (min-width: 1443px) {
  .footer_menu {
    padding-left: 110px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_menu {
    padding-left: 7.6282940361vw;
  }
}
@media (min-width: 1443px) {
  .footer_menu {
    padding-bottom: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_menu {
    padding-bottom: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .footer_menu {
    display: none;
  }
}
.footer_menu--section {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .footer_menu--section {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_menu--section {
    font-size: 0.9708737864vw;
  }
}
@media (min-width: 1443px) {
  .footer_menu--section {
    margin-bottom: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_menu--section {
    margin-bottom: 1.386962552vw;
  }
}
a.footer_menu--section:hover {
  opacity: 0.7;
}

.footer_menu--item {
  display: block;
  line-height: 1em;
  color: #C8CACC;
  transition-duration: 0.3s;
  font-feature-settings: "liga" off, "kern" off;
}
@media (min-width: 1443px) {
  .footer_menu--item {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_menu--item {
    font-size: 0.9015256588vw;
  }
}
@media (min-width: 1443px) {
  .footer_menu--item {
    margin-bottom: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_menu--item {
    margin-bottom: 1.040221914vw;
  }
}
.footer_menu--item:hover {
  opacity: 0.7;
}
.footer_contacts {
  line-height: 1.2222222222em;
  color: #E3E5E6;
}
@media (min-width: 1443px) {
  .footer_contacts {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_contacts {
    font-size: 1.2482662968vw;
  }
}
@media (min-width: 800px) {
  .footer_contacts {
    border-top: 2px solid #646E78;
  }
}
@media (max-width: 799px) {
  .footer_contacts {
    padding-top: 26px;
    padding-bottom: 34px;
    font-size: 16px;
    line-height: 19px;
  }
}
.footer_contacts a {
  transition-duration: 0.3s;
}
.footer_contacts a:hover {
  color: #1DAAF1;
}
.footer_contacts--item {
  display: block;
}
@media (min-width: 1443px) {
  .footer_contacts--item {
    margin-top: 26px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_contacts--item {
    margin-top: 1.8030513176vw;
  }
}
@media (max-width: 799px) {
  .footer_contacts--item {
    margin-top: 13px;
  }
}
@media (min-width: 1443px) {
  .footer_socials {
    margin-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_socials {
    margin-top: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .footer_socials {
    margin-top: 20px;
  }
}
.footer_socials .footer_socials--item {
  color: #A0A2A4;
}
@media (min-width: 1443px) {
  .footer_socials .footer_socials--item {
    margin-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_socials .footer_socials--item {
    margin-right: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .footer_socials .footer_socials--item {
    font-size: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .footer_socials .footer_socials--item {
    font-size: 1.386962552vw;
  }
}
@media (max-width: 799px) {
  .footer_socials .footer_socials--item {
    font-size: 20px;
    margin-right: 30px;
  }
}

.back {
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #404B55;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
}
@media (min-width: 1443px) {
  .back {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .back {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .back {
    font-size: 12px;
  }
}
.back:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_34)'%3E%3Cpath d='M0.710007 0.709999L7.71001 7.71L0.710007 14.71' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_34'%3E %3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scaleX(-1);
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .back:before {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .back:before {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .back:before {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .back:before {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .back:before {
    margin-right: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .back:before {
    margin-right: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .back:before {
    width: 7px;
    height: 14px;
    margin-right: 12px;
  }
}
.back:hover {
  color: #1DAAF1;
}
.back:hover:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_12_2966)'%3E%3Cpath d='M0.709961 0.709991L7.70996 7.70999L0.709961 14.71' stroke='%231DAAF1' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_2966'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1443px) {
  .back:hover:before {
    margin-right: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .back:hover:before {
    margin-right: 1.5950069348vw;
  }
}

.more {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
}
@media (min-width: 1443px) {
  .more {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .more {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .more {
    font-size: 13px;
  }
}
.more:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_34)'%3E%3Cpath d='M0.710007 0.709999L7.71001 7.71L0.710007 14.71' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_34'%3E %3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .more:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .more:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .more:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .more:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .more:after {
    margin-left: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .more:after {
    margin-left: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .more:after {
    width: 7px;
    height: 14px;
    margin-left: 13px;
  }
}
.news_list_item:hover .more:after, .products_item:hover .more:after {
  content: "";
  display: block;
}
@media (min-width: 1443px) {
  .news_list_item:hover .more:after, .products_item:hover .more:after {
    margin-left: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item:hover .more:after, .products_item:hover .more:after {
    margin-left: 1.5950069348vw;
  }
}

.news_list_item:hover .more:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.slider_arrows {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.slider_arrows:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #C8CACC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /*	if  $type == block {
      display: block;
      margin: 0px auto 0px auto;
  }*/
}
@media (min-width: 1443px) {
  .slider_arrows:before {
    height: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slider_arrows:before {
    height: 2.773925104vw;
  }
}
@media (max-width: 799px) {
  .slider_arrows:before {
    height: 40px;
  }
}

.slick-arrow {
  background-color: #E3E5E6;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #404B55;
  display: inline-flex;
  min-width: auto !important;
  font-size: 0px !important;
  padding: 0px !important;
  justify-content: center;
}
@media (min-width: 1443px) {
  .slick-arrow {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .slick-arrow {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .slick-arrow {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .slick-arrow {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .slick-arrow {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .slick-arrow {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .slick-arrow {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .slick-arrow {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .slick-arrow {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.slick-arrow:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .slick-arrow:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .slick-arrow:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .slick-arrow:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .slick-arrow:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.slick-arrow:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_34)'%3E%3Cpath d='M0.710007 0.709999L7.71001 7.71L0.710007 14.71' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_34'%3E %3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.slick-arrow:hover {
  color: #FFFFFF;
  background-color: #1DAAF1;
}
.slick-arrow:hover:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1443px) {
  .slick-arrow {
    width: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .slick-arrow {
    width: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .slick-arrow {
    width: 40px;
  }
}
.slick-arrow:after {
  content: "";
  display: block;
  margin-left: 0px;
}
.slick-arrow:hover {
  background-color: #1DAAF1;
}
.slick-arrow:hover:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.slick-next {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.slick-prev {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.slick-prev:after {
  content: "";
  display: block;
  transform: scaleX(-1);
}

.video_list_item {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*  &--image {

    }*/
}
@media (min-width: 1443px) {
  .video_list_item {
    width: 390px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item {
    width: 27.0457697642vw;
  }
}
@media (min-width: 1443px) {
  .video_list_item {
    height: 310px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item {
    height: 21.4979195562vw;
  }
}
@media (max-width: 799px) {
  .video_list_item {
    width: 100%;
    height: 225px;
  }
}
@media (min-width: 1443px) {
  .video_list_item__sizer {
    width: 390px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item__sizer {
    width: 27.0457697642vw;
  }
}
.video_list_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /*	if  $type == block {
      display: block;
      margin: 0px auto 0px auto;
  }*/
  background: rgba(64, 75, 85, 0.5) url(../images/icons/youtube_white.svg) no-repeat center 40%;
}
.video_list_item--title {
  background-color: #404B55;
  color: #FFFFFF;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .video_list_item--title {
    height: 78px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item--title {
    height: 5.4091539528vw;
  }
}
@media (min-width: 1443px) {
  .video_list_item--title {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item--title {
    font-size: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .video_list_item--title {
    padding-left: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item--title {
    padding-left: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .video_list_item--title {
    padding-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item--title {
    padding-right: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .video_list_item--title {
    height: 50px;
    font-size: 14px;
    line-height: 17px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.video_list_item:hover .video_list_item--title {
  background-color: #1DAAF1;
}

.page_title {
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .page_title {
    font-size: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .page_title {
    font-size: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .page_title {
    font-size: 28px;
  }
}
#page_contacts .page_title, #page_news .page_title, #page_e404 .page_title {
  color: #404B55;
}

@media (min-width: 1443px) {
  #page_contacts .page_title {
    padding-bottom: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  #page_contacts .page_title {
    padding-bottom: 2.080443828vw;
  }
}

.page_header_w_image {
  background-color: #404B55;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page_header_w_image .page_header_w_image--video {
  width: 100%;
  min-height: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 799px) {
  .page_header_w_image .page_header_w_image--video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.page_header_w_image:before {
  content: "";
  display: block;
  background: #1DAAF1;
  opacity: 0.8;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  box-sizing: content-box;
}
@media (min-width: 1443px) {
  .page_header_w_image:before {
    height: 90px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .page_header_w_image:before {
    height: 6.241331484vw;
  }
}
@media (min-width: 1443px) {
  .page_header_w_image:before {
    width: 630px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .page_header_w_image:before {
    width: 43.6893203883vw;
  }
}
@media (min-width: 800px) {
  .page_header_w_image:before {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .page_header_w_image:before {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) {
  .page_header_w_image:before {
    padding-right: 24px;
  }
}
@media (max-width: 799px) {
  .page_header_w_image:before {
    height: 53px;
    width: 160px;
  }
}
@media (min-width: 1443px) {
  #page_industries .page_header_w_image:before {
    width: 740px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  #page_industries .page_header_w_image:before {
    width: 51.3176144244vw;
  }
}

@media (min-width: 1443px) {
  #page_product_configurator .page_header_w_image:before, #page_products_category .page_header_w_image:before {
    width: 190px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  #page_product_configurator .page_header_w_image:before, #page_products_category .page_header_w_image:before {
    width: 13.1761442441vw;
  }
}
@media (max-width: 799px) {
  #page_product_configurator .page_header_w_image:before, #page_products_category .page_header_w_image:before {
    display: none;
  }
}

@media (min-width: 800px) {
  #page_video .page_header_w_image:before {
    display: none;
  }
}

.page_header_w_image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #404B55;
  opacity: 0.6;
  z-index: 1;
}
.page_header_w_image > .center {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 1443px) {
  .page_header_w_image > .center {
    height: 440px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .page_header_w_image > .center {
    height: 30.5131761442vw;
  }
}
@media (max-width: 799px) {
  .page_header_w_image > .center {
    height: 142px;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  #page_industries .page_header_w_image > .center, #page_products_category .page_header_w_image > .center {
    height: 238px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  #page_industries .page_header_w_image > .center, #page_products_category .page_header_w_image > .center {
    height: 16.5048543689vw;
  }
}

@media (min-width: 800px) and (min-width: 1443px) {
  #page_es_projects .page_header_w_image > .center {
    height: 238px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  #page_es_projects .page_header_w_image > .center {
    height: 16.5048543689vw;
  }
}

@media (min-width: 800px) and (min-width: 1443px) {
  #page_product_configurator .page_header_w_image > .center {
    height: 238px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  #page_product_configurator .page_header_w_image > .center {
    height: 16.5048543689vw;
  }
}

@media (min-width: 1443px) {
  .page_header_w_image .page_title {
    padding-bottom: 39px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .page_header_w_image .page_title {
    padding-bottom: 2.7045769764vw;
  }
}
@media (max-width: 799px) {
  .page_header_w_image .page_title {
    padding-bottom: 14px;
  }
}

.goto_contacts {
  background-color: #1DAAF1;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .goto_contacts {
    padding: 41px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts {
    padding: 2.8432732316vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts {
    padding: 31px 24px;
  }
}
.goto_contacts--title {
  line-height: 1.25em;
}
@media (min-width: 1443px) {
  .goto_contacts--title {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--title {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts--title {
    font-size: 24px;
  }
}
.goto_contacts--title strong, .goto_contacts--title b {
  font-weight: 700;
}
.goto_contacts--description {
  line-height: 1.375em;
}
@media (min-width: 1443px) {
  .goto_contacts--description {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--description {
    font-size: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--description {
    margin-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--description {
    margin-top: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts--description {
    font-size: 16px;
    margin-top: 30px;
  }
}
.goto_contacts--link {
  background-color: #404B55;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    margin-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    margin-top: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts--link {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts--link {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts--link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.goto_contacts--link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .goto_contacts--link:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .goto_contacts--link:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts--link:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.goto_contacts--link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.goto_contacts--link:hover {
  background-color: #2e363e;
}
@media (min-width: 1443px) {
  .goto_contacts--link {
    width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .goto_contacts--link {
    width: 12.4826629681vw;
  }
}
@media (max-width: 799px) {
  .goto_contacts--link {
    width: 180px;
    margin-top: 30px;
  }
}

@media (min-width: 800px) {
  .callback {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
#page_video .callback, #page_news .callback, #page_news--item .callback {
  display: none;
}

.callback_description {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/callback_image.jpg");
}
@media (min-width: 1443px) {
  .callback_description {
    padding-top: 65px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description {
    padding-top: 4.507628294vw;
  }
}
@media (min-width: 1443px) {
  .callback_description {
    padding-bottom: 115px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description {
    padding-bottom: 7.9750346741vw;
  }
}
@media (min-width: 800px) {
  .callback_description {
    box-sizing: content-box;
    flex-shrink: 0;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .callback_description {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_description {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .callback_description {
    padding-left: 24px;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .callback_description {
    width: 409px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_description {
    width: 28.3633841886vw;
  }
}
@media (max-width: 799px) {
  .callback_description {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .callback_description {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_description {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .callback_description {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_description {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .callback_description {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_description {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .callback_description {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.callback_description:after {
  content: "";
  display: block;
  background-color: #1DAAF1;
  opacity: 0.85;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.callback_description > * {
  position: relative;
  z-index: 2;
}
.callback_description--center {
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .callback_description--center {
    width: 332px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description--center {
    width: 23.0235783634vw;
  }
}
.callback_description--title {
  font-weight: 600;
}
@media (min-width: 1443px) {
  .callback_description--title {
    font-size: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description--title {
    font-size: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .callback_description--title {
    font-size: 36px;
  }
}
@media (max-width: 799px) {
  .callback_description--title br {
    display: none;
  }
}
.callback_description--info {
  font-family: "Solomon Sans Book", "Arial", sans-serif;
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 1443px) {
  .callback_description--info {
    margin-top: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description--info {
    margin-top: 0.693481276vw;
  }
}
@media (min-width: 1443px) {
  .callback_description--info {
    padding-top: 42px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description--info {
    padding-top: 2.9126213592vw;
  }
}
@media (min-width: 1443px) {
  .callback_description--info {
    padding-bottom: 84px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description--info {
    padding-bottom: 5.8252427184vw;
  }
}
@media (min-width: 1443px) {
  .callback_description--info {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description--info {
    font-size: 1.6643550624vw;
  }
}
@media (min-width: 800px) {
  .callback_description--info {
    line-height: 1.2083333333em;
  }
}
@media (max-width: 799px) {
  .callback_description--info {
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1443px) {
  .callback_description--required {
    margin-top: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_description--required {
    margin-top: 1.73370319vw;
  }
}
@media (max-width: 799px) {
  .callback_description--required {
    margin-top: 20px;
  }
}

.callback_form {
  flex-grow: 1;
  background-color: #F0F2F4;
  box-sizing: content-box;
}
@media (min-width: 1443px) {
  .callback_form {
    padding-left: 92px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form {
    padding-left: 6.3800277393vw;
  }
}
@media (min-width: 1443px) {
  .callback_form {
    padding-top: 95px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form {
    padding-top: 6.5880721221vw;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .callback_form {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_form {
    padding-right: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .callback_form {
    padding-right: 24px;
  }
}
@media (max-width: 799px) {
  .callback_form {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1443px) {
  .callback_form--center {
    width: 715px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--center {
    width: 49.5839112344vw;
  }
}
@media (max-width: 799px) {
  .callback_form--center {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .callback_form--center {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_form--center {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .callback_form--center {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_form--center {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .callback_form--center {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .callback_form--center {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .callback_form--center {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 800px) {
  .callback_form--columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .callback_form--columns {
    padding-top: 20px;
  }
}
@media (min-width: 1443px) {
  .callback_form--column {
    width: 332px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--column {
    width: 23.0235783634vw;
  }
}
.callback_form--input {
  border-bottom: 2px solid rgba(200, 202, 204, 0.6);
  display: block;
  width: 100%;
  background-color: transparent;
  color: #404B55;
}
@media (min-width: 1443px) {
  .callback_form--input {
    padding-bottom: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--input {
    padding-bottom: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--input {
    height: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--input {
    height: 2.5658807212vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--input {
    margin-bottom: 35px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--input {
    margin-bottom: 2.427184466vw;
  }
}
@media (max-width: 799px) {
  .callback_form--input {
    padding-bottom: 20px;
    height: 37px;
    margin-bottom: 35px;
  }
}
@media (min-width: 800px) {
  .callback_form--footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.callback_form--agree {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .callback_form--agree {
    font-size: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--agree {
    font-size: 0.8321775312vw;
  }
}
.callback_form--agree input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.callback_form--agree label {
  padding-left: 48px;
  position: relative;
}
@media (max-width: 799px) {
  .callback_form--agree label {
    padding-left: 39px;
  }
}
.callback_form--agree label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: #FFFFFF;
}
@media (min-width: 1443px) {
  .callback_form--agree label:before {
    width: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--agree label:before {
    width: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--agree label:before {
    height: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--agree label:before {
    height: 2.2191400832vw;
  }
}
@media (max-width: 799px) {
  .callback_form--agree label:before {
    width: 22px;
    height: 22px;
  }
}
.callback_form--agree input:checked + label:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_108_1195)'%3E%3Cpath d='M13.1844 1.39062L6.15125 8.42375L1.01562 3.295' stroke='%231DAAF1' stroke-width='2.13' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_108_1195'%3E%3Crect width='13.2' height='8.58687' fill='white' transform='translate(0.5 0.875)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1443px) {
  .callback_form--agree input:checked + label:after {
    left: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--agree input:checked + label:after {
    left: 0.4160887656vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--agree input:checked + label:after {
    width: 19px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--agree input:checked + label:after {
    width: 1.3176144244vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--agree input:checked + label:after {
    height: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--agree input:checked + label:after {
    height: 0.8321775312vw;
  }
}
@media (max-width: 799px) {
  .callback_form--agree input:checked + label:after {
    left: 4px;
    width: 13px;
    height: 9px;
  }
}
.callback_form--submit {
  background-color: #1DAAF1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #FFFFFF;
  justify-content: center;
  position: relative;
  padding: 0px;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .callback_form--submit {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .callback_form--submit {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .callback_form--submit {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .callback_form--submit {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .callback_form--submit {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--submit {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--submit {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--submit {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .callback_form--submit {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.callback_form--submit:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .callback_form--submit:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--submit:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .callback_form--submit:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .callback_form--submit:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.callback_form--submit:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.callback_form--submit:hover {
  background-color: #0d94d8;
}
@media (min-width: 1443px) {
  .callback_form--submit {
    width: 174px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit {
    width: 12.0665742025vw;
  }
}
@media (max-width: 799px) {
  .callback_form--submit {
    width: 152px;
    margin: 20px auto 0px auto;
  }
}
.callback_form--submit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
@media (min-width: 1443px) {
  .callback_form--submit:after {
    right: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .callback_form--submit:after {
    right: 1.2482662968vw;
  }
}
@media (max-width: 799px) {
  .callback_form--submit:after {
    right: 18px;
  }
}

@media (min-width: 1443px) {
  .configurator_selector {
    margin-left: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector {
    margin-left: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .configurator_selector {
    margin-top: 20px;
  }
}
@media (max-width: 799px) {
  .configurator_selector .selectboxit-container {
    width: 100%;
  }
}
.configurator_selector .selectboxit {
  width: auto !important;
  border: 2px solid #646E78;
  background-color: #404B55;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .configurator_selector .selectboxit {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .configurator_selector .selectboxit {
    border-radius: 4px;
  }
}
.configurator_selector .selectboxit .selectboxit-option-icon-container {
  display: none;
}
.configurator_selector .selectboxit .selectboxit-text {
  color: #FFFFFF;
  height: 100%;
  background-color: #404B55;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100% !important;
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-text {
    padding-left: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-text {
    padding-left: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-text {
    padding-right: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-text {
    padding-right: 3.46740638vw;
  }
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-text {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-text {
    font-size: 0.9708737864vw;
  }
}
.configurator_selector .selectboxit .selectboxit-arrow-container {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container {
    right: 3px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container {
    right: 0.2080443828vw;
  }
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container {
    width: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container {
    width: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container {
    height: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container {
    height: 2.080443828vw;
  }
}
.configurator_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_21)'%3E%3Cpath d='M14.71 0.710007L7.71001 7.71001L0.710007 0.710007' stroke='%231DAAF1' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_21'%3E%3Crect width='15.41' height='9.12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  border: 0px;
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin-top: -5px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin-top: -0.346740638vw;
  }
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    width: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    width: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    height: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .configurator_selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    height: 0.6241331484vw;
  }
}
.configurator_selector .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #1DAAF1 !important;
}
.configurator_selector__products {
  display: none;
}

.to_top {
  opacity: 0;
  cursor: pointer;
  position: fixed;
  top: auto;
  left: auto;
  right: 0px;
  bottom: 0px;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background: #FFFFFF;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1443px) {
  .to_top {
    width: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .to_top {
    width: 3.46740638vw;
  }
}
@media (min-width: 1443px) {
  .to_top {
    height: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .to_top {
    height: 3.46740638vw;
  }
}
.to_top.to_top_show {
  opacity: 1;
}
.to_top:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_108_965)'%3E%3Cpath d='M0.709961 8.40991L7.70996 1.40991L14.71 8.40991' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_108_965'%3E%3Crect width='15.41' height='9.12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1443px) {
  .to_top:before {
    width: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .to_top:before {
    width: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .to_top:before {
    height: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .to_top:before {
    height: 0.6241331484vw;
  }
}
@media (max-width: 799px) {
  .to_top:before {
    width: 15px;
    height: 9px;
  }
}
.to_top:hover {
  background: #1DAAF1;
}
.to_top:hover:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_108_965)'%3E%3Cpath d='M0.709961 8.40991L7.70996 1.40991L14.71 8.40991' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_108_965'%3E%3Crect width='15.41' height='9.12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 799px) {
  .to_top {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1443px) {
  .header_submenu {
    left: -30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_submenu {
    left: -2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .header_submenu {
    width: 256px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_submenu {
    width: 17.7531206657vw;
  }
}
@media (min-width: 1443px) {
  .header_submenu {
    padding: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_submenu {
    padding: 2.080443828vw;
  }
}
@media (min-width: 800px) {
  .header_submenu {
    position: absolute;
    top: 100%;
    background-color: #F0F2F4;
    transition: opacity 600ms;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 799px) {
  .header_submenu {
    padding-left: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header_menu--item__submenu:hover .header_submenu {
  visibility: visible;
  opacity: 1;
}

.header_submenu--item {
  display: block;
}
@media (min-width: 1443px) {
  .header_submenu--item:not(:first-child) {
    margin-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_submenu--item:not(:first-child) {
    margin-top: 1.386962552vw;
  }
}
.header_submenu--link {
  font-weight: 700;
}
@media (min-width: 1443px) {
  .header_submenu--link {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .header_submenu--link {
    font-size: 0.9708737864vw;
  }
}
@media (max-width: 799px) {
  .header_submenu--link {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #E3E5E6;
    font-weight: 400;
  }
}
.header_submenu--link:hover {
  opacity: 0.7;
}
.header_submenu--link__current {
  color: #1DAAF1;
}

.index_section_heading {
  font-weight: 600;
  color: #404B55;
}
@media (min-width: 1443px) {
  .index_section_heading {
    font-size: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_section_heading {
    font-size: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .index_section_heading {
    font-size: 36px;
  }
}

.index_slider {
  position: relative;
}
.index_slider--service {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-color: #1DAAF1D9;
  box-sizing: content-box !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1443px) {
  .index_slider--service {
    width: 330px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider--service {
    width: 22.8848821082vw;
  }
}
@media (min-width: 800px) {
  .index_slider--service {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider--service {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) {
  .index_slider--service {
    padding-right: 24px;
  }
}
@media (max-width: 799px) {
  .index_slider--service {
    display: none;
  }
}

.index_slider_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  color: #FFFFFF;
  position: relative;
}
.index_slider_item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #404B55;
  opacity: 0.6;
}
.index_slider_item > .center {
  position: relative;
  z-index: 2;
  flex-direction: column;
}
@media (min-width: 1443px) {
  .index_slider_item > .center {
    height: 579px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item > .center {
    height: 40.1525658807vw;
  }
}
@media (min-width: 800px) {
  .index_slider_item > .center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 799px) {
  .index_slider_item > .center {
    padding-top: 68px;
    height: 447px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.index_slider_item--video {
  width: 100%;
  min-height: 100%;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 799px) {
  .index_slider_item--video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--title {
    font-size: 36px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--title {
    font-size: 2.4965325936vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--title {
    line-height: 43px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--title {
    line-height: 2.9819694868vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--title {
    width: 663px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--title {
    width: 45.9778085992vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--title {
    font-size: 24px;
    line-height: 29px;
  }
}
.index_slider_item--title:after {
  content: "";
  display: block;
  background-color: #1DAAF1;
}
@media (min-width: 1443px) {
  .index_slider_item--title:after {
    margin-top: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--title:after {
    margin-top: 1.5256588072vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--title:after {
    width: 49px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--title:after {
    width: 3.3980582524vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--title:after {
    height: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--title:after {
    height: 0.1386962552vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--title:after {
    width: 49px;
    height: 2px;
    margin-top: 22px;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--description {
    margin-top: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--description {
    margin-top: 1.5256588072vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--description {
    font-size: 28px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--description {
    font-size: 1.9417475728vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--description {
    line-height: 34px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--description {
    line-height: 2.3578363384vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--description {
    margin-top: 22px;
    font-size: 20px;
    line-height: 24px;
  }
}
.index_slider_item--link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #1DAAF1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--link {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--link {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.index_slider_item--link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .index_slider_item--link:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .index_slider_item--link:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--link:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.index_slider_item--link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_slider_item--link:hover {
  background-color: #0d94d8;
}
@media (min-width: 1443px) {
  .index_slider_item--link {
    margin-top: 35px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_slider_item--link {
    margin-top: 2.427184466vw;
  }
}
@media (max-width: 799px) {
  .index_slider_item--link {
    width: 158px;
    margin-top: 40px;
  }
}

.index_service {
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .index_service {
    padding-left: 69px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service {
    padding-left: 4.7850208044vw;
  }
}
@media (min-width: 1443px) {
  .index_service--description {
    font-size: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--description {
    font-size: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .index_service--description {
    line-height: 38px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--description {
    line-height: 2.6352288488vw;
  }
}
.index_service--link {
  background-color: #404B55;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .index_service--link {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .index_service--link {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .index_service--link {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .index_service--link {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .index_service--link {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .index_service--link {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .index_service--link {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .index_service--link {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .index_service--link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.index_service--link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .index_service--link:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .index_service--link:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .index_service--link:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .index_service--link:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.index_service--link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_service--link:hover {
  background-color: #2e363e;
}
@media (min-width: 1443px) {
  .index_service--link {
    margin-top: 134px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    margin-top: 9.2926490985vw;
  }
}
@media (min-width: 1443px) {
  .index_service--link {
    width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_service--link {
    width: 12.4826629681vw;
  }
}

@media (min-width: 800px) {
  .index_promo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }
}

.index_configurator {
  background-color: #404B55;
}
@media (min-width: 1443px) {
  .index_configurator {
    height: 163px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_configurator {
    height: 11.3037447989vw;
  }
}
@media (min-width: 1443px) {
  .index_configurator {
    width: 960px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_configurator {
    width: 66.5742024965vw;
  }
}
@media (min-width: 800px) {
  .index_configurator {
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .index_configurator {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .index_configurator {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .index_configurator {
    padding-left: 24px;
  }
}
@media (max-width: 799px) {
  .index_configurator {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_configurator {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_configurator {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_configurator {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_configurator {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_configurator {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_configurator {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .index_configurator {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.index_configurator--info {
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .index_configurator--info {
    width: 300px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_configurator--info {
    width: 20.8044382802vw;
  }
}
.index_configurator--title {
  font-weight: 700;
  color: #1DAAF1;
}
@media (min-width: 1443px) {
  .index_configurator--title {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_configurator--title {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .index_configurator--title {
    font-size: 18px;
  }
}
.index_configurator--description {
  line-height: 1.2142857143em;
  color: #C8CACC;
}
@media (min-width: 1443px) {
  .index_configurator--description {
    margin-top: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_configurator--description {
    margin-top: 0.693481276vw;
  }
}
@media (max-width: 799px) {
  .index_configurator--description {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1443px) {
  .index_configurator--selectors {
    padding-left: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_configurator--selectors {
    padding-left: 1.386962552vw;
  }
}
@media (min-width: 800px) {
  .index_configurator--selectors {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 799px) {
  .index_configurator--selectors {
    margin-top: 20px;
  }
}

.index_video {
  background-color: #F0F2F4;
}
@media (min-width: 1443px) {
  .index_video {
    padding-top: 83px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    padding-top: 5.7558945908vw;
  }
}
@media (min-width: 1443px) {
  .index_video {
    margin-top: 163px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    margin-top: 11.3037447989vw;
  }
}
@media (min-width: 1443px) {
  .index_video {
    height: 666px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    height: 46.185852982vw;
  }
}
@media (min-width: 1443px) {
  .index_video {
    width: 960px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    width: 66.5742024965vw;
  }
}
@media (min-width: 800px) {
  .index_video {
    order: 0;
    box-sizing: content-box;
    flex-shrink: 0;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .index_video {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .index_video {
    padding-left: 24px;
  }
}
@media (max-width: 799px) {
  .index_video {
    padding-top: 47px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_video {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_video {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_video {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_video {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .index_video {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1443px) {
  .index_video--center {
    padding-right: 107px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--center {
    padding-right: 7.4202496533vw;
  }
}
.index_video--header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index_video--more {
  background-color: #E3E5E6;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #404B55;
}
@media (min-width: 1443px) {
  .index_video--more {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .index_video--more {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .index_video--more {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .index_video--more {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .index_video--more {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .index_video--more {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .index_video--more {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .index_video--more {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .index_video--more {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.index_video--more:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .index_video--more:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .index_video--more:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .index_video--more:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video--more:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .index_video--more:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.index_video--more:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_34)'%3E%3Cpath d='M0.710007 0.709999L7.71001 7.71L0.710007 14.71' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_34'%3E %3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_video--more:hover {
  color: #FFFFFF;
  background-color: #1DAAF1;
}
.index_video--more:hover:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 799px) {
  .index_video--more {
    min-width: 146px;
  }
}

@media (min-width: 1443px) {
  .index_video_item {
    margin-top: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video_item {
    margin-top: 1.2482662968vw;
  }
}
@media (max-width: 799px) {
  .index_video_item {
    margin-top: 18px;
  }
}
.index_video_item--title {
  color: #404B55;
}
@media (min-width: 1443px) {
  .index_video_item--title {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video_item--title {
    font-size: 1.2482662968vw;
  }
}
@media (max-width: 799px) {
  .index_video_item--title {
    font-size: 16px;
    line-height: 19px;
  }
}
.index_video_item--video {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1443px) {
  .index_video_item--video {
    margin-top: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_video_item--video {
    margin-top: 2.1497919556vw;
  }
}
@media (max-width: 799px) {
  .index_video_item--video {
    margin-top: 18px;
  }
}
.index_video_item--video:before {
  content: "";
  display: block;
  padding-top: 55.8083832335%;
}
.index_video_item--video:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /*	if  $type == block {
      display: block;
      margin: 0px auto 0px auto;
  }*/
  background: rgba(64, 75, 85, 0.5) url(../images/icons/youtube_white.svg) no-repeat center;
}

.index_facts {
  order: 1;
  flex-grow: 1;
  border-bottom: 1px solid #F0F2F4;
}
@media (min-width: 1443px) {
  .index_facts {
    padding-left: 66px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_facts {
    padding-left: 4.5769764216vw;
  }
}
@media (max-width: 799px) {
  .index_facts {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_facts {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_facts {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_facts {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_facts {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_facts {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_facts {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .index_facts {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.index_facts .fact {
  box-sizing: content-box !important;
  flex-direction: column;
}
@media (min-width: 1443px) {
  .index_facts .fact {
    width: 275px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_facts .fact {
    width: 19.0707350902vw;
  }
}
@media (min-width: 1443px) {
  .index_facts .fact {
    height: 206px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_facts .fact {
    height: 14.2857142857vw;
  }
}
@media (min-width: 800px) {
  .index_facts .fact {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
}
@media (max-width: 799px) {
  .index_facts .fact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 133px;
  }
}
.index_facts .fact:not(:last-child) {
  border-bottom: 1px solid #F0F2F4;
}
@media (min-width: 800px) {
  .index_facts .fact {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_facts .fact {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) {
  .index_facts .fact {
    padding-right: 24px;
  }
}

@media (min-width: 1443px) {
  .index_partners {
    margin-top: 100px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners {
    margin-top: 6.9348127601vw;
  }
}
@media (max-width: 799px) {
  .index_partners {
    padding-bottom: 30px;
  }
}
@media (max-width: 799px) {
  .index_partners {
    margin-top: 82px;
  }
}
.index_partners--header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .index_partners--navigation {
    display: none;
  }
}
@media (min-width: 1443px) {
  .index_partners--items {
    margin-top: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners--items {
    margin-top: 1.8723994452vw;
  }
}
@media (max-width: 799px) {
  .index_partners--items {
    margin-top: 27px;
  }
}
.index_partners ul, .index_partners li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.index_partners .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1443px) {
  .index_partners .slick-dots {
    margin-top: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners .slick-dots {
    margin-top: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .index_partners .slick-dots {
    margin-top: 60px;
  }
}
.index_partners .slick-dots li {
  background: #C8CACC;
}
@media (min-width: 1443px) {
  .index_partners .slick-dots li {
    width: 54px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners .slick-dots li {
    width: 3.7447988904vw;
  }
}
@media (min-width: 1443px) {
  .index_partners .slick-dots li {
    height: 2px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners .slick-dots li {
    height: 0.1386962552vw;
  }
}
@media (min-width: 1443px) {
  .index_partners .slick-dots li {
    margin-left: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners .slick-dots li {
    margin-left: 0.8321775312vw;
  }
}
@media (min-width: 1443px) {
  .index_partners .slick-dots li {
    margin-right: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners .slick-dots li {
    margin-right: 0.8321775312vw;
  }
}
@media (max-width: 799px) {
  .index_partners .slick-dots li {
    width: 38px;
    height: 2px;
    margin-left: 9px;
    margin-right: 9px;
  }
}
.index_partners .slick-dots li.slick-active {
  background: #1DAAF1;
}
.index_partners .slick-dots li button {
  display: none;
}

.index_partners_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}
@media (min-width: 1443px) {
  .index_partners_item {
    width: 100px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners_item {
    width: 6.9348127601vw;
  }
}
@media (min-width: 1443px) {
  .index_partners_item {
    height: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_partners_item {
    height: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .index_partners_item {
    width: 100px;
    height: 60px;
  }
}

@media (min-width: 1443px) {
  .index_news {
    margin-top: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news {
    margin-top: 5.547850208vw;
  }
}
@media (max-width: 799px) {
  .index_news {
    margin-top: 72px;
  }
}
.index_news > .center {
  position: relative;
}
@media (max-width: 799px) {
  .index_news > .center {
    max-width: none;
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media (max-width: 799px) {
  .index_news--title {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_news--title {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_news--title {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_news--title {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_news--title {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_news--title {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_news--title {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .index_news--title {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1443px) {
  .index_news--items {
    margin-top: 28px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--items {
    margin-top: 1.9417475728vw;
  }
}
@media (min-width: 800px) {
  .index_news--items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }
}
.index_news--more {
  background-color: #E3E5E6;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #404B55;
}
@media (min-width: 1443px) {
  .index_news--more {
    right: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more {
    right: 5.2704576976vw;
  }
}
@media (min-width: 1443px) {
  .index_news--more {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .index_news--more {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .index_news--more {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .index_news--more {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .index_news--more {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .index_news--more {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .index_news--more {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .index_news--more {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .index_news--more {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.index_news--more:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .index_news--more:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .index_news--more:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .index_news--more:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--more:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .index_news--more:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.index_news--more:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_34)'%3E%3Cpath d='M0.710007 0.709999L7.71001 7.71L0.710007 14.71' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_34'%3E %3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_news--more:hover {
  color: #FFFFFF;
  background-color: #1DAAF1;
}
.index_news--more:hover:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 800px) {
  .index_news--more {
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 799px) {
  .index_news--more {
    width: 154px;
    margin-top: 22px;
    margin-left: 24px;
  }
}
@media (min-width: 1443px) {
  .index_news--others {
    padding-left: 68px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news--others {
    padding-left: 4.7156726768vw;
  }
}
@media (min-width: 800px) {
  .index_news--others {
    flex-grow: 1;
    border-top: 1px solid #E3E5E6;
    border-bottom: 1px solid #E3E5E6;
  }
}
@media (max-width: 799px) {
  .index_news--others {
    display: none;
  }
}

.index_news_main {
  transition-duration: 0.3s;
  background-color: #F0F2F4;
}
@media (min-width: 1443px) {
  .index_news_main {
    width: 960px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main {
    width: 66.5742024965vw;
  }
}
@media (min-width: 800px) {
  .index_news_main {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .index_news_main {
    display: block;
    margin-top: 22px;
  }
}
.index_news_main:hover {
  background-color: #1DAAF1;
}
.index_news_main:hover * {
  transition-duration: 0.3s;
  color: #FFFFFF !important;
}
.index_news_main--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .index_news_main--image {
    width: 520px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--image {
    width: 36.0610263523vw;
  }
}
@media (min-width: 1443px) {
  .index_news_main--image {
    height: 498px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--image {
    height: 34.5353675451vw;
  }
}
@media (max-width: 799px) {
  .index_news_main--image {
    height: 255px;
  }
}
.index_news_main--text {
  line-height: 1.4285714286em;
}
@media (min-width: 1443px) {
  .index_news_main--text {
    padding-top: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--text {
    padding-top: 5.547850208vw;
  }
}
@media (min-width: 1443px) {
  .index_news_main--text {
    padding-right: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--text {
    padding-right: 4.160887656vw;
  }
}
@media (min-width: 1443px) {
  .index_news_main--text {
    padding-left: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--text {
    padding-left: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .index_news_main--text {
    padding-top: 41px;
    padding-bottom: 50px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_news_main--text {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--text {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_news_main--text {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--text {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .index_news_main--text {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--text {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .index_news_main--text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.index_news_main--date {
  color: #1DAAF1;
}
.index_news_main--title {
  font-weight: 700;
  line-height: 1.1818181818em;
}
@media (min-width: 1443px) {
  .index_news_main--title {
    font-size: 22px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--title {
    font-size: 1.5256588072vw;
  }
}
@media (min-width: 1443px) {
  .index_news_main--title {
    margin-top: 26px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--title {
    margin-top: 1.8030513176vw;
  }
}
@media (max-width: 799px) {
  .index_news_main--title {
    margin-top: 13px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1443px) {
  .index_news_main--intro {
    margin-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_news_main--intro {
    margin-top: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .index_news_main--intro {
    margin-top: 13px;
    line-height: 20px;
  }
}

.others_news {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .others_news {
    height: 166px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .others_news {
    height: 11.5117891817vw;
  }
}
.others_news:not(:last-child) {
  border-bottom: 1px solid #E3E5E6;
}
.others_news:hover {
  color: #1DAAF1;
}
.others_news--date {
  color: #1DAAF1;
}
.others_news--title {
  line-height: 1.1875em;
}
@media (min-width: 1443px) {
  .others_news--title {
    margin-top: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .others_news--title {
    margin-top: 0.8321775312vw;
  }
}
@media (min-width: 1443px) {
  .others_news--title {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .others_news--title {
    font-size: 1.1095700416vw;
  }
}

.index_categories {
  border-bottom: 1px solid #E3E5E6;
}
@media (min-width: 1443px) {
  .index_categories {
    padding-top: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_categories {
    padding-top: 0.4160887656vw;
  }
}
@media (min-width: 1443px) {
  .index_categories {
    padding-bottom: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_categories {
    padding-bottom: 0.4160887656vw;
  }
}

.index_category {
  background-color: #F0F2F4;
  color: #404B55;
}
@media (min-width: 1443px) {
  .index_category {
    margin-top: 61px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category {
    margin-top: 4.2302357836vw;
  }
}
@media (min-width: 1443px) {
  .index_category {
    margin-bottom: 65px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category {
    margin-bottom: 4.507628294vw;
  }
}
@media (min-width: 1443px) {
  .index_category {
    padding-top: 54px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category {
    padding-top: 3.7447988904vw;
  }
}
@media (min-width: 1443px) {
  .index_category {
    padding-right: 78px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category {
    padding-right: 5.4091539528vw;
  }
}
@media (min-width: 1443px) {
  .index_category {
    padding-bottom: 54px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category {
    padding-bottom: 3.7447988904vw;
  }
}
@media (min-width: 1443px) {
  .index_category {
    padding-left: 78px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category {
    padding-left: 5.4091539528vw;
  }
}
@media (max-width: 799px) {
  .index_category {
    margin: 20px 0px;
    padding: 20px 30px;
  }
}
.index_category--header {
  line-height: 1em;
}
@media (min-width: 1443px) {
  .index_category--header {
    font-size: 36px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--header {
    font-size: 2.4965325936vw;
  }
}
@media (max-width: 799px) {
  .index_category--header {
    font-size: 21px;
  }
}
@media (min-width: 1443px) {
  .index_category--body {
    padding-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--body {
    padding-top: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .index_category--body {
    padding-bottom: 26px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--body {
    padding-bottom: 1.8030513176vw;
  }
}
@media (min-width: 800px) {
  .index_category--body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .index_category--body {
    padding-top: 20px;
  }
}
.index_category--image {
  object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .index_category--image {
    width: 360px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--image {
    width: 24.9653259362vw;
  }
}
@media (min-width: 1443px) {
  .index_category--image {
    height: 360px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--image {
    height: 24.9653259362vw;
  }
}
.index_category--description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1443px) {
  .index_category--description {
    font-size: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--description {
    font-size: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .index_category--description {
    line-height: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--description {
    line-height: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .index_category--description {
    padding-left: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--description {
    padding-left: 4.160887656vw;
  }
}
@media (min-width: 1443px) {
  .index_category--description {
    padding-top: 39px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--description {
    padding-top: 2.7045769764vw;
  }
}
@media (min-width: 1443px) {
  .index_category--description {
    padding-right: 70px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--description {
    padding-right: 4.854368932vw;
  }
}
@media (max-width: 799px) {
  .index_category--description {
    padding-top: 20px;
  }
}
.index_category--link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #1DAAF1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #FFFFFF;
  display: inline-flex;
  max-width: max-content;
  width: auto;
  letter-spacing: 0.09em;
}
@media (min-width: 1443px) {
  .index_category--link {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .index_category--link {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .index_category--link {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .index_category--link {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .index_category--link {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .index_category--link {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .index_category--link {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .index_category--link {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .index_category--link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.index_category--link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .index_category--link:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .index_category--link:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .index_category--link:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .index_category--link:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.index_category--link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.index_category--link:hover {
  background-color: #0d94d8;
}
@media (min-width: 1443px) {
  .index_category--link {
    margin-top: 41px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    margin-top: 2.8432732316vw;
  }
}
@media (min-width: 1443px) {
  .index_category--link {
    padding-left: 20px !important;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    padding-left: 1.386962552vw !important;
  }
}
@media (min-width: 1443px) {
  .index_category--link {
    padding-right: 22px !important;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link {
    padding-right: 1.5256588072vw !important;
  }
}
@media (max-width: 799px) {
  .index_category--link {
    padding: 0px 20px;
  }
}
@media (min-width: 1443px) {
  .index_category--link:after {
    margin-left: 16px !important;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--link:after {
    margin-left: 1.1095700416vw !important;
  }
}
@media (max-width: 799px) {
  .index_category--link {
    margin-top: 10px;
  }
}
.index_category--video {
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 1443px) {
  .index_category--video {
    width: 331px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--video {
    width: 22.9542302358vw;
  }
}
@media (min-width: 1443px) {
  .index_category--video {
    height: 360px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .index_category--video {
    height: 24.9653259362vw;
  }
}
@media (max-width: 799px) {
  .index_category--video {
    display: none;
  }
}
.index_category--video:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /*	if  $type == block {
      display: block;
      margin: 0px auto 0px auto;
  }*/
  background: rgba(64, 75, 85, 0.5) url(../images/icons/youtube_white.svg) no-repeat center;
  transition: background-color 0.4s;
}
.index_category--video:hover:before {
  background-color: transparent;
}

.product--section_heading {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #404B55;
  text-transform: capitalize;
}
@media (max-width: 799px) {
  .product--section_heading {
    font-size: 28px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product--section_heading {
    font-size: 2.2191400832vw;
  }
}

.product_header {
  background: #F0F2F4;
}
.product_header > .center {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1443px) {
  .product_header > .center {
    height: 117px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_header > .center {
    height: 8.1137309293vw;
  }
}
@media (min-width: 1443px) {
  .product_header > .center {
    padding-bottom: 44px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_header > .center {
    padding-bottom: 3.0513176144vw;
  }
}
@media (max-width: 799px) {
  .product_header > .center {
    box-sizing: border-box;
    padding-bottom: 17px;
  }
}
@media (max-width: 799px) {
  .product_header--title {
    font-size: 24px;
    padding-top: 60px;
  }
}
@media (max-width: 799px) {
  .product_header--back {
    position: absolute;
    top: 25px;
    left: 24px;
  }
}

.product_breadcrumbs {
  position: absolute;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .product_breadcrumbs {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_breadcrumbs {
    font-size: 0.9015256588vw;
  }
}
@media (min-width: 1443px) {
  .product_breadcrumbs {
    top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_breadcrumbs {
    top: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .product_breadcrumbs {
    right: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_breadcrumbs {
    right: 5.2704576976vw;
  }
}
@media (max-width: 799px) {
  .product_breadcrumbs {
    display: none;
  }
}
.product_breadcrumbs a:hover {
  color: #1DAAF1;
}
.product_breadcrumbs--item__current {
  color: #1DAAF1;
}
.product_breadcrumbs--separator {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_34)'%3E%3Cpath d='M0.710007 0.709999L7.71001 7.71L0.710007 14.71' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_34'%3E %3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1443px) {
  .product_breadcrumbs--separator {
    width: 5px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_breadcrumbs--separator {
    width: 0.346740638vw;
  }
}
@media (min-width: 1443px) {
  .product_breadcrumbs--separator {
    height: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_breadcrumbs--separator {
    height: 0.693481276vw;
  }
}
@media (min-width: 1443px) {
  .product_breadcrumbs--separator {
    margin-right: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_breadcrumbs--separator {
    margin-right: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .product_breadcrumbs--separator {
    margin-left: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_breadcrumbs--separator {
    margin-left: 1.040221914vw;
  }
}
.product_breadcrumbs--separator__current {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_12_2966)'%3E%3Cpath d='M0.709961 0.709991L7.70996 7.70999L0.709961 14.71' stroke='%231DAAF1' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_2966'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  margin-right: 0px !important;
}

.product_navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .product_navigation {
    margin-top: -24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_navigation {
    margin-top: -1.6643550624vw;
  }
}
@media (min-width: 800px) {
  .product_navigation {
    background: #404B55;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .product_navigation {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .product_navigation {
    border-radius: 0.4160887656vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .product_navigation {
    border-radius: 4px;
  }
}
@media (max-width: 799px) {
  .product_navigation {
    margin-top: 24px;
    overflow: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 0px;
  }
}
.product_navigation--item {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .product_navigation--item {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    font-size: 0.9708737864vw;
  }
}
@media (min-width: 1443px) {
  .product_navigation--item {
    width: 178px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    width: 12.3439667129vw;
  }
}
@media (min-width: 800px) {
  .product_navigation--item {
    border-right: 1px solid #646E78;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .product_navigation--item {
    height: 48px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    height: 3.3287101248vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .product_navigation--item {
    height: 40px;
  }
}
@media (max-width: 799px) {
  .product_navigation--item {
    background-color: #404B55;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 0.3s;
    color: #FFFFFF;
    padding: 0px 21px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_navigation--item {
    border-radius: 6px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .product_navigation--item {
    border-radius: 4px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_navigation--item {
    height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .product_navigation--item {
    height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_navigation--item {
    min-width: 180px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    min-width: 12.4826629681vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_navigation--item {
    font-size: 13px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .product_navigation--item {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 799px) {
  .product_navigation--item:hover {
    background-color: #2e363e;
  }
}
@media (max-width: 799px) {
  .product_navigation--item + .product_navigation--item {
    margin-left: 9px;
  }
}
.product_navigation--item:hover {
  background-color: #1DAAF1;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_navigation--item {
    font-size: 0.9708737864vw;
    width: 12.3439667129vw;
  }
}

.product_description .file_link {
  color: #1DAAF1;
  text-decoration: underline;
}
.product_description .file_link:hover {
  text-decoration: none;
}
@media (min-width: 1443px) {
  .product_description {
    padding-top: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_description {
    padding-top: 2.5658807212vw;
  }
}
@media (min-width: 1443px) {
  .product_description {
    padding-bottom: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_description {
    padding-bottom: 2.5658807212vw;
  }
}
@media (min-width: 800px) {
  .product_description {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .product_description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 800px) {
  .product_description--image {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .product_description--text {
    width: 50%;
    line-height: 1.7857142857em;
  }
}
@media (max-width: 799px) {
  .product_description--text {
    padding-top: 30px;
    line-height: 1.5714285714em;
  }
}
.product_description--text h2, .product_description--text h3 {
  font-weight: 400;
}
@media (min-width: 1443px) {
  .product_description--text h2, .product_description--text h3 {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_description--text h2, .product_description--text h3 {
    font-size: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .product_description--text h2, .product_description--text h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_description--text h2, .product_description--text h3 {
    margin-bottom: 1.386962552vw;
  }
}
@media (max-width: 799px) {
  .product_description--text h2, .product_description--text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.product_media_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_media_header--navigation {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.product_media_header--count {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1443px) {
  .product_media_header--count {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media_header--count {
    font-size: 1.2482662968vw;
  }
}
@media (min-width: 1443px) {
  .product_media_header--count {
    margin-right: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media_header--count {
    margin-right: 1.8723994452vw;
  }
}
@media (max-width: 799px) {
  .product_media_header--count {
    margin-right: 19px;
    font-size: 16px;
  }
}
.product_media {
  padding: 50px 80px;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media {
    padding: 3.46740638vw 5.547850208vw;
  }
}
@media (max-width: 799px) {
  .product_media {
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
    padding-top: 31px;
    padding-bottom: 10px;
  }
}
@media (max-width: 799px) {
  .product_media__photo {
    padding-top: 55px;
  }
}
.product_media__video {
  background: #F0F2F4;
}
@media (min-width: 1443px) {
  .product_media__video {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media__video {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .product_media__video {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .product_media__video {
    margin-top: 68px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media__video {
    margin-top: 4.7156726768vw;
  }
}
@media (min-width: 1443px) {
  .product_media--slider {
    margin-top: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media--slider {
    margin-top: 1.73370319vw;
  }
}
@media (min-width: 1443px) {
  .product_media__video .product_media--slider {
    margin-left: -15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media__video .product_media--slider {
    margin-left: -1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .product_media__video .product_media--slider {
    margin-right: -15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media__video .product_media--slider {
    margin-right: -1.040221914vw;
  }
}

@media (max-width: 799px) {
  .product_media--slider {
    margin-top: 30px;
  }
}
@media (min-width: 1443px) {
  .product_media--slide {
    height: 560px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media--slide {
    height: 38.8349514563vw;
  }
}
@media (max-width: 799px) {
  .product_media--slide {
    min-height: 328px;
  }
}
.product_media__photo .product_media--slide img {
  margin: 0px auto 0px auto;
}

@media (min-width: 1443px) {
  .product_media__video .product_media--slide {
    height: 417px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media__video .product_media--slide {
    height: 28.9181692094vw;
  }
}
@media (min-width: 1443px) {
  .product_media__video .product_media--slide {
    width: 550px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media__video .product_media--slide {
    width: 38.1414701803vw;
  }
}
@media (min-width: 1443px) {
  .product_media__video .product_media--slide {
    margin: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_media__video .product_media--slide {
    margin: 1.040221914vw;
  }
}

.product_specification--navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 800px) {
  .product_specification--navigation {
    background: #E5E5E5;
    overflow: hidden;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .product_specification--navigation {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation {
    border-radius: 0.4160887656vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .product_specification--navigation {
    border-radius: 4px;
  }
}
@media (min-width: 800px) {
  .product_specification--navigation__one {
    background: #404B55;
  }
}
@media (max-width: 799px) {
  .product_specification--navigation {
    overflow: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
    padding-right: 0px;
  }
}
.product_specification--navigation_item {
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .product_specification--navigation_item {
    font-size: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation_item {
    font-size: 0.9708737864vw;
  }
}
@media (min-width: 1443px) {
  .product_specification--navigation_item {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation_item {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .product_specification--navigation_item {
    height: 40px;
  }
}
@media (min-width: 800px) {
  .product_specification--navigation_item {
    border-right: 1px solid #C8CACC;
    padding: 0px 30px;
    color: #646E78;
    overflow: auto;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation_item {
    padding: 0px 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .product_specification--navigation_item {
    background-color: #E3E5E6;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 0.3s;
    color: #404B55;
    padding: 0px 21px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_specification--navigation_item {
    border-radius: 6px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation_item {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .product_specification--navigation_item {
    border-radius: 4px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_specification--navigation_item {
    height: 48px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation_item {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .product_specification--navigation_item {
    height: 40px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_specification--navigation_item {
    min-width: 180px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation_item {
    min-width: 12.4826629681vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .product_specification--navigation_item {
    font-size: 13px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .product_specification--navigation_item {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .product_specification--navigation_item {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 799px) {
  .product_specification--navigation_item:hover {
    color: #FFFFFF;
    background-color: #1DAAF1;
  }
  .product_specification--navigation_item:hover:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media (max-width: 799px) {
  .product_specification--navigation_item + .product_specification--navigation_item {
    margin-left: 9px;
  }
}
.product_specification--navigation_item:hover {
  background-color: #1DAAF1;
  color: #FFFFFF;
}
.product_specification--navigation_item__active {
  background: #404B55;
  color: #FFFFFF;
}
.product_specification--items {
  overflow: hidden;
}
.product_specification--item {
  line-height: 1.7857142857em;
  overflow: auto;
}
@media (min-width: 1443px) {
  .product_specification--item {
    padding-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--item {
    padding-top: 1.386962552vw;
  }
}
@media (max-width: 799px) {
  .product_specification--item {
    padding-top: 20px;
    font-size: 12px;
    line-height: normal;
    padding-bottom: 20px;
  }
}
.product_specification--item:not(:first-child) {
  display: none;
}
.product_specification--item table {
  width: 100%;
  border-collapse: collapse;
}
.product_specification--item tr:first-child td {
  border-top: 3px solid #E5E5E5;
}
.product_specification--item td, .product_specification--item th {
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
}
@media (min-width: 1443px) {
  .product_specification--item td, .product_specification--item th {
    padding-top: 8px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--item td, .product_specification--item th {
    padding-top: 0.5547850208vw;
  }
}
@media (min-width: 1443px) {
  .product_specification--item td, .product_specification--item th {
    padding-bottom: 8px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--item td, .product_specification--item th {
    padding-bottom: 0.5547850208vw;
  }
}
@media (min-width: 1443px) {
  .product_specification--item td, .product_specification--item th {
    padding-left: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--item td, .product_specification--item th {
    padding-left: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .product_specification--item td, .product_specification--item th {
    padding-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--item td, .product_specification--item th {
    padding-right: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .product_specification--item td, .product_specification--item th {
    padding-top: 8px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1443px) {
  .product_specification--item__specification td:last-child {
    width: 359px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_specification--item__specification td:last-child {
    width: 24.8959778086vw;
  }
}
.product_options {
  padding: 50px 80px;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options {
    padding: 3.46740638vw 5.547850208vw;
  }
}
@media (max-width: 799px) {
  .product_options {
    padding: 30px 0px;
    padding-bottom: 0px;
  }
}
.product_options--heading {
  border-bottom: 1px solid #1DAAF1;
  padding-bottom: 20px;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options--heading {
    padding-bottom: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .product_options--items {
    margin-top: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options--items {
    margin-top: 3.46740638vw;
  }
}
@media (max-width: 799px) {
  .product_options--items {
    margin-top: 25px;
  }
}

@media (min-width: 800px) {
  .product_options_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1443px) {
  .product_options_item + .product_options_item {
    margin-top: 67px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options_item + .product_options_item {
    margin-top: 4.6463245492vw;
  }
}
@media (max-width: 799px) {
  .product_options_item + .product_options_item {
    margin-top: 30px;
  }
}
.product_options_item--image {
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .product_options_item--image {
    width: 405px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options_item--image {
    width: 28.0859916782vw;
  }
}
@media (min-width: 1443px) {
  .product_options_item--image {
    height: 270px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options_item--image {
    height: 18.7239944521vw;
  }
}
.product_options_item--image img {
  height: 100%;
  width: 100%;
}
@media (max-width: 799px) {
  .product_options_item--image {
    width: 100%;
    min-height: 174px;
  }
}
.product_options_item--text {
  flex-grow: 1;
}
@media (min-width: 1443px) {
  .product_options_item--text {
    margin-left: 100px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options_item--text {
    margin-left: 6.9348127601vw;
  }
}
@media (max-width: 799px) {
  .product_options_item--text {
    padding-top: 24px;
  }
}
.product_options_item--title {
  color: #404B55;
}
@media (min-width: 1443px) {
  .product_options_item--title {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options_item--title {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .product_options_item--title {
    font-size: 24px;
  }
}
.product_options_item--descrition {
  line-height: 1.7142857143em;
}
@media (min-width: 1443px) {
  .product_options_item--descrition {
    margin-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_options_item--descrition {
    margin-top: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .product_options_item--descrition {
    margin-top: 20px;
  }
}

@media (min-width: 800px) {
  .products > .center {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .products {
    background: #F0F2F4;
  }
}

.products_header {
  width: 100%;
}
#page_products_category .products_header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../upload/image/c566f991e371e7a45b2a62b403b457d3.jpg");
}
@media (min-width: 800px) and (min-width: 1443px) {
  .products_header {
    height: 238px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .products_header {
    height: 16.5048543689vw;
  }
}
.products_header__sticky {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 800px) {
  .products_header__sticky {
    position: relative;
  }
  .products_header__sticky__fixed {
    position: fixed;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .products_header__sticky__fixed {
    top: -150px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .products_header__sticky__fixed {
    top: -10.4022191401vw;
  }
}
@media (min-width: 800px) {
  .products_header__sticky__abs {
    position: absolute;
  }
}
@media (min-width: 800px) {
  .products_header__sticky:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #404B55;
    opacity: 0.6;
  }
}
@media (min-width: 800px) {
  .products_header__sticky > .center {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #FFFFFF;
    max-width: none;
    padding-left: inherit;
    padding-right: inherit;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .products_header__sticky > .center {
    height: 238px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .products_header__sticky > .center {
    height: 16.5048543689vw;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .products_header__sticky > .center {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .products_header__sticky > .center {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .products_header__sticky > .center {
    padding-left: 24px;
  }
}
@media (max-width: 799px) {
  .products_header__sticky {
    height: 101px;
  }
}
.products_header--description {
  height: 89px;
  width: 329px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 22px;
  border-left: 2px solid #1DAAF1;
  padding-left: 23px;
  padding-right: 40px;
  text-transform: uppercase;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_header--description {
    height: 6.1719833564vw;
    width: 22.8155339806vw;
    font-size: 1.2482662968vw;
    line-height: 1.5256588072vw;
    padding-left: 1.5950069348vw;
    padding-right: 2.773925104vw;
  }
}
@media (max-width: 799px) {
  .products_header--description {
    display: none;
  }
}
.products_header--title {
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  background-color: #1DAAF1c9;
  padding-left: 78px;
  font-weight: 600;
  font-size: 48px;
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_header--title {
    height: 6.1719833564vw;
    padding-left: 5.4091539528vw;
    font-size: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .products_header--title {
    display: none;
  }
}

@media (min-width: 800px) {
  .products_items {
    flex-grow: 1;
    padding-left: 78px;
    border-left: 1px solid #E5E5E5;
  }
}
@media (max-width: 799px) {
  .products_items {
    padding-bottom: 29px;
  }
}
@media (min-width: 1443px) {
  .products_items {
    padding-bottom: 122px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_items {
    padding-bottom: 8.4604715673vw;
  }
}
@media (min-width: 1443px) {
  .products_items {
    padding-left: 78px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_items {
    padding-left: 5.4091539528vw;
  }
}
@media (min-width: 1443px) {
  .products_items {
    padding-top: 66px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_items {
    padding-top: 4.5769764216vw;
  }
}

.products_items_category--title {
  color: #404B55;
  border-bottom: 2px solid #8ED4F8;
  font-weight: 700;
  background: #FFFFFF;
}
@media (min-width: 1443px) {
  .products_items_category--title {
    font-size: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_items_category--title {
    font-size: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .products_items_category--title {
    padding-bottom: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_items_category--title {
    padding-bottom: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .products_items_category--title {
    font-size: 28px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 1443px) {
  .products_items_category--items {
    padding-top: 42px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_items_category--items {
    padding-top: 2.9126213592vw;
  }
}
@media (min-width: 800px) {
  .products_items_category--items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 799px) {
  .products_items_category {
    display: none;
  }
}

.products_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #E5E5E5;
  flex-shrink: 0;
  overflow: hidden;
  background: #FFFFFF;
}
@media (min-width: 1443px) {
  .products_item {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .products_item {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .products_item {
    width: 274px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item {
    width: 19.0013869626vw;
  }
}
@media (min-width: 1443px) {
  .products_item {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item {
    margin-bottom: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .products_item {
    margin-right: 29px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item {
    margin-right: 2.0110957004vw;
  }
}
@media (min-width: 1443px) {
  .products_item {
    padding-top: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item {
    padding-top: 2.080443828vw;
  }
}
#page_turnkey .products_item {
  padding-top: 0px;
}

@media (min-width: 800px) {
  #page_products_category .products_item:nth-child(3n), #page_products .products_item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (min-width: 800px) {
  #page_turnkey .products_item:nth-child(4n) {
    margin-right: 0px;
  }
}

@media (min-width: 800px) {
  #page_turnkey--item .products_item:nth-child(4n) {
    margin-right: 0px;
  }
}

.products_item:hover {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 799px) {
  .products_item {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.products_item--image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  object-fit: cover;
}
@media (min-width: 1443px) {
  .products_item--image {
    height: 124px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--image {
    height: 8.5991678225vw;
  }
}
@media (min-width: 1443px) {
  #page_turnkey .products_item--image {
    height: 132px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  #page_turnkey .products_item--image {
    height: 9.1539528433vw;
  }
}

@media (max-width: 799px) {
  .products_item--image {
    height: 256px;
    background-position: bottom center;
  }
}
.products_item--title {
  flex-grow: 1;
  font-weight: 700;
}
@media (min-width: 1443px) {
  .products_item--title {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--title {
    font-size: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .products_item--title {
    padding: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--title {
    padding: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .products_item--title {
    padding: 30px;
    font-size: 16px;
  }
}
.products_item--count {
  font-weight: 700;
  display: inline;
  background-color: #1DAAF1;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .products_item--count {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--count {
    font-size: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .products_item--count {
    padding-left: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--count {
    padding-left: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .products_item--count {
    padding-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--count {
    padding-right: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .products_item--count {
    padding-top: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--count {
    padding-top: 0.693481276vw;
  }
}
@media (min-width: 1443px) {
  .products_item--count {
    padding-bottom: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--count {
    padding-bottom: 0.693481276vw;
  }
}
@media (max-width: 799px) {
  .products_item--count {
    padding: 5px 30px;
    font-size: 16px;
  }
}
.products_item--link {
  border-top: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1443px) {
  .products_item--link {
    height: 63.5px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--link {
    height: 4.4036061026vw;
  }
}
@media (min-width: 1443px) {
  .products_item--link {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--link {
    font-size: 0.9015256588vw;
  }
}
@media (min-width: 1443px) {
  .products_item--link {
    padding: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_item--link {
    padding: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .products_item--link {
    font-size: 13px;
    padding: 30px;
  }
}

.products_menu {
  flex-shrink: 0;
  padding-bottom: 100px;
}
@media (min-width: 1443px) {
  .products_menu {
    width: 329px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu {
    width: 22.8155339806vw;
  }
}
@media (max-width: 799px) {
  .products_menu {
    display: none;
  }
}
.products_menu--items {
  background-color: #FFFFFF;
}
@media (min-width: 1443px) {
  .products_menu--items {
    width: 329px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--items {
    width: 22.8155339806vw;
  }
}
.products_menu--items__fixed {
  position: fixed;
}
@media (min-width: 1443px) {
  .products_menu--items__fixed {
    top: 88px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--items__fixed {
    top: 6.1026352288vw;
  }
}
.products_menu--items__abs {
  position: absolute;
}
.products_menu--item {
  display: block;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
@media (min-width: 1443px) {
  .products_menu--item {
    height: 70px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--item {
    height: 4.854368932vw;
  }
}
@media (min-width: 1443px) {
  .products_menu--item {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--item {
    font-size: 1.2482662968vw;
  }
}
@media (min-width: 1443px) {
  .products_menu--item {
    padding-left: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--item {
    padding-left: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .products_menu--item {
    padding-right: 45px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--item {
    padding-right: 3.120665742vw;
  }
}
.products_menu--item:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_34)'%3E%3Cpath d='M0.710007 0.709999L7.71001 7.71L0.710007 14.71' stroke='%23404B55' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_34'%3E %3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
@media (min-width: 1443px) {
  .products_menu--item:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--item:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .products_menu--item:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--item:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .products_menu--item:after {
    right: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_menu--item:after {
    right: 1.6643550624vw;
  }
}
.products_menu--item__current {
  background-color: #1DAAF1;
  color: #FFFFFF;
}
.products_menu--item__current:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.products_category--header_description {
  /*    @include sp(padding-top, 50px);

      @include mobile {
        padding-top: 20px;
      }*/
}
@media (min-width: 800px) {
  .products_category--items {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1443px) {
  .products_category--items {
    padding-top: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_category--items {
    padding-top: 3.46740638vw;
  }
}
@media (max-width: 799px) {
  .products_category--items {
    padding-top: 20px;
  }
}
@media (min-width: 1443px) {
  .products_category--footer_description {
    padding-top: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .products_category--footer_description {
    padding-top: 3.46740638vw;
  }
}
@media (max-width: 799px) {
  .products_category--footer_description {
    padding-top: 20px;
  }
}

.product_configurator {
  background-color: #404B55;
}
@media (min-width: 1443px) {
  .product_configurator > .center {
    height: 163px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator > .center {
    height: 11.3037447989vw;
  }
}
@media (min-width: 800px) {
  .product_configurator > .center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 799px) {
  .product_configurator > .center {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.product_configurator--description {
  flex-shrink: 0;
  color: #E3E5E6;
  line-height: 1.2083333333em;
}
@media (min-width: 1443px) {
  .product_configurator--description {
    width: 300px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--description {
    width: 20.8044382802vw;
  }
}
@media (min-width: 1443px) {
  .product_configurator--description {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--description {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .product_configurator--description {
    font-size: 16px;
    line-height: 19px;
  }
}
.product_configurator--selectors {
  flex-grow: 1;
}
@media (min-width: 1443px) {
  .product_configurator--selectors {
    padding-left: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--selectors {
    padding-left: 2.080443828vw;
  }
}
@media (min-width: 800px) {
  .product_configurator--selectors {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.product_configurator--product_link {
  background-color: #404B55;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #FFFFFF;
  margin: 0px auto 0px auto;
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .product_configurator--product_link {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .product_configurator--product_link {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    padding-left: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    padding-left: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    padding-right: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    padding-right: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .product_configurator--product_link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product_configurator--product_link:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-duration: 0.3s;
}
@media (min-width: 1443px) {
  .product_configurator--product_link:after {
    width: 9px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link:after {
    width: 0.6241331484vw;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link:after {
    height: 15px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link:after {
    height: 1.040221914vw;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link:after {
    margin-left: 37px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link:after {
    margin-left: 2.5658807212vw;
  }
}
@media (max-width: 799px) {
  .product_configurator--product_link:after {
    width: 9px;
    height: 15px;
    margin-left: 22px;
  }
}
.product_configurator--product_link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.product_configurator--product_link:hover {
  background-color: #2e363e;
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    margin-top: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    margin-top: 3.46740638vw;
  }
}
@media (min-width: 1443px) {
  .product_configurator--product_link {
    width: 150px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .product_configurator--product_link {
    width: 10.4022191401vw;
  }
}
@media (max-width: 799px) {
  .product_configurator--product_link {
    margin-top: 20px;
  }
}

@media (max-width: 799px) {
  .industries {
    padding-top: 26px;
  }
}
@media (min-width: 1443px) {
  .industries_item {
    margin-top: 85px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item {
    margin-top: 5.894590846vw;
  }
}
.industries_item + .industries_item {
  margin-top: 39px;
}
.industries_item--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 2px solid #1DAAF1;
  color: #404B55;
}
@media (min-width: 1443px) {
  .industries_item--title {
    font-size: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--title {
    font-size: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .industries_item--title {
    height: 62px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--title {
    height: 4.2995839112vw;
  }
}
@media (min-width: 1443px) {
  .industries_item--title {
    line-height: 62px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--title {
    line-height: 4.2995839112vw;
  }
}
@media (min-width: 1443px) {
  .industries_item--title {
    padding-left: 29px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--title {
    padding-left: 2.0110957004vw;
  }
}
@media (max-width: 799px) {
  .industries_item--title {
    font-size: 24px;
    line-height: 29px;
    padding-left: 23px;
    height: 43px;
  }
}
@media (min-width: 1443px) {
  .industries_item--content {
    margin-top: 26px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--content {
    margin-top: 1.8030513176vw;
  }
}
@media (min-width: 800px) {
  #page_industries .industries_item--content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.industries_item--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .industries_item--image {
    width: 549px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--image {
    width: 38.0721220527vw;
  }
}
@media (min-width: 1443px) {
  .industries_item--image {
    height: 344px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--image {
    height: 23.8557558946vw;
  }
}
@media (max-width: 799px) {
  .industries_item--image {
    height: 236px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
    margin-top: 21px;
  }
}
.industries_item--text {
  line-height: 1.7142857143em;
}
@media (min-width: 1443px) {
  .industries_item--text {
    padding-left: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--text {
    padding-left: 5.547850208vw;
  }
}
@media (max-width: 799px) {
  .industries_item--text {
    font-size: 14px;
    line-height: 24px;
    padding-top: 23px;
  }
}
@media (min-width: 1443px) {
  .industries_item--text p {
    margin-top: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--text p {
    margin-top: 1.73370319vw;
  }
}
@media (max-width: 799px) {
  .industries_item--text p {
    margin-top: 15px;
  }
}
.industries_item--text h3 {
  font-weight: 400;
}
@media (min-width: 1443px) {
  .industries_item--text h3:not(:first-child) {
    margin-top: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--text h3:not(:first-child) {
    margin-top: 1.73370319vw;
  }
}
@media (max-width: 799px) {
  .industries_item--text h3:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 1443px) {
  .industries_item--text h3 {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .industries_item--text h3 {
    font-size: 1.2482662968vw;
  }
}
@media (max-width: 799px) {
  .industries_item--text h3 {
    font-size: 18px;
  }
}

@media (min-width: 1443px) {
  .services > .center {
    margin-top: 73px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services > .center {
    margin-top: 5.0624133148vw;
  }
}
@media (min-width: 800px) {
  .services > .center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .services > .center {
    padding-top: 37px;
    font-size: 16px;
    line-height: 22px;
  }
}
.services > .center h2 {
  font-weight: 400;
  line-height: 1.1875em;
  color: #1DAAF1;
  text-transform: uppercase;
}
@media (min-width: 1443px) {
  .services > .center h2 {
    font-size: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services > .center h2 {
    font-size: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .services > .center h2 {
    margin-bottom: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services > .center h2 {
    margin-bottom: 2.1497919556vw;
  }
}
@media (max-width: 799px) {
  .services > .center h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 31px;
  }
}
.services > .center h3 {
  color: #404B55;
}
@media (min-width: 1443px) {
  .services > .center h3 {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services > .center h3 {
    font-size: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .services > .center h3 {
    margin-bottom: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services > .center h3 {
    margin-bottom: 2.1497919556vw;
  }
}
@media (max-width: 799px) {
  .services > .center h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 31px;
  }
}
@media (min-width: 1443px) {
  .services--main_description {
    width: 630px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services--main_description {
    width: 43.6893203883vw;
  }
}
@media (min-width: 1443px) {
  .services--main_description {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services--main_description {
    font-size: 1.2482662968vw;
  }
}
.services--main_description li {
  margin-left: -1em;
  margin-bottom: 2em;
}
@media (max-width: 799px) {
  .services--main_description li {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1443px) {
  .services--regions-contacts {
    width: 520px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services--regions-contacts {
    width: 36.0610263523vw;
  }
}
@media (max-width: 799px) {
  .services--regions-contacts {
    margin-top: 45px;
  }
}
.services--regions {
  line-height: 1.4444444444em;
}
@media (min-width: 1443px) {
  .services--regions {
    padding-left: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services--regions {
    padding-left: 5.547850208vw;
  }
}
@media (min-width: 1443px) {
  .services--regions {
    padding-right: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services--regions {
    padding-right: 5.547850208vw;
  }
}
@media (min-width: 1443px) {
  .services--regions {
    padding-bottom: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services--regions {
    padding-bottom: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .services--regions {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services--regions {
    font-size: 1.2482662968vw;
  }
}
.services_contacts {
  border-top: 2px solid #F0F2F4;
}
@media (min-width: 1443px) {
  .services_contacts {
    padding-left: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts {
    padding-left: 5.547850208vw;
  }
}
@media (min-width: 1443px) {
  .services_contacts {
    padding-right: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts {
    padding-right: 5.547850208vw;
  }
}
@media (min-width: 1443px) {
  .services_contacts {
    padding-top: 53px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts {
    padding-top: 3.6754507628vw;
  }
}
@media (max-width: 799px) {
  .services_contacts {
    margin-top: 36px;
    padding-top: 40px;
  }
}
.services_contacts--item {
  color: #404B55;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .services_contacts--item {
    font-size: 32px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts--item {
    font-size: 2.2191400832vw;
  }
}
@media (min-width: 1443px) {
  .services_contacts--item {
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts--item {
    margin-bottom: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .services_contacts--item {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.services_contacts--item:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1443px) {
  .services_contacts--item:before {
    width: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts--item:before {
    width: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .services_contacts--item:before {
    height: 31px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts--item:before {
    height: 2.1497919556vw;
  }
}
@media (min-width: 1443px) {
  .services_contacts--item:before {
    margin-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .services_contacts--item:before {
    margin-right: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .services_contacts--item:before {
    width: 26px;
    height: 26px;
    margin-right: 24px;
  }
}
.services_contacts--item__phone:before {
  content: "";
  display: block;
  background-image: url("../images/icons/phone_blue.svg");
}
.services_contacts--item__email:before {
  content: "";
  display: block;
  background-image: url("../images/icons/email_blue.svg");
}

@media (min-width: 800px) {
  .aboutp_achievements {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1443px) {
  .aboutp_achievements {
    padding-bottom: 77px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_achievements {
    padding-bottom: 5.3398058252vw;
  }
}
@media (max-width: 799px) {
  .aboutp_achievements {
    padding-bottom: 30px;
  }
}
@media (min-width: 1443px) {
  .aboutp_achievements--vbox {
    padding-top: 74px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_achievements--vbox {
    padding-top: 5.1317614424vw;
  }
}
@media (max-width: 799px) {
  .aboutp_achievements--vbox {
    padding-top: 30px;
  }
}
.aboutp_achievements--body {
  flex-grow: 1;
}
@media (min-width: 800px) {
  .aboutp_achievements--set {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 799px) {
  .aboutp_achievements--set {
    padding-top: 30px;
  }
}

@media (max-width: 799px) {
  .aboutp_achievements_item {
    margin-bottom: 10px;
  }
}
@media (min-width: 1443px) {
  .aboutp_achievements_item:not(:first-child) {
    margin-left: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_achievements_item:not(:first-child) {
    margin-left: 5.547850208vw;
  }
}
.aboutp_achievements_item--image {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1443px) {
  .aboutp_achievements_item--image {
    height: 171px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_achievements_item--image {
    height: 11.8585298197vw;
  }
}
.aboutp_achievements_item--description {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  text-align: center;
  line-height: 1.1666666667em;
}
@media (min-width: 1443px) {
  .aboutp_achievements_item--description {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_achievements_item--description {
    font-size: 1.2482662968vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_achievements_item--description {
    padding-top: 35px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_achievements_item--description {
    padding-top: 2.427184466vw;
  }
}
@media (max-width: 799px) {
  .aboutp_achievements_item--description {
    font-size: 16px;
    line-height: 21px;
    padding-top: 8px;
  }
}

.aboutp_advantages {
  border-bottom: 1px solid #C5C9CC;
}
@media (min-width: 800px) {
  .aboutp_advantages {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1443px) {
  .aboutp_advantages--vbox {
    padding-top: 74px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages--vbox {
    padding-top: 5.1317614424vw;
  }
}
@media (max-width: 799px) {
  .aboutp_advantages--vbox {
    padding-top: 40px;
  }
}
.aboutp_advantages--body {
  flex-grow: 1;
}
@media (min-width: 1443px) {
  .aboutp_advantages--body {
    padding-left: 196px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages--body {
    padding-left: 13.5922330097vw;
  }
}
.aboutp_advantages--set {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 799px) {
  .aboutp_advantages--set {
    padding-top: 21px;
  }
}
.aboutp_advantages--description {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  text-align: center;
  line-height: 1.3888888889em;
}
@media (min-width: 1443px) {
  .aboutp_advantages--description {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages--description {
    font-size: 1.2482662968vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_advantages--description {
    padding-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages--description {
    padding-top: 1.386962552vw;
  }
}
@media (max-width: 799px) {
  .aboutp_advantages--description {
    padding-top: 30px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 1443px) {
  .aboutp_advantages {
    padding-bottom: 67px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages {
    padding-bottom: 4.6463245492vw;
  }
}
@media (max-width: 799px) {
  .aboutp_advantages {
    padding-bottom: 35px;
  }
}

@media (min-width: 1443px) {
  .aboutp_advantages_item:not(:first-child) {
    margin-left: 132px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages_item:not(:first-child) {
    margin-left: 9.1539528433vw;
  }
}
@media (max-width: 799px) {
  .aboutp_advantages_item:not(:first-child) {
    margin-left: 18px;
  }
}
.aboutp_advantages_item--image {
  object-fit: contain;
}
@media (min-width: 1443px) {
  .aboutp_advantages_item--image {
    width: 140px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages_item--image {
    width: 9.7087378641vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_advantages_item--image {
    height: 140px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages_item--image {
    height: 9.7087378641vw;
  }
}
@media (max-width: 799px) {
  .aboutp_advantages_item--image {
    width: 78px;
    height: 78px;
  }
}
.aboutp_advantages_item--title {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  text-align: center;
  font-weight: 700;
  color: #1DAAF1;
}
@media (min-width: 1443px) {
  .aboutp_advantages_item--title {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages_item--title {
    font-size: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_advantages_item--title {
    padding-top: 14px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_advantages_item--title {
    padding-top: 0.9708737864vw;
  }
}
@media (max-width: 799px) {
  .aboutp_advantages_item--title {
    padding-top: 8px;
  }
}

.aboutp_list {
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}
@media (min-width: 800px) {
  .aboutp_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1443px) {
  .aboutp_list {
    padding-top: 70px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list {
    padding-top: 4.854368932vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_list {
    padding-bottom: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list {
    padding-bottom: 5.547850208vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_list {
    min-height: 381px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list {
    min-height: 26.4216366158vw;
  }
}
@media (max-width: 799px) {
  .aboutp_list {
    padding-top: 29px;
    padding-bottom: 20px;
  }
}
.aboutp_list:before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1443px) {
  .aboutp_list:before {
    width: 330px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list:before {
    width: 22.8848821082vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_list:before {
    height: 330px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list:before {
    height: 22.8848821082vw;
  }
}
.aboutp_list__mission {
  border-bottom: 1px solid #C5C9CC;
}
.aboutp_list__mission:before {
  background-image: url("../images/pages/about/mission_bg.svg");
}
.aboutp_list__vision:before {
  background-image: url("../images/pages/about/vision_bg.svg");
}
.aboutp_list--vbg {
  background-color: #F0F2F4;
}
.aboutp_list--content {
  line-height: 1.5em;
}
@media (min-width: 1443px) {
  .aboutp_list--content {
    width: 848px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list--content {
    width: 58.8072122053vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_list--content {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list--content {
    font-size: 1.1095700416vw;
  }
}
.aboutp_list--content ul, .aboutp_list--content li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.aboutp_list--content ol {
  counter-reset: num;
  font-size: 16px;
  padding-left: 0px;
}
.aboutp_list--content ol li {
  position: relative;
}
@media (min-width: 1443px) {
  .aboutp_list--content ol li {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list--content ol li {
    margin-bottom: 2.773925104vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_list--content ol li {
    padding-left: 77px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list--content ol li {
    padding-left: 5.3398058252vw;
  }
}
@media (max-width: 799px) {
  .aboutp_list--content ol li {
    padding-left: 30px;
    margin-bottom: 21px;
  }
}
.aboutp_list--content ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #1DAAF1;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 1443px) {
  .aboutp_list--content ol li:before {
    font-size: 36px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_list--content ol li:before {
    font-size: 2.4965325936vw;
  }
}
@media (max-width: 799px) {
  .aboutp_list--content ol li:before {
    font-size: 36px;
  }
}
.aboutp_scheme--vbg {
  background-color: #DADCDE;
}
.aboutp_scheme--image {
  display: block;
  width: 100%;
}

.aboutp_subtitle {
  font-weight: 700;
}
@media (min-width: 1443px) {
  .aboutp_subtitle {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_subtitle {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .aboutp_subtitle {
    font-size: 18px;
  }
}

.aboutp_title {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  color: #1DAAF1;
}
@media (min-width: 1443px) {
  .aboutp_title {
    font-size: 36px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_title {
    font-size: 2.4965325936vw;
  }
}
@media (min-width: 1443px) {
  .aboutp_title {
    width: 232px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .aboutp_title {
    width: 16.0887656033vw;
  }
}
@media (max-width: 799px) {
  .aboutp_title {
    font-size: 25px;
    line-height: 29px;
  }
}

.news_header {
  background-color: #F0F2F4;
}
@media (min-width: 1443px) {
  .news_header {
    padding-bottom: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header {
    padding-bottom: 1.8723994452vw;
  }
}
@media (min-width: 1443px) {
  .news_header {
    height: 161px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header {
    height: 11.1650485437vw;
  }
}
@media (min-width: 800px) {
  .news_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (max-width: 799px) {
  .news_header {
    padding-top: 27px;
    padding-bottom: 7px;
  }
}
.news_header > .center {
  width: 100%;
}
@media (min-width: 800px) {
  .news_header > .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.news_header .page_title {
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .news_header .page_title {
    width: 440px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header .page_title {
    width: 30.5131761442vw;
  }
}
.news_header--categories {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .news_header--categories {
    height: 55px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--categories {
    height: 3.814147018vw;
  }
}
@media (min-width: 1443px) {
  .news_header--categories {
    padding-left: 26px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--categories {
    padding-left: 1.8030513176vw;
  }
}
@media (min-width: 800px) {
  .news_header--categories {
    border-left: 2px solid #1DAAF1;
  }
}
@media (max-width: 799px) {
  .news_header--categories {
    margin-top: 20px;
  }
}
.news_header--category {
  background-color: #E3E5E6;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  transition-duration: 0.3s;
  color: #404B55;
}
@media (min-width: 1443px) {
  .news_header--category {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--category {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .news_header--category {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .news_header--category {
    height: 48px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--category {
    height: 3.3287101248vw;
  }
}
@media (max-width: 799px) {
  .news_header--category {
    height: 40px;
  }
}
@media (min-width: 1443px) {
  .news_header--category {
    min-width: 180px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--category {
    min-width: 12.4826629681vw;
  }
}
@media (min-width: 1443px) {
  .news_header--category {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--category {
    font-size: 0.9015256588vw;
  }
}
@media (max-width: 799px) {
  .news_header--category {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.news_header--category:hover {
  color: #FFFFFF;
  background-color: #1DAAF1;
}
.news_header--category:hover:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7_9)'%3E%3Cpath d='M0.710022 0.709991L7.71002 7.70999L0.710022 14.71' stroke='white' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7_9'%3E%3Crect width='9.12' height='15.41' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media (min-width: 1443px) {
  .news_header--category {
    max-width: 133px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--category {
    max-width: 9.2233009709vw;
  }
}
@media (max-width: 799px) {
  .news_header--category {
    width: 96px;
  }
}
@media (min-width: 1443px) {
  .news_header--category + .news_header--category {
    margin-left: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--category + .news_header--category {
    margin-left: 1.73370319vw;
  }
}
@media (max-width: 799px) {
  .news_header--category + .news_header--category {
    margin-left: 21px;
  }
}
.news_header--category__current {
  background-color: #1DAAF1;
  color: #FFFFFF;
}
.news_header--years {
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media (min-width: 1443px) {
  .news_header--years {
    margin-left: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_header--years {
    margin-left: 1.73370319vw;
  }
}
@media (max-width: 799px) {
  .news_header--years {
    height: 31px;
    margin-top: 14px;
    border-left: 2px solid #1DAAF1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 14px;
  }
}
@media (max-width: 799px) {
  .news_header--year {
    font-size: 12px;
  }
}
.news_header--year__current {
  color: #1DAAF1;
}

.news_list {
  /*  &--items {
      background: red;
      @include row(top,left);
      flex-wrap: wrap;
    }*/
}
@media (min-width: 1443px) {
  .news_list {
    padding-top: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list {
    padding-top: 5.2704576976vw;
  }
}
.news_list > .center {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.news_list_item {
  position: relative;
  background-color: #F0F2F4;
  color: #404B55;
  transition-duration: 0.3s;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1443px) {
  .news_list_item {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item {
    width: 28.4327323162vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item {
    margin-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item {
    margin-right: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item {
    margin-bottom: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item {
    margin-bottom: 2.080443828vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .news_list_item {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .news_list_item {
    border-radius: 0.4160887656vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .news_list_item {
    border-radius: 4px;
  }
}
@media (max-width: 799px) {
  .news_list_item {
    width: 100%;
    display: block;
    margin-top: 20px;
    border-radius: 6px;
  }
}
.news_list_item:hover {
  background-color: #1DAAF1;
  color: #FFFFFF;
}
.news_list_item:nth-child(3n) {
  margin-right: 0px;
}
.news_list_item--category {
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #1DAAF1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 1443px) {
  .news_list_item--category {
    border-radius: 6px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--category {
    border-radius: 0.4160887656vw;
  }
}
@media (max-width: 799px) {
  .news_list_item--category {
    border-radius: 4px;
  }
}
@media (min-width: 1443px) {
  .news_list_item--category {
    height: 33px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--category {
    height: 2.2884882108vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item--category {
    width: 99px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--category {
    width: 6.8654646325vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item--category {
    top: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--category {
    top: 0.8321775312vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item--category {
    right: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--category {
    right: 0.8321775312vw;
  }
}
@media (max-width: 799px) {
  .news_list_item--category {
    top: 12px;
    right: 10px;
    font-size: 12px;
    height: 33px;
    width: 80px;
  }
}
.news_list_item--image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1443px) {
  .news_list_item--image {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--image {
    width: 28.4327323162vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item--image {
    height: 249px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--image {
    height: 17.2676837725vw;
  }
}
@media (max-width: 799px) {
  .news_list_item--image {
    height: 249px;
  }
}
.news_list_item--title {
  display: block;
  font-weight: 600;
  line-height: 1.1666666667em;
}
@media (min-width: 1443px) {
  .news_list_item--title {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--title {
    font-size: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item--title {
    padding: 34px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--title {
    padding: 2.3578363384vw;
  }
}
@media (max-width: 799px) {
  .news_list_item--title {
    font-size: 24px;
    line-height: 28px;
    padding: 34px 27px;
  }
}
.news_list_item--more {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #E3E5E6;
}
@media (min-width: 1443px) {
  .news_list_item--more {
    height: 70px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--more {
    height: 4.854368932vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item--more {
    font-size: 13px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--more {
    font-size: 0.9015256588vw;
  }
}
@media (min-width: 1443px) {
  .news_list_item--more {
    padding-left: 34px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_list_item--more {
    padding-left: 2.3578363384vw;
  }
}
@media (max-width: 799px) {
  .news_list_item--more {
    height: 70px;
    padding-left: 27px;
  }
}

@media (min-width: 800px) {
  .news_item {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}

@media (min-width: 800px) {
  .recent_news-goto_contacts {
    border-left: 1px solid #E3E5E6;
  }
}

@media (min-width: 800px) {
  .news_goto_contacts {
    box-sizing: content-box;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .news_goto_contacts {
    width: 410px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .news_goto_contacts {
    width: 28.4327323162vw;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .news_goto_contacts {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .news_goto_contacts {
    padding-right: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .news_goto_contacts {
    padding-right: 24px;
  }
}
@media (max-width: 799px) {
  .news_goto_contacts {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_goto_contacts {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_goto_contacts {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_goto_contacts {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_goto_contacts {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_goto_contacts {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_goto_contacts {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .news_goto_contacts {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.news_item_content--header {
  color: #404B55;
}
@media (min-width: 800px) {
  .news_item_content--header {
    background-color: #F0F2F4;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: content-box;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .news_item_content--header {
    height: 161px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--header {
    height: 11.1650485437vw;
  }
}
@media (min-width: 1443px) {
  .news_item_content--header > .title {
    padding-bottom: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--header > .title {
    padding-bottom: 1.8723994452vw;
  }
}
@media (min-width: 800px) {
  .news_item_content--header {
    flex-grow: 1;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .news_item_content--header {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--header {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .news_item_content--header {
    padding-left: 24px;
  }
}
@media (max-width: 799px) {
  .news_item_content--header {
    background-color: #F0F2F4;
    padding-top: 43px;
    padding-bottom: 24px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_item_content--header {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--header {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_item_content--header {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--header {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_item_content--header {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--header {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .news_item_content--header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.news_item_content--header .title {
  font-weight: 600;
}
@media (min-width: 1443px) {
  .news_item_content--header .title {
    font-size: 36px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--header .title {
    font-size: 2.4965325936vw;
  }
}
@media (max-width: 799px) {
  .news_item_content--header .title {
    font-size: 24px;
  }
}
@media (min-width: 1443px) {
  .news_item_content--body {
    padding-top: 51px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--body {
    padding-top: 3.5367545076vw;
  }
}
@media (min-width: 1443px) {
  .news_item_content--body {
    padding-right: 110px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--body {
    padding-right: 7.6282940361vw;
  }
}
@media (min-width: 1443px) {
  .news_item_content--body {
    padding-bottom: 62px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--body {
    padding-bottom: 4.2995839112vw;
  }
}
@media (min-width: 800px) {
  .news_item_content--body {
    box-sizing: content-box;
    flex-grow: 1;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .news_item_content--body {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--body {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .news_item_content--body {
    padding-left: 24px;
  }
}
.news_item_content--body:after {
  content: "";
  display: block;
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1443px) {
  .news_item_content--image {
    height: 456px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--image {
    height: 31.6227461859vw;
  }
}
@media (max-width: 799px) {
  .news_item_content--image {
    min-height: 221px;
    width: 100%;
  }
}
.news_item_content--image img {
  height: 100%;
}
.news_item_content--description {
  line-height: 1.5714285714em;
}
@media (min-width: 1443px) {
  .news_item_content--description {
    padding-top: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--description {
    padding-top: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .news_item_content--description {
    padding-top: 35px;
    line-height: 22px;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #E3E5E6;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_item_content--description {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--description {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_item_content--description {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--description {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .news_item_content--description {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--description {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .news_item_content--description {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1443px) {
  .news_item_content--description img {
    margin-top: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--description img {
    margin-top: 4.160887656vw;
  }
}
@media (min-width: 1443px) {
  .news_item_content--description img {
    margin-bottom: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--description img {
    margin-bottom: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .news_item_content--description img {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.news_item_content--back {
  float: right;
}
@media (min-width: 1443px) {
  .news_item_content--back {
    margin-top: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .news_item_content--back {
    margin-top: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .news_item_content--back {
    display: none;
  }
}

@media (max-width: 799px) {
  .recent_news {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-top: 46px;
    border-bottom: 1px solid #E3E5E6;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .recent_news {
    max-width: 1290px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news {
    max-width: 89.4590846047vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .recent_news {
    padding-left: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news {
    padding-left: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (min-width: 1443px) {
  .recent_news {
    padding-right: 76px;
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .recent_news {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.recent_news--header {
  color: #404B55;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 800px) {
  .recent_news--header {
    background-color: #F0F2F4;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: content-box;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .recent_news--header {
    height: 161px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news--header {
    height: 11.1650485437vw;
  }
}
@media (min-width: 1443px) {
  .recent_news--header > .title {
    padding-bottom: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--header > .title {
    padding-bottom: 1.8723994452vw;
  }
}
@media (min-width: 1443px) {
  .recent_news--header {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--header {
    width: 28.4327323162vw;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .recent_news--header {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news--header {
    padding-right: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .recent_news--header {
    padding-right: 24px;
  }
}
.recent_news--header:before {
  content: "";
  display: block;
}
@media (min-width: 800px) {
  .recent_news--header:before {
    width: 1px;
    background-color: #1DAAF1;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .recent_news--header:before {
    height: 71px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news--header:before {
    height: 4.9237170596vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .recent_news--header:before {
    margin-right: 39px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news--header:before {
    margin-right: 2.7045769764vw;
  }
}
@media (max-width: 799px) {
  .recent_news--header:before {
    display: none;
  }
}
.recent_news--header:after {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  background-color: #F0F2F4;
  position: absolute;
  top: 0px;
  left: -2px;
}
@media (max-width: 799px) {
  .recent_news--header:after {
    display: none;
  }
}
.recent_news--header .title {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1443px) {
  .recent_news--header .title {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--header .title {
    font-size: 1.1095700416vw;
  }
}
@media (max-width: 799px) {
  .recent_news--header .title {
    height: 46px;
    border-left: 1px solid #1DAAF1;
    padding-left: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
  }
}
@media (min-width: 1443px) {
  .recent_news--items {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--items {
    width: 28.4327323162vw;
  }
}
@media (min-width: 800px) {
  .recent_news--items {
    box-sizing: content-box;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .recent_news--items {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .recent_news--items {
    padding-right: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .recent_news--items {
    padding-right: 24px;
  }
}
@media (max-width: 799px) {
  .recent_news--items {
    padding-top: 19px;
  }
}
.recent_news--item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.recent_news--item:hover {
  color: #1DAAF1;
}
@media (min-width: 1443px) {
  .recent_news--item {
    padding-left: 39px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--item {
    padding-left: 2.7045769764vw;
  }
}
@media (min-width: 1443px) {
  .recent_news--item {
    height: 166px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--item {
    height: 11.5117891817vw;
  }
}
@media (max-width: 799px) {
  .recent_news--item {
    height: 163px;
    border-top: 1px solid #E3E5E6;
  }
}
.recent_news--item + .recent_news--item {
  border-top: 1px solid #E3E5E6;
}
.recent_news--date {
  color: #1DAAF1;
}
.recent_news--title {
  line-height: 1.1875em;
}
@media (min-width: 1443px) {
  .recent_news--title {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--title {
    font-size: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .recent_news--title {
    margin-top: 12px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .recent_news--title {
    margin-top: 0.8321775312vw;
  }
}
@media (max-width: 799px) {
  .recent_news--title {
    font-size: 16px;
    line-height: 19px;
    margin-top: 12px;
  }
}

.contacts_header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .contacts_header {
    background-color: #F0F2F4;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .contacts_header {
    padding-left: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .contacts_header {
    padding-left: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .contacts_header {
    padding-left: 24px;
  }
}
@media (max-width: 799px) {
  .contacts_header {
    height: 142px;
  }
}
@media (max-width: 799px) and (min-width: 800px) {
  .contacts_header {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (max-width: 799px) and (min-width: 800px) and (max-width: 1442px) {
  .contacts_header {
    padding-right: 5.2704576976vw;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .contacts_header {
    padding-right: 24px;
  }
}
@media (max-width: 799px) {
  .contacts_header .page_title {
    padding-bottom: 14px;
    position: relative;
    z-index: 3;
    color: #FFFFFF !important;
    padding-left: 24px;
  }
}
.contacts_header--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1443px) {
  .contacts_header--image {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_header--image {
    width: 28.4327323162vw;
  }
}
@media (min-width: 1443px) {
  .contacts_header--image {
    height: 161px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_header--image {
    height: 11.1650485437vw;
  }
}
@media (min-width: 800px) {
  .contacts_header--image {
    box-sizing: content-box;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .contacts_header--image {
    padding-right: calc(50vw - 645px - var(--swidth) / 2);
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .contacts_header--image {
    padding-right: 5.2704576976vw;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .contacts_header--image {
    padding-right: 24px;
  }
}
@media (max-width: 799px) {
  .contacts_header--image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}
.contacts_header:before {
  content: "";
  display: block;
}
@media (min-width: 800px) {
  .contacts_header:before {
    display: none;
  }
}
@media (max-width: 799px) {
  .contacts_header:before {
    background: #1DAAF1;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  .contacts_header:before {
    height: 53px;
    width: 160px;
  }
}
.contacts_header:after {
  content: "";
  display: block;
}
@media (min-width: 800px) {
  .contacts_header:after {
    display: none;
  }
}
@media (max-width: 799px) {
  .contacts_header:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #404B55;
    opacity: 0.6;
    z-index: 1;
  }
}

.contacts_company {
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .contacts_company {
    padding-top: 160px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company {
    padding-top: 11.0957004161vw;
  }
}
@media (min-width: 1443px) {
  .contacts_company {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company {
    width: 28.4327323162vw;
  }
}
@media (min-width: 1443px) {
  .contacts_company {
    padding-left: 80px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company {
    padding-left: 5.547850208vw;
  }
}
@media (min-width: 800px) {
  .contacts_company {
    border-left: 1px solid #E3E5E6;
  }
}
@media (max-width: 799px) {
  .contacts_company {
    padding-top: 42px;
    padding-bottom: 43px;
  }
}
.contacts_company--title {
  color: #1DAAF1;
}
@media (min-width: 1443px) {
  .contacts_company--title {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--title {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .contacts_company--title {
    font-size: 24px;
  }
}
@media (min-width: 1443px) {
  .contacts_company--items {
    padding-top: 47px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--items {
    padding-top: 3.2593619972vw;
  }
}
@media (max-width: 799px) {
  .contacts_company--items {
    padding-top: 47px;
  }
}
.contacts_company--item {
  font-weight: 600;
  line-height: 1.6666666667em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .contacts_company--item {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--item {
    font-size: 1.2482662968vw;
  }
}
@media (min-width: 1443px) {
  .contacts_company--item {
    margin-bottom: 40px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--item {
    margin-bottom: 2.773925104vw;
  }
}
@media (max-width: 799px) {
  .contacts_company--item {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.contacts_company--item:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1443px) {
  .contacts_company--item:before {
    width: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--item:before {
    width: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .contacts_company--item:before {
    height: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--item:before {
    height: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .contacts_company--item:before {
    margin-right: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--item:before {
    margin-right: 1.5950069348vw;
  }
}
@media (max-width: 799px) {
  .contacts_company--item:before {
    width: 28px;
    height: 28px;
    margin-right: 27px;
  }
}
.contacts_company--item__address:before {
  content: "";
  display: block;
  background-image: url("../images/icons/address_blue.svg");
}
.contacts_company--item__phone:before {
  content: "";
  display: block;
  background-image: url("../images/icons/phone_blue.svg");
}
.contacts_company--item__email:before {
  content: "";
  display: block;
  background-image: url("../images/icons/email_blue.svg");
}
@media (min-width: 1443px) {
  .contacts_company--socials {
    padding-left: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--socials {
    padding-left: 3.46740638vw;
  }
}
@media (max-width: 799px) {
  .contacts_company--socials {
    padding-left: 55px;
    padding-top: 20px;
  }
}
.contacts_company--social {
  color: #A0A2A4;
}
@media (min-width: 1443px) {
  .contacts_company--social {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--social {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .contacts_company--social {
    font-size: 28px;
  }
}
@media (min-width: 1443px) {
  .contacts_company--social + .contacts_company--social {
    margin-left: 45px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_company--social + .contacts_company--social {
    margin-left: 3.120665742vw;
  }
}
@media (max-width: 799px) {
  .contacts_company--social + .contacts_company--social {
    margin-left: 45px;
  }
}

@media (min-width: 800px) {
  .contacts_content > .center {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.contacts_content a {
  transition-duration: 0.3s;
}
.contacts_content a:hover {
  color: #1DAAF1;
}

@media (min-width: 1443px) {
  .contacts_persons {
    padding-top: 96px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_persons {
    padding-top: 6.6574202497vw;
  }
}
@media (min-width: 800px) {
  .contacts_persons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 799px) {
  .contacts_persons {
    padding-top: 48px;
  }
}

.contact_person {
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .contact_person {
    width: 224px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person {
    width: 15.5339805825vw;
  }
}
@media (min-width: 1443px) {
  .contact_person {
    margin-right: 60px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person {
    margin-right: 4.160887656vw;
  }
}
@media (min-width: 800px) and (min-width: 1443px) {
  .contact_person {
    margin-bottom: 60px;
  }
}
@media (min-width: 800px) and (min-width: 800px) and (max-width: 1442px) {
  .contact_person {
    margin-bottom: 4.160887656vw;
  }
}
@media (max-width: 799px) {
  .contact_person + .contact_person {
    padding-top: 28px;
  }
}
@media (max-width: 799px) {
  .contact_person {
    border-bottom: 1px solid #E3E5E6;
    padding-bottom: 28px;
  }
}
.contact_person--role {
  font-weight: 600;
  line-height: 1.2083333333em;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .contact_person--role {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--role {
    font-size: 1.6643550624vw;
  }
}
@media (min-width: 1443px) {
  .contact_person--role {
    height: 52px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--role {
    height: 3.6061026352vw;
  }
}
@media (min-width: 1443px) {
  .contact_person--role {
    padding-bottom: 25px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--role {
    padding-bottom: 1.73370319vw;
  }
}
@media (max-width: 799px) {
  .contact_person--role {
    font-size: 24px;
  }
}
@media (max-width: 799px) {
  .contact_person--info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 17px;
  }
}
.contact_person--photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1443px) {
  .contact_person--photo {
    width: 190px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--photo {
    width: 13.1761442441vw;
  }
}
@media (min-width: 1443px) {
  .contact_person--photo {
    height: 230px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--photo {
    height: 15.9500693481vw;
  }
}
@media (max-width: 799px) {
  .contact_person--photo {
    width: 123px;
    height: 148px;
  }
}
@media (max-width: 799px) {
  .contact_person--description {
    padding-left: 34px;
    flex-grow: 1;
  }
}
.contact_person--name {
  font-weight: 700;
  color: #404B55;
}
@media (min-width: 1443px) {
  .contact_person--name {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--name {
    font-size: 1.2482662968vw;
  }
}
@media (min-width: 1443px) {
  .contact_person--name {
    margin-top: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--name {
    margin-top: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .contact_person--name {
    font-size: 18px;
    line-height: 18px;
  }
}
.contact_person--connect {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .contact_person--connect {
    margin-bottom: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--connect {
    margin-bottom: 1.5950069348vw;
  }
}
@media (max-width: 799px) {
  .contact_person--connect {
    margin-bottom: 9px;
  }
}
.contact_person--connect:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .contact_person--connect:before {
    width: 21px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--connect:before {
    width: 1.4563106796vw;
  }
}
@media (min-width: 1443px) {
  .contact_person--connect:before {
    height: 21px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--connect:before {
    height: 1.4563106796vw;
  }
}
@media (min-width: 1443px) {
  .contact_person--connect:before {
    margin-right: 17px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person--connect:before {
    margin-right: 1.1789181692vw;
  }
}
@media (max-width: 799px) {
  .contact_person--connect:before {
    width: 21px;
    height: 21px;
    margin-right: 17px;
  }
}
.contact_person--connect__phone:before {
  content: "";
  display: block;
  background-image: url("../images/icons/phone_blue.svg");
}
.contact_person--connect__email:before {
  content: "";
  display: block;
  background-image: url("../images/icons/email_blue.svg");
}

.contact_person_language {
  border-top: 1px solid #1DAAF1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .contact_person_language {
    margin-top: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language {
    margin-top: 1.5950069348vw;
  }
}
@media (min-width: 1443px) {
  .contact_person_language {
    padding-top: 21px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language {
    padding-top: 1.4563106796vw;
  }
}
@media (min-width: 1443px) {
  .contact_person_language {
    padding-bottom: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language {
    padding-bottom: 1.5950069348vw;
  }
}
@media (max-width: 799px) {
  .contact_person_language {
    margin-top: 11px;
    padding-top: 21px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1443px) {
  .contact_person_language--title {
    margin-right: 11px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language--title {
    margin-right: 0.7628294036vw;
  }
}
@media (max-width: 799px) {
  .contact_person_language--title {
    margin-right: 11px;
  }
}
.contact_person_language--items {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact_person_language--item {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .contact_person_language--item {
    width: 23px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language--item {
    width: 1.5950069348vw;
  }
}
@media (min-width: 1443px) {
  .contact_person_language--item {
    height: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language--item {
    height: 1.1095700416vw;
  }
}
@media (min-width: 1443px) {
  .contact_person_language--item {
    margin-right: 8px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language--item {
    margin-right: 0.5547850208vw;
  }
}
@media (min-width: 1443px) {
  .contact_person_language--item {
    margin-bottom: 8px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contact_person_language--item {
    margin-bottom: 0.5547850208vw;
  }
}
@media (max-width: 799px) {
  .contact_person_language--item {
    width: 23px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.contact_person_language--item__ru {
  background-image: url("../images/country_flags/ru.svg");
}
.contact_person_language--item__eng {
  background-image: url("../images/country_flags/eng.svg");
}
.contact_person_language--item__lt {
  background-image: url("../images/country_flags/lt.svg");
}
.contact_person_language--item__lv {
  background-image: url("../images/country_flags/lv.svg");
}
.contact_person_language--item__pl {
  background-image: url("../images/country_flags/pl.svg");
}
.contact_person_language--item__es {
  background-image: url("../images/country_flags/ee.svg");
}

@media (min-width: 1443px) {
  .contacts_map {
    height: 547px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .contacts_map {
    height: 37.9334257975vw;
  }
}

@media (min-width: 1443px) {
  .turnkey--image {
    margin-top: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .turnkey--image {
    margin-top: 3.46740638vw;
  }
}
@media (max-width: 799px) {
  .turnkey--image {
    margin-top: 20px;
  }
}
.turnkey--info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1443px) {
  .turnkey--info {
    margin-top: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .turnkey--info {
    margin-top: 3.46740638vw;
  }
}
@media (max-width: 799px) {
  .turnkey--info {
    margin-top: 20px;
  }
}

.turnkey_info_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1443px) {
  .turnkey_info_item {
    margin-right: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .turnkey_info_item {
    margin-right: 3.46740638vw;
  }
}
@media (max-width: 799px) {
  .turnkey_info_item {
    /*      &:not(:last-child) {
            margin-right: 20px;
          }*/
    min-width: 35%;
    margin-bottom: 20px;
  }
}
.turnkey_info_item--icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1443px) {
  .turnkey_info_item--icon {
    width: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .turnkey_info_item--icon {
    width: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .turnkey_info_item--icon {
    height: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .turnkey_info_item--icon {
    height: 2.080443828vw;
  }
}
@media (max-width: 799px) {
  .turnkey_info_item--icon {
    width: 30px;
    height: 30px;
  }
}
.turnkey_info_item--icon__total_power {
  background-image: url("../images/icons/total_power.svg");
}
.turnkey_info_item--icon__air_consumption {
  background-image: url("../images/icons/air_consumption.svg");
}
.turnkey_info_item--icon__air_pressure {
  background-image: url("../images/icons/air_pressure.svg");
}
.turnkey_info_item--icon__nr_of_workers {
  background-image: url("../images/icons/nr_of_workers.svg");
}
@media (min-width: 1443px) {
  .turnkey_info_item--text {
    margin-left: 10px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .turnkey_info_item--text {
    margin-left: 0.693481276vw;
  }
}
@media (max-width: 799px) {
  .turnkey_info_item--text {
    font-size: 12px;
    margin-left: 8px;
  }
}
.turnkey_info_item--data {
  font-weight: bold;
  color: #404B55;
}
@media (min-width: 1443px) {
  .turnkey_info_item--data {
    font-size: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .turnkey_info_item--data {
    font-size: 1.386962552vw;
  }
}
@media (max-width: 799px) {
  .turnkey_info_item--data {
    font-size: 18px;
  }
}
.video_content > .center {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .video_content > .center {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .video_content .goto_contacts {
    order: 2;
  }
}

@media (min-width: 1443px) {
  .video_items {
    margin-top: 70px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_items {
    margin-top: 4.854368932vw;
  }
}
@media (min-width: 1443px) {
  .video_items {
    margin-bottom: 106px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_items {
    margin-bottom: 7.3509015257vw;
  }
}
@media (min-width: 800px) {
  .video_items {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 799px) {
  .video_items {
    order: 1;
    padding-top: 29px;
    width: 100%;
  }
}

@media (min-width: 1443px) {
  .video_list_item {
    margin-right: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item {
    margin-right: 1.8723994452vw;
  }
}
@media (min-width: 1443px) {
  .video_list_item {
    margin-bottom: 27px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_list_item {
    margin-bottom: 1.8723994452vw;
  }
}
@media (max-width: 799px) {
  .video_list_item {
    margin-bottom: 25px;
  }
}

.video_filter-contacts {
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .video_filter-contacts {
    width: 410px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter-contacts {
    width: 28.4327323162vw;
  }
}

.video_filter {
  color: #404B55;
}
@media (max-width: 799px) {
  .video_filter {
    order: 0;
    width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
.video_filter--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1443px) {
  .video_filter--title {
    height: 71px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--title {
    height: 4.9237170596vw;
  }
}
@media (min-width: 1443px) {
  .video_filter--title {
    padding-left: 39px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--title {
    padding-left: 2.7045769764vw;
  }
}
@media (min-width: 1443px) {
  .video_filter--title {
    font-size: 16px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--title {
    font-size: 1.1095700416vw;
  }
}
@media (min-width: 800px) {
  .video_filter--title {
    border-bottom: 1px solid #E3E5E6;
    border-left: 1px solid #1DAAF1;
  }
}
@media (max-width: 799px) {
  .video_filter--title {
    height: 54px;
    width: 100vw;
    border-bottom: 2px solid #1DAAF1;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (min-width: 1443px) {
  .video_filter--items {
    padding-left: 39px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--items {
    padding-left: 2.7045769764vw;
  }
}
@media (min-width: 1443px) {
  .video_filter--items {
    padding-top: 42px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--items {
    padding-top: 2.9126213592vw;
  }
}
@media (min-width: 1443px) {
  .video_filter--items {
    padding-bottom: 42px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--items {
    padding-bottom: 2.9126213592vw;
  }
}
@media (min-width: 800px) {
  .video_filter--items {
    border-left: 1px solid #E3E5E6;
  }
}
@media (max-width: 799px) {
  .video_filter--items {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E3E5E6;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
.video_filter--item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 799px) {
  .video_filter--item {
    font-size: 12px;
    width: 50%;
    margin-top: 20px;
    padding-right: 30px;
  }
}
.video_filter--item:before {
  content: "";
  display: block;
  border: 2px solid #C8CACC;
  border-radius: 2px;
  flex-shrink: 0;
}
@media (min-width: 1443px) {
  .video_filter--item:before {
    width: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--item:before {
    width: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .video_filter--item:before {
    height: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--item:before {
    height: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .video_filter--item:before {
    margin-right: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--item:before {
    margin-right: 1.386962552vw;
  }
}
@media (max-width: 799px) {
  .video_filter--item:before {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1443px) {
  .video_filter--item + .video_filter--item {
    margin-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .video_filter--item + .video_filter--item {
    margin-top: 1.386962552vw;
  }
}
.video_filter--item.is_active {
  color: #1DAAF1;
}
.video_filter--item.is_active:before {
  content: "";
  display: block;
  border-color: #1DAAF1;
  background-color: #1DAAF1;
}

@media (min-width: 1443px) {
  .es_projects {
    padding-top: 73px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects {
    padding-top: 5.0624133148vw;
  }
}
@media (min-width: 1443px) {
  .es_projects {
    padding-bottom: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects {
    padding-bottom: 1.386962552vw;
  }
}
@media (min-width: 800px) {
  .es_projects > .center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 800px) {
  .es_projects--text {
    width: 49%;
  }
}
.es_projects--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.1818181818em;
  border-bottom: 1px solid #1DAAF1;
  color: #404B55;
}
@media (min-width: 1443px) {
  .es_projects--title {
    font-size: 33px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects--title {
    font-size: 2.2884882108vw;
  }
}
@media (min-width: 1443px) {
  .es_projects--title {
    padding-right: 30px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects--title {
    padding-right: 2.080443828vw;
  }
}
@media (min-width: 1443px) {
  .es_projects--title {
    padding-bottom: 34px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects--title {
    padding-bottom: 2.3578363384vw;
  }
}
@media (max-width: 799px) {
  .es_projects--title {
    font-size: 24px;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.es_projects--description {
  line-height: 1.5384615385em;
}
@media (min-width: 1443px) {
  .es_projects--description {
    padding-top: 44px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects--description {
    padding-top: 3.0513176144vw;
  }
}
@media (min-width: 1443px) {
  .es_projects--description {
    font-size: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects--description {
    font-size: 1.2482662968vw;
  }
}
@media (max-width: 799px) {
  .es_projects--description {
    font-size: 18px;
    line-height: 24px;
    padding-top: 25px;
  }
}
@media (min-width: 1443px) {
  .es_projects--image {
    width: 523px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects--image {
    width: 36.2690707351vw;
  }
}
.es_projects--image___box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-grow: 1;
}
@media (min-width: 1443px) {
  .es_projects--image___box {
    padding-top: 150px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .es_projects--image___box {
    padding-top: 10.4022191401vw;
  }
}

@media (min-width: 1443px) {
  .e404 {
    padding-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .e404 {
    padding-top: 1.386962552vw;
  }
}
@media (min-width: 1443px) {
  .e404 {
    padding-bottom: 100px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .e404 {
    padding-bottom: 6.9348127601vw;
  }
}
@media (max-width: 799px) {
  .e404 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1443px) {
  .e404--description {
    padding-top: 50px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .e404--description {
    padding-top: 3.46740638vw;
  }
}
@media (min-width: 1443px) {
  .e404--description {
    font-size: 24px;
  }
}
@media (min-width: 800px) and (max-width: 1442px) {
  .e404--description {
    font-size: 1.6643550624vw;
  }
}
@media (max-width: 799px) {
  .e404--description {
    padding-top: 30px;
    font-size: 15px;
  }
}
/*# sourceMappingURL=main.min.css.map */
