

/* Start:/local/templates/common/assets/css/main.css?1723024173355103*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------------------------------------------------------*/
/* feathericon
/*---------------------------------------------------------------------------*/
/**
 * font path
 */
@font-face {
  font-family: 'feathericon';
  src: url("/local/templates/common/assets/css/../fonts/feather/Feather.eot");
  src: url("/local/templates/common/assets/css/../fonts/feather/Feather.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/feather/Feather.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/feather/Feather.ttf") format("truetype"), url("/local/templates/common/assets/css/../fonts/feather/Feather.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**
 * feathericon
 */
.fe {
  display: inline-block;
  font: normal normal normal 16px feathericon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fe-activity:before {
  content: "\e900";
}

.fe-airplay:before {
  content: "\e901";
}

.fe-alert-circle:before {
  content: "\e902";
}

.fe-alert-octagon:before {
  content: "\e903";
}

.fe-alert-triangle:before {
  content: "\e904";
}

.fe-align-center:before {
  content: "\e905";
}

.fe-align-justify:before {
  content: "\e906";
}

.fe-align-left:before {
  content: "\e907";
}

.fe-align-right:before {
  content: "\e908";
}

.fe-anchor:before {
  content: "\e909";
}

.fe-aperture:before {
  content: "\e90a";
}

.fe-archive:before {
  content: "\e90b";
}

.fe-arrow-down:before {
  content: "\e90c";
}

.fe-arrow-down-circle:before {
  content: "\e90d";
}

.fe-arrow-down-left:before {
  content: "\e90e";
}

.fe-arrow-down-right:before {
  content: "\e90f";
}

.fe-arrow-left:before {
  content: "\e910";
}

.fe-arrow-left-circle:before {
  content: "\e911";
}

.fe-arrow-right:before {
  content: "\e912";
}

.fe-arrow-right-circle:before {
  content: "\e913";
}

.fe-arrow-up:before {
  content: "\e914";
}

.fe-arrow-up-circle:before {
  content: "\e915";
}

.fe-arrow-up-left:before {
  content: "\e916";
}

.fe-arrow-up-right:before {
  content: "\e917";
}

.fe-at-sign:before {
  content: "\e918";
}

.fe-award:before {
  content: "\e919";
}

.fe-bar-chart:before {
  content: "\e91a";
}

.fe-bar-chart-2:before {
  content: "\e91b";
}

.fe-battery:before {
  content: "\e91c";
}

.fe-battery-charging:before {
  content: "\e91d";
}

.fe-bell:before {
  content: "\e91e";
}

.fe-bell-off:before {
  content: "\e91f";
}

.fe-bluetooth:before {
  content: "\e920";
}

.fe-bold:before {
  content: "\e921";
}

.fe-book:before {
  content: "\e922";
}

.fe-book-open:before {
  content: "\e923";
}

.fe-bookmark:before {
  content: "\e924";
}

.fe-box:before {
  content: "\e925";
}

.fe-briefcase:before {
  content: "\e926";
}

.fe-calendar:before {
  content: "\e927";
}

.fe-camera:before {
  content: "\e928";
}

.fe-camera-off:before {
  content: "\e929";
}

.fe-cast:before {
  content: "\e92a";
}

.fe-check:before {
  content: "\e92b";
}

.fe-check-circle:before {
  content: "\e92c";
}

.fe-check-square:before {
  content: "\e92d";
}

.fe-chevron-down:before {
  content: "\e92e";
}

.fe-chevron-left:before {
  content: "\e92f";
}

.fe-chevron-right:before {
  content: "\e930";
}

.fe-chevron-up:before {
  content: "\e931";
}

.fe-chevrons-down:before {
  content: "\e932";
}

.fe-chevrons-left:before {
  content: "\e933";
}

.fe-chevrons-right:before {
  content: "\e934";
}

.fe-chevrons-up:before {
  content: "\e935";
}

.fe-chrome:before {
  content: "\e936";
}

.fe-circle:before {
  content: "\e937";
}

.fe-clipboard:before {
  content: "\e938";
}

.fe-clock:before {
  content: "\e939";
}

.fe-cloud:before {
  content: "\e93a";
}

.fe-cloud-drizzle:before {
  content: "\e93b";
}

.fe-cloud-lightning:before {
  content: "\e93c";
}

.fe-cloud-off:before {
  content: "\e93d";
}

.fe-cloud-rain:before {
  content: "\e93e";
}

.fe-cloud-snow:before {
  content: "\e93f";
}

.fe-code:before {
  content: "\e940";
}

.fe-codepen:before {
  content: "\e941";
}

.fe-command:before {
  content: "\e942";
}

.fe-compass:before {
  content: "\e943";
}

.fe-copy:before {
  content: "\e944";
}

.fe-corner-down-left:before {
  content: "\e945";
}

.fe-corner-down-right:before {
  content: "\e946";
}

.fe-corner-left-down:before {
  content: "\e947";
}

.fe-corner-left-up:before {
  content: "\e948";
}

.fe-corner-right-down:before {
  content: "\e949";
}

.fe-corner-right-up:before {
  content: "\e94a";
}

.fe-corner-up-left:before {
  content: "\e94b";
}

.fe-corner-up-right:before {
  content: "\e94c";
}

.fe-cpu:before {
  content: "\e94d";
}

.fe-credit-card:before {
  content: "\e94e";
}

.fe-crop:before {
  content: "\e94f";
}

.fe-crosshair:before {
  content: "\e950";
}

.fe-database:before {
  content: "\e951";
}

.fe-delete:before {
  content: "\e952";
}

.fe-disc:before {
  content: "\e953";
}

.fe-dollar-sign:before {
  content: "\e954";
}

.fe-download:before {
  content: "\e955";
}

.fe-download-cloud:before {
  content: "\e956";
}

.fe-droplet:before {
  content: "\e957";
}

.fe-edit:before {
  content: "\e958";
}

.fe-edit-2:before {
  content: "\e959";
}

.fe-edit-3:before {
  content: "\e95a";
}

.fe-external-link:before {
  content: "\e95b";
}

.fe-eye:before {
  content: "\e95c";
}

.fe-eye-off:before {
  content: "\e95d";
}

.fe-facebook:before {
  content: "\e95e";
}

.fe-fast-forward:before {
  content: "\e95f";
}

.fe-feather:before {
  content: "\e960";
}

.fe-file:before {
  content: "\e961";
}

.fe-file-minus:before {
  content: "\e962";
}

.fe-file-plus:before {
  content: "\e963";
}

.fe-file-text:before {
  content: "\e964";
}

.fe-film:before {
  content: "\e965";
}

.fe-filter:before {
  content: "\e966";
}

.fe-flag:before {
  content: "\e967";
}

.fe-folder:before {
  content: "\e968";
}

.fe-folder-minus:before {
  content: "\e969";
}

.fe-folder-plus:before {
  content: "\e96a";
}

.fe-gift:before {
  content: "\e96b";
}

.fe-git-branch:before {
  content: "\e96c";
}

.fe-git-commit:before {
  content: "\e96d";
}

.fe-git-merge:before {
  content: "\e96e";
}

.fe-git-pull-request:before {
  content: "\e96f";
}

.fe-github:before {
  content: "\e970";
}

.fe-gitlab:before {
  content: "\e971";
}

.fe-globe:before {
  content: "\e972";
}

.fe-grid:before {
  content: "\e973";
}

.fe-hard-drive:before {
  content: "\e974";
}

.fe-hash:before {
  content: "\e975";
}

.fe-headphones:before {
  content: "\e976";
}

.fe-heart:before {
  content: "\e977";
}

.fe-help-circle:before {
  content: "\e978";
}

.fe-home:before {
  content: "\e979";
}

.fe-image:before {
  content: "\e97a";
}

.fe-inbox:before {
  content: "\e97b";
}

.fe-info:before {
  content: "\e97c";
}

.fe-instagram:before {
  content: "\e97d";
}

.fe-italic:before {
  content: "\e97e";
}

.fe-layers:before {
  content: "\e97f";
}

.fe-layout:before {
  content: "\e980";
}

.fe-life-buoy:before {
  content: "\e981";
}

.fe-link:before {
  content: "\e982";
}

.fe-link-2:before {
  content: "\e983";
}

.fe-linkedin:before {
  content: "\e984";
}

.fe-list:before {
  content: "\e985";
}

.fe-loader:before {
  content: "\e986";
}

.fe-lock:before {
  content: "\e987";
}

.fe-log-in:before {
  content: "\e988";
}

.fe-log-out:before {
  content: "\e989";
}

.fe-mail:before, .footer-subscribe__field:before {
  content: "\e98a";
}

.fe-map:before {
  content: "\e98b";
}

.fe-map-pin:before {
  content: "\e98c";
}

.fe-maximize:before {
  content: "\e98d";
}

.fe-maximize-2:before {
  content: "\e98e";
}

.fe-menu:before, .header-content__button-menu:before {
  content: "\e98f";
}

.fe-message-circle:before {
  content: "\e990";
}

.fe-message-square:before {
  content: "\e991";
}

.fe-mic:before {
  content: "\e992";
}

.fe-mic-off:before {
  content: "\e993";
}

.fe-minimize:before {
  content: "\e994";
}

.fe-minimize-2:before {
  content: "\e995";
}

.fe-minus:before {
  content: "\e996";
}

.fe-minus-circle:before {
  content: "\e997";
}

.fe-minus-square:before {
  content: "\e998";
}

.fe-monitor:before {
  content: "\e999";
}

.fe-moon:before {
  content: "\e99a";
}

.fe-more-horizontal:before {
  content: "\e99b";
}

.fe-more-vertical:before {
  content: "\e99c";
}

.fe-move:before {
  content: "\e99d";
}

.fe-music:before {
  content: "\e99e";
}

.fe-navigation:before {
  content: "\e99f";
}

.fe-navigation-2:before {
  content: "\e9a0";
}

.fe-octagon:before {
  content: "\e9a1";
}

.fe-package:before {
  content: "\e9a2";
}

.fe-paperclip:before {
  content: "\e9a3";
}

.fe-pause:before {
  content: "\e9a4";
}

.fe-pause-circle:before {
  content: "\e9a5";
}

.fe-percent:before {
  content: "\e9a6";
}

.fe-phone:before {
  content: "\e9a7";
}

.fe-phone-call:before {
  content: "\e9a8";
}

.fe-phone-forwarded:before {
  content: "\e9a9";
}

.fe-phone-incoming:before {
  content: "\e9aa";
}

.fe-phone-missed:before {
  content: "\e9ab";
}

.fe-phone-off:before {
  content: "\e9ac";
}

.fe-phone-outgoing:before {
  content: "\e9ad";
}

.fe-pie-chart:before {
  content: "\e9ae";
}

.fe-play:before {
  content: "\e9af";
}

.fe-play-circle:before {
  content: "\e9b0";
}

.fe-plus:before {
  content: "\e9b1";
}

.fe-plus-circle:before {
  content: "\e9b2";
}

.fe-plus-square:before {
  content: "\e9b3";
}

.fe-pocket:before {
  content: "\e9b4";
}

.fe-power:before {
  content: "\e9b5";
}

.fe-printer:before {
  content: "\e9b6";
}

.fe-radio:before {
  content: "\e9b7";
}

.fe-refresh-ccw:before {
  content: "\e9b8";
}

.fe-refresh-cw:before {
  content: "\e9b9";
}

.fe-repeat:before {
  content: "\e9ba";
}

.fe-rewind:before {
  content: "\e9bb";
}

.fe-rotate-ccw:before {
  content: "\e9bc";
}

.fe-rotate-cw:before {
  content: "\e9bd";
}

.fe-rss:before {
  content: "\e9be";
}

.fe-save:before {
  content: "\e9bf";
}

.fe-scissors:before {
  content: "\e9c0";
}

.fe-search:before, .navbar-search__btn:before {
  content: "\e9c1";
}

.fe-send:before {
  content: "\e9c2";
}

.fe-server:before {
  content: "\e9c3";
}

.fe-settings:before {
  content: "\e9c4";
}

.fe-share:before {
  content: "\e9c5";
}

.fe-share-2:before {
  content: "\e9c6";
}

.fe-shield:before {
  content: "\e9c7";
}

.fe-shield-off:before {
  content: "\e9c8";
}

.fe-shopping-bag:before {
  content: "\e9c9";
}

.fe-shopping-cart:before {
  content: "\e9ca";
}

.fe-shuffle:before {
  content: "\e9cb";
}

.fe-sidebar:before {
  content: "\e9cc";
}

.fe-skip-back:before {
  content: "\e9cd";
}

.fe-skip-forward:before {
  content: "\e9ce";
}

.fe-slack:before {
  content: "\e9cf";
}

.fe-slash:before {
  content: "\e9d0";
}

.fe-sliders:before {
  content: "\e9d1";
}

.fe-smartphone:before {
  content: "\e9d2";
}

.fe-speaker:before {
  content: "\e9d3";
}

.fe-square:before {
  content: "\e9d4";
}

.fe-star:before {
  content: "\e9d5";
}

.fe-stop-circle:before {
  content: "\e9d6";
}

.fe-sun:before {
  content: "\e9d7";
}

.fe-sunrise:before {
  content: "\e9d8";
}

.fe-sunset:before {
  content: "\e9d9";
}

.fe-tablet:before {
  content: "\e9da";
}

.fe-tag:before {
  content: "\e9db";
}

.fe-target:before {
  content: "\e9dc";
}

.fe-terminal:before {
  content: "\e9dd";
}

.fe-thermometer:before {
  content: "\e9de";
}

.fe-thumbs-down:before {
  content: "\e9df";
}

.fe-thumbs-up:before {
  content: "\e9e0";
}

.fe-toggle-left:before {
  content: "\e9e1";
}

.fe-toggle-right:before {
  content: "\e9e2";
}

.fe-trash:before {
  content: "\e9e3";
}

.fe-trash-2:before {
  content: "\e9e4";
}

.fe-trending-down:before {
  content: "\e9e5";
}

.fe-trending-up:before {
  content: "\e9e6";
}

.fe-triangle:before {
  content: "\e9e7";
}

.fe-truck:before {
  content: "\e9e8";
}

.fe-tv:before {
  content: "\e9e9";
}

.fe-twitter:before {
  content: "\e9ea";
}

.fe-type:before {
  content: "\e9eb";
}

.fe-umbrella:before {
  content: "\e9ec";
}

.fe-underline:before {
  content: "\e9ed";
}

.fe-unlock:before {
  content: "\e9ee";
}

.fe-upload:before {
  content: "\e9ef";
}

.fe-upload-cloud:before {
  content: "\e9f0";
}

.fe-user:before {
  content: "\e9f1";
}

.fe-user-check:before {
  content: "\e9f2";
}

.fe-user-minus:before {
  content: "\e9f3";
}

.fe-user-plus:before {
  content: "\e9f4";
}

.fe-user-x:before {
  content: "\e9f5";
}

.fe-users:before {
  content: "\e9f6";
}

.fe-video:before {
  content: "\e9f7";
}

.fe-video-off:before {
  content: "\e9f8";
}

.fe-voicemail:before {
  content: "\e9f9";
}

.fe-volume:before {
  content: "\e9fa";
}

.fe-volume-1:before {
  content: "\e9fb";
}

.fe-volume-2:before {
  content: "\e9fc";
}

.fe-volume-x:before {
  content: "\e9fd";
}

.fe-watch:before {
  content: "\e9fe";
}

.fe-wifi:before {
  content: "\e9ff";
}

.fe-wifi-off:before {
  content: "\ea00";
}

.fe-wind:before {
  content: "\ea01";
}

.fe-x:before {
  content: "\ea02";
}

.fe-x-circle:before {
  content: "\ea03";
}

.fe-x-square:before {
  content: "\ea04";
}

.fe-youtube:before {
  content: "\ea05";
}

.fe-zap:before {
  content: "\ea06";
}

.fe-zap-off:before {
  content: "\ea07";
}

.fe-zoom-in:before {
  content: "\ea08";
}

.fe-zoom-out:before {
  content: "\ea09";
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Thin.eot");
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Thin.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Light.eot");
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Magistral';
  src: url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Regular.eot");
  src: url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Regular.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Magistral';
  src: url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Medium.eot");
  src: url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Medium.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Magistral';
  src: url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Bold.eot");
  src: url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Bold.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/Magistral/Magistral-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'BrutalType';
  src: url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType.eot");
  src: url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BrutalType';
  src: url("/local/templates/common/assets/css/../fonts/Brutal/BrutalType-Medium.eot");
  src: url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType-Medium.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BrutalType';
  src: url("/local/templates/common/assets/css/../fonts/Brutal/BrutalType-Bold.eot");
  src: url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType-Bold.woff") format("woff"), url("/local/templates/common/assets/css/../fonts/BrutalType/BrutalType-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  height: 100%;
  font: 400 16px / 1.35 'BrutalType', sans-serif;
}

body {
  color: #2D373C;
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  color: #2D373C;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  font-family: 'BrutalType';
}

h1 {
  font-size: 28px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 993px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 28px;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 36px;
    line-height: 50px;
  }
}

h4 {
  font-size: 22px;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  h5 {
    font-size: 24px;
    line-height: 38px;
  }
}

h6 {
  font-size: 20px;
}

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

button {
  cursor: pointer;
}

a {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: inherit;
  text-decoration: none;
}

a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a, button, input {
  outline: 0;
}

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

.container.is-large {
  max-width: 1330px;
}

.input {
  width: 100%;
  padding: 12px 20px;
  background: #FAFAFA;
  border-radius: 5px;
  border: 0;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

.input:active, .input:focus {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #2D373C;
  opacity: 0.5;
}

.input::-moz-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #2D373C;
  opacity: 0.5;
}

.input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #2D373C;
  opacity: 0.5;
}

.input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #2D373C;
  opacity: 0.5;
}

