
@media screen and (max-width: 767px) {
  #tracy-debug {
    display: none !important;
  }
}
.tracy-dump {
  position: relative;
  z-index: 20000;
  background: #fff;
}
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon: 1;
    border-radius: 0 !important;
    max-width: none !important;
  }
}
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-15
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000000;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(97.59999999999999%);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('/assets/libs/jqueryui/themes/base/images/ui-icons_444444_256x240.png');
}
.ui-widget-header .ui-icon {
  background-image: url('/assets/libs/jqueryui/themes/base/images/ui-icons_444444_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url('/assets/libs/jqueryui/themes/base/images/ui-icons_555555_256x240.png');
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url('/assets/libs/jqueryui/themes/base/images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url('/assets/libs/jqueryui/themes/base/images/ui-icons_777620_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('/assets/libs/jqueryui/themes/base/images/ui-icons_cc0000_256x240.png');
}
.ui-button .ui-icon {
  background-image: url('/assets/libs/jqueryui/themes/base/images/ui-icons_777777_256x240.png');
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666666;
}
/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #ffffff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 28px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 50px;
  --swiper-navigation-color: var(--swiper-theme-color);
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.multiselect-dropdown {
  display: flex;
  align-items: center;
  border: 1px solid #B4BCDB;
  background-color: #F7F8FB;
  padding: 0 10px;
  height: 60px;
  cursor: pointer;
  position: relative;
}
.multiselect-dropdown:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9 7.14844C3.15 6.89844 3.446 6.77344 3.788 6.77344C4.13 6.77344 4.42567 6.89844 4.675 7.14844L12 14.4734L19.35 7.12344C19.5833 6.8901 19.875 6.77344 20.225 6.77344C20.575 6.77344 20.875 6.89844 21.125 7.14844C21.375 7.39844 21.5 7.69444 21.5 8.03644C21.5 8.37844 21.375 8.6741 21.125 8.92344L12.7 17.3234C12.6 17.4234 12.4917 17.4944 12.375 17.5364C12.2583 17.5784 12.1333 17.5991 12 17.5984C11.8667 17.5984 11.7417 17.5774 11.625 17.5354C11.5083 17.4934 11.4 17.4228 11.3 17.3234L2.875 8.89844C2.64167 8.6651 2.525 8.37744 2.525 8.03544C2.525 7.69344 2.65 7.39777 2.9 7.14844Z' fill='%2319BBEF'/%3E%3C/svg%3E%0A");
  right: 10px;
  top: 19px;
}
.multiselect-dropdown span.optext,
.multiselect-dropdown span.placeholder {
  margin-right: 0.5em;
  padding: 1px 0;
  border-radius: 4px;
  display: inline-block;
}
.multiselect-dropdown span.optext {
  display: inline-flex;
  background-color: #d8d8d8;
  border-radius: 0;
  padding: 8px 10px;
  font-weight: 600;
  white-space: nowrap;
}
.multiselect-dropdown span.optext .optdel {
  float: right;
  margin: 0 -6px 1px 5px;
  cursor: pointer;
  color: #33adff;
  font-size: 16px;
}
.multiselect-dropdown span.optext .optdel:hover {
  color: #c66;
}
.multiselect-dropdown span.placeholder {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
}
.multiselect-dropdown-list-wrapper {
  z-index: 8;
  padding: 2px;
  border: solid 1px #ced4da;
  display: none;
  margin: -1px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: white;
}
.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  margin-bottom: 5px;
}
.multiselect-dropdown-list {
  padding: 2px;
  overflow-y: auto;
  overflow-x: hidden;
}
.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px;
}
.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca;
  border-radius: 3px;
}
.multiselect-dropdown-list div label {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  top: -5px;
}
.multiselect-dropdown-list div {
  padding: 8px 7px 0px;
  border-bottom: 1px solid #EFF4FF;
}
.multiselect-dropdown-list-button {
  width: calc(100% - 14px);
  margin: 8px 7px 8px;
}
.multiselect-dropdown-list input {
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.35em;
}
.multiselect-dropdown-list div:hover {
  background-color: #ced4da;
}
.multiselect-dropdown span.maxselected {
  width: 100%;
}
.multiselect-dropdown-all-selector {
  border-bottom: solid 1px #999;
}
.multiselect-selected-options {
  position: absolute;
  display: flex;
}
.multiselect-selected-options-wrap {
  overflow: auto;
  position: relative;
  height: 41px;
  width: calc(100% - 25px);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.multiselect-selected-options-wrap::-webkit-scrollbar {
  display: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
:root {
  --contentOffset: 24px;
}
:root {
  color: #000000;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  tab-size: 3;
}
@media screen and (max-width: 767px ) {
  :root {
    font-size: 15px;
  }
}
:focus:not(:focus-visible) {
  outline: none;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
a {
  color: #19bbef;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
img.fill {
  width: 100%;
  height: auto;
  max-width: 100%;
}
img.shrink {
  height: auto;
  max-width: 100%;
}
svg {
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
.h1,
h1 {
  color: #000;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 767px ) {
  .h1,
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.page-title {
  --margin: 40px;
  margin-top: var(--margin);
  margin-bottom: var(--margin);
  text-align: center;
}
@media screen and (max-width: 767px ) {
  .page-title {
    --margin: var(--contentOffset);
  }
}
.page-title h1 {
  font-size: 40px;
}
@media screen and (max-width: 649px ) {
  .page-title h1 {
    font-size: 30px;
  }
}
h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
}
p {
  margin-top: 0;
}
.richtext img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 649px ) {
  .richtext img.align-right,
  .richtext img.align-left {
    display: block;
    float: none;
    margin: 0 auto 1em;
  }
}
.richtext table {
  border-collapse: collapse;
}
.richtext th,
.richtext td {
  padding: 2px 5px;
}
/* -------------------------------------------
*
*	TinyMCE content css
*
*/
.align-left {
  text-align: left;
}
img.align-left {
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;
  text-align: inherit;
}
.align-center {
  text-align: center;
}
img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: inherit;
}
.align-right {
  text-align: right;
}
img.align-right {
  float: right;
  margin-left: 1em;
  margin-bottom: .5em;
  text-align: inherit;
}
.align-justify {
  text-align: justify;
}
img.align-right {
  text-align: inherit;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.layer-box {
  position: relative;
  margin: 0 auto;
}
.content-area {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.content--narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.content-extended {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.content-xxl {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
.offset {
  padding-left: var(--contentOffset);
  padding-right: var(--contentOffset);
}
.page {
  overflow: hidden;
}
.page-area {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.page-a-category .page-area {
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .page-area {
    position: relative;
    display: grid;
    grid-template-columns: 334px minmax(0, 1fr);
    gap: 32px;
  }
}
.page-area__column {
  order: -1;
}
.page-area__dots {
  position: absolute;
  width: 222px;
  height: 192px;
  background-image: url('/assets/front/svg/dots.svg');
  top: 75px;
  right: -283px;
}
@media screen and (max-width: 767px ) {
  .page-area__dots {
    display: none;
  }
}
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #19bbef #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: #19bbef;
  border-radius: 6px;
  border: 0;
}
.page-footer {
  background: #f2f2f2;
}
.page-footer-box {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .page-header {
    margin: 0 0 32px 0;
  }
}
@media screen and (min-width: 1240px) {
  .page-header {
    border-bottom: 1px solid #B4BCDB;
  }
}
.page-header-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-header-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
.page-header-main {
  position: relative;
  z-index: 100;
  padding: 11px 0;
}
@media screen and (min-width: 768px) {
  .page-header-main {
    z-index: 1;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-header-aside {
    flex: 1 1 100%;
  }
}
.page-top-menu {
  background-color: #19BBEF;
  color: #fff;
}
.hamburger--open .page-top-menu {
  display: none;
}
.page-top-menu-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 51px;
}
.page-top-menu-link--linkedin:before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.75 0.562587H2.25C1.80756 0.558084 1.3814 0.729282 1.06504 1.03862C0.74867 1.34795 0.56794 1.77016 0.5625 2.21259V21.7913C0.568923 22.2331 0.750087 22.6544 1.06634 22.9629C1.3826 23.2714 1.8082 23.4421 2.25 23.4376H21.75C22.1925 23.4411 22.6183 23.2693 22.9345 22.9598C23.2507 22.6503 23.4316 22.2282 23.4375 21.7857V2.20696C23.4296 1.76583 23.2479 1.34564 22.9319 1.03772C22.6159 0.729808 22.1912 0.559058 21.75 0.562587Z' fill='%230076B2'/%3E%3Cpath d='M3.94871 9.13672H7.34434V20.0623H3.94871V9.13672ZM5.64746 3.69922C6.03692 3.69922 6.41764 3.81473 6.74144 4.03114C7.06523 4.24756 7.31757 4.55514 7.46653 4.91499C7.61548 5.27485 7.65436 5.67079 7.57824 6.05274C7.50213 6.43469 7.31444 6.78549 7.03891 7.06075C6.76339 7.33601 6.41242 7.52337 6.0304 7.59912C5.64837 7.67487 5.25246 7.63561 4.89275 7.48632C4.53304 7.33702 4.2257 7.08439 4.00959 6.76038C3.79349 6.43638 3.67834 6.05556 3.67871 5.66609C3.67921 5.14427 3.88685 4.644 4.25601 4.27519C4.62517 3.90638 5.12564 3.69922 5.64746 3.69922ZM9.47434 9.13672H12.7293V10.6367H12.7743C13.2281 9.77797 14.3343 8.87234 15.9862 8.87234C19.425 8.86484 20.0625 11.128 20.0625 14.0623V20.0623H16.6668V14.7467C16.6668 13.4811 16.6443 11.8517 14.9025 11.8517C13.1606 11.8517 12.8643 13.2317 12.8643 14.6642V20.0623H9.47434V9.13672Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 6px;
}
.page-top-menu-link--youtube:before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.47 6.63203C23.3323 6.1233 23.0638 5.65951 22.6911 5.28684C22.3185 4.91417 21.8547 4.64562 21.346 4.50794C19.4835 4 11.9878 4 11.9878 4C11.9878 4 4.49177 4.01537 2.62933 4.52331C2.1206 4.661 1.65681 4.92956 1.28415 5.30225C0.911497 5.67494 0.642976 6.13875 0.505331 6.6475C-0.0580132 9.95669 -0.276545 14.9991 0.520799 18.1759C0.658459 18.6847 0.926986 19.1485 1.29964 19.5211C1.6723 19.8938 2.13608 20.1623 2.6448 20.3C4.50724 20.808 12.0031 20.808 12.0031 20.808C12.0031 20.808 19.4989 20.808 21.3612 20.3C21.87 20.1624 22.3338 19.8938 22.7064 19.5211C23.0791 19.1485 23.3477 18.6847 23.4853 18.1759C24.0795 14.8621 24.2626 9.82272 23.47 6.63203Z' fill='%23FF0000'/%3E%3Cpath d='M9.60156 16.0042L15.8198 12.4025L9.60156 8.80078V16.0042Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 6px;
}
.page-top-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}
.page-top-menu-list a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}
.page-top-menu-list a:hover {
  text-decoration: underline;
}
.page-top-menu-left {
  display: none;
}
@media screen and (min-width: 1240px) {
  .page-top-menu-left {
    display: block;
  }
}
.page-top-menu-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .page-top-menu-right {
    width: auto;
  }
}
.page-top-menu-right a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
@media screen and (min-width: 1240px) {
  .page-top-menu-right a {
    font-weight: 600;
  }
}
.page-top-menu-right a:hover {
  text-decoration: underline;
}
.page-logo svg {
  width: auto;
  height: 34px;
}
@media screen and (max-width: 767px ) {
  .hamburger--open .page-logo svg path[fill="#1D1D1B"] {
    fill: #fff;
  }
  .hamburger--open .page-logo svg path[fill="black"] {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) {
  .page-logo svg {
    width: 244px;
    height: 67px;
  }
}
.page-header-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .page-header-controls {
    gap: 40px;
  }
}
.page-header-user {
  position: absolute;
  top: 32px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .page-header-user {
    position: relative;
    top: 5px;
  }
}
@media screen and (min-width: 1240px) {
  .page-header-user {
    top: 0;
  }
}
.page-header-user__items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .page-header-user__items {
    gap: 40px;
  }
}
.page-header-user__i {
  position: relative;
}
.page-header-user__i:hover .page-header-user__menu {
  display: block;
}
.page-header-user__i--contact a svg,
.page-header-user__i--user a svg,
.page-header-user__i--search a svg,
.page-header-user__i--basket a svg,
.page-header-user__i--contact span svg,
.page-header-user__i--user span svg,
.page-header-user__i--search span svg,
.page-header-user__i--basket span svg {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .page-header-user__i--contact a svg,
  .page-header-user__i--user a svg,
  .page-header-user__i--search a svg,
  .page-header-user__i--basket a svg,
  .page-header-user__i--contact span svg,
  .page-header-user__i--user span svg,
  .page-header-user__i--search span svg,
  .page-header-user__i--basket span svg {
    width: 30px;
    height: 30px;
  }
}
.page-header-user__i--hamburger span svg {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .page-header-user__i--hamburger span svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1239px ) {
  .hamburger--open .page-header-user__i a path[fill="black"],
  .hamburger--open .page-header-user__i span path[fill="black"] {
    fill: #fff;
  }
  .hamburger--open .page-header-user__i a path[stroke="black"],
  .hamburger--open .page-header-user__i span path[stroke="black"] {
    stroke: #fff;
  }
}
.page-header-user__i--search {
  display: none;
}
@media screen and (max-width: 1239px ) {
  .hamburger--open .page-header-user__i--search {
    display: inline-block;
  }
}
@media screen and (max-width: 1239px ) {
  .hamburger--open .page-header-user__i--contact {
    display: none;
  }
}
.page-header-user__i--hamburger {
  position: relative;
}
@media screen and (min-width: 1240px) {
  .page-header-user__i--hamburger {
    display: none;
  }
}
.page-header-user__menu {
  display: none;
  position: absolute;
  right: -10px;
  width: 120px;
  padding-top: 20px;
}
.page-header-user__menu ul {
  position: relative;
  padding: 5px 10px 10px 10px;
  background-color: #fff;
  border: 1px solid #E1E1E9;
  border-radius: 6px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
  list-style: none;
  margin: 0;
}
.page-header-user__menu ul:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 2L2 13.5H14.5L8.5 2Z' fill='white'/%3E%3Cpath d='M1 13.5L7.5 2L13.5 13.5' stroke='%23E1E1E9'/%3E%3C/svg%3E%0A");
  display: block;
  width: 14px;
  height: 12px;
  top: -12px;
  right: 18px;
}
.page-header-user__menu ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #B4BCDB;
}
.page-header-user__menu ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-header-user__menu ul li a {
  color: #000;
  text-decoration: none;
}
.page-header-user__menu ul li a:hover {
  color: #19bbef;
}
.page-header-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: #27325B;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .page-header-toggle {
    width: 43px;
    height: 43px;
  }
}
.hamburger--open .page-header-toggle {
  background-color: #fff;
}
.page-header-toggle .hamburger-toggle__button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.hamburger--open .page-header-toggle .hamburger-toggle__open {
  display: none;
}
.page-header-toggle .hamburger-toggle__close {
  display: none;
}
.hamburger--open .page-header-toggle .hamburger-toggle__close {
  display: inline-block;
}
.page-menu-wrapper {
  display: none;
}
@media screen and (max-width: 1239px ) {
  .hamburger--open .page-menu-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #27325B;
    padding-top: 94px;
    z-index: 10;
  }
}
@media screen and (max-width: 1239px ) and (min-width:768px) {
  .hamburger--open .page-menu-wrapper {
    left: auto;
    width: 260px;
  }
}
@media screen and (min-width: 1240px) {
  .page-menu-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .nav-fixed {
    padding-top: 265px;
  }
  .nav-fixed .page-header {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s;
  }
  .nav-fixed .page-menu-wrapper {
    display: none;
  }
  .nav-fixed .page-header-box {
    padding: 25px 0 25px;
  }
  .nav-fixed .page-top-menu {
    display: none;
  }
  .nav-fixed .page-logo svg {
    width: 180px;
    height: auto;
  }
}
.page-footer {
  background-color: #27325b;
  background-image: url('/assets/front/layout/footer-desktop.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  font-size: 16px;
  padding-top: 60vw;
  --contentOffset: 43px;
}
@media screen and (min-width: 1240px) {
  .page-footer {
    --contentOffset: 80px;
  }
}
@media screen and (min-width: 1240px) {
  .page-footer {
    padding-top: 51vw;
    position: relative;
  }
}
.page-footer__inner {
  position: relative;
}
@media screen and (min-width: 1240px) {
  .page-footer__inner {
    max-width: 100%;
  }
  .page-footer__inner svg {
    width: 244px;
    height: 66px;
  }
}
.page-footer__logo {
  height: auto;
  margin-bottom: 38px;
  margin-right: auto;
  max-width: 190px;
}
@media screen and (min-width: 1240px) {
  .page-footer__logo {
    margin-bottom: 48px;
  }
}
.page-footer__cols {
  grid-row-gap: 25px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 22px;
  row-gap: 25px;
  padding-top: 40px;
}
@media screen and (min-width: 1240px) {
  .page-footer__cols {
    grid-template-columns: repeat(4, minmax(0, max-content));
    column-gap: 48px;
    margin-right: auto;
    max-width: 783px;
    padding-top: 48px;
    padding-bottom: 152px;
    margin-bottom: 0;
  }
}
.page-footer .page-footer__heading {
  display: block;
  font-family: 'Poppins', sans-serif;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-footer .page-footer__col {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1240px) {
  .page-footer .page-footer__col {
    border-bottom: 0;
    position: relative;
  }
  .page-footer .page-footer__col:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    top: 0;
    right: -26px;
  }
}
.page-footer .page-footer__col > a {
  color: #19BBEF;
}
.page-footer .page-footer__col--address::after {
  content: none;
}
.page-footer .page-footer__col--copyright {
  border-bottom: 0;
}
@media screen and (min-width: 1240px) {
  .page-footer .page-footer__col--copyright {
    position: absolute;
    left: 0;
    bottom: 50px;
  }
  .page-footer .page-footer__col--copyright br {
    display: none;
  }
  .page-footer .page-footer__col--copyright::after {
    content: none;
  }
}
.page-footer .page-footer__col--signature > a {
  color: #fff;
}
@media screen and (min-width: 1240px) {
  .page-footer .page-footer__col--signature {
    position: absolute;
    right: 0;
    bottom: 50px;
  }
  .page-footer .page-footer__col--signature::after {
    content: none;
  }
}
fieldset {
  margin: 0;
  padding: 0;
}
.form {
  margin: 50px 0 100px 0;
}
@media screen and (max-width: 767px ) {
  .form {
    margin: 25px 0;
  }
}
.form--centered {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.form__label__asterisk {
  color: red;
  font-weight: bold;
}
.form__box {
  padding: 20px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px ) {
  .form__box {
    padding: 10px;
  }
}
.form__title {
  margin: -45px 0 25px 0;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px ) {
  .form__title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 25px;
  }
}
.form__title span {
  background: #fff;
  padding: 0 20px;
}
.form__group {
  margin-top: 20px;
}
.form__group:first-child {
  margin-top: 0;
}
.form__group--actions {
  margin: 50px 0 -45px;
}
@media screen and (max-width: 767px ) {
  .form__group--actions {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.form__group--static {
  text-align: center;
}
.form__pair {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --gap: 20px;
  --per-row: 3;
  align-items: first baseline;
}
.form__pair:before,
.form__pair:after,
.form__pair > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.form__pair > * > * {
  pointer-events: auto;
}
@media screen and (max-width: 767px ) {
  .form__pair {
    --per-row: 1;
    --gap: 16px;
  }
}
.form__pair .btn,
.form__pair .text,
.form__pair textarea,
.form__pair select {
  width: 100%;
}
.form__pair select {
  appearance: none;
  position: relative;
  padding-right: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10L12 15L17 10' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.form__pair .form__label {
  text-align: right;
}
@media screen and (max-width: 767px ) {
  .form__pair .form__label {
    text-align: center;
  }
}
.form__control label input {
  margin-right: .5em;
}
.form__control__error {
  margin-top: 5px;
  color: red;
}
.btn,
button,
select,
textarea,
input[type=button],
input[type=submit],
.text {
  box-sizing: border-box;
  vertical-align: middle;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
select,
textarea,
.text {
  padding: 14px 18px;
  border: 0;
  background: #f7f8fb;
  border-radius: 4px;
}
textarea {
  width: 100%;
  height: auto;
  resize: vertical;
}
[disabled] {
  cursor: not-allowed;
}
label[for] {
  cursor: pointer;
}
.btn {
  --text-color: #fff;
  --bg-color-normal: #ffcc00;
  --bg-color-active: #f0c000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  color: var(--text-color);
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  line-height: inherit;
  text-decoration: none;
  border: 0;
  border-radius: 4px;
  background: var(--bg-color-normal);
  cursor: pointer;
}
a:hover .btn,
a:focus .btn,
.btn:hover,
.btn:focus {
  background: var(--bg-color-active);
}
.btn__icon {
  line-height: 0;
}
.btn__icon:first-child {
  margin-right: .5em;
}
.btn__icon:last-child {
  margin-left: .5em;
}
.btn--plain {
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  text-transform: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}
a:hover .btn--plain,
a:focus .btn--plain,
.btn--plain:hover,
.btn--plain:focus {
  background: inherit;
  color: inherit;
}
a:hover .btn--plain .btn__label,
a:focus .btn--plain .btn__label,
.btn--plain:hover .btn__label,
.btn--plain:focus .btn__label {
  text-decoration: underline;
}
.btn--link {
  padding: 0;
  color: #19bbef;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  text-transform: inherit;
  border: 0;
  background: none;
  cursor: pointer;
}
.btn--link .btn__label {
  text-decoration: underline;
}
a:hover .btn--link,
a:focus .btn--link,
.btn--link:hover,
.btn--link:focus {
  background: inherit;
}
a:hover .btn--link .btn__label,
a:focus .btn--link .btn__label,
.btn--link:hover .btn__label,
.btn--link:focus .btn__label {
  text-decoration: none;
}
.btn--minor {
  padding: 7px 13px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}
.btn--ok {
  --text-color: #fff;
  --bg-color-normal: #00b551;
  --bg-color-active: #00a340;
}
.btn--ko {
  --text-color: #fff;
  --bg-color-normal: #e53e30;
  --bg-color-active: #d52d25;
}
.flash-messages {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  font-size: 1.25em;
  text-align: center;
  cursor: default;
}
.flash-messages__items {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border-radius: 0 0 1em 1em;
}
.flash-messages__i {
  margin: 0 0 -1px 0;
  padding: 15px 30px;
  list-style: none;
}
.flash-message {
  color: #fff;
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  border: 1px solid;
  background-size: 40px 40px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  animation: animate-flash-message-bg 5s linear infinite;
}
.flash-message:last-child {
  border-radius: 0 0 1em 1em;
}
.flash-message--success {
  border-color: #55a12c;
  background-color: #61b832;
}
.flash-message--info {
  border-color: #3b8eb5;
  background-color: #4ea5cd;
}
.flash-message--warning {
  border-color: #d99a36;
  background-color: #eaaf51;
}
.flash-message--error {
  border-color: #c43d3d;
  background-color: #de4343;
}
@keyframes animate-flash-message-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -80px 0;
  }
}
.paginator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
.paginator > * {
  display: block;
}
.paginator__pages * {
  margin: 0 5px;
}
.paginator-infinity {
  margin: 40px 0 0 0;
  text-align: center;
}
.mixin-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gridGap) * -1);
  margin-left: calc(var(--gridGap) * -1);
  pointer-events: none;
}
.mixin-grid__i {
  flex: 0 1 auto;
  box-sizing: border-box;
  width: calc(100% / var(--itemsPerRow));
  padding-top: var(--gridGap);
  padding-left: var(--gridGap);
}
.mixin-grid__i > * {
  pointer-events: auto;
}
.grid {
  --gridGap: 50px;
  --itemsPerRow: 3;
}
.grid__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gridGap) * -1);
  margin-left: calc(var(--gridGap) * -1);
  pointer-events: none;
}
.grid__i {
  flex: 0 1 auto;
  box-sizing: border-box;
  width: calc(100% / var(--itemsPerRow));
  padding-top: var(--gridGap);
  padding-left: var(--gridGap);
}
.grid__i > * {
  pointer-events: auto;
}
.page-p-front-basket .footer-partners {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-partners {
    border-top: 1px solid #e5e5e5;
    padding-top: 104px;
  }
}
.reference-list {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .reference-list {
    margin: 0;
  }
}
.reference-list__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.reference-list__i {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .reference-list__i {
    flex-basis: 230px;
  }
}
@media screen and (max-width: 1239px ) {
  .menu-main {
    max-height: calc(100vh - 94px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
.menu-main ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1240px) {
  .menu-main ul {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
.menu-main li {
  margin: 0;
  padding: 8px 0;
  border-bottom: 0.5px solid rgba(180, 188, 219, 0.5);
}
@media screen and (min-width: 1240px) {
  .menu-main li {
    padding: 0;
    border: 0;
  }
}
.menu-main a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  position: relative;
}
@media screen and (min-width: 1240px) {
  .menu-main a {
    color: #000;
    font-size: clamp(12px, 1vw, 16px);
    line-height: 27px;
    text-align: center;
    padding-bottom: 5px;
  }
  .menu-main a:before,
  .menu-main a:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 0;
  }
  .menu-main a:before {
    transition: width 0s ease,background .4s ease;
    left: 0;
    right: 0;
    bottom: 6px;
  }
  .menu-main a:after {
    right: 2.2%;
    bottom: 6px;
    background: #19bbef;
    transition: width .4s ease;
  }
  .menu-main a:hover {
    color: #000;
  }
  .menu-main a:hover:before {
    width: 97.8%;
    background: #19bbef;
    transition: width .4s ease;
  }
  .menu-main a:hover:after {
    width: 97.8%;
    background: 0 0;
    transition: all 0s ease;
  }
}
.ie11 .menu-main a {
  position: relative;
}
.about {
  position: relative;
  margin-bottom: -80px;
  margin-right: calc((100vw - 1240px) / 2);
  padding: 80px 200px 80px calc((100vw - 1240px) / 2 + 150px);
  color: #fff;
  background: url('/assets/front/components/about.webp') center no-repeat;
  background-size: cover;
}
.ie11 .about {
  background-image: url('/assets/front/components/about.jpg');
}
@media screen and (max-width: 767px ) {
  .about {
    margin: 0;
    padding: 50px;
  }
}
.about__title {
  position: relative;
  margin: 0;
  color: inherit;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px ) {
  .about__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.about__title:after {
  content: '';
  position: absolute;
  left: 165px;
  top: 65px;
  width: 165px;
  border-top: 2px solid #ffcc00;
  pointer-events: none;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px ) {
  .about__title:after {
    position: static;
    display: inline-flex;
    margin-left: 10px;
    width: 50px;
  }
}
.about__text {
  margin-left: 300px;
  font-size: 18px;
}
.about__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px ) {
  .about__text {
    margin-left: 0;
  }
}
.services {
  background: rgba(0, 0, 0, 0.1);
  margin-left: calc((100vw - 1240px) / 2);
  padding: 150px calc((100vw - 1240px) / 2 + 150px) 150px 150px;
}
@media screen and (max-width: 767px ) {
  .services {
    margin: 0;
    padding: 50px;
  }
}
@media screen and (max-width: 649px ) {
  .services {
    padding: 20px;
  }
}
.services__title {
  margin: 0 0 70px 0;
  color: #19bbef;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 649px ) {
  .services__title {
    font-size: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 649px ) {
  .services__i {
    margin-bottom: 20px;
  }
  .services__i:last-child {
    margin-bottom: 0;
  }
}
.service {
  --offset: 120px;
  --iconOffset: 80px;
  width: 50%;
}
@media screen and (max-width: 767px ) {
  .service {
    --offset: 0px;
    --iconOffset: 0px;
  }
}
@media screen and (max-width: 649px ) {
  .service {
    width: auto;
    text-align: center;
  }
}
.service__header {
  position: relative;
}
.service__icon {
  position: absolute;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 649px ) {
  .service__icon {
    display: none;
  }
}
.service__title {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 649px ) {
  .service__title {
    font-size: 20px;
  }
}
.service__text {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 649px ) {
  .service__text {
    font-size: 16px;
  }
}
.services__i:nth-child(odd) .service {
  margin-left: var(--offset);
}
.services__i:nth-child(odd) .service .service__icon {
  left: calc(var(--iconOffset) * -1);
}
.services__i:nth-child(even) .service {
  margin-left: auto;
  margin-right: var(--offset);
  text-align: right;
}
@media screen and (max-width: 649px ) {
  .services__i:nth-child(even) .service {
    text-align: center;
  }
}
.services__i:nth-child(even) .service .service__icon {
  right: calc(var(--iconOffset) * -1);
}
.stats {
  --gap: 150px;
  --per-row: 5;
  --offset: calc((100% / var(--per-row) / 4));
  --boxHeight: 75px;
  --borderWidth: 2px;
  margin: 100px 0;
}
@media screen and (max-width: 767px ) {
  .stats {
    --gap: 75px;
    --offset: 65px;
    --per-row: 4;
  }
}
@media screen and (max-width: 767px ) {
  .stats {
    --gap: 50px;
    --per-row: 3;
    --offset: 90px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 649px ) {
  .stats {
    --offset: 0;
    --per-row: 2;
  }
}
@media screen and (max-width: 400px) {
  .stats {
    --per-row: 1;
  }
}
.stats__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 var(--offset) 30px;
  color: #c6c6c6;
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px ) {
  .stats__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 649px ) {
  .stats__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.stats__title:before,
.stats__title:after {
  content: '';
  flex: 1 1 auto;
  border-top: var(--borderWidth) solid #c6c6c6;
}
.stats__title:before {
  margin-right: 30px;
}
.stats__title:after {
  margin-left: 30px;
}
.stats__title span {
  display: block;
}
.stats__title span:after,
.stats__title span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: var(--boxHeight);
  border-left: var(--borderWidth) solid #c6c6c6;
}
.ie11 .stats__title span:after,
.ie11 .stats__title span:before {
  display: none;
}
.stats__title span:before {
  left: 0;
}
.stats__title span:after {
  right: 0;
}
.stats__items {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --gap: inherit;
  --per-row: inherit;
  justify-content: center;
  margin-bottom: 20px;
}
.stats__items:before,
.stats__items:after,
.stats__items > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.stats__items > * > * {
  pointer-events: auto;
}
.stats:after {
  content: '';
  display: block;
  height: var(--boxHeight);
  margin: 0 var(--offset);
  border: var(--borderWidth) solid #c6c6c6;
  border-top: 0;
}
.ie11 .stats:after {
  display: none;
}
.stat {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.stat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0 0 20px 0;
  color: #ffcc00;
}
.stat__icon svg {
  height: auto;
  max-width: 100%;
}
.stat__number {
  order: -1;
  margin: 0 0 10px 0;
  color: #19bbef;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px ) {
  .stat__number {
    font-size: 25px;
    margin-top: 10px;
  }
}
.stat__title {
  margin: 0;
  color: inherit;
  font-size: 15px;
  font-weight: normal;
}
.ui-widget {
  font-family: inherit;
}
.ui-autocomplete {
  padding: 19px;
  box-shadow: 0px 5px 15px 0px #00000026;
  border: none !important;
  border-radius: 26px;
}
.ui-menu-header {
  font-size: 14px;
  line-height: 18px;
  color: #81838B;
  padding-bottom: 8px;
}
.ui-menu-all {
  text-align: center;
  padding-top: 16px;
}
.ui-menu-all__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600 !important;
}
.ui-menu .ui-menu-item {
  cursor: inherit;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  margin: 0;
  border: inherit;
  background: inherit;
  font-weight: inherit;
  color: inherit;
}
.ac-items {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 360px;
}
@media screen and (min-width: 768px) {
  .ac-items {
    max-height: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.ui-menu-item .ac-result {
  padding: 8px;
}
.ac-result__box {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 16px;
}
.ac-result__image {
  flex: 0 0 auto;
}
.ac-result__image img {
  width: 70px;
  height: 50px;
  object-fit: contain;
}
.ac-result__aside {
  flex: 1 1 auto;
}
.ac-result__note {
  display: none;
}
.ac-result__title {
  color: #27325B;
  font-size: 14px;
  line-height: 18px;
}
.ac-result__title b {
  font-weight: 700;
}
.ac-result__box:hover .ac-result__title span {
  position: relative;
  display: inline-block;
}
.ac-result__box:hover .ac-result__title span:before {
  content: '';
  background-color: #EFF4FF;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  border-radius: 10px;
}
.breadcrumbs {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 0 0 40px 0;
  }
}
.breadcrumb {
  font-size: 15px;
}
.breadcrumb a {
  color: #404A6C;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb__sep {
  margin: .5em;
  color: #19BBEF;
}
.page-p-front-error4xx .page-title {
  margin-bottom: 0;
}
.page-p-front-error4xx .page-title h1 {
  margin: 0;
  line-height: 1;
  font-size: 80px;
  text-transform: uppercase;
}
@media screen and (max-width: 1239px ) and (min-width:768px) {
  .page-p-front-error4xx .page-title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px ) and (min-width:650px) {
  .page-p-front-error4xx .page-title h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 649px ) {
  .page-p-front-error4xx .page-title h1 {
    font-size: 40px;
  }
}
.error-page {
  text-align: center;
  color: #21bbef;
}
.error-page__subtitle {
  font-size: 30px;
  /*text-transform: uppercase;*/
}
.error-page__text {
  margin: 50px 0;
  font-size: 15px;
  font-weight: normal;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: all 250ms ease-in-out;
  cursor: progress;
  opacity: 0;
  pointer-events: none;
}
.loader--active .loader {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}
.table {
  width: 100%;
  margin: 0 0 20px 0;
  color: #1d1d1b;
  font-size: 15px;
  border-spacing: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 649px ) {
  .table {
    font-size: 13px;
  }
}
.table caption {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.table th,
.table td {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 649px ) {
  .table th,
  .table td {
    padding: 5px;
    text-align: right;
  }
}
.table thead th {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.table tbody th,
.table tbody td {
  border-bottom: 0.5px solid rgba(180, 188, 219, 0.5);
}
.table tbody tr:hover th,
.table tbody tr:hover td {
  background: rgba(180, 188, 219, 0.1);
}
.table tbody a {
  color: inherit;
}
.table .cell--min {
  width: 1%;
}
.table .cell--minW {
  min-width: 75px;
}
.table .cell--center {
  text-align: center;
}
.table .cell--left {
  text-align: left;
}
.table .cell--right {
  text-align: right;
}
.table--simple th {
  text-align: right;
  font-weight: 500;
}
@media screen and (max-width: 649px ) {
  .table--responsive,
  .table--responsive caption,
  .table--responsive tbody,
  .table--responsive tfoot,
  .table--responsive col,
  .table--responsive colgroup,
  .table--responsive th {
    display: block;
  }
  .table--responsive caption {
    margin-bottom: 10px;
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive tbody {
    background: none;
  }
  .table--responsive tr {
    width: 100%;
    display: table;
    margin-bottom: 20px;
  }
  .table--responsive td {
    display: table-row;
  }
  .table--responsive td:before,
  .table--responsive td > * {
    display: table-cell;
    padding: 5px;
  }
  .table--responsive td:before {
    content: attr(data-title);
    font-weight: bold;
    text-align: left;
  }
  .table--responsive .cell--min {
    width: auto;
  }
  .table--responsive .cell--center {
    text-align: left;
  }
}
.table__row--found td {
  background: rgba(255, 203, 0, 0.2);
}
@media screen and (min-width: 650px ) {
  .table-sticky {
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff !important;
  }
  .table-sticky-first {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    right: -1px;
  }
  .table-sticky-second {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    right: 119px;
  }
  .table-sticky-second:before {
    content: '';
    width: 1px;
    background-color: #d9dded;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.page-controls {
  margin: 0 0 2em 0;
}
.page-controls__items {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 649px ) {
  .page-controls__items {
    flex-direction: column;
  }
}
.page-controls__i {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-controls__i--divide {
  margin-left: auto;
}
@media screen and (max-width: 649px ) {
  .page-controls__i--divide {
    margin-left: 0;
  }
}
:root {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: #eff4ff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-vertical-gap: 8px;
}
.swiper,
swiper-container {
  overflow: unset;
}
.swiper-slide {
  opacity: 0;
  transition: opacity .2s linear;
}
.swiper-slide-visible {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  border: 1px solid #000;
}
.page-hero-banners {
  margin-bottom: 70px;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-hero-banners {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 767px ) {
  .page-hero-banners .swiper-button-prev,
  .page-hero-banners .swiper-button-next {
    top: auto;
    bottom: 28px;
  }
  .page-hero-banners .swiper-button-prev,
  .page-hero-banners .swiper-rtl .swiper-button-next {
    left: 24px;
  }
  .page-hero-banners .swiper-button-next,
  .page-hero-banners .swiper-rtl .swiper-button-prev {
    right: 24px;
  }
  .page-hero-banners .swiper-pagination-fraction,
  .page-hero-banners .swiper-pagination-custom,
  .page-hero-banners .swiper-horizontal > .swiper-pagination-bullets,
  .page-hero-banners .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 34px;
  }
}
.page-hero-banner {
  position: relative;
  display: block;
}
.page-hero-banner__background {
  display: block;
  max-height: clamp(575px, 120vw, 775px);
}
@media screen and (min-width: 768px) {
  .page-hero-banner__background {
    max-height: 100%;
  }
}
.page-hero-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-banner__content {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  top: auto;
  bottom: 90px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .page-hero-banner__content {
    top: 50%;
    bottom: auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .page-hero-banner__inner {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-hero-banner__inner {
    max-width: 34%;
  }
}
@media screen and (max-width: 1239px ) and (min-width:768px) {
  .page-hero-banner__inner {
    margin-left: 100px;
  }
}
.page-hero-banner-heading {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1240px) {
  .page-hero-banner-heading {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 26px;
  }
}
.page-hero-banner-subheading {
  display: block;
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-hero-banner-subheading {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .page-hero-banner-subheading {
    font-size: 20px;
    line-height: 34px;
  }
}
.page-hero-banner-btn {
  padding: 16px 20px;
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 767px ) {
  .page-hero-banner-btn {
    width: 100%;
  }
}
.page-usp {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .page-usp {
    margin-bottom: 80px;
  }
}
.page-usp__icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media screen and (max-width: 767px ) {
  .page-usp__icon {
    width: auto;
    height: auto;
  }
}
.page-usp__item {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 8px;
}
.page-usp__text {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-usp__text {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-usp--mobile-only {
    display: none;
  }
}
.page-usp--mobile-only .page-usp__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
}
.page-usp--mobile-only .page-usp__text {
  text-align: left;
}
.page-usp--desktop-only {
  display: none;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .page-usp--desktop-only {
    display: block;
  }
}
.page-usp--desktop-only .page-usp__inner {
  max-width: 984px;
  margin: 0 auto;
}
.page-usp--desktop-only .page-usp__items {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.page-usp--desktop-only .page-usp__icon {
  width: 53px;
  height: 53px;
}
.page-usp--desktop-only .page-usp__item {
  flex-flow: row;
}
.page-usp--desktop-only .page-usp__text {
  font-size: 12px;
  line-height: 14px;
}
.product-usp {
  position: relative;
  margin-top: 62px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
}
@media screen and (min-width: 768px) {
  .product-usp {
    margin-bottom: 104px;
  }
}
.product-usp__heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.3px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .product-usp__heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 60px;
  }
}
.product-usp__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
}
@media screen and (min-width: 768px) {
  .product-usp__items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 65px;
  }
}
.product-usp__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .product-usp__item {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 23px;
  }
}
.product-usp__icon {
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 768px) {
  .product-usp__icon {
    width: 53px;
    height: 53px;
  }
}
.product-usp__text {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  letter-spacing: 1.3px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-usp__text {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }
}
.product-usp__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-usp__text br {
    display: initial;
  }
}
.page-services {
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .page-services {
    margin-bottom: 144px;
  }
}
.page-services_heading {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.3px;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .page-services_heading {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 64px;
  }
}
.page-services_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 39px;
}
@media screen and (max-width: 1239px ) and (min-width:768px) {
  .page-services_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1240px) {
  .page-services_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 64px;
  }
}
.page-services .page-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1240px) {
  .page-services .page-service {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 1240px) {
  .page-services .page-service_image {
    margin-bottom: 12px;
  }
}
.page-services .page-service_image img {
  width: 90px;
  height: 90px;
}
@media screen and (min-width: 1240px) {
  .page-services .page-service_image img {
    width: 90px;
    height: 90px;
  }
}
.page-services .page-service_heading {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 17px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
  color: #19BBEF;
}
.page-services .page-service_desc {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-services .page-service_desc {
    font-size: 15px;
    line-height: 25px;
  }
}
.page-services_btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 155px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  text-align: center;
  padding: 16px 20px;
  border-radius: 4px;
}
.page-reviews {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .page-reviews {
    margin-bottom: 143px;
  }
}
.page-reviews_list {
  position: relative;
  padding: 0 15px 50px 15px;
}
@media screen and (min-width: 768px) {
  .page-reviews_list {
    padding: 0 0 70px 0;
    max-width: calc(100% - 130px);
    margin: 0 auto;
  }
}
.page-reviews .swiper-button-prev,
.page-reviews .swiper-button-next {
  display: none;
  width: 35px;
  height: 35px;
}
.page-reviews .swiper-button-prev:after,
.page-reviews .swiper-button-next:after {
  font-size: 14px;
  font-weight: 800;
}
.page-reviews .swiper-button-prev,
.page-reviews .swiper-rtl .swiper-button-next {
  left: -16px;
}
.page-reviews .swiper-button-next,
.page-reviews .swiper-rtl .swiper-button-prev {
  right: -16px;
}
@media screen and (min-width: 768px) {
  .page-reviews .swiper-button-prev,
  .page-reviews .swiper-button-next {
    display: block;
    background-color: transparent;
  }
  .page-reviews .swiper-button-prev:after,
  .page-reviews .swiper-button-next:after {
    color: #B4BCDB;
    font-size: 32px;
    font-weight: 400;
  }
  .page-reviews .swiper-button-prev,
  .page-reviews .swiper-rtl .swiper-button-next {
    left: -75px;
  }
  .page-reviews .swiper-button-next,
  .page-reviews .swiper-rtl .swiper-button-prev {
    right: -75px;
  }
}
.page-reviews_heading {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-reviews_heading {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 56px;
  }
}
.page-reviews .page-review_inner {
  padding: 21px 19px;
  background: #FFFFFF;
  border: 1px solid #D1D6E6;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .page-reviews .page-review_inner {
    padding: 45px;
  }
}
.page-reviews .page-review_content {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-reviews .page-review_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 84px;
    transition: max-height 1s ease-in-out;
    overflow: hidden;
    font-size: 17px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .page-reviews .page-review.swiper-slide-visible .page-review_inner:hover .page-review_content {
    -webkit-line-clamp: 100;
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
  }
}
.page-reviews .page-review_person {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .page-reviews .page-review_person {
    font-size: 18px;
    line-height: 22px;
  }
}
.page-numbers {
  margin-bottom: 104px;
}
@media screen and (min-width: 768px) {
  .page-numbers {
    margin-bottom: 144px;
  }
}
.page-numbers_heading {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.3px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .page-numbers_heading {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 27px;
  }
}
.page-numbers_list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 1239px ) and (min-width:768px) {
  .page-numbers_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 40px;
  }
}
@media screen and (min-width: 1240px) {
  .page-numbers_list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-number {
  position: relative;
  padding-top: 33px;
  padding-left: 33px;
}
.page-number:before {
  content: '';
  display: block;
  width: 62px;
  height: 62px;
  background-color: #EFF4FF;
  position: absolute;
  top: 0;
  left: 0;
}
.page-number_value {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-number_value {
    font-size: 48px;
    line-height: 58px;
  }
}
.page-number_desc {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-number_desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.page-news {
  margin-bottom: 53px;
}
@media screen and (min-width: 768px) {
  .page-news {
    margin-bottom: 160px;
  }
}
.page-news_heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1.3px;
  text-align: center;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-news_heading {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 48px;
  }
}
.page-news_list {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .page-news_list {
    max-width: calc(100% - 130px);
    margin: 0 auto 33px;
  }
  .page-news_list .swiper {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .page-news .swiper-pagination {
    display: none;
  }
}
.page-news .swiper-button-next,
.page-news .swiper-button-prev {
  display: none;
}
.page-news .swiper-button-next.page-news_arrow-gradient,
.page-news .swiper-button-prev.page-news_arrow-gradient {
  display: block;
  right: calc(var(--contentOffset) * -1);
  width: 100px;
  height: auto;
  top: 0;
  bottom: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .page-news .swiper-button-next.page-news_arrow-gradient,
  .page-news .swiper-button-prev.page-news_arrow-gradient {
    right: -4px;
    background: linear-gradient(270deg, #ffffff 12.91%, rgba(255, 255, 255, 0) 100%);
  }
}
.page-news .swiper-button-next.page-news_arrow-gradient:after,
.page-news .swiper-button-prev.page-news_arrow-gradient:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #27325B;
}
@media screen and (min-width: 768px) {
  .page-news .swiper-button-next.page-news_arrow-gradient:after,
  .page-news .swiper-button-prev.page-news_arrow-gradient:after {
    right: -50px;
    color: #B4BCDB;
  }
}
.page-news .swiper-button-next.page-news_arrow-gradient.swiper-button-disabled,
.page-news .swiper-button-prev.page-news_arrow-gradient.swiper-button-disabled {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .page-news .swiper-button-next,
  .page-news .swiper-button-prev {
    display: block;
  }
}
.page-news .swiper-button-prev {
  left: -50px;
}
.page-news .swiper-button-prev:after {
  color: #27325B;
}
@media screen and (min-width: 768px) {
  .page-news .swiper-button-prev:after {
    color: #B4BCDB;
  }
}
.page-news .page-newsarticle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-news .page-newsarticle {
    gap: 16px;
  }
}
.page-news .page-newsarticle_img {
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .page-news .page-newsarticle_img {
    margin-bottom: 0;
  }
}
.page-news .page-newsarticle_img img {
  height: 112px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .page-news .page-newsarticle_img img {
    height: 224px;
  }
}
.page-news .page-newsarticle_heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-news .page-newsarticle_heading {
    font-size: 17px;
    line-height: 26px;
  }
}
.page-news .page-newsarticle_perex {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #B4BCDB;
}
@media screen and (min-width: 768px) {
  .page-news .page-newsarticle_perex {
    font-size: 16px;
    line-height: 28px;
  }
}
.page-news .page-newsarticle_btn {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #FFCB00;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-news .page-newsarticle_btn {
    font-size: 17px;
    line-height: 26px;
  }
}
.page-news .page-newsarticle_btn:hover {
  text-decoration: none;
}
.page-news_btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 155px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  text-align: center;
  padding: 16px 20px;
  border-radius: 4px;
}
.page-article {
  margin-bottom: 49px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-article {
    max-width: 1078px;
    margin: 0 auto 178px;
    font-size: 17px;
    line-height: 34px;
  }
}
.page-article h1,
.page-article h2 {
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-article .richtext {
    padding-right: 121px;
  }
}
.catalog-list {
  margin: 0 0 136px 0;
}
@media screen and (min-width: 768px) {
  .catalog-list {
    margin: 0 0 146px 0;
  }
}
.page-a-category .catalog-list {
  margin: 0 0 80px 0;
}
@media screen and (min-width: 768px) {
  .page-a-category .catalog-list {
    margin: 0 0 104px 0;
  }
}
.catalog-list__items {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --row-gap: 30px;
  --col-gap: 10px;
  --per-row: 1;
}
.catalog-list__items:before,
.catalog-list__items:after,
.catalog-list__items > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.catalog-list__items > * > * {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .catalog-list__items {
    --per-row: 2;
    --row-gap: 32px;
    --col-gap: 24px;
  }
}
@media screen and (min-width: 1240px) {
  .catalog-list__items {
    --per-row: 3;
  }
}
.catalog-item__image {
  margin: 0 0 16px 0;
  text-align: center;
}
.catalog-item__image img {
  width: 270px;
  height: 185px;
  object-fit: contain;
}
.catalog-item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .catalog-item__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}
.catalog-list--main .catalog-item__title {
  -webkit-line-clamp: 2;
  height: auto;
}
@media screen and (min-width: 768px) {
  .catalog-list--main .catalog-item__title {
    height: 42px;
  }
}
.catalog-item__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .catalog-item__description {
    display: none;
    margin-bottom: 16px;
  }
}
.catalog-list--main .catalog-item__description {
  -webkit-line-clamp: 2;
  height: auto;
}
@media screen and (min-width: 768px) {
  .catalog-list--main .catalog-item__description {
    height: 50px;
  }
}
.catalog-item__btn {
  display: block;
  color: #FFCB00;
  text-decoration: underline;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .catalog-item__btn {
    display: none;
  }
}
.catalog-item__btn:hover {
  text-decoration: none;
}
.catalog-item__box {
  display: block;
  position: relative;
  z-index: 0;
  text-decoration: none;
  color: #000;
  border: 1px solid #D1D6E5;
  border-radius: 6px;
  padding: 32px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .catalog-item__box:hover {
    position: relative;
    z-index: 1;
    margin-bottom: -88px;
    box-shadow: 0px 5px 15px 0px #00000026;
    border-color: transparent;
  }
  .catalog-item__box:hover .catalog-item__description {
    display: block;
  }
  .catalog-item__box:hover .catalog-item__btn {
    display: block;
  }
}
.subcategories-list {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 767px ) {
  .subcategories-list {
    margin-bottom: var(--contentOffset);
  }
}
.subcategories-list__items {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --gap: 10px;
  --per-row: 1;
}
.subcategories-list__items:before,
.subcategories-list__items:after,
.subcategories-list__items > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.subcategories-list__items > * > * {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .subcategories-list__items {
    --gap: 24px;
    --per-row: 2;
  }
}
@media screen and (min-width: 1240px) {
  .subcategories-list__items {
    --gap: 24px;
    --per-row: 3;
  }
}
.subcategory__box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 70px 15px 30px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  background-color: rgba(180, 188, 219, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .subcategory__box {
    min-height: 61px;
  }
}
.subcategory__box:after {
  content: '';
  display: block;
  width: 34px;
  height: 18px;
  background-image: url('/assets/front/svg/category-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(41%);
  right: 30px;
}
.subcategory__box:hover,
.subcategory__box:focus {
  filter: brightness(0.6);
}
@media screen and (max-width: 767px ) {
  .category-tree {
    margin: 0 calc(var(--contentOffset) * -1) !important;
  }
}
.tree-branch {
  margin: 0;
  padding: 0;
}
.tree-twig {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
  line-height: 42px;
  border-bottom: 0.5px solid rgba(180, 188, 219, 0.5);
}
.tree-twig:last-of-type {
  line-height: 42px;
  border-bottom: 0;
}
.tree-twig--l-1 {
  padding-left: 0;
}
.tree-twig > .tree-branch {
  display: none;
}
.tree-twig.open > .tree-branch {
  display: block;
}
.tree-twig > .tree-leaf .tree-leaf__toggle--minus,
.tree-twig.open > .tree-leaf .tree-leaf__toggle--plus {
  display: none;
}
.tree-twig.open > .tree-leaf .tree-leaf__toggle--minus {
  display: flex;
}
.tree-twig.active > .tree-leaf .tree-leaf__box {
  color: #19bbef;
}
.tree-leaf {
  display: flex;
  align-items: first baseline;
  margin: 5px 0;
  font-size: 17px;
  font-weight: 400;
}
.tree-leaf__toggle {
  flex: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
  margin-right: .25em;
  padding: 0;
  color: #19BBEF;
  font-size: 15px;
  font-family: monospace;
  line-height: 1;
  background: none;
  border: 0;
}
.tree-leaf__toggle--minus {
  color: #B4BCDB;
}
.tree-leaf__toggle:hover,
.tree-leaf__toggle:focus {
  color: #B4BCDB;
}
.tree-leaf__toggle--enabled {
  cursor: pointer;
}
.tree-leaf__toggle--disabled {
  visibility: hidden;
  pointer-events: none;
}
.tree-leaf__toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tree-leaf__box {
  flex: 1 1 auto;
  color: inherit;
  text-decoration: none;
}
.tree-leaf__box:hover,
.tree-leaf__box:focus {
  color: #19bbef;
}
.tree-leaf--l-1 {
  margin: 0;
  padding-left: 0;
  font-size: 17px;
  font-weight: 600;
}
.tree-leaf--l-1 .tree-leaf__toggle {
  font-size: 20px;
  font-weight: bold;
}
.tree-leaf--l-2 {
  margin: 5px 0;
  font-size: 17px;
  font-weight: 400;
}
.tree-leaf--l-2 .tree-leaf__toggle {
  font-size: 20px;
  font-weight: bold;
}
.category-detail__title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .category-detail__title {
    margin-bottom: 42px;
  }
}
.category-detail__description {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .category-detail__description {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px ) {
  .page-a-product .catalog-control {
    display: none;
  }
}
.product-detail {
  margin: 0 0 40px 0;
}
.product-detail__title {
  text-transform: uppercase;
  margin-bottom: 42px;
}
.product-detail__subtitle {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-detail__text {
  margin-top: 25px;
}
.product-detail__text + .product-detail__text {
  margin-top: 30px;
}
.product-detail__pdf {
  margin: 0 0 20px 0;
}
.product-detail__pdf__btn {
  display: inline-block !important;
  background: #EFF4FF;
  border-radius: 8px;
  padding: 2px 16px !important;
  color: #19BBEF !important;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 650px ) {
  .product-detail__pdf__btn {
    padding: 17px 26px !important;
  }
}
.product-detail__pdf__btn:hover {
  filter: brightness(0.6);
}
.product-detail__pdf__btn--label {
  padding-right: 21px;
}
.product-detail__pdf a + a {
  margin-left: 10px;
}
.product-detail__image {
  margin: 0 0 20px 0;
  aspect-ratio: 1.40995261;
  border: 1px solid #B4BCDB;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-area {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px ) {
  .product-detail-area {
    flex-direction: column;
  }
}
.product-detail-area__main {
  flex: 1 1 auto;
}
.product-detail-area__aside {
  order: -1;
  flex: 0 0 55%;
  margin-right: 30px;
}
@media screen and (max-width: 767px ) {
  .product-detail-area__aside {
    margin-right: 0;
    margin-bottom: 20px;
    flex-basis: auto;
  }
}
.product-gallery__items {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --gap: 20px;
  align-items: center;
}
.product-gallery__items:before,
.product-gallery__items:after,
.product-gallery__items > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.product-gallery__items > * > * {
  pointer-events: auto;
}
.ie11 .product-gallery__i {
  width: auto !important;
}
.product-photo__box {
  display: block;
  padding: 5px;
  border: 1px solid #B4BCDB;
  border-radius: 8px;
}
.product-photo__box:hover,
.product-photo__box:focus {
  border-color: #000;
}
.product-photo img {
  mix-blend-mode: multiply;
}
.params__box {
  overflow-x: auto;
  margin-bottom: 20px;
}
.params__box--title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.params th {
  line-height: 1.15;
}
.params th .subtitle {
  font-weight: normal;
  font-size: 11px;
}
.params-to-basket form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px ) {
  .params-to-basket form {
    justify-content: flex-start;
  }
}
.params-to-basket input {
  width: 40px;
  height: 30px;
  max-width: 100%;
  margin-right: .75em;
  padding: 5px;
  text-align: right;
  background: #fff;
  -moz-appearance: textfield;
}
.params-to-basket input::-webkit-outer-spin-button,
.params-to-basket input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.params-to-basket button:focus,
.params-to-basket button:hover {
  opacity: .7;
}
.documents {
  margin: 0 0 50px 0;
}
.document-category__title {
  margin: 20px 0 10px;
  color: #1d1d1b;
  font-weight: normal;
}
.document-list__items {
  margin: 0;
  padding: 0 0 0 20px;
}
.document-list__i {
  margin: 0;
  padding: 0;
  list-style: none;
}
.document .btn__icon {
  color: #19bbef;
}
.document .btn__label {
  color: #1d1d1b;
}
.demand-form-toggle {
  margin: 0 0 50px 0;
  text-align: center;
}
.demand-form--open .demand-form-toggle {
  display: none;
}
.demand-form-toggle .btn {
  min-width: 320px;
}
@media screen and (max-width: 400px) {
  .demand-form-toggle .btn {
    min-width: auto;
    width: 100%;
  }
}
.demand-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.demand-form--toggleable {
  display: none;
}
.demand-form--open .demand-form--toggleable {
  display: block;
}
.demand-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5ch;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 649px ) {
  .demand-detail {
    gap: 2ch;
  }
}
.demand-detail-section__title {
  margin-bottom: .25em;
  font-size: 20px;
}
@media screen and (max-width: 649px ) {
  .demand-detail-section__title {
    font-size: 15px;
  }
}
.catalog-filters {
  position: relative;
  margin-bottom: 40px;
}
.catalog-filters__label {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.catalog-filters__items {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --gap: 10px;
  --per-row: 1;
}
.catalog-filters__items:before,
.catalog-filters__items:after,
.catalog-filters__items > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.catalog-filters__items > * > * {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .catalog-filters__items {
    --per-row: 2;
  }
}
@media screen and (min-width: 1240px) {
  .catalog-filters__items {
    --per-row: 4;
  }
}
.catalog-filters__items--secondary {
  margin-top: 10px;
}
.catalog-filters__actions {
  margin: 20px 0 0 0;
}
.js .catalog-filters__actions {
  display: none;
}
.catalog-filters__actions ul {
  margin: 0;
  padding: 0;
}
.catalog-filters__actions li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-filters__actions li + li {
  margin-top: 10px;
}
.catalog-filters__actions .btn {
  width: 100%;
}
.catalog-filters__toggle,
.catalog-filters__reset {
  border: 0;
  background: 0;
  padding: 0;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #19BBEF;
  cursor: pointer;
}
.catalog-filters__toggle:hover,
.catalog-filters__reset:hover {
  filter: brightness(0.8);
}
.catalog-filters__toggle--label,
.catalog-filters__reset--label {
  padding-left: 10px;
}
.catalog-filters__reset {
  position: absolute;
  right: 0;
  bottom: -64px;
}
@media screen and (max-width: 767px ) {
  .catalog-filters__reset {
    top: 14px;
    bottom: auto;
  }
}
.catalog-filter__title {
  margin: 0 0 21px;
  font-size: 12px;
  line-height: 16px;
}
.catalog-filter__options select {
  visibility: hidden;
}
/* FILTER HIDING */
.catalog-control-toggle {
  margin-bottom: 60px;
}
.catalog-filters__items--secondary {
  display: none;
}
@media screen and (min-width: 768px) {
  .catalog-filters__toggle--icon svg {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) {
  .catalog-filter--open .catalog-filters__items--secondary {
    display: flex;
  }
  .catalog-filter--open .catalog-filters__toggle--icon svg {
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px ) {
  .catalog-filters__toggle {
    background-color: #ffcb00;
    color: #fff;
    padding: 16px 32px;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .catalog-filters__toggle:hover {
    filter: none;
    background-color: #e6b700;
  }
  .catalog-filters__toggle--icon svg {
    transform: rotate(180deg);
  }
  .catalog-filters__toggle--icon svg path {
    fill: #fff;
  }
  .catalog-filter--open .catalog-filters__items--secondary {
    display: block;
  }
  .catalog-filter--open .catalog-filters__toggle--icon svg {
    transform: rotate(0);
  }
}
.catalog-control {
  margin: 0 0 20px 0;
  padding: 24px 8px 24px 20px;
  border: 1px solid #B4BCDB;
  border-radius: 6px;
}
.minibasket {
  position: relative;
}
.minibasket__box {
  position: relative;
  display: block;
  color: inherit;
  cursor: pointer;
}
.minibasket__icon {
  display: block;
}
.minibasket__count {
  position: absolute;
  top: -5px;
  right: -2px;
  display: flex;
  width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  border-radius: 50%;
  background: #19bbef;
}
.minicart {
  display: none;
  position: absolute;
  z-index: 999;
  right: -95px;
  width: calc(100vw - 50px);
  padding-top: 22px;
}
.minibasket:hover .minicart {
  display: block;
}
@media screen and (min-width: 768px) {
  .minicart {
    width: 410px;
    right: -58px;
  }
}
.minicart_inner {
  position: relative;
  padding: 38px 27px 24px;
  background-color: #fff;
  border: 1px solid #E1E1E9;
  border-radius: 6px;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}
.minicart_inner:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 2L2 13.5H14.5L8.5 2Z' fill='white'/%3E%3Cpath d='M1 13.5L7.5 2L13.5 13.5' stroke='%23E1E1E9'/%3E%3C/svg%3E%0A");
  display: block;
  width: 14px;
  height: 12px;
  top: -12px;
  right: 98px;
}
@media screen and (min-width: 768px) {
  .minicart_inner:before {
    right: 66px;
  }
}
.minicart__title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #B4BCDB;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .minicart__title {
    padding-bottom: 29px;
  }
}
.minicart__count {
  color: #19BBEF;
}
.minicart__items {
  max-height: 310px;
  overflow: auto;
  overscroll-behavior: contain;
  padding-bottom: 24px;
}
.minicart__item {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 14px;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B4BCDB;
}
@media screen and (min-width: 768px) {
  .minicart__item {
    padding-bottom: 23px;
    padding-top: 16px;
  }
}
.minicart__item__img {
  flex-basis: 48px;
  padding-top: 14px;
}
.minicart__item__img img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.minicart__item__content {
  flex: 1 1 100%;
}
.minicart__item__code {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 10px;
  color: #81838B;
}
@media screen and (min-width: 768px) {
  .minicart__item__code {
    font-size: 12px;
  }
}
.minicart__item__producer {
  color: #81838B;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .minicart__item__producer {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 14px;
  }
}
.minicart__item__title {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .minicart__item__title {
    font-size: 14px;
    line-height: 21px;
  }
}
.minicart__item__count {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.minicart__item__count > a {
  display: inline-block;
  text-decoration: none;
  background-color: #19BBEF;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.minicart__item__remove {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.minicart__item__remove > a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #DA3828;
}
.minicart__item__remove > a:before {
  content: '';
  position: relative;
  top: 3px;
  right: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3333 10.3346L3.66663 3.66797M10.3333 3.66797L3.66663 10.3346' stroke='%23DA3828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.minicart__btn {
  display: block;
  margin: 0 auto;
  width: fit-content;
  padding: 16px 36px;
}
.order-steps {
  margin-bottom: 32px;
}
.order-steps-inner {
  display: flex;
  gap: 25px;
  width: 150px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.order-steps-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(49%);
  width: 100%;
  height: 1px;
  background-color: #B4BCDB;
}
.order-step {
  padding: 0 15px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  position: relative;
  font-weight: 500;
  background-color: #fff;
}
.order-step--active > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #19BBEF;
  border-radius: 100%;
  color: #fff;
}
.basket > h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1.3px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .basket > h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 124px;
  }
}
.basket-empty {
  text-align: center;
}
.basket-products {
  display: flex;
  flex-direction: column;
}
.basket-product {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #B4BCDB;
}
@media screen and (min-width: 768px) {
  .basket-product {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .basket-product__image {
    flex-basis: 110px;
  }
}
.basket-product__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .basket-product__content {
    flex-grow: 1;
    flex-basis: auto;
    gap: 10px;
  }
}
.basket-product__line {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .basket-product__line {
    flex-direction: row;
  }
}
.basket-product__line--label {
  color: #81838B;
}
@media screen and (min-width: 768px) {
  .basket-product__line--label {
    flex-basis: 175px;
    flex-shrink: 0;
  }
}
.basket-product__line--value {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .basket-product__line--value {
    flex-basis: auto;
    flex-grow: 1;
  }
}
.basket-product__line--value > a {
  font-weight: 600;
  color: #000;
}
.basket-product__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .basket-product__actions {
    flex-basis: 280px;
  }
}
.basket-product__actions__remove > button {
  background: transparent;
  border: none;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
  text-decoration: none;
  color: #DA3828;
  cursor: pointer;
}
.basket-product__actions__remove > button:before {
  content: '';
  position: relative;
  top: 4px;
  right: 2px;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3333 10.3346L3.66663 3.66797M10.3333 3.66797L3.66663 10.3346' stroke='%23DA3828' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.basket-subtotal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .basket-subtotal {
    padding-left: 158px;
    border-bottom: 1px solid #B4BCDB;
    margin-bottom: 48px;
  }
}
.basket-subtotal__line {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .basket-subtotal__line {
    flex-direction: row;
  }
}
.basket-subtotal__line--label {
  color: #81838B;
}
@media screen and (min-width: 768px) {
  .basket-subtotal__line--label {
    flex-basis: 175px;
    flex-shrink: 0;
  }
}
.basket-subtotal__line--value {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .basket-subtotal__line--value {
    flex-basis: auto;
    flex-grow: 1;
  }
}
.amount-spinbox {
  border: 1px solid #B4BCDB;
  border-radius: 7px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.amount-spinbox > a {
  display: inline-block;
  text-decoration: none;
  background-color: #19BBEF;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.amount-spinbox > input {
  padding: 0;
  width: 35px;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  -moz-appearance: textfield;
}
.amount-spinbox > input::-webkit-outer-spin-button,
.amount-spinbox > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.amount-spinbox > span {
  padding-left: 8px;
}
.basket-printpdf {
  margin: 0 0 32px 0;
}
@media screen and (min-width: 768px) {
  .basket-printpdf {
    margin: 0 0 24px 158px;
  }
}
.basket-printpdf > button {
  text-decoration: underline;
}
.basket-printpdf > button:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .basket-footer {
    margin-top: 68px;
    padding-left: 158px;
  }
}
.basket-footer .form__pair .form__label {
  text-align: left;
  color: #81838B;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.3px;
}
.basket-footer .form__group--actions {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .summary {
    max-width: 892px;
    margin: 0 auto;
  }
}
.summary > h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 73px;
}
@media screen and (min-width: 768px) {
  .summary > h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 133px;
  }
}
.summary-empty {
  text-align: center;
}
.summary-products {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .summary-products {
    margin-bottom: 48px;
  }
}
.summary-product {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .summary-product {
    font-size: 17px;
    line-height: 25px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.summary-product__name {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.summary-product__name--title {
  color: #81838B;
}
@media screen and (min-width: 768px) {
  .summary-product__name--title {
    display: none;
  }
}
.summary-product__name > a {
  color: #000;
  font-weight: 600;
}
.summary-product__amount {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.summary-product__amount--title {
  color: #81838B;
}
@media screen and (min-width: 768px) {
  .summary-product__amount--title {
    display: none;
  }
}
.summary-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid #B4BCDB;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .summary-total {
    font-size: 17px;
    line-height: 25px;
  }
}
.summary-metas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B4BCDB;
  margin-bottom: 16px;
}
.summary-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  font-size: 15px;
  line-height: 23px;
  color: #81838B;
}
@media screen and (min-width: 768px) {
  .summary-meta {
    font-size: 17px;
    line-height: 25px;
  }
}
.summary-meta__label {
  font-weight: 600;
  flex-basis: 100%;
}
.summary-next {
  width: 100%;
  margin-bottom: 86px;
}
@media screen and (min-width: 768px) {
  .summary-next {
    display: block;
    margin: 0 auto 220px;
    width: fit-content;
  }
}
.summary-finals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .summary-finals {
    gap: 24px;
    font-size: 17px;
    line-height: 25px;
  }
}
.summary-final {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
.summary-final--novat {
  font-weight: normal;
  color: #81838B;
}
.summary-final--novat .summary-final__value {
  font-size: 14px;
  line-height: 25px;
}
.thankyou > h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .thankyou > h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.thankyou-empty {
  text-align: center;
}
.thankyou-text {
  max-width: 605px;
  margin: 0 auto 32px;
  text-align: center;
}
.thankyou-pdf {
  margin-bottom: 64px;
  text-align: center;
}
.thankyou-pdf > a {
  text-decoration: underline;
}
.thankyou-pdf > a:hover {
  text-decoration: none;
}
.thankyou-back {
  width: 100%;
  margin-bottom: 86px;
}
@media screen and (min-width: 768px) {
  .thankyou-back {
    display: block;
    margin: 0 auto 220px;
    width: fit-content;
  }
}
.quicksearch-form {
  --submitWidth: 72px;
}
.quicksearch-form__text,
.quicksearch-form__submit {
  box-sizing: border-box;
  vertical-align: middle;
}
.quicksearch-form__text:hover,
.quicksearch-form__submit:hover,
.quicksearch-form__text:focus,
.quicksearch-form__submit:focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.quicksearch-form__text :focus:not(:focus-visible),
.quicksearch-form__submit :focus:not(:focus-visible) {
  background-color: rgba(0, 0, 0, 0.03);
}
.quicksearch-form__box {
  position: relative;
}
.quicksearch-form__text {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 49px 13px 18px;
  font-size: 15px;
  line-height: 24px;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid #B4BCDB;
  border-radius: 26px;
  outline: 0;
  transition: all 250ms ease-in-out;
  background-position: center right 60px;
  background-repeat: no-repeat;
  background-size: 0;
}
.quicksearch-form__text.ui-autocomplete-loading {
  pointer-events: none;
  background-image: url('/assets/front/svg/loader-tail-spin.svg');
  background-size: 30px;
}
.quicksearch-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--submitWidth);
  color: #19bbef;
  border-radius: 26px;
}
.quicksearch-form__submit svg path,
.quicksearch-form__submit svg circle {
  stroke: #000;
}
.quicksearch-form--normal {
  --padding: 25px;
  margin: 0 0 50px 0;
}
.quicksearch-form--normal .quicksearch-form__box {
  max-width: 550px;
  margin: 0 auto;
}
.quicksearch-form--header {
  --padding: 15px;
  flex: 1 1 100%;
}
@media screen and (max-width: 767px ) {
  .quicksearch-form--header {
    flex-basis: auto;
  }
}
@media screen and (max-width: 767px ) {
  .quicksearch-form--header {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .quicksearch-form--header {
    max-width: 506px;
  }
}
.search-item {
  border: 1px solid #B4BCDB;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 24px;
}
.search-item__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #B4BCDB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.search-item__headline {
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 600px;
}
.search-item__btn .btn {
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.search-item__img {
  flex: 0 0 auto;
}
.search-item__img img {
  object-fit: contain;
  width: 100px;
  height: 100px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .search-item__img img {
    width: 185px;
    height: 185px;
  }
}
.search-item__params table {
  width: 100%;
  text-align: right;
  border-spacing: 0;
}
.btn.seach-item__btn {
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
}
.search-item__params td {
  padding: 5px;
  border-bottom: 1px solid #B4BCDB;
}
.search-item__params tr {
  border-bottom: 1px solid black;
}
.search-item__params th {
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.search-item__params tr:last-of-type td {
  border: none;
}
.search-item__params {
  overflow-x: auto;
}
.search-item__params tr {
  display: none;
}
.search-item__params tr:nth-child(-n+3) {
  display: table-row;
}
.search-item__params.show-all tr {
  display: table-row;
}
.search-item__showmore {
  text-align: center;
  margin: 10px 0 5px;
}
.search-item__showmore span {
  color: #19bbef;
  font-weight: 500;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.9 1.14844C1.15 0.898437 1.446 0.773437 1.788 0.773437C2.13 0.773437 2.42567 0.898437 2.675 1.14844L10 8.47344L17.35 1.12344C17.5833 0.890104 17.875 0.773437 18.225 0.773437C18.575 0.773437 18.875 0.898437 19.125 1.14844C19.375 1.39844 19.5 1.69444 19.5 2.03644C19.5 2.37844 19.375 2.6741 19.125 2.92344L10.7 11.3234C10.6 11.4234 10.4917 11.4944 10.375 11.5364C10.2583 11.5784 10.1333 11.5991 10 11.5984C9.86667 11.5984 9.74167 11.5774 9.625 11.5354C9.50833 11.4934 9.4 11.4228 9.3 11.3234L0.875 2.89844C0.641666 2.6651 0.525 2.37744 0.525 2.03544C0.525 1.69344 0.65 1.39777 0.9 1.14844Z' fill='%2319BBEF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
  padding-right: 22px;
  cursor: pointer;
}
.search-item__showmore span:hover {
  filter: brightness(0.8);
}
.contacts {
  margin: 0 0 50px 0;
}
.contacts__items {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --per-row: 3;
  --gap: 20px;
  justify-content: center;
}
.contacts__items:before,
.contacts__items:after,
.contacts__items > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.contacts__items > * > * {
  pointer-events: auto;
}
@media screen and (max-width: 649px ) {
  .contacts__items {
    --per-row: 2;
  }
}
@media screen and (max-width: 400px) {
  .contacts__items {
    --per-row: 1;
  }
}
.contact {
  text-align: center;
}
.contact__icon {
  margin: 0 0 20px 0;
  color: #19bbef;
}
.contact__label {
  font-size: 20px;
}
.contact__label a {
  font-weight: bold;
}
.map {
  margin: 0 0 75px 0;
}
@media screen and (max-width: 649px ) {
  .map {
    margin-bottom: 50px;
  }
}
.contacts-other {
  margin: 0 0 50px 0;
  font-size: 15px;
}
.contacts-other ul {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  justify-content: center;
  --gap: 20px;
  margin: 0;
  padding: 0;
}
.contacts-other ul:before,
.contacts-other ul:after,
.contacts-other ul > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.contacts-other ul > * > * {
  pointer-events: auto;
}
@media screen and (max-width: 649px ) {
  .contacts-other ul {
    --per-row: 1;
    text-align: center;
  }
}
.contacts-other li {
  margin: 0;
  list-style: none;
}
.contacts-other li:not(:first-child):before {
  content: '|';
  margin-right: 20px;
}
@media screen and (max-width: 649px ) {
  .contacts-other li:not(:first-child):before {
    display: none;
  }
}
.contacts-other a,
.contacts-other span {
  font-weight: bold;
}
.contacts-other a {
  display: inline-flex;
  align-items: center;
}
.departments {
  margin: 0 0 50px 0;
}
.departments__i + .departments__i {
  margin-top: 50px;
}
.department__title {
  color: #19bbef;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 649px ) {
  .department__title {
    font-size: 25px;
  }
}
.people__i + .people__i {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.person {
  display: flex;
  align-items: center;
}
.person__icon {
  margin-right: 15px;
  color: #19bbef;
}
@media screen and (max-width: 649px ) {
  .person__icon {
    display: none;
  }
}
.person .person-params {
  flex: 1 1 auto;
}
.person-params__items {
  --gap: 0px;
  --row-gap: var(--gap);
  --col-gap: var(--gap);
  --per-row: '';
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--row-gap) * -1);
  margin-left: calc(var(--col-gap) * -1);
  pointer-events: none;
  --per-row: 4;
  --gap: 20px;
}
.person-params__items:before,
.person-params__items:after,
.person-params__items > * {
  box-sizing: border-box;
  width: calc(100% / var(--per-row));
  padding-top: var(--row-gap);
  padding-left: var(--col-gap);
}
.person-params__items > * > * {
  pointer-events: auto;
}
@media screen and (max-width: 767px ) {
  .person-params__items {
    --per-row: 2;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .person-params__items {
    --per-row: 1;
  }
}
.person-param {
  color: #1d1d1b;
}
.person-param__value {
  font-size: 20px;
}
.person-param__value a {
  font-weight: bold;
}
.person-param--name .person-param__value {
  font-size: 25px;
}
.profile {
  margin: 0 0 86px 0;
}
@media screen and (min-width: 768px) {
  .profile {
    margin: 0 0 220px 0;
  }
}
.profile > h1 {
  margin-bottom: 64px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .profile > h1 {
    margin-bottom: 124px;
  }
}
.profile__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .profile__items {
    max-width: 427px;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile-param {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  column-gap: 16px;
  font-size: 17px;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  .profile-param {
    grid-template-columns: 112px minmax(0, 1fr);
    column-gap: 32px;
  }
}
.profile-param__label {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .profile-param__label {
    text-align: right;
  }
}
.profile__note {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .profile__note {
    max-width: 382px;
    margin-left: auto;
    margin-right: auto;
  }
}
.profile__history {
  margin-bottom: 80px;
}
.profile__history > h2 {
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .profile__history > h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.profile__history > p {
  text-align: center;
}