.input::placeholder {
  font-size: 15px;
  line-height: 18px;
  color: #2D373C;
  opacity: 0.5;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}

.page__header, .page__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.page__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.page__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.page__footer {
  margin-top: auto;
}

.page.fancybox-active {
  overflow-y: hidden;
}

.page.is-homepage {
  padding-top: 0;
}

.page-body {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.page__footer {
  margin-top: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.link-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* color: #2A97DB; */
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  font-family: 'BrutalType';
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.link-more:after {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.20005 8.49988L12.8 8.49988' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00005 3.69993L12.8 8.49993L8.00005 13.2999' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.link-more:hover {
  opacity: 0.85;
}

.link-more:hover:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-header {
  padding: 15px 0;
  background: #FAFAFA;
}

@media (min-width: 1024px) {
  .main-header {
    padding: 20px 0 30px;
  }
}

.main-header__breadcrumbs {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .main-header__breadcrumbs {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .main-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-header__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.main-header__aside {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .main-header__aside {
    margin-top: 5px;
    margin-left: auto;
  }
}

.main-header__caption {
  margin-top: 15px;
  font-size: 14px;
  color: #2D373C;
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .main-header__caption {
    margin-top: 25px;
    font-size: 16px;
  }
}

.main-header__search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.main-header__input {
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  border: 1px solid #D2D8DA;
  -webkit-box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
          box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
  border-radius: 5px;
  padding-left: 60px;
}

.main-header__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

.main-content {
  padding: 30px 0;
  background: #fff;
}

@media (min-width: 1024px) {
  .main-content {
    padding: 50px 0 100px;
  }
}

.main-content .section-default {
  padding-top: 0;
  width: 100%;
}

.main-content .section-default .section-default__inner {
  padding-top: 0;
}

.main-content .section-default:last-child .section-default__inner {
  padding-bottom: 0;
}

.main-content.is-error {
  height: calc(100vh - 81px - 104px - 54px);
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .main-content.is-error {
    background-size: contain;
  }
}

.review-modal {
  display: none;
  max-width: 500px !important;
}

.stats__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin-bottom: -20px; */
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .stats__grid {
    margin-right: -60px;
    /* margin-bottom: -35px; */
    margin-bottom: 0;
    margin-left: 0;
  }
}

.stats__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .stats__column {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 200px;
    max-width: 200px;
    margin-right: 80px;
    margin-bottom: 35px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .stats__column {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 200px;
    max-width: 200px;
    margin-right: 40px;
    margin-bottom: 35px;
    width: 100%;
  }
}

.stats__card {
  position: relative;
}

.stats__card::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  display: block;
  width: 103px;
  z-index: -1;
  height: 62px;
  background-image: url("data:image/svg+xml,%3Csvg width='103' height='62' viewBox='0 0 103 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M103 0L54.6956 62L0.195493 62.0001L48.6206 0.000919342L103 0Z' fill='%23F6F6F6'/%3E%3C/svg%3E%0A");
}

.stats__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #18A7B5;
}

.stats__value span {
  font-size: 20px;
  margin-left: 5px;
  display: block;
  margin-bottom: -5px;
}

@media (min-width: 640px) {
  .stats__value {
    font-size: 50px;
    line-height: 61px;
  }
  .stats__value span {
    font-size: 25px;
  }
}

.stats__caption {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #2D373C;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .stats__caption {
    max-width: 200px;
  }
}

.other-card {
  position: relative;
  z-index: 1;
}

.other-card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(25deg, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(65deg, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 1;
}

.other-card:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 37, 73, 0.2);
  z-index: 1;
}

.other-card__photo {
  position: relative;
  padding-bottom: 90%;
}

@media (min-width: 640px) {
  .other-card__photo {
    padding-bottom: 40%;
  }
}

@media (min-width: 768px) {
  .other-card__photo {
    padding-bottom: 90%;
  }
}

@media (min-width: 1024px) {
  .other-card__photo {
    padding-bottom: 64%;
  }
}

.other-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-card__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
  color: #fff;
}

@media (min-width: 1200px) {
  .other-card__data {
    padding: 40px 35px;
  }
}

.other-card__title {
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .other-card__title {
    font-size: 30px;
  }
}

.other-card__caption {
  margin-top: 15px;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .other-card__caption {
    max-width: 400px;
    margin-top: 25px;
    font-size: 15px;
  }
}

.other-card__footer {
  margin-top: auto;
}

.services-modal {
  position: relative;
  width: 90% !important;
  padding: 15px !important;
  background: #FFFFFF;
  border-radius: 5px;
}

@media (min-width: 640px) {
  .services-modal {
    padding: 20px !important;
    max-width: 940px !important;
  }
}

@media (min-width: 1024px) {
  .services-modal {
    padding: 40px 45px 45px 45px !important;
  }
}

.services-modal__close {
  position: absolute;
  right: -25px;
  top: 0;
}

@media (min-width: 640px) {
  .services-modal__close {
    right: -40px;
    top: 0;
  }
}

.services-modal__title {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .services-modal__title {
    margin-bottom: 35px;
  }
}

.services-modal__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px -15px;
}

@media (min-width: 1024px) {
  .services-modal__grid {
    margin: 0 -15px -30px;
  }
}

.services-modal__column {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .services-modal__column {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 640px) {
  .services-modal__column.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .services-modal__column.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.services-card {
  position: relative;
}

.services-card__photo {
  position: relative;
  padding-bottom: 100%;
  z-index: 1;
}

.services-card__photo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(38deg, rgba(45, 55, 60, 0.8) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(52deg, rgba(45, 55, 60, 0.8) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 2;
}

.services-card__img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-card__data {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  color: #fff;
}

.services-card__header {
  padding: 15px 20px;
  min-height: 105px;
  text-align: left;
}

.services-card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
}

.services-card__list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.services-card__item {
  margin-bottom: 5px;
  font-size: 15px;
  color: #FFFFFF;
}

.services-card__item:last-child {
  margin-bottom: 0;
}

.services-card__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.services-card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1px;
  width: 100%;
  height: 54px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.services-card__more:hover {
  background: -webkit-linear-gradient(349.86deg, #2A97DB -11.23%, #114781 169.7%), #2A97DB;
  background: linear-gradient(100.14deg, #2A97DB -11.23%, #114781 169.7%), #2A97DB;
}

.function__grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 970px;
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .function__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }

  .main-header {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .function__grid {
    width: auto;
  }
}

.function__item {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 25px 20px 20px;
  background: #F4FAFD;
  -webkit-box-shadow: 0px 1px 0px #2A97DB;
          box-shadow: 0px 1px 0px #2A97DB;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .function__item {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    min-width: 320px;
  }
}

.function__item:before {
  content: '';
  position: absolute;
  right: -14px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 3;
  border-left: 1px solid #2A97DB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

@media (min-width: 1200px) {
  .function__item:before {
    display: block;
  }
}

.function__item::after {
  display: none;
}

@media (min-width: 1024px) {
  .function__item::after {
    display: block;
  }
}

.function__item.is-right {
  left: auto;
  right: 0;
}

.function__item:hover .function__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1023px) {
  .function__inner {
    position: relative;
  }
}

@media (max-width: 1023px) {
  .function__center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: absolute;
    right: -70px;
    top: 0;
    width: 555px;
  }
}

@media (max-width: 639px) {
  .function__center {
    display: none;
  }
}

.function__left {
  z-index: 2;
}

@media (max-width: 639px) {
  .function__left {
    width: 100%;
  }
}

.function__left .function__item:first-child {
  top: 123px;
  left: 25px;
}

@media (min-width: 1200px) {
  .function__left .function__item:first-child {
    top: 140px;
    left: 65px;
  }
}

.function__left .function__item:first-child:after {
  content: '';
  position: absolute;
  right: -155px;
  bottom: -64px;
  display: block;
  width: 155px;
  height: 84px;
  background: url(/local/templates/common/assets/css/../img/general/function/2.svg) no-repeat;
  z-index: 5;
  display: none;
}

@media (min-width: 1024px) {
  .function__left .function__item:first-child:after {
    display: block;
  }
}

.function__left .function__item:last-child {
  top: 269px;
  left: -10px;
}

@media (min-width: 1200px) {
  .function__left .function__item:last-child {
    top: 295px;
    left: 35px;
  }
}

.function__left .function__item:last-child:after {
  content: '';
  position: absolute;
  right: -194px;
  bottom: -19px;
  display: block;
  width: 195px;
  height: 84px;
  background: url(/local/templates/common/assets/css/../img/general/function/3.svg) no-repeat;
  z-index: 5;
  display: none;
}

@media (min-width: 1024px) {
  .function__left .function__item:last-child:after {
    display: block;
  }
}

.function__right {
  z-index: 2;
}

@media (max-width: 639px) {
  .function__right {
    width: 100%;
  }
}

.function__right .function__item {
  left: auto;
}

.function__right .function__item:before {
  content: '';
  position: absolute;
  right: auto;
  left: -13px;
  bottom: -17px;
  width: 30px;
  height: 30px;
  background: #fff;
  z-index: 3;
  border-left: 0;
  border-top: 1px solid #2A97DB;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.function__right .function__item:first-child {
  top: 223px;
  right: 0px;
}

@media (min-width: 1200px) {
  .function__right .function__item:first-child {
    right: -70px;
  }
}

.function__right .function__item:first-child:after {
  content: '';
  position: absolute;
  left: -98px;
  bottom: 61px;
  display: block;
  width: 210px;
  height: 120px;
  background: url(/local/templates/common/assets/css/../img/general/function/4.svg) no-repeat;
  z-index: 5;
  display: none;
}

@media (min-width: 1024px) {
  .function__right .function__item:first-child:after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .function__right .function__item:first-child:after {
    left: -190px;
    bottom: 0px;
    width: 210px;
    height: 177px;
  }
}

.function__right .function__item:last-child {
  top: 365px;
  right: -17px;
}

.function__right .function__item:last-child:after {
  content: '';
  position: absolute;
  display: block;
  left: -446px;
  bottom: -62px;
  width: 449px;
  height: 163px;
  background: url(/local/templates/common/assets/css/../img/general/function/5.svg) no-repeat;
  z-index: 5;
  display: none;
}

@media (min-width: 1024px) {
  .function__right .function__item:last-child:after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .function__right .function__item:last-child:after {
    left: -517px;
    bottom: -62px;
    width: 520px;
    height: 163px;
  }
}

.function__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2A97DB;
}

@media (min-width: 1024px) {
  .function__text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.function__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  border-radius: 50%;
  background: #E0F0FA;
  cursor: pointer;
}

.function__dropdown {
  padding: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 10px);
  width: 100%;
  font-size: 13px;
  line-height: 140%;
  color: #2D373C;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 60px rgba(154, 170, 189, 0.25);
          box-shadow: 0px 10px 60px rgba(154, 170, 189, 0.25);
}

@media (min-width: 1024px) {
  .function__dropdown {
    font-size: 15px;
  }
}

.actual__title {
  margin-bottom: 30px;
}

.actual__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px -14px;
}

@media (min-width: 1024px) {
  .actual__grid {
    margin: 0 -15px -30px;
  }
}

.actual__column {
  width: 100%;
  padding: 0 7px;
  margin-bottom: 14px;
}

@media (min-width: 640px) {
  .actual__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .actual__column {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .actual__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.actual-card {
  position: relative;
}

.actual-card__photo {
  position: relative;
  padding-bottom: 60%;
}

@media (min-width: 480px) {
  .actual-card__photo {
    padding-bottom: 50%;
  }
}

@media (min-width: 1200px) {
  .actual-card__photo {
    padding-bottom: 100%;
  }
}

.actual-card__photo::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.35%, rgba(45, 55, 60, 0.8)), color-stop(97.84%, rgba(45, 55, 60, 0)));
  background: -webkit-linear-gradient(bottom, rgba(45, 55, 60, 0.8) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(0deg, rgba(45, 55, 60, 0.8) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 2;
}

.actual-card__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.actual-card__data {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 150px;
  padding: 20px;
  color: #fff;
  z-index: 4;
}

@media (max-width: 639px) {
  .actual-card__data {
    min-height: auto;
  }
}

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

.actual-card__number {
  position: relative;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
  margin-right: 30px;
}

.actual-card__number::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 2px;
  height: 38px;
  width: 13px;
  background: -webkit-gradient(linear, left bottom, left top, from(#2A97DB), to(#2A97DB));
  background: -webkit-linear-gradient(bottom, #2A97DB, #2A97DB);
  background: linear-gradient(0deg, #2A97DB, #2A97DB);
  -webkit-transform: skew(-37deg);
          transform: skew(-37deg);
  z-index: -1;
}

.actual-card__title {
  font-weight: 600;
  font-size: 18px;
}

.actual-card__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .search-result {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search-result__aside {
  padding: 0 15px;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .search-result__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 285px;
            flex: 0 0 285px;
    max-width: 285px;
    margin-bottom: 0;
  }
}

.search-result__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  background: #FAFAFA;
}

.search-result__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.search-result__label span {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #2D373C;
}

@media (min-width: 640px) {
  .search-result__label span {
    font-size: 17px;
  }
}

.search-result__label:last-child {
  margin: 0;
}

.search-result__checkbox {
  margin-right: 10px;
}

.search-result__content {
  width: 100%;
  padding: 0 15px;
}

.search-result__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEBEB;
}

.search-result__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 640px) {
  .search-result__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search-result__img {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  margin-right: 25px;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .search-result__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    margin-bottom: 0;
    padding-bottom: 20%;
  }
}

@media (min-width: 1024px) {
  .search-result__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 265px;
            flex: 0 0 265px;
    max-width: 265px;
    margin-bottom: 0;
    padding-bottom: 20%;
  }
}

.search-result__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-result__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #2D373C;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .search-result__name {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .search-result__name {
    font-size: 24px;
  }
}

.search-result__description {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #2D373C;
}

@media (min-width: 640px) {
  .search-result__description {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .search-result__description {
    font-size: 18px;
  }
}

.section-default.is-transparent {
  background: transparent;
}

.error__body {
  max-width: 580px;
}

.error__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 110%;
  -webkit-font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
          font-feature-settings: 'liga' off, 'calt' off, 'kern' off;
  color: #222B45;
  margin-bottom: 40px;
}

@media (min-width: 640px) {
  .error__title {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  .error__title {
    font-size: 64px;
  }
}

.error__description {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #2D373C;
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 640px) {
  .error__description {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .error__description {
    font-size: 22px;
  }
}

.news-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.news-pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.news-list__more {
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2D373C;
  cursor: pointer;
  white-space: nowrap;
}

.news-list__col {
  width: 33.3334%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.news__filter .jq-selectbox__select {
  box-shadow: none;
  border: none;
  background: transparent;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2D373C;
  display: flex;
  align-items: center;
  outline: none;
}

.news__filter .jq-selectbox__trigger {
  border: none;
}

.news__filter .jq-selectbox__trigger-arrow {
  border-top-color: #2D373C;
}

.news__filter .jq-selectbox__select:hover {
  background: transparent;
}

.news__filter.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.news__filter.jq-selectbox li.selected,
.news__filter.jq-selectbox li:hover {
  background: linear-gradient(100.14deg, #2A97DB -11.23%, #114781 169.7%),
    #2A97DB;
}

.news__filter.jq-selectbox .jq-selectbox__dropdown {
  border-radius: 0;
  box-shadow: none;
}

.news__filter.jq-selectbox li {
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.activity-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.activity-card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: -webkit-linear-gradient(357.92deg, rgba(45, 55, 60, 0.9) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(92.08deg, rgba(45, 55, 60, 0.9) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 2;
}

.activity-card:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 55, 60, 0.2);
  z-index: 2;
}

.activity-card__inner {
  padding-bottom: 112%;
}

.activity-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity-card__data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 30px 30px 30px;
  color: #fff;
}

@media (min-width: 1200px) {
  .activity-card__data {
    top: 175px;
    bottom: auto;
  }
}

.activity-card__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .activity-card__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.activity-card__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  min-height: 140px;
}

.activity-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

.activity-card__item:last-child {
  margin-bottom: 0;
}

.activity-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

.advants__row {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .advants__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

.advants__row:last-child {
  margin-bottom: 0;
}

.advants__row.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .advants__row.is-reverse .advants__main {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1024px) {
  .advants__row.is-reverse .advants__main {
    padding: 15px 0 0 20px;
  }
}

@media (min-width: 1200px) {
  .advants__row.is-reverse .advants__main {
    padding: 25px 0 0 30px;
  }
}

.advants__main p {
  font-size: 15px;
  line-height: 150%;
  color: #2D373C;
}

@media (min-width: 768px) {
  .advants__main {
    padding: 0px 20px 0 0;
  }
}

@media (min-width: 1024px) {
  .advants__main {
    padding: 15px 20px 0 0;
  }
  .advants__main p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .advants__main {
    padding: 25px 30px 0 0;
  }
}

.advants__aside {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .advants__aside {
    max-width: 340px;
    text-align: left;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .advants__aside {
    max-width: 440px;
  }
}

@media (min-width: 1200px) {
  .advants__aside {
    max-width: 540px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.advants__title {
  margin-bottom: 25px;
}

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

.advants__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #2D373C;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .advants__item {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .advants__item {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.advants__item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  background: #2A97DB;
}

.advants__item:last-child {
  margin-bottom: 0;
}

.advants__footer {
  margin-top: 25px;
  text-align: center;
}

@media (min-width: 1024px) {
  .advants__footer {
    margin-top: 45px;
  }
}

.advants__more {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #18A7B5;
  text-decoration: underline;
}

.advants__more:hover {
  text-decoration: none;
}

.advants__button {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .advants__button {
    margin-top: 40px;
  }
}

.advants__actual {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .advants__actual {
    margin-top: 70px;
  }
}

.article {
  position: relative;
  padding-bottom: 30px;
  z-index: 1;
}

@media (min-width: 1200px) {
  .article {
    padding-bottom: 70px;
  }
}

.article:before {
  content: '';
  position: absolute;
  height: 533px;
  left: 0;
  top: 0px;
  width: 100%;
  background: #FAFAFA;
  z-index: -1;
}

.article__header {
  padding-top: 20px;
  padding-bottom: 25px;
}

.article__breadcrumbs {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .article__breadcrumbs {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .article__title {
    line-height: 50px;
  }
}

.article__title.is-short {
  max-width: 900px;
}

.article__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 1200px) {
  .article__meta {
    margin-top: 40px;
  }
}

.article__meta-item {
  position: relative;
  margin-right: 22px;
}

.article__meta-item:after {
  content: '';
  position: absolute;
  right: -13px;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.88709' cy='2.10829' r='1.88709' fill='%23969B9D'/%3E%3C/svg%3E%0A");
}

.article__meta-item:last-child {
  margin-right: 0;
}

.article__meta-item:last-child:after {
  display: none;
}

.article__meta-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2D373C;
  opacity: 0.5;
}

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

.article__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.article__aside {
  display: none;
}

@media (min-width: 768px) {
  .article__aside {
    display: block;
    margin-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    max-width: 230px;
  }
}

@media (min-width: 1024px) {
  .article__aside {
    margin-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 285px;
            flex: 0 0 285px;
    max-width: 285px;
  }
}

@media (min-width: 1200px) {
  .article__aside {
    margin-left: 50px;
  }
}

.article__swiper-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 5;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .article__swiper-actions {
    padding: 0 30px;
    bottom: 25px;
  }
}

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

.article__swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 30px;
  border-radius: 30px;
  padding: 0;
  background: 0;
  border: 1px solid transparent;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .article__swiper-button {
    width: 63px;
    height: 40px;
  }
}

.article__swiper-button:hover {
  border-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.article__swiper-button.swiper-button-disabled {
  pointer-events: none;
}

.article__swiper-button.swiper-button-disabled::before {
  opacity: 0.5;
}

.article__swiper-button.is-prev::before {
  content: '';
  width: 33px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='14' viewBox='0 0 33 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L0.999999 7L8 13' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 7H32' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.article__swiper-button.is-next::before {
  content: '';
  width: 33px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='14' viewBox='0 0 33 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 13L32 7L25 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 7L1 7' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.article__swiper-thumbs {
  margin-top: 20px;
}

.article__swiper .js-article-swiper .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.35%, #2D373C), color-stop(97.84%, rgba(45, 55, 60, 0)));
  background: -webkit-linear-gradient(bottom, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(0deg, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 1;
}

.article__swiper .js-article-thumbs .swiper-slide {
  cursor: pointer;
}

.article__text {
  padding: 20px 0;
}

@media (min-width: 1200px) {
  .article__text {
    padding: 40px 0;
  }
}

.article__text p {
  font-size: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .article__text p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .article__text p {
    font-size: 18px;
  }
}

.article__text p:first-child {
  margin-top: 0;
}

.article__text p:last-child {
  margin-bottom: 0;
}

.article__tags {
  max-width: 620px;
}

.article__widget {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.article__partners {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .article__partners {
    margin-bottom: 60px;
  }
}

.article__partners .js-swiper-actions {
  position: static;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
  padding-right: 15px;
}

@media (min-width: 640px) {
  .article__partners .js-swiper-actions {
    margin-top: 30px;
    padding-right: 30px;
  }
}

.article__partners .partners-card {
  border: 1px solid #EAEBEB;
}

.button {
  padding: 17px 25px;
  min-width: 120px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  text-decoration: none;
  border: 1px solid;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .button {
    padding: 18px 31px;
    min-width: 180px;
  }
}

.button-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #fff;
  background: none;
  font-size: 12px;
  border-radius: 1px;
  border: 1px solid #fff;
  z-index: 1;
}

.button-white .button__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-white .button__title:after {
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 7px;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9L9 5L5 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 5L1 5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.button-white:hover {
  background: #114781;
  border-color: #114781;
}

.button-black {
  color: #000;
  border-color: transparent;
}

@media (max-width: 1023px) {
  .button-black {
    border-color: #000;
  }
}

.button-black:hover {
  border-color: #000;
}

.button-gradient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 13px 10px;
  width: 100%;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 1;
  border-radius: 1px;
  background: -webkit-linear-gradient(349.86deg, #2A97DB -11.23%, #114781 169.7%), #2A97DB;
  background: linear-gradient(100.14deg, #2A97DB -11.23%, #114781 169.7%), #2A97DB;
}

@media (min-width: 768px) {
  .button-gradient {
    padding: 0px 24px;
    height: 50px;
    font-size: 12px;
    width: auto;
  }
}

.button-gradient:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2A97DB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.button-gradient:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 13px 10px;
  width: 100%;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #18A7B5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 1px;
  border: 1px solid #18A7B5;
}

@media (min-width: 768px) {
  .button-outline {
    height: 50px;
    padding: 0px 24px;
    font-size: 12px;
    width: auto;
  }
}

.button-outline:hover {
  color: #fff;
  background: #18A7B5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-outline.is-white {
  color: #fff;
  border: 1px solid #fff;
}

.button-outline.is-white:hover {
  border: 1px solid #18A7B5;
}

.button-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 13px 10px;
  width: 100%;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  overflow: visible;
  color: #FFFFFF;
  z-index: 1;
  border-radius: 1px;
  background: -webkit-linear-gradient(349.86deg, #2A97DB -11.23%, #114781 169.7%), #2A97DB;
  background: linear-gradient(100.14deg, #2A97DB -11.23%, #114781 169.7%), #2A97DB;
}

@media (min-width: 1024px) {
  .button-file {
    padding: 0px 24px 0 75px;
    height: 50px;
    font-size: 12px;
    width: auto;
  }
}

.button-file .button__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-file .button__title::after {
  content: '';
  width: 8px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
  margin-top: -2px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6.15401L4 9L1 6.15401L1.55178 5.63055L3.60985 7.58297V1H4.39015V7.58297L6.44822 5.63055L7 6.15401Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}

.button-file .button__icon {
  position: absolute;
  left: -20px;
  bottom: -15px;
}

@media (max-width: 1023px) {
  .button-file .button__icon {
    display: none;
  }
}

.button-file:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #2A97DB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.button-file:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contacts {
  position: relative;
}

@media (max-width: 992px) {
  .contacts {
    overflow: hidden;
  }
}

@media (min-width: 993px) {
  .contacts:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    margin-right: calc(100% - 40%);
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 68% 64%, 68% 100%, 0% 100%, 0 53%, 0% 0%);
            clip-path: polygon(100% 0, 68% 64%, 68% 100%, 0% 100%, 0 53%, 0% 0%);
  }
  .contacts:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 125%;
    height: 211px;
    background: #FAFAFA;
    margin-right: calc(100% - 40%);
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 68% 64%, 68% 100%, 0% 100%, 0 53%, 0% 0%);
            clip-path: polygon(100% 0, 68% 64%, 68% 100%, 0% 100%, 0 53%, 0% 0%);
  }
}

.contacts__inner {
  position: relative;
  z-index: 2;
  background: #fff;
}

@media (min-width: 993px) {
  .contacts__inner {
    width: 770px;
    /* min-height: 710px; */
    margin-right: auto;
    -webkit-clip-path: polygon(100% 0, 68% 64%, 49% 100%, 0% 100%, 0 53%, 0% 0%);
            clip-path: polygon(100% 0, 68% 64%, 49% 100%, 0% 100%, 0 53%, 0% 0%);
  }
}

.contacts__header {
  position: relative;
  padding-top: 20px;
  background: #FAFAFA;
}

@media (max-width: 992px) {
  .contacts__header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #FAFAFA;
    z-index: -1;
  }
  .contacts__header:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #FAFAFA;
    z-index: -1;
  }
}

.contacts__breadcrumbs {
  margin-bottom: 15px;
}

@media (min-width: 993px) {
  .contacts__breadcrumbs {
    margin-bottom: 30px;
  }
}

.contacts__title {
  margin-bottom: 20px;
}

@media (min-width: 993px) {
  .contacts__title {
    margin-bottom: 40px;
  }
}

.contacts__title:last-child {
  margin-bottom: 0;
}

.contacts__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}

.contacts__menu-item {
  margin-right: 15px;
  border-bottom: 2px solid transparent;
}

@media (min-width: 640px) {
  .contacts__menu-item {
    margin-right: 25px;
  }
}

@media (min-width: 993px) {
  .contacts__menu-item {
    margin-right: 55px;
  }
}

.contacts__menu-item.is-current {
  pointer-events: none;
  border-bottom: 2px solid #18A7B5;
}

.contacts__menu-item:last-child {
  margin-right: 0;
}

.contacts__menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2D373C;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .contacts__menu-link {
    font-size: 16px;
  }
}

.contacts__content {
  padding-bottom: 30px;
}

@media (min-width: 993px) {
  .contacts__content {
    padding-bottom: 0;
  }
}

.contacts__list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 993px) {
  .contacts__list {
    margin-top: 60px;
  }
}

.contacts__item {
  padding-left: 30px;
  margin-bottom: 20px;
}

@media (min-width: 993px) {
  .contacts__item {
    margin-bottom: 40px;
  }
}

.contacts__item:last-child {
  margin-bottom: 0;
}

.contacts__item a:hover {
  text-decoration: underline;
}

.contacts__link {
  position: relative;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2D373C;
}

.contacts__link img, .contacts__link svg {
  position: absolute;
  left: -30px;
  top: 2px;
}

.contacts__label {
  margin-top: 7px;
  font-size: 14px;
  line-height: 17px;
  color: #2D373C;
  opacity: 0.5;
}

@media (min-width: 993px) {
  .contacts__map {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.contacts__map .js-contacts-map {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .contacts__map iframe {
    height: 300px;
  }
}

.contacts__tab, .contacts .js-contacts-map {
  display: none;
}

.contacts__tab.is-current, .contacts .js-contacts-map.is-current {
  display: block;
}

.contacts-widget {
  display: block;
  overflow: hidden;
}

.contacts-widget:hover .contacts-widget__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contacts-widget__photo {
  position: relative;
}

.contacts-widget__photo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.35%, #2D373C), color-stop(97.84%, rgba(45, 55, 60, 0)));
  background: -webkit-linear-gradient(bottom, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(0deg, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  opacity: 0.5;
  z-index: 2;
}

.contacts-widget__photo:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.35%, #2D373C), color-stop(97.84%, rgba(45, 55, 60, 0)));
  background: -webkit-linear-gradient(bottom, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(0deg, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 2;
}

.contacts-widget__img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contacts-widget__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}

@media (min-width: 1024px) {
  .contacts-widget__inner {
    padding: 30px 25px 20px 25px;
  }
}

.contacts-widget__title {
  margin-bottom: 10px;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .contacts-widget__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.contacts-widget__data {
  margin-top: auto;
}

.contacts-widget__user {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .contacts-widget__user {
    font-size: 20px;
  }
}

.contacts-widget__position {
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.8;
}

.contacts-widget__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .contacts-widget__link {
    font-size: 15px;
  }
}

.contacts-widget__link::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6 4.41089H16.4C17.28 4.41089 18 5.08589 18 5.91089V14.9109C18 15.7359 17.28 16.4109 16.4 16.4109H3.6C2.72 16.4109 2 15.7359 2 14.9109V5.91089C2 5.08589 2.72 4.41089 3.6 4.41089Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 5.91089L10 11.1609L2 5.91089' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}

.breadcrumbs__item {
  position: relative;
  margin-right: 27px;
}

.breadcrumbs__item:after {
  content: '';
  position: absolute;
  right: -15px;
  top: calc(50% - 4px);
  width: 5px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M1 1L4 4L1 7' stroke='%23969B9D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.breadcrumbs__item:last-child {
  margin-right: 0;
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
  color: #6B7275;
  pointer-events: none;
}

.breadcrumbs__link {
  font-size: 13px;
  color: #969B9D;
  white-space: nowrap;
}

.breadcrumbs__link:hover {
  color: #6B7275;
}

.control-card {
  position: relative;
  z-index: 1;
}

.control-card:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.35%, #2D373C), color-stop(97.84%, rgba(45, 55, 60, 0)));
  background: -webkit-linear-gradient(bottom, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(0deg, #2D373C 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 1;
}

.control-card__photo {
  position: relative;
  padding-bottom: 120%;
}

.control-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.control-card__data {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 120px;
  padding: 20px;
  z-index: 2;
}

.control-card__user {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

.control-card__position {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 15px;
}

.control-card__label {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .docs__swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -14px -28px;
  }
}

@media (min-width: 1024px) {
  .docs__swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0 14px;
    margin-bottom: 28px;
  }
}

.docs__swiper-actions {
  margin-top: 30px;
}

.document-card {
  display: block;
}

.document-card:hover .document-card__photo::before, .document-card:hover .document-card__photo::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.document-card__photo {
  position: relative;
  z-index: 1;
}

.document-card__photo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 55, 60, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.document-card__photo:after {
  content: '';
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M32.2178 0.288766C31.9886 0.0472949 31.6742 -0.0976639 31.3485 -0.0976639H11.8435C8.24433 -0.0976639 5.27344 2.8614 5.27344 6.46019V43.3442C5.27344 46.9434 8.24433 49.9024 11.8435 49.9024H38.3168C41.916 49.9024 44.8869 46.9434 44.8869 43.3442V14.0568C44.8869 13.7428 44.7419 13.4411 44.5367 13.2115L32.2178 0.288766ZM32.568 4.16565L40.8169 12.825H35.4546C33.8605 12.825 32.568 11.5448 32.568 9.95065V4.16565ZM38.3168 47.487H11.8435C9.5852 47.487 7.68891 45.6151 7.68891 43.3442V6.46019C7.68891 4.20189 9.57299 2.31781 11.8435 2.31781H30.1526V9.95065C30.1526 12.8853 32.52 15.2405 35.4546 15.2405H42.4714V43.3442C42.4714 45.6151 40.5873 47.487 38.3168 47.487Z' fill='white'/%3E%3Cpath d='M35.02 39.1539H15.1408C14.4767 39.1539 13.9331 39.6971 13.9331 40.3616C13.9331 41.0258 14.4767 41.5694 15.1408 41.5694H35.0322C35.6964 41.5694 36.24 41.0258 36.24 40.3616C36.24 39.6971 35.6964 39.1539 35.02 39.1539Z' fill='white'/%3E%3Cpath d='M24.1983 34.8181C24.4279 35.0596 24.7419 35.2045 25.0799 35.2045C25.4182 35.2045 25.7322 35.0596 25.9614 34.8181L33.0389 27.2215C33.4978 26.7382 33.4615 25.9653 32.9786 25.5186C32.4953 25.0597 31.7224 25.0955 31.2757 25.5789L26.2876 30.929V17.7408C26.2876 17.0763 25.744 16.5331 25.0799 16.5331C24.4157 16.5331 23.8721 17.0763 23.8721 17.7408V30.929L18.8962 25.5789C18.4373 25.0959 17.6763 25.0597 17.1933 25.5186C16.7104 25.9775 16.6742 26.7385 17.1331 27.2215L24.1983 34.8181Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='50' height='50' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.document-card__img {
  width: 100%;
}

.document-card__title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 140%;
  color: #2D373C;
}

@media (min-width: 1024px) {
  .document-card__title {
    font-size: 18px;
    margin-top: 20px;
  }
}

.feedback {
  background: #FBFBFB;
}

@media (max-width: 639px) {
  .feedback {
    padding-bottom: 40px;
  }
}

.feedback__inner {
  position: relative;
  padding: 20px;
  background: #FFFFFF;
}

@media (min-width: 1024px) {
  .feedback__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 40px 0;
  }
}

@media (min-width: 1200px) {
  .feedback__inner {
    padding: 70px 95px 120px 0;
  }
}

@media (max-width: 639px) {
  .feedback__inner {
    -webkit-box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
            box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
  }
}

@media (min-width: 1024px) {
  .feedback__inner:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #fff;
  }
}

.feedback__main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .feedback__main {
    margin-bottom: 0;
    max-width: 470px;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .feedback__main {
    max-width: 570px;
    padding-right: 102px;
  }
}

.feedback__aside {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.feedback__caption {
  margin-top: 25px;
  font-size: 16px;
  line-height: 150%;
  color: #2D373C;
  opacity: 0.7;
}

.events-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 140px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 993px) {
  .events-small {
    padding-bottom: 0;
    height: auto;
    overflow: visible;
    padding: 25px 0 25px 40px;
  }
}

@media (max-width: 992px) {
  .events-small:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 71, 129, 0.5);
    z-index: 0;
  }
}

@media (min-width: 993px) {
  .events-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    height: calc(100% + 1px);
    width: 1000%;
    display: block;
    background: #2A97DB;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
  }
}

.events-small:hover {
  border-color: transparent;
}

@media (min-width: 993px) {
  .events-small:hover:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: transparent;
  }
}

@media (max-width: 992px) {
  .events-small__data {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    height: 100%;
  }
}

.events-small__title {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-small__title:last-child {
  margin-bottom: 0;
}

.events-small__caption {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.5;
}

.events-small__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  color: #fff;
  font-size: 11px;
  margin-right: 40px;
}

.events-small__date:after {
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 3px;
  width: 3px;
  height: 42px;
  background: #2A97DB;
  -webkit-transform: skew(-37deg);
          transform: skew(-37deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.events-small__date-day {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.events-small__date-mounth {
  opacity: 0.5;
  text-transform: uppercase;
}

.events-small__date-year {
  opacity: 0.5;
  text-transform: uppercase;
}

.events-small:hover:after {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.events-small:hover .events-small__date:after {
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form__content {
  margin-bottom: 25px;
}

.form__group {
  margin-bottom: 15px;
}

.form__group:last-child {
  margin-bottom: 0;
}

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

@media (max-width: 639px) {
  .form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 639px) {
  .form__file {
    margin-bottom: 20px;
  }
}

.form__police {
  margin-top: 35px;
  font-size: 12px;
  line-height: 120%;
  color: #969B9D;
  cursor: pointer;
}

.form__police label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.form__police input {
  margin-right: 10px;
}

.form__police a {
  color: #2A97DB;
  text-decoration: underline;
}

.form__police a:hover {
  text-decoration: none;
}

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-search__data {
  display: none;
}

@media (min-width: 1024px) {
  .header-search__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .header-search__mobile {
    display: none;
  }
}

.header-search__dropdown {
  opacity: 0;
  visibility: hidden;
  width: 0;
  position: absolute;
  right: 0;
  top: -15px;
}

.header-search__dropdown.is-visible {
  width: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-search__dropdown.is-visible .header-search__input {
  width: 360px;
}

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

.header-search__field {
  position: relative;
}

.header-search__input {
  padding: 15px 50px 15px 20px;
  width: 0px;
  font-size: 15px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.header-search__input::-webkit-input-placeholder {
  color: #A7A7A7;
}

.header-search__input::-moz-placeholder {
  color: #A7A7A7;
}

.header-search__input:-ms-input-placeholder {
  color: #A7A7A7;
}

.header-search__input::-ms-input-placeholder {
  color: #A7A7A7;
}

.header-search__input::placeholder {
  color: #A7A7A7;
}

.header-search__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.header-search__button {
  cursor: pointer;
}

.header-search__send {
  border: 0;
  background: 0;
  margin-right: 15px;
}

.header-search__clear {
  cursor: pointer;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-menu__item {
  position: relative;
  padding: 0px 0;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .header-menu__item {
    margin-right: 25px;
  }
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__item.is-dropdown .header-menu__link:after {
  content: '';
  width: 7px;
  height: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.8706 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.8706 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='%232D373C'/%3E%3C/svg%3E%0A");
}

.header-menu__item.is-dropdown .header-menu__link:hover {
  text-decoration: none;
}

.header-menu__item:hover .header-menu__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-menu__item:hover .header-menu__link:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2D373C;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  font-family: 'BrutalType';
}

@media (max-width: 1199px) {
  .header-menu__link {
    font-size: 14px;
  }
}

.header-menu__link:hover {
  text-decoration: underline;
}

.header-menu__dropdown {
  position: absolute;
  left: -20px;
  right: 0;
  top: 100%;
  padding-top: 30px;
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-menu__dropdown-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(45, 55, 60, 0.2);
          box-shadow: 0px 10px 10px rgba(45, 55, 60, 0.2);
}

.header-menu__dropdown-item {
  border-top: 1px solid #EAEBEB;
}

.header-menu__dropdown-link {
  display: block;
  padding: 15px 20px;
  color: #2D373C;
  font-weight: 500;
  font-size: 15px;
  font-family: 'BrutalType';
}

.header-menu__dropdown-link:hover {
  text-decoration: underline;
}

.language-switcher__current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  font-family: 'BrutalType';
  cursor: pointer;
  line-height: 1;
}

.language-switcher__current:after {
  content: '';
  width: 7px;
  height: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin-top: -3px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.87061 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.87061 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='black'/%3E%3C/svg%3E%0A");
}

.language-switcher__current.is-active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .language-switcher__current {
    display: none;
  }
}

.language-switcher__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 767px) {
  .language-switcher__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 45px;
    top: 100%;
    width: 70px;
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px rgba(45, 55, 60, 0.2);
            box-shadow: 0px 10px 10px rgba(45, 55, 60, 0.2);
    border-top: 1px solid rgba(251, 251, 251, 0.2);
  }
  .language-switcher__list.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.language-switcher__item {
  position: relative;
}

@media (min-width: 768px) {
  .language-switcher__item {
    margin-right: 20px;
  }
  .language-switcher__item:after {
    content: '/';
    position: absolute;
    right: -14px;
    top: calc(50% - 10px);
    display: block;
    color: #72797C;
    font-weight: 500;
    font-size: 14px;
    font-family: 'BrutalType';
  }
  .language-switcher__item.is-current .language-switcher__link {
    color: #2D373C;
  }
}

@media (max-width: 1199px) {
  .language-switcher__item {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .language-switcher__item {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .language-switcher__item:last-child {
    margin-bottom: 0;
  }
}

.language-switcher__item:last-child {
  margin-right: 0;
}

.language-switcher__item:last-child:after {
  display: none;
}

.language-switcher__link {
  color: #72797C;
  font-weight: 500;
  font-size: 14px;
  font-family: 'BrutalType';
}

@media (max-width: 1199px) {
  .language-switcher__link {
    font-size: 12px;
  }
}

.language-switcher__link:hover {
  text-decoration: underline;
}

.materials-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.materials-card.is-white .materials-card__label {
  color: #fff;
}

.materials-card.is-white .materials-card__title {
  color: #fff;
}

.materials-card:hover .materials-card__photo:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.materials-card:hover .materials-card__title {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.materials-card__photo {
  position: relative;
  padding-bottom: 64.66%;
  margin-bottom: 15px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .materials-card__photo {
    margin-bottom: 25px;
    padding-bottom: 66.66%;
  }
}

.materials-card__photo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 55, 60, 0.35);
  z-index: 2;
}

.materials-card__photo:after {
  content: '';
  position: absolute;
  left: calc(50% - 21px);
  top: calc(50% - 21px);
  width: 53px;
  height: 53px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26.0509' cy='26.0509' r='26.0509' fill='%2318A7B5'/%3E%3Cpath d='M22 34.3412V17.9207C22 17.1116 22.9107 16.6375 23.5735 17.1014L35.3024 25.3117C35.8711 25.7098 35.8711 26.552 35.3024 26.9502L23.5735 35.1604C22.9107 35.6244 22 35.1502 22 34.3412Z' fill='white'/%3E%3C/svg%3E%0A");
  z-index: 2;
}

.materials-card__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.materials-card__label {
  margin-bottom: 7px;
  opacity: 0.5;
  color: #2D373C;
  font-size: 12px;
  line-height: 140%;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .materials-card__label {
    margin-bottom: 10px;
  }
}

.materials-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2D373C;
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 1024px) {
  .materials-card__title {
    -webkit-line-clamp: 4;
    font-size: 20px;
  }
}

.intro {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

@media (max-width: 992px) {
  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro__swiper-slide {
  position: relative;
  z-index: 1;
  background-position-y: bottom !important;
  background-position-x: right !important;
}

@media (max-width: 992px) {
  .intro__swiper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .intro__swiper-slide {
    position: relative;
    z-index: 1;
    background-position: bottom center !important;
  }
}

.intro__swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(24, 167, 181, 0.20) 0%, rgba(24, 167, 181, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  z-index: -1;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  padding: 130px 0 100px;
  max-height: 750px;
}

@media (min-width: 768px) {
  .intro__inner {
    display: block;
    height: 520px;
    max-height: none;
    padding: 100px 0 110px;
  }
}

@media (min-width: 993px) {
  .intro__inner {
    max-width: 700px;
    height: 730px;
    padding: 160px 0 210px;
  }
}

@media (min-width: 1200px) {
  .intro__inner {
    height: 770px;
    padding: 180px 0 210px;
  }
}

.intro__title {
  color: #fff;
  font-weight: 500;
  font-family: 'BrutalType';
}

.intro__caption {
  margin-top: 25px;
  max-width: 635px;
  color: #FFFFFF;
  line-height: 1.5;
}

@media (max-width: 639px) {
  .intro__caption {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .intro__caption {
    margin-top: 25px;
  }
}

.intro__button {
  margin-top: 50px;
}

@media (max-width: 639px) {
  .intro__button {
    margin-top: 20px;
  }
}

.intro__container-news {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .intro__container-news {
    display: none;
  }
}

@media (min-width: 993px) {
  .intro__container-news {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
}

.intro__aside {
  position: relative;
  height: 100%;
}

.intro__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
}

@media (min-width: 993px) {
  .intro__news {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    top: 64px;
    padding-bottom: 75px;
    max-width: 325px;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .intro__news {
    height: calc(100% - 97px);
    top: 97px;
  }
}

/* @media (min-width: 993px) {
  .intro__news:after {
    content: '';
    position: absolute;
    left: -23%;
    top: 0;
    width: 1000%;
    height: 100%;
    display: block;
    background: rgba(24, 167, 181, 0.70);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
  }
} */

.intro__tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: relative;
}

.intro__tabs-menu::before {
    content: '';
    position: absolute;
    left: -23%;
    top: 0;
    bottom: 0;
    height: calc(100% + 1px);
    width: 1000%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg width='3223' height='86' viewBox='0 0 3223 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_5_5)'%3E%3Cpath d='M18.2565 38.582C6.56152 50.3804 0 66.3205 0 82.933V86H190.275H513H3222.5V1.52588e-05H56.5L18.2565 38.582Z' fill='%2318A7B5' fill-opacity='0.7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_5_5' x='-10' y='-9.99998' width='3242.5' height='106' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_5_5'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_5_5' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (min-width: 993px) {
  .intro__tabs-menu {
    padding-top: 37px;
    padding-bottom: 29px;
  }
}

@media (min-width: 1200px) {
  .intro__tabs-menu {
    padding-top: 37px;
    padding-bottom: 29px;
  }
}

.intro__tabs-item {
  margin: 0 10px 0 0;
  font-size: 32px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  font-family: 'BrutalType';
}

.intro__tabs-item.is-current {
  position: relative;
  opacity: 1;
}

/* .intro__tabs-item.is-current::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  width: 100%;
  height: 2px;
  background: #2A97DB;
} */

.intro__tabs-item:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 993px) {
  .intro__tabs-item {
    opacity: 0.5;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 140%;
    font-size: 12px;
    text-transform: uppercase;
    font-family: inherit;
  }
}

@media (max-width: 767px) {
  .intro__cards {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .intro__cards-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
  }
}

@media (min-width: 993px) {
  .intro__cards-inner {
    display: block;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .intro__cards-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .intro__card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

@media (min-width: 768px) {
  .intro__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 7px;
  }
}

.intro__card {
  cursor: pointer;
}

@media (min-width: 993px) {
  .intro__card {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
    padding: 0;
  }
}

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

.intro__actions::after {
    background: rgba(24, 167, 181, 0.70);
    content: '';
    position: absolute;
    left: -23%;
    top: 0;
    bottom: 0;
    height: 300%;
    width: 1000%;
    display: block;
    z-index: -1;
}

@media (min-width: 993px) {
  .intro__actions {
    display: block;
  }
}

.intro__container-navs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: -60px;
  z-index: 9;
}

@media (min-width: 768px) {
  .intro__container-navs {
    margin-top: -73px;
  }
}

@media (min-width: 993px) {
  .intro__container-navs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}

.intro__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 55px;
  color: #fff;
  background: #114781;
  border-radius: 1px;
  position: relative;
}

.intro__more:hover::before {
  opacity: 1;
}

.intro__more::before {
  content: '';
    position: absolute;
    top: 0;
    left: -23%;
    height: calc(100% + 1px);
    width: 1000%;
    display: block;
    background: #18A7B5;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

@media (min-width: 993px) {
  .intro__more {
    padding: 28px 0;
    background: 0;
    border-radius: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
    text-transform: uppercase;
    width: 100%;
  }
  .intro__more:after {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px;
    height: 10px;
    margin-left: 7px;
    margin-top: -2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L9 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 0.999999L9 5L5 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
  .intro__more:hover {
    color: #fff;
  }
  .intro__more:hover:after {
    margin-left: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

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

.intro__buttons {
  position: relative;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .intro__buttons {
    margin-right: 15px;
  }
}

@media (min-width: 993px) {
  .intro__buttons {
    margin-right: 160px;
  }
}

.intro__buttons:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1000%;
  height: 100%;
  background: #FFF;
  -webkit-transform: skew(-37deg);
          transform: skew(-37deg);
}

@media (min-width: 993px) {
  .intro .news-small:before, .intro .events-small:before {
    background: rgba(24, 167, 181, 0.70);
    content: '';
    position: absolute;
    left: -23%;
    top: 0;
    bottom: 0;
    height: calc(100% + 1px);
    width: 1000%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    z-index: -1;
  }
}

.intro__tabs {
  height: 100%;
}

.intro__tab {
  height: 100%;
  display: none;
}

.intro__tab.is-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.news-card:hover .news-card__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-card__photo {
  position: relative;
  padding-bottom: 100%;
}

.news-card__photo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.35%, rgba(45, 55, 60, 0.9)), color-stop(97.84%, rgba(45, 55, 60, 0)));
  background: -webkit-linear-gradient(top, rgba(45, 55, 60, 0.9) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(180deg, rgba(45, 55, 60, 0.9) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 2;
}

.news-card__photo:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 37, 73, 0.447);
  z-index: 2;
}

.news-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-card__data {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

@media (min-width: 768px) {
  .news-card__data {
    padding: 30px;
  }
}

.news-card__label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .news-card__label {
    margin-bottom: 20px;
  }
}

.news-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

@media (min-width: 768px) {
  .news-card__title {
    font-size: 18px;
  }
}

.news-card__footer {
  margin-top: auto;
}

.news-card__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.8);
}

.news-card__date::before {
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
  width: 11px;
  height: 11px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.2609 0.737633C9.10353 1.22945 9.77068 1.89659 10.2625 2.7392C10.7541 3.58181 11 4.50213 10.9999 5.5C10.9999 6.49777 10.7541 7.41804 10.2624 8.26075C9.77063 9.10336 9.10351 9.77068 8.26087 10.2624C7.41819 10.7541 6.49787 11 5.50005 11C4.50223 11 3.58201 10.7541 2.73928 10.2624C1.89659 9.7705 1.22945 9.10336 0.737633 8.26075C0.245919 7.41796 0 6.49782 0 5.5C0 4.50223 0.245844 3.58193 0.737708 2.7392C1.22955 1.89652 1.89669 1.22937 2.73938 0.737633C3.58201 0.245844 4.5023 0 5.50015 0C6.4981 0 7.41812 0.245844 8.2609 0.737633ZM7.45525 8.87317C8.05202 8.52466 8.52464 8.05186 8.87315 7.45509C9.22169 6.85833 9.39584 6.20663 9.39584 5.50005C9.39584 4.79342 9.22169 4.14173 8.87315 3.54496C8.52467 2.9482 8.05202 2.4755 7.45525 2.12699C6.85849 1.77845 6.20679 1.60425 5.50011 1.60425C4.79349 1.60425 4.14179 1.77845 3.54503 2.12699C2.94831 2.47548 2.47556 2.9482 2.12713 3.54496C1.77861 4.14173 1.60431 4.79342 1.60431 5.50005C1.60431 6.20663 1.77854 6.85833 2.12713 7.45509C2.47564 8.05186 2.94826 8.52463 3.54503 8.87317C4.14186 9.22168 4.79359 9.39576 5.50011 9.39576C6.20682 9.39576 6.85849 9.22168 7.45525 8.87317Z' fill='white'/%3E%3Cpath d='M6.18751 2.75H5.72913C5.66219 2.75 5.6074 2.77155 5.56433 2.81446C5.52154 2.85743 5.5 2.91229 5.5 2.97914V5.50004H3.89583C3.82893 5.50004 3.77409 5.52148 3.7311 5.56435C3.68816 5.60729 3.66669 5.6622 3.66669 5.72918V6.18748C3.66669 6.25435 3.68816 6.30928 3.7311 6.3522C3.77412 6.39512 3.82905 6.41657 3.89583 6.41657H6.18764C6.25441 6.41657 6.30937 6.39512 6.35221 6.3522C6.39513 6.30928 6.41675 6.25435 6.41675 6.18748V2.97914C6.41675 2.91234 6.39513 2.85751 6.35221 2.81446C6.30932 2.77155 6.25438 2.75 6.18751 2.75Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (min-width: 993px) {
  .office__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -9px;
  }
}

@media (min-width: 993px) {
  .office__swiper-slide {
    padding: 0 9px;
    width: 33.33%;
  }
}

.office__swiper-actions {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .office__swiper-actions {
    margin-top: 35px;
  }
}

.office__buttons {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .office__buttons {
    margin-right: 30px;
  }
}

.office-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .office-card__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.office-card__photo {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .office-card__photo {
    max-width: 165px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.office-card__photo img {
  width: 100%;
}

@media (min-width: 1024px) {
  .office-card__main {
    padding: 5px 0;
  }
}

.office-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .office-card__title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.office-card__title svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 7px;
}

.office-card__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.office-card__item {
  margin-bottom: 7px;
}

.office-card__item:last-child {
  margin-bottom: 0;
}

.office-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .office-card__link {
    font-size: 14px;
  }
}

.office-card__link:hover {
  text-decoration: underline;
}

.office-card__icon {
  position: absolute;
  left: 0;
  top: 5px;
}

.news-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  padding-bottom: 65%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 479px) {
  .news-small {
    padding-bottom: 55%;
  }
}

@media (min-width: 993px) {
  .news-small {
    padding-bottom: 0;
    height: auto;
    overflow: visible;
    padding: 28px 0;
  }
}

@media (max-width: 992px) {
  .news-small:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 71, 129, 0.5);
    z-index: 0;
  }
}

@media (min-width: 993px) {
  .news-small:after {
    content: '';
    position: absolute;
    top: 0;
    left: -23%;
    height: calc(100% + 1px);
    width: 1000%;
    display: block;
    background: #18A7B5;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
  }
}

.news-small:hover {
  border-color: transparent;
}

@media (min-width: 993px) {
  .news-small:hover:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-color: transparent;
  }
}

@media (max-width: 992px) {
  .news-small__data {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    height: 100%;
  }
}

.news-small__img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media (min-width: 993px) {
  .news-small__img {
    display: none;
  }
}

.news-small__title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 640px) {
  .news-small__title {
    font-size: 15px;
  }
}

.news-small__title:last-child {
  margin-bottom: 0;
}

.news-small__date {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: #FFFFFF;
  opacity: 0.5;
}

@media (max-width: 992px) {
  .news-small__date {
    margin-top: auto;
  }
}

.news-small:hover:after {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-copyright {
  background: #FBFBFB;
}

.page-copyright__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0;
  font-size: 13px;
  color: #575756;
}

@media (min-width: 1024px) {
  .page-copyright__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

@media (max-width: 639px) {
  .page-copyright__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1023px) {
  .page-copyright__links {
    margin-bottom: 15px;
  }
}

.page-copyright__link {
  margin-right: 15px;
}

.page-copyright__link:last-child {
  margin-right: 0;
}

.page-copyright__link:hover {
  text-decoration: underline;
}

@media (max-width: 639px) {
  .page-copyright__link {
    text-align: center;
    margin-bottom: 5px;
  }
  .page-copyright__link:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .page-copyright__link {
    margin-right: 40px;
  }
}

@media (max-width: 1023px) {
  .page-copyright__company {
    margin-bottom: 15px;
  }
}

@media (min-width: 993px) {
  .partners__swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
    /* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
    /* margin: 0 -4px -10px; */
  }
}

@media (min-width: 993px) {
  .partners__swiper-slide {
    /* padding: 0 5px;
    margin-bottom: 10px; */
    /* width: 16.66%; */
  }
}

.partners__swiper-actions,
.history__swiper-actions,
.management__swiper-actions {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .partners__swiper-actions,
  .history__swiper-actions,
  .management__swiper-actions {
    margin-top: 35px;
  }
}

.partners__buttons {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .partners__buttons {
    margin-right: 30px;
  }
}

.page-header {
  border-bottom: 1px solid #EAEBEB;
  /* -webkit-box-shadow: 0px 10px 10px rgba(45, 55, 60, 0.02);
          box-shadow: 0px 10px 10px rgba(45, 55, 60, 0.02); */
  z-index: 95;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #18A7B5;
  backdrop-filter: blur(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0;
}

@media (min-width: 993px) {
  .page-header.is-homepage,
  .page-header {
    background: #18A7B5;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}

.page-header.is-homepage.is-scrolled,
.page-header.is-scrolled {
  background: #18A7B5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-header.is-homepage.is-scrolled .header-menu__dropdown-list,
.page-header.is-scrolled .header-menu__dropdown-list {
  background: #18A7B5;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-header.is-homepage.is-scrolled .language-switcher__list.is-active,
.page-header.is-scrolled .language-switcher__list.is-active {
  background: #073a6f;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.page-header.is-homepage .page-header__logo,
.page-header .page-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 14px 0;
  padding-right: 50px;
  z-index: 1;
  min-height: 81px;
}

@media (min-width: 1200px) {
  .page-header.is-homepage .page-header__logo,
  .page-header .page-header__logo {
    margin-top: 0;
    padding: 14px 0;
    padding-right: 137px;
  }
}

.page-header.is-homepage .page-header__logo:before,
.page-header .page-header__logo:before {
  content: '';
  position: absolute;
  left: -35px;
  top: -1px;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: -1;
}

@media (min-width: 480px) {
  .page-header.is-homepage .page-header__logo:before,
  .page-header .page-header__logo:before {
    width: 1000%;
    right: 20%;
    top: 0;
    left: auto;
    border-bottom-right-radius: 20px;
  }
}

.page-header.is-homepage .page-header__logo:after,
.page-header .page-header__logo:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #FFF;
  -webkit-transform: skew(-47deg);
          transform: skew(-47deg);
  z-index: -1;
  min-height: 81px;
  border-bottom-right-radius: 20px;
}

.page-header.is-homepage .page-header__logo-img,
.page-header .page-header__logo-img {
  max-width: 140px;
  width: 140px;
}

@media (min-width: 480px) {
  .page-header.is-homepage .page-header__logo-img,
  .page-header .page-header__logo-img {
    max-width: 175px;
  }
}

@media (min-width: 1200px) {
  .page-header.is-homepage .page-header__logo-img,
  .page-header .page-header__logo-img {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .page-header.is-homepage .page-header__wrapper,
  .page-header .page-header__wrapper {
    padding: 0;
  }
}

.page-header.is-homepage .page-header__mobile-button,
.page-header .page-header__mobile-button {
  background: rgba(255, 255, 255, 0.15);
}

.page-header.is-homepage .page-header__mobile-button:before,
.page-header .page-header__mobile-button:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1579 15.25C16.623 15.25 17 15.6418 17 16.125C17 16.6082 16.623 17 16.1579 17H1.84211C1.37702 17 1 16.6082 1 16.125C1 15.6418 1.37702 15.25 1.84211 15.25H16.1579ZM16.1579 9.125C16.623 9.125 17 9.51675 17 10C17 10.4832 16.623 10.875 16.1579 10.875H1.84211C1.37702 10.875 1 10.4832 1 10C1 9.51675 1.37702 9.125 1.84211 9.125H16.1579ZM16.1579 3C16.623 3 17 3.39175 17 3.875C17 4.35825 16.623 4.75 16.1579 4.75H1.84211C1.37702 4.75 1 4.35825 1 3.875C1 3.39175 1.37702 3 1.84211 3H16.1579Z' fill='white'/%3E%3C/svg%3E%0A");
}

.page-header.is-homepage .header-menu__item.is-dropdown .header-menu__link:after,
.page-header .header-menu__item.is-dropdown .header-menu__link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.8706 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.8706 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='white'/%3E%3C/svg%3E%0A");
}

.page-header.is-homepage .header-menu__link,
.page-header .header-menu__link {
  color: #fff;
}

.page-header.is-homepage .header-menu__dropdown,
.page-header .header-menu__dropdown {
  padding-top: 38px;
}

@media (max-width: 1199px) {
  .page-header.is-homepage .header-menu__dropdown,
  .page-header .header-menu__dropdown {
    padding-top: 20px;
    left: 0;
  }
}

.page-header.is-homepage .header-menu__dropdown-list,
.page-header .header-menu__dropdown-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #18A7B5;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.page-header.is-homepage .header-menu__dropdown-item,
.page-header .header-menu__dropdown-item {
  border-top: 1px solid rgba(251, 251, 251, 0.2);
}

.page-header.is-homepage .header-menu__dropdown-link,
.page-header .header-menu__dropdown-link {
  color: #fff;
}

.page-header.is-homepage .socials-list__link,
.page-header .socials-list__link {
  background: rgba(255, 255, 255, 0.07);
}

.page-header.is-homepage .socials-list__link:hover,
.page-header .socials-list__link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.page-header.is-homepage .socials-list__link:hover img, .page-header.is-homepage .socials-list__link:hover svg,
.page-header .socials-list__link:hover img, .page-header .socials-list__link:hover svg {
  -webkit-filter: none;
          filter: none;
}

.page-header.is-homepage .language-switcher__current,
.page-header .language-switcher__current {
  color: #FFFFFF;
}

.page-header.is-homepage .language-switcher__current:after,
.page-header .language-switcher__current:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.8706 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.8706 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .page-header.is-homepage .language-switcher__list,
  .page-header .language-switcher__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 45px;
    top: 100%;
    width: 70px;
    padding: 10px 20px;
    background: rgba(17, 71, 129, 0.8);
    border-top: 1px solid rgba(251, 251, 251, 0.2);
  }
  .page-header.is-homepage .language-switcher__list.is-active,
  .page-header .language-switcher__list.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-list__col {
    width: 50%;
    padding: 0px 8px;
    margin-bottom: 16px;
  }
  .news-list__grid {
    margin: 0 -8px;
  }
}

@media (min-width: 768px) {
  .page-header.is-homepage .language-switcher__item:after,
  .page-header .language-switcher__item:after {
    color: #909DAA;
  }
  .page-header.is-homepage .language-switcher__item.is-current .language-switcher__link,
  .page-header .language-switcher__item.is-current .language-switcher__link {
    color: #FFFFFF;
  }
}

.page-header.is-homepage .language-switcher__link,
.page-header .language-switcher__link {
  color: #909DAA;
}

.page-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  min-height: 98px;
}

@media (max-width: 992px) {
  .page-header__logo-img {
    max-width: 150px;
  }
}

@media (max-width: 1023px) {
  .page-header__menu {
    display: none;
  }
}

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

.page-header__socials {
  display: none;
}

@media (min-width: 768px) {
  .page-header__socials {
    display: block;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .page-header__socials {
    margin-right: 35px;
  }
}

.page-header__search {
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .page-header__search {
    margin-right: 25px;
  }
}

.page-header__search:last-child {
  margin-right: 0;
}

.page-header__mobile-button {
  display: none;
}

@media (max-width: 1023px) {
  .page-header__mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin-left: 20px;
    background: #FAFAFA;
  }
  .page-header__mobile-button:before {
    content: '';
    width: 18px;
    height: 20px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1579 15.25C16.623 15.25 17 15.6418 17 16.125C17 16.6082 16.623 17 16.1579 17H1.84211C1.37702 17 1 16.6082 1 16.125C1 15.6418 1.37702 15.25 1.84211 15.25H16.1579ZM16.1579 9.125C16.623 9.125 17 9.51675 17 10C17 10.4832 16.623 10.875 16.1579 10.875H1.84211C1.37702 10.875 1 10.4832 1 10C1 9.51675 1.37702 9.125 1.84211 9.125H16.1579ZM16.1579 3C16.623 3 17 3.39175 17 3.875C17 4.35825 16.623 4.75 16.1579 4.75H1.84211C1.37702 4.75 1 4.35825 1 3.875C1 3.39175 1.37702 3 1.84211 3H16.1579Z' fill='black'/%3E%3C/svg%3E%0A");
  }
}

.press-card {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 221px;
}

.press-card:hover .press-card__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-card__photo {
  position: relative;
  padding-bottom: 55%;
}

@media (min-width: 768px) {
  .press-card__photo {
    padding-bottom: 30.3%;
  }
}

.press-card__photo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.35%, rgba(45, 55, 60, 0.9)), color-stop(97.84%, rgba(45, 55, 60, 0)));
  background: -webkit-linear-gradient(left, rgba(45, 55, 60, 0.9) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  background: linear-gradient(90deg, rgba(45, 55, 60, 0.9) 1.35%, rgba(45, 55, 60, 0) 97.84%);
  z-index: 2;
}

.press-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-card__data {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

@media (min-width: 768px) {
  .press-card__data {
    padding: 30px;
  }
}

.press-card__label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .press-card__label {
    margin-bottom: 20px;
  }
}

.press-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

@media (min-width: 768px) {
  .press-card__title {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .press-card__title {
    -webkit-line-clamp: 3;
  }
}

.press-card__footer {
  margin-top: auto;
}

.press-card__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.8);
}

.reviews-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
          box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
}

@media (min-width: 768px) {
  .reviews-card {
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .reviews-card {
    padding: 30px;
  }
}

.reviews-card__header {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .reviews-card__header {
    margin-bottom: 30px;
  }
}

.reviews-card__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.reviews-card__user:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='48' viewBox='0 0 58 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.0839 25.9424C46.0839 33.075 46.0839 34.2645 40.1429 34.2645L40.1428 47.5389C54.0045 47.5389 57.9702 38.2195 57.9702 21.7824L57.9702 1.14441e-05L32.2158 9.19257e-06L32.2158 21.7824L46.0839 21.7824L46.0839 25.9424Z' fill='%23F7F7F7'/%3E%3Cpath d='M13.8575 21.7824L13.8575 25.9424C13.8575 33.075 13.8575 34.2645 7.91647 34.2645L7.91647 47.5389C21.7782 47.5389 25.7417 38.2195 25.7417 21.7824L25.7417 1.14441e-05L8.04499e-05 9.19369e-06L7.85457e-05 21.7824L13.8575 21.7824Z' fill='%23F7F7F7'/%3E%3C/svg%3E%0A");
  z-index: -1;
}

.reviews-card__user-photo {
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .reviews-card__user-photo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .reviews-card__user-photo {
    width: 70px;
    height: 70px;
    margin-right: 17px;
  }
}

.reviews-card__user-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-card__user-name {
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #2D373C;
}

@media (min-width: 768px) {
  .reviews-card__user-name {
    font-size: 20px;
    line-height: 29px;
  }
}

@media (min-width: 1024px) {
  .reviews-card__user-name {
    font-size: 24px;
  }
}

.reviews-card__user-position {
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #2D373C;
}

@media (min-width: 1024px) {
  .reviews-card__user-position {
    font-size: 14px;
    margin-top: 8px;
  }
}

.reviews-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-card__text p {
  font-size: 13px;
  line-height: 150%;
  color: #2D373C;
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .reviews-card__text p {
    font-size: 15px;
  }
}

.reviews-card__text p:first-child {
  margin-top: 0;
}

.reviews-card__text p:last-child {
  margin-bottom: 0;
}

.reviews-card__footer {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .reviews-card__footer {
    margin-top: 25px;
  }
}

.reviews-card__more {
  text-decoration: underline;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2A97DB;
}

@media (min-width: 1024px) {
  .reviews-card__more {
    font-size: 14px;
  }
}

.reviews-card__more:hover {
  text-decoration: none;
}

.partners-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 0 15px;
  background: #FFFFFF;
}

@media (min-width: 768px) {
  .partners-card {
    height: 131px;
  }
}

.promo {
  position: relative;
  background: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 993px) {
  .promo.is-small .container {
    position: relative;
  }
  .promo.is-small .promo__wrapper {
    min-height: 540px;
    width: 850px;
  }
  .promo.is-small .promo__wrapper:after {
    right: 215px;
    -webkit-transform: skew(321deg);
            transform: skew(321deg);
  }
  .promo.is-small .promo__pic {
    left: auto;
    right: -165px;
    width: 875px;
  }
  /* .promo.is-secondary .container {
    position: relative;
  } */
  .promo.is-secondary .promo__wrapper {
    min-height: 755px;
    width: 1035px;
  }
  .promo.is-secondary .promo__wrapper:after {
    /* display: none; */
    transform: skew(327.5deg) !important;
    right: 260px !important;
  }
  .promo.is-secondary.is-all .promo__wrapper {
    width: 653px;
  }
  .promo.is-secondary.is-all .promo__pic {
    width: 960px;
  }
  .promo.is-secondary .promo__text {
    max-width: 780px;
    color: #808285;
    font-size: 16px;
  }
  .promo.is-secondary .promo__pic {
    left: auto;
    right: -165px;
    width: 875px;
  }
}

@media (min-width: 1200px) {
  .promo.is-secondary .promo__wrapper:after {
    content: '';
    position: absolute;
    right: 225px;
    top: 0;
    bottom: 0;
    width: 75px;
    height: 100%;
    background: #F6F6F6;
    z-index: 1;
    -webkit-transform: skew(325deg);
    transform: skew(325deg);
    z-index: -1;
  }
}

@media (max-width: 992px) {
  .promo {
    overflow: hidden;
  }

  .promo.is-secondary {
    background: #FBFBFB;
  }
}

.promo__inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 993px) {
  .promo__inner:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: #FBFBFB;
    z-index: -1;
  }
}

.promo__wrapper {
  position: relative;
  z-index: 2;
  background: #FBFBFB;
}

@media (min-width: 993px) {
  .promo__wrapper {
    width: 900px;
    min-height: 660px;
    margin-right: auto;
    -webkit-clip-path: polygon(100% 0, 68% 64%, 49% 100%, 0% 100%, 0 53%, 0% 0%);
            clip-path: polygon(100% 0, 68% 64%, 49% 100%, 0% 100%, 0 53%, 0% 0%);
  }
  .promo__wrapper:after {
    content: '';
    position: absolute;
    right: 225px;
    top: 0;
    bottom: 0;
    width: 75px;
    height: 100%;
    background: #F6F6F6;
    z-index: 1;
    -webkit-transform: skew(325deg);
            transform: skew(325deg);
    z-index: -1;
  }
}

.promo__container {
  max-width: 1140px;
}

.promo__header {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}

.promo__breadcrumbs {
  margin-bottom: 15px;
}

@media (min-width: 993px) {
  .promo__breadcrumbs {
    margin-bottom: 30px;
  }
}

.promo__title {
  margin-bottom: 20px;
}

@media (min-width: 993px) {
  .promo__title {
    max-width: 620px;
  }
}

.promo__title:last-child {
  margin-bottom: 0;
}

.promo__title.is-small {
  position: relative;
  max-width: 570px;
  z-index: 1;
}

@media (min-width: 993px) {
  .promo__title.is-small:after {
    content: '';
    position: absolute;
    right: -50px;
    top: -40px;
    width: 66px;
    height: 54px;
    background-image: url("data:image/svg+xml,%3Csvg width='66' height='54' viewBox='0 0 66 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M52.4984 29.4685C52.4984 37.5705 52.4984 38.9216 45.75 38.9216L45.75 54C61.4954 54 66 43.4141 66 24.7432L66 0.000686646L36.7456 0.000684088L36.7456 24.7432L52.4984 24.7432L52.4984 29.4685Z' fill='%23F2F2F2'/%3E%3Cpath d='M15.8924 24.7432L15.8924 29.4685C15.8924 37.5705 15.8924 38.9216 9.14398 38.9216L9.14398 54C24.8894 54 29.3916 43.4141 29.3916 24.7432L29.3916 0.000686646L0.151782 0.000684089L0.15178 24.7432L15.8924 24.7432Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
    z-index: -1;
  }
}

.promo__label {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2D373C;
  opacity: 0.5;
  margin-bottom: 20px;
}

.promo__text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 140%;
  color: #2D373C;
}

.promo__text:last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .promo__text {
    font-size: 15px;
  }
}

@media (min-width: 993px) {
  .promo__text {
    max-width: 580px;
    font-size: 18px;
  }
}

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

.promo__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #2D373C;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .promo__item {
    font-size: 16px;
    max-width: 565px;
  }
}

@media (min-width: 1200px) {
  .promo__item {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.promo__item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 4px;
  height: 4px;
  background: #2A97DB;
  border-radius: 50%;
}

.promo__item:last-child {
  margin-bottom: 0;
}

.promo__user {
  margin-top: 30px;
}

@media (min-width: 993px) {
  .promo__user {
    margin-top: 50px;
  }
}

.promo__user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #2D373C;
}

@media (min-width: 993px) {
  .promo__user-name {
    font-size: 20px;
  }
}

.promo__user-position {
  margin-top: 5px;
  line-height: 100%;
  color: #2D373C;
  opacity: 0.5;
  font-size: 13px;
}

@media (min-width: 993px) {
  .promo__user-position {
    font-size: 15px;
  }
}

.promo__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

@media (min-width: 993px) {
  .promo__footer {
    margin-top: 45px;
  }
}

@media (max-width: 479px) {
  .promo__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news-list__col {
    width: 100%;
    margin-bottom: 16px;
  }

  .news-card__photo {
    padding-bottom: 66%;
  }
}

.promo__button {
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .promo__button {
    margin-right: 25px;
    margin-bottom: 0;
  }
}

.promo__button:last-child {
  margin-right: 0;
}

@media (min-width: 993px) {
  .promo__pic {
    position: absolute;
    top: 0;
    right: auto;
    left: 30%;
    bottom: 0;
    width: 70%;
    height: calc(100% - 2px);
    z-index: 0;
  }

  .promo.is-secondary .promo__pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(24, 167, 181, 0.20) 0%, rgba(24, 167, 181, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    z-index: 2;
  }
}

.promo__cur-pic {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.promo__stats {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .promo__stats {
    margin-top: 32px;
    max-width: 700px;
    margin-left: 0;
  }
}

.promo__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .promo__logos {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .promo__logos {
    margin-top: 70px;
  }
}

.promo__logos-item {
  margin-right: 30px;
}

.promo__logos-item:last-child {
  margin-right: 0;
}

.promo__events {
  margin-top: 30px;
}

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

.promo__events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
  color: #2D373C;
  font-size: 18px;
}

.promo__events-item:last-child {
  margin-bottom: 0;
}

.promo__events-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.promo__article {
  margin-top: 30px;
  background: #fff;
}

@media (min-width: 1024px) {
  .promo__article {
    margin-top: 60px;
  }
}

.socials-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.socials-list__item {
  margin-right: 0.625rem;
}

.socials-list__item:last-child {
  margin-right: 0;
}

.socials-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1px;
  background: #FAFAFA;
}

.socials-list__link img, .socials-list__link svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.socials-list__link:hover img, .socials-list__link:hover svg {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.section-default {
  overflow: hidden;
  background: #FBFBFB;
}

.section-default.is-dark {
  position: relative;
  z-index: 1;
  background: 0;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.section-default.is-dark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(24, 167, 181, 0.40) 0%, rgba(24, 167, 181, 0.40) 100%), linear-gradient(0deg, rgba(45, 55, 60, 0.40) 0%, rgba(45, 55, 60, 0.40) 100%);
  -webkit-backdrop-filter: blur(8.5px);
  backdrop-filter: blur(8.5px);
  z-index: 1;
}

@media (min-width: 1024px) {
  .section-default.is-dark:before {
    background: linear-gradient(0deg, rgba(24, 167, 181, 0.40) 0%, rgba(24, 167, 181, 0.40) 100%), linear-gradient(0deg, rgba(45, 55, 60, 0.40) 0%, rgba(45, 55, 60, 0.40) 100%);
    -webkit-backdrop-filter: blur(8.5px);
            backdrop-filter: blur(8.5px);
  }
}

.section-default.is-dark .section-default__title {
  color: #fff;
}

.section-default.is-white {
  background: #fff;
}

.section-default__container {
  position: relative;
  z-index: 1;
}

.section-default__figure {
  position: absolute;
  width: 930px;
  height: 100%;
  z-index: -1;
  display: none;
}

@media (min-width: 1200px) {
  .section-default__figure {
    display: block;
  }
}

.section-default__figure:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1000%;
  height: 100%;
}

.section-default__figure.is-left {
  top: 0;
  left: -460px;
  -webkit-transform: skew(-37deg);
          transform: skew(-37deg);
}

.section-default__figure.is-left:before {
  right: 100%;
}

.section-default__figure.is-right:before {
  left: 100%;
  width: 10000%;
}

.section-default__figure.is-gray {
  background: #F6F6F6;
}

.section-default__figure.is-gray:before {
  background: #F6F6F6;
}

.section-default__figure.is-light {
  background: #FBFBFB;
}

.section-default__figure.is-light:before {
  background: #FBFBFB;
}

.section-default__figure.is-small {
  display: block;
  width: 475px;
  left: -250px;
}

@media (min-width: 1024px) {
  .section-default__figure.is-small {
    width: 475px;
    left: -170px;
  }
}

.section-default__inner {
  padding: 40px 0;
  padding-top: 35px;
}

@media (min-width: 1024px) {
  .section-default__inner {
    padding: 50px 0;
    padding-top: 35px;
  }
}

@media (min-width: 1200px) {
  .section-default__inner {
    padding: 70px 0;
    padding-top: 35px;
  }
}

.section-default__header {
  margin-bottom: 25px;
}

@media (min-width: 640px) {
  .section-default__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
}

@media (min-width: 1024px) {
  .section-default__header {
    margin-bottom: 35px;
  }
}

.section-default__header:last-child {
  margin-bottom: 0;
}

.section-default__header.has-lines {
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEBEB;
  position: relative;
}

.section-default__header.has-lines:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ED1C24;
}

.section-default__link {
  margin-top: 15px;
}

@media (min-width: 640px) {
  .section-default__link {
    margin-left: 30px;
    margin-top: 0;
  }
}

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

.section-default__menu {
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .section-default__menu {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .section-default__menu {
    margin-bottom: 40px;
  }
}

.section-default__content {
  position: relative;
  z-index: 1;
}

.section-default__preloader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.section-default__preloader:before {
  content: '';
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  background: url("/local/templates/common/assets/css/../img/general/preloader.gif") no-repeat;
}

.section-default__tabs {
  position: relative;
}

.section-default__tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.section-default__tab.is-current {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}

.section-default__swiper-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .section-default__swiper-actions {
    margin-top: 35px;
  }
}

.section-default__buttons {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .section-default__buttons {
    margin-right: 30px;
  }
}

.section-default__wrapper {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .section-default__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-default__main {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.section-default__aside {
  padding: 0 15px;
  display: none;
}

@media (min-width: 1024px) {
  .section-default__aside {
    max-width: 339px;
    display: block;
  }
}

@media (min-width: 1200px) {
  .section-default__aside {
    width: 100%;
    max-width: 380px;
  }
}

.section-default__card {
  margin-bottom: 30px;
}

.section-default__card:last-child {
  margin-bottom: 0;
}

.section-default__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -24px;
}

.section-default__column {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .section-default__column.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) {
  .section-default__column.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .section-default__column.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.section-default__column.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 480px) {
  .section-default__column.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 1024px) {
  .section-default__column.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.section-default__footer {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .section-default__footer {
    margin-top: 60px;
  }
}

.subs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background: #fff;
}

@media (min-width: 1024px) {
  .subs__inner {
    padding: 30px 0;
  }
}

.subs__title {
  margin-right: 10px;
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #575756;
}

@media (min-width: 1024px) {
  .subs__title {
    font-size: 18px;
    margin-right: 15px;
  }
}

.subs .socials-list__link {
  width: 33px;
  height: 33px;
  background: #FAFAFA;
  border-radius: 1px;
}

.subs .socials-list__link svg, .subs .socials-list__link img {
  max-width: 18px;
  max-height: 18px;
}

@media (min-width: 1024px) {
  .subs .socials-list__link {
    width: 44px;
    height: 44px;
  }
  .subs .socials-list__link svg, .subs .socials-list__link img {
    max-width: none;
    max-height: none;
  }
}

@media (max-width: 992px) {
  .tabs-menu {
    overflow: hidden;
  }
}

.tabs-menu__wrapper {
  border-bottom: 1px solid #EAEBEB;
}

.tabs-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #EAEBEB;
}

@media (max-width: 992px) {
  .tabs-menu__list {
    overflow-y: hidden;
    margin-bottom: -20px;
    padding-bottom: 20px;
  }
}

.tabs-menu__item {
  position: relative;
  margin-right: 25px;
  padding-bottom: 10px;
}

@media (max-width: 639px) {
  .tabs-menu__item {
    margin-right: 15px;
  }
}

.tabs-menu__item:last-child {
  margin-right: 0;
}

.tabs-menu__item.is-current {
  pointer-events: none !important;
}

.tabs-menu__item.is-current:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background: #2A97DB;
}

.tabs-menu__item.is-current .tabs-menu__link {
  opacity: 1;
  pointer-events: none !important;
}

.tabs-menu__link {
  opacity: 0.5;
  color: #2D373C;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
  font-family: 'BrutalType';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 639px) {
  .tabs-menu__link {
    font-size: 14px;
  }
}

.tabs-menu__link:hover {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -5px 0;
  padding: 0;
  list-style-type: none;
}

.tags__item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.tags__item:last-child {
  margin-right: 0;
}

.tags__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #2A97DB;
  font-style: italic;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .vacancy__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vacancy__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.vacancy__aside {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .vacancy__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .vacancy__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px;
  }
}

.vacancy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  .vacancy__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 1px solid #EAEBEB;
  }
}

.vacancy__item {
  position: relative;
  margin-right: 15px;
}

@media (min-width: 1024px) {
  .vacancy__item {
    margin-bottom: 22px;
    padding-left: 30px;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .vacancy__item.is-active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 23px;
    width: 2px;
    background: #ED1C24;
  }
}

.vacancy__item.is-active .vacancy__link {
  color: #2D373C;
}

.vacancy__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.vacancy__link {
  font-family: 'BrutalType';
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #AAAFB0;
  white-space: nowrap;
}

.vacancy__link:hover {
  color: #2D373C;
}

.vacancy__button {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .vacancy__button {
    margin-top: 35px;
  }
}

.vacancy__card {
  margin-bottom: 20px;
}

.vacancy__card:last-child {
  margin-bottom: 0;
}

.vacancy-card {
  padding: 30px;
  cursor: pointer;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
          box-shadow: 0px 10px 30px rgba(45, 55, 60, 0.07);
}

@media (max-width: 639px) {
  .vacancy-card {
    padding: 15px;
  }
}

.vacancy-card.is-active .vacancy-card__content {
  display: block;
}

.vacancy-card.is-active .vacancy-card__title:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.vacancy-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #2D373C;
}

@media (max-width: 639px) {
  .vacancy-card__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.vacancy-card__title:after {
  content: '';
  width: 14px;
  height: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L7 6L13 1' stroke='%232D373C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.vacancy-card__text {
  font-size: 15px;
  line-height: 150%;
  color: #2D373C;
  opacity: 0.7;
}

@media (max-width: 639px) {
  .vacancy-card__text {
    font-size: 14px;
  }
}

.vacancy-card__content {
  display: none;
  padding-top: 20px;
}

@media (max-width: 639px) {
  .vacancy-card__content {
    padding-top: 10px;
  }

  
}

.vacancy-card__content h1, .vacancy-card__content h2, .vacancy-card__content h3, .vacancy-card__content h4, .vacancy-card__content h5 {
  margin-bottom: 15px;
  font-family: 'ProximaNova';
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #2D373C;
}

@media (max-width: 639px) {
  .vacancy-card__content h1, .vacancy-card__content h2, .vacancy-card__content h3, .vacancy-card__content h4, .vacancy-card__content h5 {
    font-size: 16px;
  }
}

.vacancy-card__content h1:last-child, .vacancy-card__content h2:last-child, .vacancy-card__content h3:last-child, .vacancy-card__content h4:last-child, .vacancy-card__content h5:last-child {
  margin-bottom: 0;
}

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

.vacancy-card__content ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 150%;
  color: #2D373C;
  opacity: 0.7;
}

.vacancy-card__content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background: #2A97DB;
  border-radius: 50%;
}

.vacancy-card__content ul li:last-child {
  margin-bottom: 0;
}

.vacancy-card__row {
  margin-bottom: 20px;
}

.vacancy-card__row:last-child {
  margin-bottom: 0;
}

.vacancy-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media (max-width: 639px) {
  .vacancy-card__footer {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.vacancy-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vacancy-card__meta-item {
  position: relative;
  margin-right: 22px;
}

.vacancy-card__meta-item:after {
  content: '';
  position: absolute;
  right: -13px;
  top: calc(50% - 3px);
  width: 4px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1.88709' cy='2.10829' r='1.88709' fill='%23969B9D'/%3E%3C/svg%3E%0A");
}

.vacancy-card__meta-item:last-child {
  margin-right: 0;
}

.vacancy-card__meta-item:last-child:after {
  display: none;
}

.vacancy-card__meta-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2D373C;
  opacity: 0.5;
}

@media (max-width: 639px) {
  .vacancy-card__meta-text {
    font-size: 11px;
  }
}

.vacancy-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  color: #AAAFB0;
}

@media (max-width: 639px) {
  .vacancy-card__link {
    font-size: 11px;
  }
}

@media (max-width: 639px) {
  .vacancy-card__link {
    margin-top: 15px;
  }
}

.vacancy-card__link:hover {
  text-decoration: underline;
}

.vacancy-card__link-icon {
  margin-right: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
}

.scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ldBar {
  position: relative;
}

.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
}

.ldBar-label:after {
  content: "%";
  display: inline;
}

.ldBar.no-percent .ldBar-label:after {
  content: "";
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-panel:after {
  height: 44px;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size);
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-navbar > * {
  min-height: 44px;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-navbar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.mm-navbar__title:not(:last-child) {
  padding-right: 0;
}

.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed);
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-divider:before {
  background: rgba(0, 0, 0, 0.05);
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-divider {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
  }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
}

.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important;
}

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important;
}

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

.mm-menu_tip-bottom:before, .mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before {
  content: '';
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

:root {
  --mm-iconbar-size:50px;
}

.mm-menu_iconbar-left .mm-navbars_bottom, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-panels {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size);
}

.mm-menu_iconbar-right .mm-navbars_bottom, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-menu_iconbar-left .mm-iconbar, .mm-menu_iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size:50px;
}

.mm-panel_iconpanel-1 {
  width: calc(100% - 50px);
  width: calc(100% - (var(--mm-iconpanel-size) * 1));
}

.mm-panel_iconpanel-2 {
  width: calc(100% - 100px);
  width: calc(100% - (var(--mm-iconpanel-size) * 2));
}

.mm-panel_iconpanel-3 {
  width: calc(100% - 150px);
  width: calc(100% - (var(--mm-iconpanel-size) * 3));
}

.mm-panel_iconpanel-first ~ .mm-panel {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  transform: unset;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: 0;
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none;
}

.mm-navbars_bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: none;
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border);
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0;
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0;
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0;
}

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none;
}

.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none;
}

.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px;
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size) * .7);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  font: inherit;
  font-size: inherit;
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin .4s ease;
  transition: margin .4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panel {
  padding-right: 0;
}

.mm-sectionindexer_active {
  right: 0;
}

.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px;
}

.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text {
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 50px);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

input.mm-toggle:before {
  background: #f3f3f3;
}

input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

input.mm-toggle:checked {
  background: #4bd963;
}

input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2);
}

input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: .3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

input.mm-check:checked:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 50px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.swiper-container-initialized {
  overflow: hidden;
  position: relative;
}

.js-swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}

.mm-wrapper__blocker.mm-slideout {
  background: #000;
  opacity: 0.5;
  z-index: 99595959959;
}

.mobile-menu {
  display: none;
}

.mm-menu_opened {
  display: block;
}

.mm-navbar {
  background: #18A7B5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mm-panel {
  background: #18A7B5;
}

.mm-menu a {
  color: #fff !important;
}

.mm-btn:after, .mm-btn:before {
  border-color: #fff !important;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none;
  position: absolute;
  right: 0;
}

.mm-navbar > * {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mm-btn_close:before {
  content: '';
  -webkit-transform: none;
          transform: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L13.8857 13.8857' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.48047 14L14.3661 2.11433' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.mm-btn_close:after {
  display: none !important;
}

.mm-navbar__title span {
  color: #fff !important;
  font-size: 18px !important;
}

.mm-navbars_bottom {
  z-index: 99595;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.mm-listitem {
  font-size: 14px;
  border-color: rgba(255, 255, 255, 0.3);
}

.swiper-pagination {
  position: static;
  width: auto;
  font-size: 0;
}

.swiper-pagination.is-white .swiper-pagination-current {
  color: #FFFFFF;
}

.swiper-pagination.is-white .swiper-pagination-current:after {
  background: #fff;
}

.swiper-pagination.is-white .swiper-pagination-total {
  color: #FFFFFF;
}

.swiper-pagination-current {
  display: inline-block;
  width: 18px;
  position: relative;
  color: #2D373C;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
  margin-right: 57px;
}

.swiper-pagination-current:after {
  content: '';
  position: absolute;
  left: 28px;
  top: 50%;
  width: 38px;
  height: 1px;
  opacity: 0.5;
  background: #2D373C;
}

.swiper-pagination-total {
  display: inline-block;
  width: 18px;
  opacity: 0.5;
  color: #2D373C;
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
  text-transform: uppercase;
}

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

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

.swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
  height: 60px;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #FBFBFB;
  -webkit-transform: skew(-37deg);
          transform: skew(-37deg);
}

@media (min-width: 768px) {
  .swiper-button {
    width: 105px;
    height: 75px;
  }
}

.swiper-button:hover {
  background: #e0dfdf;
}

.swiper-button:hover:before, .swiper-button:hover:after {
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper-button.is-white {
  background: #FFF;
}

.swiper-button.is-white:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #F1F2F2;
}

.swiper-button.is-small {
  width: 70px;
  height: 45px;
}

@media (min-width: 768px) {
  .swiper-button.is-small {
    width: 127px;
    height: 56px;
  }
}

.swiper-button.is-small.is-prev {
  margin-right: 5px;
}

.swiper-button.is-gray {
  background: rgba(255, 255, 255, 0.1);
}

.swiper-button.is-gray.is-prev {
  margin-right: 5px;
}

.swiper-button.is-gray.is-prev:before {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}

.swiper-button.is-gray.is-next:before {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}

.swiper-button.is-gray:hover {
  background: #fff;
}

.swiper-button.is-gray:hover.is-next:before, .swiper-button.is-gray:hover.is-prev:before {
  -webkit-filter: none;
          filter: none;
}

.swiper-button.is-prev:before {
  content: '';
  width: 21px;
  height: 14px;
  display: block;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='14' viewBox='0 0 21 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L0.999999 7L8 13' stroke='%232D373C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 7H20' stroke='%232D373C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-transform: skew(37deg);
          transform: skew(37deg);
}

.swiper-button.is-next:before {
  content: '';
  width: 21px;
  height: 14px;
  display: block;
  -webkit-filter: opacity(0.6);
          filter: opacity(0.6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='14' viewBox='0 0 21 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13L20 7L13 1' stroke='%232D373C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 7L1 7' stroke='%232D373C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-transform: skew(37deg);
          transform: skew(37deg);
}

.jq-file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

.jq-file__browse {
  display: none !important;
}

.jq-file__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-left: 52px;
  height: 42px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2D373C;
  overflow: hidden;
  font: inherit !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  border: none !important;
  cursor: pointer;
}

.jq-file__name span {
  display: block;
  font-size: 13px;
  color: #2D373C;
  opacity: 0.5;
  cursor: pointer;
}

.jq-file__name::before {
  content: '';
  width: 42px;
  height: 42px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='42' height='42' rx='21' fill='%23FAFAFA'/%3E%3Cpath d='M28.6898 20.3019L21.7448 27.2469C20.894 28.0977 19.74 28.5757 18.5368 28.5757C17.3336 28.5757 16.1796 28.0977 15.3288 27.2469C14.478 26.3961 14 25.2421 14 24.0389C14 22.8357 14.478 21.6817 15.3288 20.8309L22.2738 13.8859C22.841 13.3187 23.6103 13 24.4125 13C25.2146 13 25.984 13.3187 26.5512 13.8859C27.1184 14.4531 27.437 15.2224 27.437 16.0245C27.437 16.8267 27.1184 17.596 26.5512 18.1632L19.5986 25.1082C19.315 25.3918 18.9303 25.5512 18.5293 25.5512C18.1282 25.5512 17.7435 25.3918 17.4599 25.1082C17.1763 24.8246 17.017 24.44 17.017 24.0389C17.017 23.6378 17.1763 23.2532 17.4599 22.9696L23.8759 16.5611' stroke='%232A97DB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.swiper-button.is-gray {
  background: transparent;
}

.intro__tabs-menu .intro__tabs-item {
  cursor: default;
}

@media(max-width: 1200px) {
  .page-header.is-homepage .page-header__logo:after, .page-header .page-header__logo:after {
    transform: skew(-35deg);
  }

  .page-header__wrapper {
    min-height: 80px;
  }
}

/* .promo__pic.is-cover .promo__cur-pic {
  position: relative;
}

.promo__pic.is-cover .promo__cur-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .promo__inner.is-cover {
  width: calc(100% - 492px);
  padding-right: 26px;
} */

.promo.is-product .promo__pic.is-cover {
  flex: 0 0 550px;
  width: 550px;
}

.promo.is-product .promo__pic.is-cover .promo__cur-pic {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .promo.is-product .promo__pic.is-cover {
    width: 100%;
    flex: 0 0 auto;
    height: 300px;
  }
}



/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/local/components/altit/altit.feedback/templates/news/style.css?1723024173688*/
.form_box_callback .req:invalid {
    border: 1px solid red;
}
.form_box_callback .req:valid {
    border: 1px solid green;
}
.form-group.form_box_callback {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
label.mf-text {
  margin-bottom: 5px;
}
.feedback_form {
  display: flex;
  flex-direction: column;
}
#button {
  max-width: 200px;
  min-height: 30px;
  background: aliceblue;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
#button:hover {
  background-color: #D8FCFF;
}
.OK_MESSAGE {
  color: green;
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.grecaptcha-badge {
  display: none;
}
/* End */


/* Start:/local/components/altit/altit.feedback/templates/registarion/style.css?1723024173688*/
.form_box_callback .req:invalid {
    border: 1px solid red;
}
.form_box_callback .req:valid {
    border: 1px solid green;
}
.form-group.form_box_callback {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
label.mf-text {
  margin-bottom: 5px;
}
.feedback_form {
  display: flex;
  flex-direction: column;
}
#button {
  max-width: 200px;
  min-height: 30px;
  background: aliceblue;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
#button:hover {
  background-color: #D8FCFF;
}
.OK_MESSAGE {
  color: green;
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.grecaptcha-badge {
  display: none;
}
/* End */


/* Start:/local/components/altit/altit.feedback/templates/order/style.css?1723024173688*/
.form_box_callback .req:invalid {
    border: 1px solid red;
}
.form_box_callback .req:valid {
    border: 1px solid green;
}
.form-group.form_box_callback {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
label.mf-text {
  margin-bottom: 5px;
}
.feedback_form {
  display: flex;
  flex-direction: column;
}
#button {
  max-width: 200px;
  min-height: 30px;
  background: aliceblue;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
#button:hover {
  background-color: #D8FCFF;
}
.OK_MESSAGE {
  color: green;
  text-align: center;
  margin: 30px 0px 30px 0px;
}
.grecaptcha-badge {
  display: none;
}
/* End */


/* Start:/local/templates/common/template_styles.css?172302849025227*/
.page-header__logo-img {
  max-width: 197px;
}
@media (max-width: 992px) {
  .page-header__logo-img {
    max-width: 150px;
  }
}

.page.is-homepage,
.page {
  padding-top: 98px;
}

.video-box {
  position: relative;
  overflow: hidden;
}
.video-box video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  z-index: -2;
}
.video-content {
  position: relative;
  color: #fff;
  padding: 50px;
  font-size: 20px;
}
.promo__logos-msg {
  display: inline-flex;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #2d373c;
  margin-right: 1rem;
}

.section-default__aside {
  position: relative;
}

@media (min-width: 768px) {
  .promo__logos-msg {
    font-size: 20px;
  }
}

.js-article-swiper .article__swiper-slide {
  display: flex;
  position: relative;
  padding-bottom: 60%;
}

.js-article-swiper .article__swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 993px) {
  .contacts:before {
    margin-right: calc(100% - 46%);
  }
  .contacts:after {
    margin-right: calc(100% - 46%);
  }
}

button[disabled="disabled"] {
  opacity: 0.5;
  cursor: default;
}

.is-short .intro {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1360px;
  margin: 0 auto;
}

.is-short .section-default {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
  margin: 0 auto;
}

.is-short .promo {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
  margin: 0 auto;
}

.is-short .promo__inner:before {
  display: none;
}

.is-short .promo__pic {
  left: 30%;
}

.is-short .page-copyright {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
}

.contacts {
  max-width: 1330px;
  max-width: 1420px;
  margin: 0 auto;
}

.contacts__container {
  max-width: 1330px;
}

.contacts:before {
  margin-right: calc(100% - 45%);
}

.contacts:after {
  margin-right: calc(100% - 45%);
}

.is-short .main-header {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
  margin: 0 auto;
}

.is-short .feedback {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
  margin: 0 auto;
}

.article__text a:not(.button),
.advants__main a:not(.button) {
  color: #18a7b5;
}

.article__text a:hover,
.advants__main a:hover {
  text-decoration: underline;
}

.news-card__photo:after,
.press-card__photo:before {
  backdrop-filter: blur(2px);
}

.partners-card {
  padding: 0;
}

.partners-card__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(45, 55, 60, 0.1);
  background: #fff;
}

.partners-card__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.subscribe-modal {
  max-width: 455px !important;
}

.subscribe-modal__close {
  position: absolute;
  right: 0;
  top: -25px;
  cursor: pointer;
}

@media (min-width: 640px) {
  .subscribe-modal__close {
    right: -40px;
    top: 0;
  }
}

.subscribe-modal__title {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .subscribe-modal__title {
    margin-bottom: 35px;
    font-size: 30px;
  }
}

.subscribe-modal__msg {
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: #2d373c;
  opacity: 0.7;
  display: block;
  margin-bottom: 20px;
}

.subscribe-modal__input {
  margin-bottom: 25px;
}

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

.subscribe-modal__police {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #969b9d;
  text-align: left;
}

.subscribe-modal__police input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.subscribe-modal__police input:checked + label:after {
  background: #2a97db;
}

.subscribe-modal__police label {
  text-align: left;
  position: relative;
  padding-left: 25px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.subscribe-modal__police label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 15px;
  background: #dcdcdc;
  border-radius: 2px;
  margin-right: 10px;
  z-index: 1;
}

.subscribe-modal__police label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.22754L2.875 5.22461L1 3.40776' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 7px;
  z-index: 2;
}

.subscribe-modal__police a {
  color: #2a97db;
}

.subscribe-modal__done {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.advants__row.is-reverse {
  justify-content: space-between;
}

.article__text h4 {
  margin: 1rem 0;
}

@media (max-width: 992px) {
  .contacts__map .bx-yandex-map {
    height: 355px !important;
  }
}

.activity-card__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.contacts-widget__position {
  display: none;
}

.product-list {
  position: absolute;
  left: -20px;
  right: 0;
  top: 100%;
  padding-top: 30px;
  min-width: 250px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}

.header-menu__item:hover .product-list {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-header.is-homepage .product-list {
  padding-top: 38px;
}

.product-list__head {
  padding: 15px 25px;
  background: #18a7b5;
}

.product-list__head span {
  font-family: Magistral;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}

.product-list__body {
  display: flex;
  flex-direction: column;
}

.product-list__item {
  background: #fff;
  padding: 11px 25px;
  font-family: Magistral;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #073a6f;
}

.product-list__item:hover {
  background: #f1f2f2;
}

.vacancy__aside .button {
  display: none;
}

.news-card.is-sci .news-card__footer {
  display: flex;
  justify-content: space-between;
}

.news-card.is-sci .news-card__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  color: rgba(255, 255, 255, 1);
}

.control-card__position {
  min-height: 60px;
}

.certificat .news-card__photo:after,
.certificat .news-card__photo:before {
  display: none;
}

.certificat .news-card__data,
.certificat .news-card__img {
  position: inherit;
}

.certificat .news-card__photo:after {
  display: none;
}

.certificat .news-card__title {
  color: #2d373c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.certificat .section-default__col {
  width: 25%;
}

.certificat .news-card:hover .news-card__img {
  transform: none;
}

.certificat .news-card .news-card__img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: relative;
}

.certificat .news-card__photo {
  padding-bottom: 0;
  max-height: 277px;
  height: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  flex: 1;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  justify-content: center;
  background: #fff;
}

.certificat .news-card__data {
  padding: 0;
  padding-top: 16px;
}

.certificat .news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.certificat .section-default {
  background: none;
}

.certificat .section-default__figure {
  display: none;
}

.certificat__more {
  border-top: 1px solid #E9E9E9;
  padding-top: 24px;
}

.certificat__more-link {
  position: relative;
  display: inline-flex;
  color: #18A7B5;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  align-items: center;
}

.certificat__more-link::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background-repeat: no-repeat;
  flex: 0 0 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 6.75L9 11.25L4.5 6.75' stroke='%2318A7B5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.certificat {
  padding-bottom: 65px;
}

.promo.is-product {
  background: #FBFBFB;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.promo.is-product .promo__cur-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.promo.is-product .promo__cur-pic img {
  max-height: 100%;
  max-width: 100%;
}

.promo.is-product .promo__pic {
  flex: 0 0 442px;
  width: 442px;
  height: 481px;
  background: #FFF;
}

.promo.is-product .promo__grid {
  padding-bottom: 78px;
}

.promo.is-product .promo__inner {
  width: calc(100% - 442px);
  padding-right: 76px;
  padding-right: 20px;
}

.promo.is-product .promo__wrapper {
  width: 100%;
  clip-path: none;
  min-height: 481px;
}

.promo.is-product .promo__wrapper {
  background: transparent;
}

.promo.is-product .promo__inner:before,
.promo__wrapper:after {
  display: none;
}

.promo.is-product .promo__grid {
  display: flex;
}

.promo.is-product .promo__pic {
  position: inherit;
}

.section-prod .advants__main {
  padding-top: 0;
}

.section-prod .section-default__inner {
  padding: 40px 0;
}

.section-sertif .partners-card {
  height: 277px;
  padding: 24px 48px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: #FFF;
}

.section-sertif .certif__swiper-actions {
  margin-top: 24px;
  display: none;
}

.section-sertif .partners-card__inner {
 border: none;
}

.section-sertif {
  padding-bottom: 96px;
}

@media (min-width: 768px) {
  .promo__logos-msg {
    font-size: 18px;
  }
}

.promo__logos-img {
  max-width: 80px;
}

.advants__main p {
  text-align: justify;
}

.article__swiper-slide span {
  position: absolute;
  bottom: 10px;
  left: 30px;
  color: #fff;
  z-index: 1;
}

.services-modal .services-card__item {
  min-height: 100px;
}

.promo:not(.is-secondary).promo__container {
  position: relative;
}

@media (min-width: 993px) {
  .promo.is-secondary .promo__pic {
    right: 0;
  }
}

.advants__row.is-reverse .advants__main {
  width: 100%;
}
@media (min-width: 993px) {
  .promo.is-large .promo__pic {
    left: 34%;
  }
}

.is-about .promo__cur-pic {
  background-position: left center !important;
}

/* Language */

/*.language-switcher__list {
  display: none;
}

.language-switcher {
  display: none;
}*/

/* Language */

.promo__text a:not(.button) {
  color: #2a97db;
}

.page-header.is-homepage .page-header__logo-img,
.page-header .page-header__logo-img {
  width: 160px;
}

.atm-tech {
  display: flex;
  align-items: center;
}

.atm-tech span {
  display: inline-flex;
  margin-right: 10px;
}

.section-default__col {
  width: 33.3334%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.partners-section {
  padding: 70px 0;
}

.partners-section .section-default__inner {
  padding: 0;
}

.production-section.section-default,
.production-section .section-default {
  background: none;
}

.production-section .control-card__photo {
  position: relative;
  padding-bottom: 0;
  padding: 24px;
  max-height: 277px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
}

.production-section .control-card__img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: relative;
}

.production-section .control-card__data {
  position: inherit;
  padding: 0;
  padding-top: 16px;
}

.production-section .control-card:before {
  display: none;
}

.production-section .control-card__user {
  color: #2d373c;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}

.contacts-main .contacts__inner {
  min-height: 560px;
}

.contacts-main .contacts__header {
  background: #fff;
}

.contacts-main.contacts:after {
  display: none;
}

.contacts-main.contacts:before {
  background: #fff;
}

.contacts-main .contacts__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
  width: 100%;
}

.contacts-main .contacts__link span {
  max-width: 405px;
  display: inline-block;
}

.contacts-main.contacts {
  max-width: 1420px;
  position: relative;
}

.contacts-main .contacts__header {
  padding-top: 73px;
}

.other-card:after {
  background: linear-gradient(
      0deg,
      rgba(24, 167, 181, 0.2) 0%,
      rgba(24, 167, 181, 0.2) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
    url(/local/templates/common/<path-to-image>);
}

.other-card__footer .button {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.other-card__footer .button::after {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9L9 5L5 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 5L1 5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.section-table table {
  min-width: 900px;
}

@media (max-width: 1024px) {
  .section-default__col {
    width: 50%;
  }

  .section-table .section-default__cards {
    overflow: auto;
  }

  .promo.is-product .section-default__figure {
    display: none;
  }

  .section-sertif {
    padding-bottom: 40px;
  }

  .partners-section {
    padding: 40px 0;
  }

  .contacts-main .contacts__inner {
    min-height: auto;
  }

  .contacts-main .contacts__header {
    padding-top: 40px;
  }

  .certificat .section-default__col {
    width: 33.3334%;
  }
}

@media (max-width: 992px) {
  .contacts-main .contacts__header::after {
    display: none;
  }

  .contacts-main .contacts__header:before {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-default__col {
    width: 100%;
  }

  .certificat .section-default__col {
    width: 50%;
  }
}

@media (max-width: 561px) {
  .certificat .section-default__col {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .activity-card__data {
    top: 120px;
  }

  .promo.is-vacancies .promo__inner::after {
      content: "";
      width: 77px;
      height: 100%;
      background: #FBFBFB;
      top: 0;
      right: 425px;
      z-index: 4;
      position: absolute;
      transform: skew(-36deg);
}
}

.advants__row {
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .intro__inner {
    height: 672px;
    padding: 180px 0 210px;
    padding-top: 82px;
  }

  .intro__news {
    height: 100%;
    top: 0;
  }
}

.subs {
  display: none;
}

.detail-section {
  padding-top: 55px;
}

.section-banner {
  min-height: 365px;
  position: relative;
  margin-bottom: 40px;
  z-index: 2;
}

.section-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-banner__img img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
}

.section-banner__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(24, 167, 181, 0.2) 0%,
      rgba(24, 167, 181, 0.2) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 2;
}

.section-banner__logo {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.spec-card__num {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: #18a7b5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
}

.spec-card__num span {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.spec-card__name {
  color: #2d373c;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  border-radius: 50%;
  padding-right: 12px;
}

.spec-card {
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(45, 55, 60, 0.07);
  margin-bottom: 12px;
}

.spec-card:last-child {
  margin-bottom: 0;
}

.spec-card__head {
  display: inline-flex;
  align-items: flex-start;
  padding: 16px;
  position: relative;
  width: 100%;
}

.spec-card__body {
  padding: 8px 35px 20px;
}

.spec-dropdown .spec-card__head::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 12L10 7L4 12' stroke='%232D373C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  margin-left: auto;
  transform: rotate(-180deg);
  transition: 0.3s;
}

.spec-dropdown .spec-card__head.is-active::after {
  transform: none;
}

.spec-dropdown .spec-card__head {
  cursor: pointer;
}

.spec-card__list {
  margin: 0;
}

.spec-card__list span {
  color: #2d373c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.detail-section {
  position: relative;
  z-index: 2;
}

.detail-section .section-default__figure {
  /* width: 630px; */
  width: 25.2%;
  left: 0;
  height: 65%;
}

.history-card {
  display: flex;
  flex-direction: column;
}

.history-card__top {
  height: 24px;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.history-card__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  left: 0;
  background: #18a7b5;
  z-index: 1;
}

.history-card__name {
  color: #2d373c;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  margin-bottom: 24px;
  padding-right: 24px;
}

.history-card__desc {
  color: #2d373c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}

.history-card__point {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 6px solid #18a7b5;
  border-radius: 50%;
  background: #fbfbfb;
  z-index: 2;
}

.section-default__head {
  margin-bottom: 36px;
}

.history-card__body {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}

.history__swiper {
  overflow: visible;
}

.promo.is-product .promo__button {
  background: #18A7B5;
  color: white;
}

.promo.is-vacancies .promo__inner:before,
.promo.is-vacancies .promo__wrapper {
  background: white;
}

.promo.is-vacancies .promo__wrapper {
  padding-bottom: 89px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promo.is-product .section-default__figure {
  z-index: 0;
}

.promo.is-product .section-default__figure {
  width: 660px !important;
}

.promo.is-product .section-default__figure:before {
  display: none;
}

.vacancies-section .vacancy__item.is-active:before {
  background: #18A7B5;
}

.vacancies-section .vacancy__button {
  display: inline-flex;
  display: none;
}

.button-gradient {
  border-radius: 1px;
  background: #18A7B5;
}

.section-prod .advants__main {
  padding-left: 0;
  padding-right: 0;
}

.form__police a {
  color: #18A7B5;
}

.intro__partner-text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding-right: 10px;
  white-space: nowrap;
}

.intro__partner-img img {
  display: block;
}

.intro__partner {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .spec-card__num span {
    font-size: 12px;
  }

  .section-sertif .certif__swiper-actions {
    display: flex;
  }

  .promo.is-vacancies .promo__wrapper {
    padding-bottom: 40px;
  }

  .promo.is-product .promo__grid {
    padding-bottom: 40px;
  }

  .promo.is-product .promo__grid {
    flex-direction: column;
  }

  .promo.is-product .promo__inner {
    width: 100%;
    padding-bottom: 36px;
    padding-right: 0;
  }

  .promo.is-product .promo__wrapper {
    min-height: auto;
  }

  .promo.is-product .promo__title {
    max-width: none;
  }

  .promo.is-product .promo__text {
    max-width: none;
  }

  .promo.is-product .promo__pic {
    width: 100%;
    flex: 0 0 auto;
    height: 300px;
  }

  .history-card__name {
    font-size: 20px;
  }

  .history-card__desc {
    font-size: 14px;
  }

  .section-default__head {
    margin-bottom: 24px;
  }

  .spec-card__name {
    font-size: 16px;
  }

  .spec-card__list span {
    font-size: 14px;
  }

  .spec-card__body {
    padding: 8px 8px 20px;
  }

  .spec-dropdown .spec-card__head::after {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}

@media(max-width: 480px) {
  .page-header.is-homepage .page-header__logo:before, .page-header .page-header__logo:before {
    left: -110px;
  }

  .page.is-homepage, .page {
    padding-top: 88px;
  }
}

.intro__buttons:before {
  border-top-left-radius: 30px
}

.js-intro-prev.intro__button {
  border-top-left-radius: 30px
}

.header-menu__item:hover .product-list {
  max-height: 600px;
  overflow: auto;
  padding-right: 5px;
  background-color: white;
  padding-top: 0;
}

.header-menu__item:hover .product-list::-webkit-scrollbar {
  width: 6px;
  margin-right: 10px;
}

.header-menu__item:hover .product-list::-webkit-scrollbar-track {
  background: transparent;
  background: white;
}

.header-menu__item:hover .product-list::-webkit-scrollbar-thumb {
  background: #18A7B5;
}

.tabs-menu__item.is-current:after {
  background: #18A7B5;
}

.page-main__contacts {
  height: calc(100vh - 152px);
}

.page-main__contacts .container {
  height: 100%;
}

.page-main__contacts .contacts__inner {
  height: 100%;
}

.page-main__contacts .bx-yandex-map {
  height: calc(100vh - 152px) !important;
}

.section-default__header.has-lines:after {
  background: #18A7B5;
}

.breadcrumbs {
  padding-top: 15px;
}

@media(max-width: 992px) {
  .page-main__contacts .contacts__inner {
    height: auto;
  }

  .page-main__contacts {
    height: auto;
  }

  .page-main__contacts .bx-yandex-map {
    height: 355px !important;
  }
}

.button-white:hover {
    background: #18A7B5;
    border-color: #18A7B5;
}

.link-more:after {
  background-size: contain;
}

.promo.is-vacancies .promo__cur-pic {
  background-position: 172px center !important;
}

@media(max-width: 1299px) {
  .promo.is-vacancies .promo__cur-pic {
    background-position: 20px center !important;
  }
}

.intro__corner-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.intro__corner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.intro__corner-right {
  position: absolute;
  bottom: 75px;
  right: 0;
  z-index: 100;
}

.intro__swiper {
  position: relative;
}

.intro {
    max-width: 1420px;
    margin: 0 auto;
}

.page-header.is-homepage, .page-header {
  max-width: 1420px !important;
  margin: 0 auto !important;
}

@media(max-width: 1299px) {
  .intro__corner-right,
  .intro__corner-top,
  .intro__corner-bottom {
    width: 44px;
    height: 44px;
  }

  .intro__corner-right img,
  .intro__corner-top img,
  .intro__corner-bottom img {
    width: 100%;
  }

  .intro__corner-right {
    bottom: 73px;
  }
}

.promo.is-product .promo__pic {
  margin-top: 60px;
}

.promo.is-secondary.is-all .promo__wrapper {
  min-height: 500px;
}

@media(max-width: 1199px) {
  .intro__swiper-slide {
    background-position-x: -521px !important;
  }

  .intro__corner-bottom {
    display: none;
  }
}

@media(max-width: 992px) {
  .intro__swiper-slide {
    background-position-x: center !important;
  }

  .promo.is-secondary.is-all .promo__wrapper {
    min-height: auto;
    padding-bottom: 40px;
  }

  .intro__corner-right,
  .intro__corner-top,
  .intro__corner-bottom {
    display: none;
  }

  .promo.is-product .promo__pic {
    margin-top: 0;
  }
}

.promo.is-all .section-default__figure {
  display: none;
}

@media(max-height: 760px) {
  .contacts__header {
    padding-top: 0;
  }

  .contacts__title {
    margin-bottom: 20px;
  }

  .contacts__breadcrumbs {
    margin-bottom: 20px;
  }

  .contacts:after {
    height: 160px;
  }

  .contacts__list {
    margin-top: 40px;
  }

  .contacts__item {
    margin-bottom: 24px;
  }
}
/* End */
/* /local/templates/common/assets/css/main.css?1723024173355103 */
/* /local/components/altit/altit.feedback/templates/news/style.css?1723024173688 */
/* /local/components/altit/altit.feedback/templates/registarion/style.css?1723024173688 */
/* /local/components/altit/altit.feedback/templates/order/style.css?1723024173688 */
/* /local/templates/common/template_styles.css?172302849025227 */
