@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

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

.language__list,
.side-menu__list,
.side-menu__socials,
.mobile__language,
.product-page__list,
.products__info-list,
.select__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-content,
.documents-block__tabs-list,
.area__orders-head,
.status-block,
.form-row,
.catalog__list li,
.catalog__list li.close-catalog,
.catalog__list li a,
.contacts-block__item,
.phone-item,
.messengers,
.side-menu__socials,
.side-menu__close,
.mobile__language,
.product-page__list,
.products__info-list li,
.select__current,
.select__item,
.vacancy__top,
.vacancy__info,
.vacancy__info-item,
.vacancy-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-triggers__list,
.documents-block__arrow,
.zoom-icon,
.area__user-avatar,
.submit-button,
.filter-block__clear,
.language__item a,
.management-top,
.search-resultats__link,
.work-stages__nav-slide,
.work-map__buttons,
.vacancy__link,
.file__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body {
  color: #000417;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  /*
     * Always reserve the vertical scrollbar's width, so content that changes
     * page height (e.g. certificate tabs going from many cards to one) can't
     * toggle the scrollbar on/off and shift the page sideways. Deliberately
     * on "body", not "html": per the CSS Overflow spec, the browser only
     * promotes body's overflow to control the actual viewport scrollbar
     * when html's own overflow is left at its default "visible" - which is
     * also exactly what fancyBox's own scroll-lock (further down,
     * "body.compensate-for-scrollbar") and its dynamically-computed
     * "margin-right" compensation for it expect to be toggling.
     */
  overflow-y: scroll;
}

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

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

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
}

input,
textarea,
button {
  font-family: "Montserrat", sans-serif;
}

button {
  cursor: pointer;
}

h1 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
}

h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
}

h4 {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
}

h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

h6 {
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
}

p.error {
  font-size: 12px;
  line-height: 14px;
  color: red;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding-top: 140px;
}

@media only screen and (max-width: 1023px) {
  .wrapper {
    padding-top: 125px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper {
    padding-top: 100px;
  }
}

body.main .wrapper {
  padding-top: 0;
}

.holder-block {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.main-title {
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  color: #000417;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto 15px;
}

@media only screen and (max-width: 767px) {
  .main-title {
    line-height: 42px;
    font-size: 38px;
  }
}

.main-subtitle {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
  text-align: center;
  padding: 0 15px;
  margin: 0 auto 35px;
}

@media only screen and (max-width: 767px) {
  .main-subtitle {
    line-height: 21px;
    font-size: 14px;
  }
}

.button-transparent {
  max-width: 284px;
  width: 100%;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 40px;
  background: transparent;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .button-transparent:hover {
    background: #fff;
    color: #00409e;
  }
}

.button-red {
  max-width: 284px;
  width: 100%;
  height: 52px;
  border: 2px solid #e40000;
  background: #e40000;
  border-radius: 40px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .button-red:hover {
    background: transparent;
    color: #000417;
  }
}

.button-blue {
  max-width: 220px;
  width: 100%;
  height: 52px;
  border: 1px solid #00409e;
  background: #00409e;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .button-blue:hover {
    background: #fff;
    color: #00409e;
  }
}

.button-white {
  max-width: 284px;
  width: 100%;
  height: 52px;
  border: 2px solid #00409e;
  border-radius: 40px;
  background: transparent;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  color: #00409e;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .button-white:hover {
    background: #00409e;
    color: #fff;
  }
}

.button-border {
  max-width: 284px;
  width: 100%;
  height: 52px;
  border: 2px solid #e40000;
  border-radius: 40px;
  background: transparent;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  color: #000417;
  text-decoration: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .button-border:hover {
    background: #e40000;
    color: #fff;
  }
}

.text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
}

.text p:first-of-type {
  margin-top: 0;
}

.text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .text {
    font-size: 14px;
    line-height: 21px;
  }
}

.text h1 {
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  color: #000417;
}

.text h2 {
  font-weight: 800;
  line-height: normal;
  font-size: 28px;
  color: #000417;
}

.text h3 {
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #000417;
}

.text h4 {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
}

.text a {
  font-weight: 500;
  line-height: 19px;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00409e;
}

@media only screen and (max-width: 520px) {
  .text a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.text ul {
  list-style: none;
  margin: 15px 0;
  padding: 0 0 0 20px;
}

.text ul li {
  position: relative;
  font-weight: 500;
  line-height: normal;
  font-size: 15px;
  color: #5d606e;
  margin-bottom: 12px;
}

.text ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e40000;
}

.text ul li:last-of-type {
  margin-bottom: 0;
}

.form-block {
  width: 100%;
  margin-bottom: 20px;
}

.form-block--textarea {
  display: none;
}

.main-input {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000417;
  width: 100%;
  height: 52px;
  border: 1px solid #dcdfe7;
  border-radius: 40px;
  padding: 0 36px;
}

.main-input:focus,
.main-input:active {
  border-color: #00409e;
}

.main-input.error {
  border-color: #e40000;
}

.main-input::-webkit-input-placeholder {
  font-weight: 400;
  color: #a3a4a9;
}

.main-input::-ms-input-placeholder {
  font-weight: 400;
  color: #a3a4a9;
}

.main-input::placeholder {
  font-weight: 400;
  color: #a3a4a9;
}

p.error {
  line-height: 18px;
  font-size: 12px;
  color: #ff0000;
  margin-left: 24px;
}

.add-comment {
  margin-bottom: 36px;
}

.add-comment__title {
  font-size: 14px;
  color: #000417;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.add-comment__icon {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #dcdee7;
  border-radius: 50%;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.add-comment__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000417;
  border-radius: 4px;
  height: 1px;
  width: 8px;
}

.add-comment__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000417;
  border-radius: 4px;
  height: 8px;
  width: 1px;
}

.main-textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000417;
  resize: none;
  overflow: hidden;
  width: 100%;
  height: 120px;
  border: 1px solid #dcdfe7;
  border-radius: 40px;
  padding: 20px 36px;
}

.main-textarea:focus,
.main-textarea:active {
  border-color: #00409e;
}

.main-textarea.error {
  border-color: #e40000;
}

.main-textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #a3a4a9;
}

.main-textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #a3a4a9;
}

.main-textarea::placeholder {
  font-weight: 400;
  color: #a3a4a9;
}

.head-block {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .head-block {
    margin-bottom: 0;
  }
}

.head-title {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  text-align: center;
  color: #000417;
}

@media only screen and (max-width: 767px) {
  .head-title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 359px) {
  .head-title {
    font-size: 28px;
    line-height: 30px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 1500px) {
  .breadcrumb {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  position: relative;
  font-weight: 500;
}

.breadcrumb li + li {
  margin-left: 50px;
}

.breadcrumb li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 22px;
  height: 1px;
  background: #787d95;
}

.breadcrumb a {
  color: #000417;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumb a span {
  color: #000417;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .breadcrumb a span:hover {
    text-decoration: underline;
  }
}

.breadcrumb span {
  color: #787d95;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.pagination li {
  margin: 0 7.5px;
}

.pagination li a,
.pagination li span {
  width: 52px;
  height: 52px;
  border: 2px solid #e2e8ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  color: #000417;
  font-weight: 600;
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  .pagination li a,
  .pagination li span {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li a,
  .pagination li span {
    display: none;
  }
}

.pagination li a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.pagination li a svg {
  fill: #000417;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .pagination li a:hover {
    border-color: #e40000;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .pagination li a:hover svg {
    fill: #e40000;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}

.pagination li span {
  background: #e40000;
  color: #fff;
  border: none;
}

@media only screen and (max-width: 600px) {
  .pagination li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pagination li.first {
  max-width: 220px;
  width: 100%;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  margin-right: auto;
  margin-left: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000417;
}

.pagination li.first a {
  color: #000417;
  display: block;
  width: 100%;
  border-radius: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .pagination li.first a {
    font-size: 0;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li.first a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
  }
}

.pagination li.first svg {
  margin-right: 8px;
  fill: #000417;
  width: 6px;
  height: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .pagination li.first svg {
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .pagination li.first:hover a {
    color: #e40000;
  }

  .pagination li.first:hover svg {
    fill: #e40000;
  }
}

@media only screen and (max-width: 991px) {
  .pagination li.first {
    max-width: 52px;
    -ms-flex-preferred-size: 52px;
    flex-basis: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pagination li.first svg {
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .pagination li.first {
    max-width: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
  }
}

.pagination li.first.disabled {
  background: #f0f3f4;
  opacity: 0.5;
  border-color: #e2e8ea;
  border-radius: 40px;
  pointer-events: none;
}

.pagination li.last {
  max-width: 220px;
  width: 100%;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  margin-left: auto;
  margin-right: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000417;
}

.pagination li.last a {
  color: #000417;
  display: block;
  width: 100%;
  border-radius: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .pagination li.last a {
    font-size: 0;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li.last a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
  }
}

.pagination li.last svg {
  margin-left: 8px;
  fill: #000417;
  width: 6px;
  height: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .pagination li.last svg {
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .pagination li.last:hover a {
    color: #e40000;
  }
}

@media only screen and (max-width: 991px) {
  .pagination li.last {
    max-width: 52px;
    -ms-flex-preferred-size: 52px;
    flex-basis: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .pagination li.last svg {
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .pagination li.last {
    max-width: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
  }
}

.pagination li.last.disabled {
  background: #f0f3f4;
  opacity: 0.5;
  border-color: #e2e8ea;
  border-radius: 40px;
  pointer-events: none;
}

.pagination li.dots {
  position: relative;
  border-radius: 50%;
  width: 32px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.pagination li.dots::before {
  content: "...";
  width: 16px;
  font-size: 20px;
  color: #000417;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .pagination li.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .pagination li:nth-child(2) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  .pagination li:nth-last-child(2) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 600px) {
  .pagination li {
    margin: 0 2px;
  }
}

.main-link {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #787d95;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-link svg {
  margin-left: 6px;
  width: 6px;
  height: 10px;
  fill: #787d95;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-link:hover {
    color: #000417;
  }

  .main-link:hover svg {
    fill: #000417;
  }
}

.custom-bg {
  background: #f7f8fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: false;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: false;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-loading .slick-list {
  background: #fff;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 6px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

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

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition:
    width 0.2s ease-out 0.2s,
    height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s,
    margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
}

.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(239, 240, 245, 0.8);
  filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #787d95;
  border-radius: 6px;
  filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #787d95;
  border-radius: 6px;
  filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #787d95;
  border-radius: 6px;
  filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-color: #000;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #333;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow:
    inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

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: 0.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 0.25s ease,
    visibility 0s ease 0.25s;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-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 0.25s ease 0s,
    visibility 0s ease 0s;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property:
    opacity,
    -webkit-transform;
  -webkit-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;
  transition-property:
    opacity,
    -webkit-transform;
  -webkit-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 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

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

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-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: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

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

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.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: 0.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-caption {
    padding: 12px;
  }

  .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;
  }
}

/* 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 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button: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: transparent;
  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: 0.5;
}

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

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

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

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

body.about .wrapper {
  padding-top: 100px;
}

@media only screen and (max-width: 1023px) {
  body.about .wrapper {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  body.about .wrapper {
    padding-top: 60px;
  }
}

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 520px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-size: cover;
  margin-bottom: 55px;
}

.about-top .head-block {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-top .head-block .breadcrumb a span {
  color: #fff;
}

.about-top .head-block .breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

.about-top .head-block .breadcrumb li + li::after {
  background: #fff;
}

.about-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#000417),
    to(#000417)
  );
  background: linear-gradient(270deg, #000417 0%, #000417 100%);
  opacity: 0.6;
  z-index: -1;
}

.about-top__box {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .about-top__box {
    padding: 0 15px;
  }
}

.about-top__subtitle {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .about-top__subtitle {
    line-height: 21px;
    font-size: 16px;
  }
}

.about-top__title {
  color: #fff;
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .about-top__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.about-top__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .about-top__text {
    font-size: 14px;
    line-height: 21px;
  }
}

.about-triggers {
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .about-triggers {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .about-triggers__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-triggers__item {
  padding-top: 30px;
  max-width: 300px;
  width: 100%;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  height: 140px;
  text-align: center;
  border-right: 1px solid rgba(239, 240, 247, 0.8);
  z-index: 2;
}

.about-triggers__item:last-of-type {
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .about-triggers__item {
    max-width: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    border: none;
    padding: 0;
  }
}

.about-triggers__value {
  font-weight: 800;
  line-height: 54px;
  font-size: 40px;
  color: #00409e;
}

@media only screen and (max-width: 767px) {
  .about-triggers__value {
    font-size: 28px;
  }
}

.about-triggers__text {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #000417;
}

@media only screen and (max-width: 767px) {
  .about-triggers__text {
    font-size: 12px;
    padding: 0 15px;
  }
}

.about-triggers__image {
  position: relative;
  margin-top: -55px;
}

.about-triggers__image img {
  width: 100%;
  object-fit: cover;
}

.about-content {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto 134px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1599px) {
  .about-content {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1249px) {
  .about-content {
    margin: 0 auto 115px;
  }
}

@media only screen and (max-width: 1023px) {
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .about-content {
    margin: 0 auto 70px;
  }
}

.about-content__map {
  max-width: 915px;
  width: 100%;
  -ms-flex-preferred-size: 915px;
  flex-basis: 915px;
  margin-right: 50px;
}

.about-content__map svg {
  max-width: 915px;
  width: 100%;
}

@media only screen and (max-width: 1249px) {
  .about-content__map {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .about-content__map {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content__map {
    display: none;
  }
}

.about-content__content {
  max-width: 585px;
  width: 100%;
  -ms-flex-preferred-size: 585px;
  flex-basis: 585px;
}

@media only screen and (max-width: 1023px) {
  .about-content__content {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto;
  }
}

.about-content__title {
  font-weight: 800;
  line-height: normal;
  font-size: 28px;
  color: #000417;
  margin-bottom: 20px;
}

.about-content__text {
  max-height: 300px;
  overflow-y: auto;
}

.triggers-block {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 150px 15px 140px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .triggers-block {
    padding: 100px 15px 90px;
  }
}

.triggers-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 4, 23, 0.9);
  z-index: -1;
}

.triggers-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1249px) {
  .triggers-block__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.triggers-block__item {
  padding-top: 15px;
  max-width: 395px;
  width: 100%;
  -ms-flex-preferred-size: 395px;
  flex-basis: 395px;
  border-right: 1px solid rgba(232, 234, 241, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1249px) {
  .triggers-block__item {
    max-width: 50%;
    width: 100%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 30px;
    border: none;
  }
}

@media only screen and (max-width: 579px) {
  .triggers-block__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }
}

.triggers-block__item:last-of-type {
  border: none;
}

.triggers-block__image {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 35px;
}

.triggers-block__image::before {
  content: "";
  width: 200%;
  height: 1px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.triggers-block__image::after {
  content: "";
  height: 140%;
  width: 1px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.triggers-block__title {
  max-width: 180px;
  width: 100%;
  margin: 0 auto 10px;
  font-weight: 800;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  min-height: 96px;
}

@media only screen and (max-width: 1249px) {
  .triggers-block__title {
    min-height: 0px;
  }
}

.triggers-block__text {
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  font-size: 15px;
  text-align: center;
  max-width: 310px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 1449px) {
  .triggers-block__text {
    padding: 0 15px;
  }
}

.documents-block {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 110px;
}

@media only screen and (max-width: 1449px) {
  .documents-block {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .documents-block {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .documents-block {
    margin-bottom: 60px;
  }
}

.documents-block__main-title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 25px;
}

@media only screen and (max-width: 580px) {
  .documents-block__main-title {
    text-align: center;
  }
}

.documents-block__tabs {
  /*
     * Shrink-wrapped on purpose: the red border-bottom should only run under
     * the tabs themselves, not trail off across empty space when the tabs
     * don't fill the block's width. "max-width: 100%" is the fallback cap
     * (tabs get the full available width below 1024px); the >=1024px rule
     * below additionally reserves room for the certificate slider's own
     * round arrow buttons (".documents-block__arrow", absolutely positioned
     * over this same top-right area, see below) so a wide row of tabs can
     * never render underneath them - it hits this narrower cap first and
     * scrolls (".documents-block__tabs-list" already handles that) instead
     * of colliding with the arrows. Below 1024px the card slider's arrows
     * are switched off anyway (see the "arrows: false" responsive setting
     * at breakpoint 1023 on ".documents-block__slider" in app.js), so
     * there's nothing to reserve room for there.
     */
  width: fit-content;
  max-width: 100%;
  border-bottom: 1px solid rgba(228, 0, 0, 0.2);
  margin: 0 0 60px;
}

@media only screen and (min-width: 1024px) {
  .documents-block__tabs {
    max-width: calc(100% - 140px);
  }
}

@media only screen and (max-width: 1023px) {
  .documents-block__tabs {
    margin-bottom: 16px;
  }
}

.documents-block__tabs-list-wrap {
  max-width: 100%;
}

/*
 * Deliberately no Slick here: this is a plain, native horizontally
 * scrollable row (white-space: nowrap + overflow-x: auto). It is exactly
 * the width of its content and never scrolls unless the tabs actually don't
 * fit - no JS needed to decide that, the browser does it for free, and it's
 * draggable/swipeable out of the box on touch devices.
 */
.documents-block__tabs-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.documents-block__tabs-list::-webkit-scrollbar {
  display: none;
  height: 0;
}

.documents-block__tabs-item {
  display: inline-block;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #787d95;
}

.documents-block__tabs-item:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 1279px) {
  .documents-block__tabs-item {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .documents-block__tabs-item {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .documents-block__tabs-item {
    padding-right: 16px;
  }
}

.documents-block__tabs-item a {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  color: #787d95;
  text-decoration: none;
}

.documents-block__tabs-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #e40000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.documents-block__tabs-item a.active {
  color: #e40000;
}

.documents-block__tabs-item a.active::before {
  width: 100%;
}

.documents-block__slider {
  margin: 0 -24px;
}

/*
 * This bleed exists to cancel out ".slick-list"'s own horizontal padding
 * (plus the card's own "margin: 0 10px" and ".tabs-content"'s "-8px" bleed)
 * so the row of cards lines up with the block's real 15px side padding,
 * same as the title above it - it has to stay in step with slick-list's
 * padding below (which shrinks on narrower screens), otherwise the cards
 * drift left of where they should be.
 */
@media only screen and (max-width: 1023px) {
  .documents-block__slider {
    margin: 0 -14px;
  }
}

/*
 * The card's box-shadow (0 4px 40px, low opacity) needs real clearance here:
 * Slick's ".slick-list" has "overflow: hidden" (required so off-screen
 * slides don't show during the swipe), so any padding smaller than the
 * shadow's blur radius hard-clips it - that's what was cutting the shadow
 * off on all sides before. 40px is generous rather than exact: at this
 * shadow's low 8% opacity the visible tint has already faded to ~1% (an
 * imperceptible 1-in-255 difference from the white background, checked by
 * sampling actual rendered pixels) by about 24-30px out, so there's real
 * room to shrink this on narrower screens - see the <=1023px rule below.
 */
.documents-block__slider .slick-list {
  padding: 40px 24px;
}

/*
 * Smaller on narrower screens for two reasons: horizontally, this padding
 * doubles as a "peek" of the next/previous slide, and with only one slide
 * visible (mobile, "slidesToShow: 1") the 24px peek was wide enough to look
 * like the current card was being cut off - 12px plus the card's own
 * "margin: 0 10px" is still comfortably past where the shadow has faded to
 * nothing (see above). Vertically, screen space is more precious here, and
 * the same pixel sampling showed the shadow is already imperceptible well
 * before 24px.
 */
@media only screen and (max-width: 1023px) {
  .documents-block__slider .slick-list {
    padding: 24px 12px;
  }
}

/*
 * Equal-height cards: Slick doesn't stretch slides to match the tallest one
 * on its own. Making the track a flex row lets its slides (flex items)
 * stretch to the row's height by default; each card then fills that full
 * slide height and, being "display: flex; flex-direction: column" itself
 * with "margin-top: auto" on its button (below), pushes the button to the
 * bottom whenever a card has less text than its neighbours.
 */
.documents-block__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.documents-block__slider .slick-slide {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.documents-block__slider .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  background: rgba(36, 43, 48, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 10px;
}

.documents-block__slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}

.documents-block__slider .slick-dots li button::before {
  display: none;
}

.documents-block__slider .slick-dots li.slick-active {
  background: #000417;
  -webkit-transform: scale(1.333);
  transform: scale(1.333);
}

.documents-block__card {
  position: relative;
  max-width: 332px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0px 4px 40px rgba(228, 0, 0, 0.08);
  box-shadow: 0px 4px 40px rgba(228, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px;
}

/*
 * At "slidesToShow: 1" (mobile, see the breakpoint: 479 responsive setting
 * on ".documents-block__slider" in app.js) the 332px cap left the card
 * narrower than its own full-width slide, leaving a gap on the right that
 * exposed a sliver of the next card - reading as the current one being cut
 * off. There's no neighbouring card in view at this width to justify
 * capping it, so let it fill the slide instead.
 */
@media only screen and (max-width: 479px) {
  .documents-block__card {
    max-width: none;
  }
}

.documents-block__card-image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 24px;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .documents-block__card-image {
    margin-bottom: 20px;
  }
}

.documents-block__card-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .documents-block__card-image:hover .zoom-icon {
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
}

.documents-block__card-content {
  padding: 0 6px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .documents-block__card-content {
    margin-bottom: 20px;
  }
}

.documents-block__card-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000;
  margin-bottom: 16px;
}

.documents-block__card-category {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.46;
  color: #000;
  margin-bottom: 16px;
}

.documents-block__card-desc {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.46;
  color: #000;
}

.documents-block__card-btn {
  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;
  gap: 10px;
  width: 100%;
  height: 52px;
  padding: 10px;
  margin-top: auto;
  border: 2px solid rgba(228, 0, 0, 0.1);
  border-radius: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #e40000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.documents-block__card-btn svg {
  -webkit-box-flex: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 1025px) {
  .documents-block__card-btn:hover {
    border-color: #e40000;
  }
}

.documents-block__arrow {
  position: absolute;
  top: -80px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #e2e8ea;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.documents-block__arrow svg {
  width: 10px;
  height: 10px;
  fill: #000417;
}

.documents-block__arrow.next-arrow {
  right: 0;
}

/*
 * +14px vs. the original 15px/77px here: ".documents-block__slider" bleeds
 * 24px past the block's padded edge (up from the original 10px) to give the
 * card's box-shadow room to not get clipped by "slick-list"'s "overflow:
 * hidden". These arrows are positioned relative to that bled-out slider
 * edge, so without this extra 14px they crept right up against the actual
 * viewport edge on narrower desktop/tablet widths - this restores the same
 * clearance from the edge that the original 15px/77px gave before the
 * slider's own margin changed.
 */
@media only screen and (max-width: 1449px) {
  .documents-block__arrow.next-arrow {
    right: 29px;
  }
}

.documents-block__arrow.prev-arrow {
  right: 62px;
}

@media only screen and (max-width: 1449px) {
  .documents-block__arrow.prev-arrow {
    right: 91px;
  }
}

@media only screen and (min-width: 1025px) {
  .documents-block__arrow:hover {
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 4px 40px rgba(0, 4, 23, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 4, 23, 0.1);
  }
}

.documents-block__arrow.slick-disabled {
  background: rgba(226, 232, 234, 0.3);
  border-color: rgba(226, 232, 234, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.tabs-content {
  margin: 0 -8px;
}

.team-block {
  background: #f7f8fb;
  padding: 120px 15px 140px;
}

@media only screen and (max-width: 767px) {
  .team-block {
    padding: 90px 15px 110px;
  }
}

.team-block__inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.team-block__main-title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 40px;
}

@media only screen and (max-width: 580px) {
  .team-block__main-title {
    text-align: center;
  }
}

.team-block__list .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  background: rgba(36, 43, 48, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 10px;
}

.team-block__list .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}

.team-block__list .slick-dots li button::before {
  display: none;
}

.team-block__list .slick-dots li.slick-active {
  background: #000417;
  -webkit-transform: scale(1.333);
  transform: scale(1.333);
}

.team-block__item {
  margin: 0 1.5px;
}

.team-block__image {
  margin-bottom: 22px;
}

.team-block__name {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-bottom: 6px;
  padding: 0 10px;
}

@media only screen and (max-width: 580px) {
  .team-block__name {
    text-align: center;
    padding: 0;
    font-size: 12px;
  }
}

.team-block__position {
  line-height: 18px;
  font-size: 12px;
  color: #000;
  padding: 0 10px;
}

@media only screen and (max-width: 580px) {
  .team-block__position {
    text-align: center;
    padding: 0;
    font-size: 10px;
  }
}

.zoom-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  background: #e40000;
  border-radius: 50%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoom-icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.area {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1599px) {
  .area {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .area {
    margin-bottom: 75px;
  }
}

.area__inner {
  max-width: 1402px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 639px) {
  .area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.area__sidebar {
  max-width: 380px;
  width: 100%;
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  border-right: 1px solid #f0f3f4;
}

@media only screen and (max-width: 1249px) {
  .area__sidebar {
    max-width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
  }
}

@media only screen and (max-width: 639px) {
  .area__sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border-bottom: 1px solid #f0f3f4;
  }
}

.area__main {
  max-width: 1024px;
  width: 100%;
  -ms-flex-preferred-size: 1024px;
  flex-basis: 1024px;
}

@media only screen and (max-width: 1249px) {
  .area__main {
    min-width: 0;
  }
}

@media only screen and (max-width: 639px) {
  .area__main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.area__user {
  padding: 50px 50px 55px;
}

.area__user-avatar {
  margin-bottom: 20px;
}

.area__user-name {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #000417;
}

.area__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.area__info-item {
  width: 50%;
  padding: 16px 15px 25px;
  background: #fafafc;
  border-right: 1px solid #f0f3f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.area__info-item:last-of-type {
  border: none;
}

.area__info-title {
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
  color: #787d95;
}

.area__info-value {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #787d95;
  margin-top: auto;
}

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

.area__nav-item {
  position: relative;
  color: #787d95;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #f0f3f4;
  cursor: pointer;
}

.area__nav-item:last-of-type {
  border: none;
}

.area__nav-item::before {
  content: "";
  width: 4px;
  height: 0;
  background: #e40000;
  position: absolute;
  left: 0;
  top: 0;
}

.area__nav-item a {
  color: #787d95;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 27px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.area__nav-item svg {
  width: 30px;
  height: 30px;
  fill: #787d95;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.area__nav-item.active::before {
  height: 100%;
}

.area__nav-item.active a {
  color: #000417;
}

.area__nav-item.active svg {
  fill: #e40000;
}

@media only screen and (min-width: 1025px) {
  .area__nav-item:hover a {
    color: #000417;
  }

  .area__nav-item:hover svg {
    fill: #e40000;
  }
}

.area__main-title {
  font-weight: bold;
  font-size: 24px;
  color: #000417;
  padding: 31px 70px;
  border-bottom: 1px solid #f0f3f4;
}

@media only screen and (max-width: 767px) {
  .area__main-title {
    font-size: 22px;
    padding: 20px 15px;
    text-align: center;
  }
}

.area__date {
  padding: 35px 82px 90px 70px;
}

@media only screen and (max-width: 1249px) {
  .area__date {
    padding: 35px 50px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .area__date {
    padding: 35px 15px 50px;
  }
}

.area__date .form-block {
  position: relative;
}

.area__date .form-block p.error {
  position: absolute;
  bottom: -20px;
  margin: 0 0 0 24px;
  left: 0;
}

.area__password {
  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%;
}

.area__password .area__main-title {
  margin-bottom: 60px;
}

.area__password .form-block {
  max-width: 560px;
  padding: 0 70px;
}

@media only screen and (max-width: 1249px) {
  .area__password .form-block {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .area__password .form-block {
    padding: 0 15px;
  }
}

.area__password .form-submit {
  border-top: 1px solid #f0f3f4;
  margin-top: auto;
  padding: 20px 70px;
}

@media only screen and (max-width: 1249px) {
  .area__password .form-submit {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .area__password .form-submit {
    padding: 20px 15px;
  }
}

.area__orders {
  padding: 32px 70px;
}

@media only screen and (max-width: 1249px) {
  .area__orders {
    padding: 32px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .area__orders {
    padding: 32px 15px;
  }
}

@media only screen and (max-width: 1249px) {
  .area__orders-wrap {
    overflow-x: auto;
  }
}

.area__orders-list {
  width: 882px;
}

.area__orders-item {
  max-width: 100%;
  width: 100%;
  border: 1px solid rgba(120, 125, 149, 0.19);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 20px;
}

.area__orders-item:last-of-type {
  margin-bottom: 0;
}

.area__orders-item.active {
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 26px rgba(0, 4, 23, 0.08);
  box-shadow: 0px 10px 26px rgba(0, 4, 23, 0.08);
}

.area__orders-item.active .area__orders-title::after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.area__orders-title {
  position: relative;
  padding: 14px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.area__orders-title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 12px;
  height: 2px;
  background: #e40000;
  border-radius: 4px;
}

.area__orders-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
  width: 2px;
  height: 12px;
  background: #e40000;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.area__orders-block {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #787d95;
}

.area__orders-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #f0f3f4;
}

.area__orders-block:nth-child(1) {
  width: 110px;
}

.area__orders-block:nth-child(2) {
  width: 150px;
  text-align: center;
}

.area__orders-block:nth-child(3) {
  width: 185px;
  text-align: center;
}

.area__orders-block:nth-child(3)::after {
  display: none;
}

.area__orders-block:nth-child(4) {
  max-width: 340px;
  width: 100%;
}

.area__orders-block:nth-child(4)::after {
  display: none;
}

.area__orders-inner {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.area__orders-content {
  padding: 20px 30px 14px;
}

.area__orders-head {
  margin-bottom: 20px;
}

.area__orders-head-item {
  font-size: 12px;
  color: #a3a4a9;
}

.area__orders-head-item:nth-child(1) {
  width: 110px;
  margin-left: 30px;
}

.area__orders-head-item:nth-child(2) {
  width: 150px;
  text-align: center;
}

.area__orders-head-item:nth-child(3) {
  width: 185px;
  text-align: center;
}

.area__orders-head-item:nth-child(3)::after {
  display: none;
}

.area__orders-head-item:nth-child(4) {
  max-width: 340px;
  width: 100%;
}

.area__map {
  width: 100%;
  height: 612px;
}

.status-block {
  width: 100%;
  height: 40px;
  background: #fafafc;
  border-radius: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 28px 0 20px;
}

.status-block__qunt {
  font-weight: 600;
  font-size: 15px;
  color: #000417;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.status-block__box {
  position: relative;
  max-width: 235px;
  width: 100%;
  height: 4px;
  background: rgba(120, 125, 149, 0.1);
  border-radius: 4px;
}

.status-block__box span {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background: #0d9e00;
}

.submit-button {
  cursor: pointer;
  max-width: 284px;
  width: 100%;
  height: 52px;
  font-weight: 600;
  font-size: 15px;
  color: #787d95;
  background: #e8eaf1;
  border-radius: 40px;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 639px) {
  .submit-button {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .submit-button:hover {
    background: #00409e;
    color: #fff;
  }
}

.form-row {
  margin: 0 -15px 25px;
}

@media only screen and (max-width: 1023px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.form-row .form-block {
  margin: 0 15px 0;
}

@media only screen and (max-width: 1023px) {
  .form-row .form-block {
    margin: 0 0 25px;
  }
}

.form-row .form-block label {
  display: block;
  font-size: 12px;
  color: #787d95;
  margin-bottom: 10px;
}

.form-row input[disabled] {
  background: #fafafc;
  border: 1px solid rgba(225, 226, 234, 0.5);
}

.order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-info__image {
  max-width: 185px;
  width: 100%;
  -ms-flex-preferred-size: 185px;
  flex-basis: 185px;
  margin-right: 40px;
}

.order-info__content {
  max-width: 595px;
  width: 100%;
  -ms-flex-preferred-size: 595px;
  flex-basis: 595px;
}

.order-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(196, 200, 218, 0.8);
  margin-bottom: 25px;
}

.order-info__status-text {
  font-size: 12px;
  color: #a3a4a9;
  text-align: right;
  margin-bottom: 8px;
}

.order-info__status-value {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #e40000;
}

.order-info__title {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
  margin-bottom: 8px;
}

.order-info__option {
  margin-bottom: 22px;
}

.order-info__option-title {
  font-size: 12px;
  color: #a3a4a9;
  margin-bottom: 5px;
}

.order-info__option-value {
  font-weight: 500;
  font-size: 14px;
  color: #000417;
}

.catalog__dropdown {
  position: absolute;
  top: 100%;
  margin-top: 42px;
  left: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  background: #fff;
  z-index: 4;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .catalog__dropdown {
    max-width: 320px;
    width: 100%;
    top: 0;
    display: block;
    margin-top: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .catalog__dropdown {
    width: 600px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.catalog__dropdown.active {
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  width: 260px;
}

@media only screen and (max-width: 1024px) {
  .catalog__list {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.catalog__list li {
  height: 60px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid rgba(177, 182, 207, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.catalog__list li.close-catalog {
  position: relative;
  background: #000417;
  color: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 24px;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .catalog__list li.close-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog__list li.close-catalog svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-left: 12px;
}

.catalog__list li.back-button {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  background: #000417;
  font-size: 14px;
  text-transform: none;
  padding: 0 32px;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .catalog__list li.back-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog__list li.back-button a {
  color: #fff !important;
  text-decoration: none;
}

.catalog__list li.back-button::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.catalog__list li a {
  width: 100%;
  height: 100%;
  position: relative;
  color: #000417;
  text-decoration: none;
  padding: 0 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.catalog__list li a:last-of-type {
  border: none;
}

.catalog__list li a.has-child::after {
  border-bottom: 1px solid #000417;
  border-right: 1px solid #000417;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.catalog__list li a.main-cat {
  background: #f7f8fb;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .catalog__list li:hover {
    border-color: #e40000;
  }

  .catalog__list li:hover a {
    background: #f7f8fb;
    color: #e40000;
  }
}

.catalog__first-level {
  height: auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .catalog__first-level {
    max-height: none;
    width: 100%;
    height: 100vh;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .catalog__first-level {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(47, 74, 90, 0.29);
    box-shadow: 0px 0px 20px 0px rgba(47, 74, 90, 0.29);
    background: #fff;
  }
}

.catalog__first-level .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.catalog__first-level .mCSB_scrollTools {
  right: -6px;
}

.catalog__second-level {
  max-height: 360px;
  overflow-y: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .catalog__second-level {
    -webkit-box-shadow: 5px 0px 20px 0px rgba(47, 74, 90, 0.29);
    box-shadow: 5px 0px 20px 0px rgba(47, 74, 90, 0.29);
    border-left: none;
  }
}

@media only screen and (max-width: 1024px) {
  .catalog__second-level {
    max-height: none;
    width: 100%;
    height: 100vh;
  }
}

.catalog__second-level .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.catalog__second-level .mCSB_scrollTools {
  right: -6px;
}

.catalog__third-level {
  max-height: 360px;
  overflow-y: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .catalog__third-level {
    -webkit-box-shadow: 5px 0px 20px 0px rgba(47, 74, 90, 0.29);
    box-shadow: 5px 0px 20px 0px rgba(47, 74, 90, 0.29);
    border-left: none;
  }
}

@media only screen and (max-width: 1024px) {
  .catalog__third-level {
    max-height: none;
    width: 100%;
    height: 100vh;
  }
}

.catalog__third-level .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.catalog__third-level .mCSB_scrollTools {
  right: -6px;
}

.catalog {
  max-width: 1588px;
  width: 100%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1599px) {
  .catalog {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.catalog__sidebar {
  max-width: 380px;
  width: 100%;
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  margin-right: 10px;
  min-width: 0;
}

@media only screen and (max-width: 1249px) {
  .catalog__sidebar {
    max-width: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog__sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto 30px;
    display: none;
  }
}

.catalog__main {
  max-width: 1192px;
  width: 100%;
  -ms-flex-preferred-size: 1192px;
  flex-basis: 1192px;
  min-width: 0;
}

@media only screen and (max-width: 1023px) {
  .catalog__main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto;
  }
}

.catalog__main__products-wrapper {
}

.catalog__main__list-title {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 -5px 30px;
}

@media only screen and (max-width: 1599px) {
  .catalog__main__list-title {
    margin: 0 5px 30px;
  }
}

.catalog__sidebar-button {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .catalog__sidebar-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 30px;
  }
}

.filter-block {
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  margin-bottom: 10px;
}

.filter-block__title {
  background: #fff;
  font-weight: bold;
  line-height: 21px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000417;
  padding: 24.5px 35px;
}

.filter-block__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-block__list.checkbox-list {
  max-height: 268px;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.filter-block__list.checkbox-list.open {
  max-height: 9999px;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
}

.filter-block__item {
  color: #fff;
  padding: 24px 35px;
  border-top: 1px solid #f0f3f4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .filter-block__item:hover {
    background: #fafafc;
  }
}

.filter-block__item input[type="radio"] {
  display: none;
}

.filter-block__item label {
  font-weight: 600;
  font-size: 15px;
  color: #787d95;
  cursor: pointer;
}

.filter-block__item label span {
  display: block;
  padding-left: 32px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filter-block__item label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(167, 171, 192, 0.8);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filter-block__item label span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: #e40000;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filter-block__item input[type="radio"]:checked + span {
  color: #000417;
}

.filter-block__item input[type="radio"]:checked + span::before {
  border-color: #e40000;
}

.filter-block__item input[type="radio"]:checked + span::after {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.filter-block__checkbox-item {
  color: #fff;
  padding: 24px 35px;
  border-top: 1px solid #f0f3f4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .filter-block__checkbox-item:hover {
    background: #fafafc;
  }
}

.filter-block__checkbox-item input[type="checkbox"] {
  display: none;
}

.filter-block__checkbox-item label {
  font-weight: 600;
  font-size: 15px;
  color: #787d95;
  cursor: pointer;
}

.filter-block__checkbox-item label span {
  display: block;
  padding-left: 32px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filter-block__checkbox-item label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(167, 171, 192, 0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filter-block__checkbox-item label span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filter-block__checkbox-item input[type="checkbox"]:checked + span {
  color: #000417;
}

.filter-block__checkbox-item input[type="checkbox"]:checked + span::before {
  background-color: #e40000;
  border-color: #e40000;
  border-radius: 2px;
}

.filter-block__checkbox-item input[type="checkbox"]:checked + span::after {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.filter-block__more-btn {
  border-top: 1px solid #f0f3f4;
  font-weight: 500;
  font-size: 14px;
  color: #000417;
  padding: 24px 35px;
}

.filter-block__more-btn span {
  cursor: pointer;
  padding-bottom: 3px;
  border-bottom: 1px dashed #e40000;
}

.filter-block__clear {
  width: 100%;
  height: 60px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #787d95;
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .filter-block__clear:hover {
    color: #000417;
  }
}

.catalog-content {
  padding: 100px 0 150px;
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .catalog-content {
    padding: 70px 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-content {
    padding: 40px 0 80px;
  }
}

.catalog-content .content-block {
  max-width: 1482px;
  margin: 0 auto;
}

@media only screen and (max-width: 1599px) {
  .catalog-content .content-block {
    padding: 0 15px;
  }
}

.contacts-block {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1599px) {
  .contacts-block {
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .contacts-block {
    margin: 0 auto 40px;
  }
}

.contacts-block__sidebar {
  max-width: 344px;
  width: 100%;
  -ms-flex-preferred-size: 344px;
  flex-basis: 344px;
  margin-right: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .contacts-block__sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 100%;
    margin-right: 0;
  }
}

.contacts-block__map {
  max-width: 1162px;
  width: 100%;
  -ms-flex-preferred-size: 1162px;
  flex-basis: 1162px;
}

@media only screen and (max-width: 767px) {
  .contacts-block__map {
    display: none;
  }
}

.contacts-block__list {
  max-height: 490px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.1);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.1);
}

.contacts-block__list .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.contacts-block__list .mCSB_scrollTools {
  right: -6px;
}

.contacts-block__item {
  position: relative;
  background: #fafafc;
  padding: 19px 28px;
  border-bottom: 1px solid #e2e8ea;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contacts-block__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: #e40000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contacts-block__item:last-of-type {
  border-bottom: none;
}

.contacts-block__item span {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.contacts-block__item small {
  font-weight: 600;
  font-size: 16px;
  color: #787d95;
}

.contacts-block__item.active::before {
  height: 100%;
}

.contacts-block__item.active small {
  color: #000417;
}

.contacts-block__title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #787d95;
  margin-bottom: 10px;
}

.contacts-block__text {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  color: #787d95;
  margin-bottom: 30px;
}

body.contacts .wrapper {
  padding-top: 100px;
}

@media only screen and (max-width: 1023px) {
  body.contacts .wrapper {
    padding-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  body.contacts .wrapper {
    padding-top: 60px;
  }
}

.map-ships {
  height: 850px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .map-ships {
    height: 400px;
  }
}

.ship-popup__inner {
  max-width: 452px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 20px;
}

.ship-popup__image {
  max-width: 165px;
  width: 100%;
  -ms-flex-preferred-size: 165px;
  flex-basis: 165px;
  margin-right: 25px;
}

.ship-popup__content {
  max-width: 225px;
  width: 100%;
  -ms-flex-preferred-size: 225px;
  flex-basis: 225px;
}

.ship-popup__name {
  font-weight: bold;
  line-height: 21px;
  font-size: 16px;
  color: #000417;
  margin-bottom: 5px;
}

.ship-popup__status {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  color: #e40000;
}

.ship-popup__option {
  margin-bottom: 18px;
}

.ship-popup__option:last-of-type {
  margin-bottom: 0;
}

.ship-popup__option-title {
  font-size: 12px;
  margin-bottom: 6px;
  color: #a3a4a9;
}

.ship-popup__option-value {
  font-weight: 500;
  font-size: 14px;
  color: #000417;
}

.ship-page-popup__inner {
  max-width: 305px;
  width: 100%;
}

.ship-page-popup__image {
  margin-bottom: 15px;
}

.ship-page-popup__name {
  font-weight: bold;
  line-height: 21px;
  font-size: 16px;
  color: #000417;
  text-align: center;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}

.map {
  height: 850px;
  width: 100%;
}

@media only screen and (max-width: 1249px) {
  .map {
    height: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .map {
    height: 400px;
  }
}

.map__wrap {
  position: relative;
}

@media only screen and (max-width: 1249px) {
  .map__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 767px) {
  .map__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.map-sidebar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 9%;
  background: #fff;
  max-width: 462px;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 1599px) {
  .map-sidebar {
    left: 5%;
  }
}

@media only screen and (max-width: 1449px) {
  .map-sidebar {
    left: 2%;
  }
}

@media only screen and (max-width: 1249px) {
  .map-sidebar {
    position: static;
    -webkit-transform: none;
    transform: none;
    max-width: 400px;
  }
}

@media only screen and (max-width: 1023px) {
  .map-sidebar {
    max-width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .map-sidebar {
    max-width: 100%;
  }
}

.map-sidebar__head {
  display: none;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #e40000;
  border-bottom: 1px solid #e2e8ea;
  padding: 20px 30px;
}

.map-sidebar__head--changed {
  color: #787d95;
}

.map-sidebar__select {
  padding: 12px 20px;
  border-bottom: 2px solid #e40000;
}

.map-sidebar__wrap {
  max-height: 556px;
  overflow-y: auto;
  border-bottom: 1px solid #e2e8ea;
}

.map-sidebar__wrap .mCSB_scrollTools {
  right: -6px;
}

.map-sidebar__wrap .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.map-sidebar__item {
  padding: 25px 35px;
  border-bottom: 1px solid #e2e8ea;
}

.map-sidebar__item-name {
  position: relative;
  max-width: 255px;
  width: 100%;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
  margin-bottom: 20px;
}

.map-sidebar__item-name span {
  position: absolute;
  right: -135px;
  top: 0;
  background: #e2e8ea;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #787d95;
  padding: 5px 15px;
  border-radius: 0 5px 5px 0;
}

.map-sidebar__item-name span::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  width: 23px;
  height: 23px;
  background: #e2e8ea;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

@media only screen and (max-width: 1449px) {
  .map-sidebar__item-name span {
    left: 90%;
    right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1449px) {
  .map-sidebar__item-name span {
    position: static;
    background: transparent;
    padding: 5px 0;
    display: block;
  }

  .map-sidebar__item-name span::before {
    display: none;
  }
}

.map-sidebar__item-address {
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
}

.map-sidebar__item-address address {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000417;
}

.map-sidebar__item-address > svg {
  position: absolute;
  left: 0;
  top: 3px;
  width: 13px;
  height: 18px;
  fill: #787d95;
}

.map-sidebar__item-phones {
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
}

.map-sidebar__item-phones a {
  font-weight: 500;
  font-size: 15px;
  color: #000417;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .map-sidebar__item-phones a:hover {
    color: #e40000;
  }
}

.map-sidebar__item-phones > svg {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  fill: #787d95;
}

.map-sidebar__item-email {
  position: relative;
  padding-left: 26px;
}

.map-sidebar__item-email > svg {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 13px;
  fill: #787d95;
}

.map-sidebar__item-email a {
  font-weight: 500;
  font-size: 15px;
  color: #000417;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .map-sidebar__item-email a:hover {
    color: #e40000;
  }
}

.map-sidebar__bottom {
  padding: 12px 36px;
}

.map-sidebar__bottom .button-red {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .map-sidebar__bottom .button-red {
    margin: 0 auto;
  }
}

.show-in-map {
  display: table;
  font-weight: 500;
  line-height: 16px;
  font-size: 11px;
  color: #787d95;
  border-bottom: 1px dashed #787d95;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .show-in-map:hover {
    color: #e40000;
    border-color: #e40000;
  }
}

.phone-item {
  margin-bottom: 8px;
}

.phone-item:last-of-type {
  margin-bottom: 0;
}

.messengers {
  margin-left: 12px;
}

.messengers__item {
  margin: 0 3px;
}

.messengers__item svg {
  width: 17px;
  height: 17px;
}

.map-popup {
  max-width: 302px;
  width: 100%;
}

.map-popup__image {
  margin-bottom: 10px;
}

.map-popup__name {
  max-width: 275px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  color: #000417;
}

.partners-wrap {
}

.partners-wrap .title {
  margin-top: 40px;
  color: #000417;
  text-align: center;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.partners-wrap .infiniteslide_wrap {
  overflow: visible !important;
}

.partners-wrap .items-wrap {
  margin: 80px 0 90px 0;
  padding: 0;
}

.partners-wrap .items-wrap .item-wrap {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  background-color: #ffffff;
  height: 180px;
  width: 295px;
  filter: drop-shadow(
    0px 4px 100px
      rgba(0, 0.01568627543747425, 0.09019608050584793, 0.03999999910593033)
  );
  cursor: pointer;
  position: relative;
}

.partners-wrap .items-wrap .item-wrap img {
  max-width: 100%;
  max-height: 100%;
}

.partners-wrap .items-wrap .item-wrap .map-popup {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  background-color: white;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 9999;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__header .close {
  background: none;
  display: block;
  border: 0;
  margin: 0 0 0 auto;
  padding: 0;
  text-transform: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 48px;
  height: 48px;
  opacity: 0.6;
}

.partners-wrap
  .items-wrap
  .item-wrap
  .map-popup
  .map-popup__header
  .close:hover {
  opacity: 1;
}

.partners-wrap
  .items-wrap
  .item-wrap
  .map-popup
  .map-popup__header
  .close::after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22/%3E%3C/svg%3E");
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
  margin: 12px;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__inner {
  padding: 12px;
  font:
    400 11px Roboto,
    Arial,
    sans-serif;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__name {
  position: relative;
  font-weight: bold;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__address {
  padding-left: 26px;
  position: relative;
  margin-top: 16px;
  font-weight: 500;
  font-size: 15px;
  color: #000417;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__email {
  margin-top: 8px;
  font-size: 15px;
  color: #000417;
  padding-left: 26px;
  position: relative;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__phones {
  margin-top: 8px;
  font-size: 15px;
  color: #000417;
  padding-left: 26px;
  position: relative;
}

.partners-wrap
  .items-wrap
  .item-wrap
  .map-popup
  .map-popup__phones
  .map-popup__phones__phone {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}

.partners-wrap
  .items-wrap
  .item-wrap
  .map-popup
  .map-popup__phones
  .map-popup__phones__phone:last-child {
  margin-bottom: 0;
}

.partners-wrap
  .items-wrap
  .item-wrap
  .map-popup
  .map-popup__phones
  .map-popup__phones__phone
  .messengers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.partners-wrap
  .items-wrap
  .item-wrap
  .map-popup
  .map-popup__phones
  .map-popup__phones__phone
  .messengers
  svg {
  position: static;
  margin: 0 4px;
}

.partners-wrap .items-wrap .item-wrap .map-popup svg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  fill: #787d95;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__footer {
  -webkit-filter: drop-shadow(0 4px 2px rgba(178, 178, 178, 0.4));
  filter: drop-shadow(0 4px 2px rgba(178, 178, 178, 0.4));
  height: 12px;
  left: 50%;
  position: absolute;
  bottom: -8px;
  -webkit-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  transform: translateX(-75%);
  width: 25px;
}

.partners-wrap .items-wrap .item-wrap .map-popup .map-popup__footer::after {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 25px;
}

body.page-error .footer {
  display: none;
}

.error-page {
  min-height: calc(100vh - 140px);
  -webkit-transform: translateX(85px);
  transform: translateX(85px);
  max-width: 1574px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1449px) {
  .error-page {
    padding: 0 15px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 30px 0 75px;
  }
}

@media only screen and (max-width: 1200px) {
  .error-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  .error-page {
    min-height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .error-page__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .error-page__image {
    display: none;
  }
}

.error-page__content {
  max-width: 542px;
  width: 100%;
  -ms-flex-preferred-size: 542px;
  flex-basis: 542px;
}

@media only screen and (max-width: 1200px) {
  .error-page__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.error-page__title {
  font-weight: 800;
  line-height: 292px;
  font-size: 260px;
  color: #000417;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .error-page__title {
    line-height: 125px;
    font-size: 136px;
  }
}

.error-page__subtitle {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .error-page__subtitle {
    font-size: 18px;
  }
}

.error-page__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .error-page__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}

.faq {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1599px) {
  .faq {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .faq {
    -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 only screen and (max-width: 767px) {
  .faq {
    margin: 0 auto 90px;
  }
}

.faq__main {
  max-width: 1040px;
  width: 100%;
  -ms-flex-preferred-size: 1040px;
  flex-basis: 1040px;
  margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
  .faq__main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto 40px;
  }
}

.faq__item {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  margin-bottom: 5px;
}

.faq__item.active .faq__title {
  color: #e40000;
}

.faq__item.active .faq__title::after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.faq__item:last-of-type {
  margin-bottom: 0;
}

.faq__title {
  position: relative;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
  padding: 20px 50px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.faq__title::before {
  content: "";
  position: absolute;
  width: 12px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: #e40000;
  border-radius: 4px;
}

.faq__title::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e40000;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .faq__title {
    font-size: 14px;
    line-height: 19px;
    padding: 20px 30px 20px 50px;
  }
}

.faq__inner {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.faq__content {
  padding: 5px 50px 25px;
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
}

@media only screen and (max-width: 767px) {
  .faq__content {
    font-size: 12px;
    line-height: 19px;
    padding: 5px 30px 20px 50px;
  }
}

.faq__sidebar {
  max-width: 522px;
  width: 100%;
  -ms-flex-preferred-size: 522px;
  flex-basis: 522px;
  padding: 60px 50px 64px;
  border-top: 4px solid #e40000;
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
}

@media only screen and (max-width: 1599px) {
  .faq__sidebar {
    padding: 40px 25px 44px;
  }
}

@media only screen and (max-width: 1023px) {
  .faq__sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 750px;
  }
}

.faq__sidebar-title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .faq__sidebar-title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .faq__sidebar-form {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}

.footer {
  position: relative;
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  z-index: 3;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 4, 23, 0.93);
  z-index: -1;
}

.footer__top {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1023px) {
  .footer__top {
    display: none;
  }
}

.footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav-item {
  font-weight: bold;
  font-size: 15px;
  margin: 0 25px;
}

@media only screen and (max-width: 1449px) {
  .footer__nav-item {
    font-size: 13px;
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1249px) {
  .footer__nav-item {
    font-size: 12px;
    margin: 0 10px;
  }
}

.footer__nav-item a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .footer__nav-item a:hover {
    color: #e40000;
  }
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 52px 15px 65px;
}

@media only screen and (max-width: 1249px) {
  .footer__logo {
    padding: 35px 15px 45px;
  }
}

.footer__contacts {
  padding: 26px 15px 32px;
  background: rgba(87, 92, 119, 0.1);
}

.footer__contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .footer__contacts-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__contacts-item {
  position: relative;
  max-width: 375px;
  width: 100%;
  -ms-flex-preferred-size: 375px;
  flex-basis: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 34px;
}

@media only screen and (max-width: 1449px) {
  .footer__contacts-item {
    margin: 0 24px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__contacts-item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 0 20px;
  }

  .footer__contacts-item:last-of-type {
    margin-bottom: 0;
  }
}

.footer__contacts-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 55px;
  background: rgba(255, 255, 255, 0.06);
}

@media only screen and (max-width: 1249px) {
  .footer__contacts-item::after {
    display: none;
  }
}

.footer__contacts-item:last-of-type::after {
  display: none;
}

.footer__contacts-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00409e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  margin-right: 15px;
}

.footer__contacts-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.footer__contacts-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 275px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 1249px) {
  .footer__contacts-text {
    font-size: 14px;
  }
}

.footer__contacts-text a {
  color: #fff;
  text-decoration: none;
}

.footer__bottom {
  padding: 40px 15px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
}

.socials__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.socials__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.socials__item svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .socials__item:hover {
    background: #fff;
  }

  .socials__item:hover svg {
    fill: #000417;
  }
}

.copyright {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #a7abb4;
  margin-bottom: 10px;
}

.devs {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

.devs__icon-box {
  width: 99px;
  height: 15px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
}

.devs__icon {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.devs__icon svg {
  fill: #fff;
}

.devs__icon-hover {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.devs__icon-hover svg {
  fill: #fff;
}

@media only screen and (min-width: 1025px) {
  .devs:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .devs:hover .devs__icon {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  .devs:hover .devs__icon-hover {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

.button-up {
  width: 100%;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #787d95;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.button-up svg {
  width: 14px;
  height: 8px;
  fill: rgba(120, 125, 149, 0.7);
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .button-up:hover {
    color: #000417;
  }

  .button-up:hover svg {
    fill: #000417;
  }
}

.password-recovery {
  max-width: 525px;
  width: 100%;
  margin: 140px auto 300px;
}

@media only screen and (max-width: 767px) {
  .password-recovery {
    padding: 0 15px;
    margin: 40px auto 140px;
  }
}

.password-recovery__title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .password-recovery__title {
    font-size: 24px;
  }
}

.password-recovery__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  color: #787d95;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .password-recovery__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

.password-recovery__form {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

.password-recovery__form .form-block:last-of-type {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .password-recovery__form .form-block:last-of-type {
    margin-bottom: 30px;
  }
}

body.main .header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body.main .header a {
  color: #fff;
}

body.main .header .catalog__list li a {
  color: #000417;
}

body.main .header .search__input {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

body.main .header .search__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.main .header .search__input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.main .header .search__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1249px) {
  body.main .header .search__input {
    background: #fff;
    color: #000417;
  }

  body.main .header .search__input::-webkit-input-placeholder {
    color: #a3a4a9;
  }

  body.main .header .search__input::-ms-input-placeholder {
    color: #a3a4a9;
  }

  body.main .header .search__input::placeholder {
    color: #a3a4a9;
  }
}

body.main .header .search__button svg {
  fill: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1249px) {
  body.main .header .search__button {
    border: 1px solid rgba(228, 230, 237, 0.1);
  }

  body.main .header .search__button svg {
    fill: #fff;
  }
}

body.main .header .login {
  border-color: rgba(228, 230, 237, 0.1);
}

body.main .header .login svg {
  fill: #fff;
}

@media only screen and (min-width: 1025px) {
  body.main .header .login:hover {
    background: #e3e5ed;
  }

  body.main .header .login:hover svg {
    fill: #000417;
  }
}

body.main .header .side-menu__button {
  color: #fff;
}

body.main .header .side-menu__button svg {
  fill: #fff;
}

@media only screen and (min-width: 1025px) {
  body.main .header .main-menu__item a:hover {
    color: #e40000;
  }
}

body.main .header .services__button {
  color: #fff;
}

body.main .header .services__button::after {
  border-color: #fff;
}

@media only screen and (min-width: 1025px) {
  body.main .header .services__button:hover {
    color: #e40000;
  }
}

body.main .header .language__item a {
  color: #000417;
}

body.main .header.fixed {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid rgba(234, 235, 239, 0.8);
  z-index: 9;
}

body.main .header.fixed a {
  color: #000417;
}

body.main .header.fixed .services__button {
  color: #000417;
}

body.main .header.fixed .services__button::after {
  border-color: #333;
}

@media only screen and (min-width: 1025px) {
  body.main .header.fixed .services__button:hover {
    color: #e40000;
  }
}

body.main .header.fixed .search__input {
  background: #f7f8fb;
  color: #000417;
}

body.main .header.fixed .search__input::-webkit-input-placeholder {
  color: rgba(0, 4, 23, 0.5);
}

body.main .header.fixed .search__input::-ms-input-placeholder {
  color: rgba(0, 4, 23, 0.5);
}

body.main .header.fixed .search__input::placeholder {
  color: rgba(0, 4, 23, 0.5);
}

@media only screen and (max-width: 1249px) {
  body.main .header.fixed .search__input {
    -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.5);
    box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.5);
  }
}

body.main .header.fixed .search__button svg {
  fill: rgba(0, 4, 23, 0.5);
}

@media only screen and (max-width: 1249px) {
  body.main .header.fixed .search__button {
    border: 1px solid #e3e5ed;
  }

  body.main .header.fixed .search__button svg {
    fill: #000417;
  }
}

body.main .header.fixed .login {
  border-color: #e3e5ed;
}

body.main .header.fixed .login svg {
  fill: #000417;
}

body.main .header.fixed .side-menu__button {
  color: #000417;
}

body.main .header.fixed .side-menu__button svg {
  fill: #000417;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #fff;
  height: 100px;
  border-bottom: 1px solid rgba(234, 235, 239, 0.8);
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

@media only screen and (max-width: 1023px) {
  .header {
    height: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  max-width: 1582px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1599px) {
  .header__inner {
    padding: 0 15px;
  }
}

.header__left,
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1459px) {
  .header__left {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header__left {
    margin-right: 5px;
  }
}

.logo {
  width: 210px;
  height: 46px;
  background-size: 210px 46px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -10px;
}

.logo a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .logo {
    width: 60px;
    height: 28px;
    background-size: cover;
    background-position: left;
    margin-top: -5px;
  }
}

.services__wrap {
  position: relative;
  margin: 0 65px;
}

@media only screen and (max-width: 1459px) {
  .services__wrap {
    margin: 0 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .services__wrap {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .services__wrap {
    margin: 0 15px;
  }
}

.services__button {
  position: relative;
  font-weight: bold;
  color: #000417;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.services__button::after {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 6px;
  width: 6px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.services__button svg {
  width: 18px;
  height: 18px;
  fill: #e40000;
  margin-right: 10px;
}

.services__button.active::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (min-width: 1025px) {
  .services__button:hover {
    color: #e40000;
  }
}

@media only screen and (max-width: 1459px) {
  .services__button {
    font-size: 13px;
  }

  .services__button svg {
    margin-right: 8px;
    width: 15px;
    height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .services__button svg {
    display: none;
  }
}

.language {
  position: relative;
  margin-left: 48px;
}

@media only screen and (max-width: 1459px) {
  .language {
    margin-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .language {
    display: none;
  }
}

.language__current {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: #85899e;
  cursor: pointer;
}

.language__list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin-top: 44px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.language__list.open {
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.language__item {
  width: 92px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(177, 182, 207, 0.3);
}

.language__item:last-of-type {
  border-bottom: none;
}

.language__item a {
  padding: 21px 0;
  width: 100%;
  height: 100%;
  color: #000417;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .language__item:hover {
    border-color: #e40000;
  }

  .language__item:hover a {
    color: #e40000 !important;
  }
}

@media only screen and (max-width: 1023px) {
  .main-menu {
    display: none;
  }
}

.main-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-menu__item {
  font-weight: bold;
  font-size: 15px;
  margin: 0 27px;
}

.main-menu__item:first-of-type {
  margin-left: 0;
}

.main-menu__item:last-of-type {
  margin-right: 0;
}

@media only screen and (max-width: 1459px) {
  .main-menu__item {
    margin: 0 20px;
    font-size: 13px;
  }
}

.main-menu__item a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000417;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .main-menu__item a:hover {
    color: #e40000;
  }
}

.search {
  position: relative;
  width: 370px;
  height: 49px;
}

@media only screen and (max-width: 1459px) {
  .search {
    width: 300px;
  }
}

@media only screen and (max-width: 1249px) {
  .search {
    width: auto;
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  .search {
    height: auto;
  }
}

.search__input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 40px;
  background: #f7f8fb;
  color: #000417;
  font-size: 12px;
  font-weight: 600;
  padding: 0 20px 0 50px;
}

.search__input::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(0, 4, 23, 0.5);
}

.search__input::-ms-input-placeholder {
  font-weight: 400;
  color: rgba(0, 4, 23, 0.5);
}

.search__input::placeholder {
  font-weight: 400;
  color: rgba(0, 4, 23, 0.5);
}

@media only screen and (max-width: 1249px) {
  .search__input {
    padding: 0 25px;
    position: absolute;
    height: 49px;
    width: 100%;
    max-width: 95%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
    left: 50%;
    z-index: 9;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.5);
    box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .search__input.open {
    visibility: visible;
    opacity: 1;
    overflow: visible;
  }
}

@media only screen and (max-width: 1023px) {
  .search__input {
    top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .search__input {
    top: 10px;
    height: 38px;
  }
}

.search__button {
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin-top: 2px;
  border: none;
  background: transparent;
}

.search__button svg {
  width: 12px;
  height: 13px;
  fill: rgba(0, 4, 23, 0.5);
}

@media only screen and (max-width: 1249px) {
  .search__button {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 48px;
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #e3e5ed;
    border-radius: 50%;
  }

  .search__button svg {
    width: 18px;
    height: 18px;
    fill: rgba(0, 4, 23, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .search__button {
    width: 32px;
    height: 32px;
  }

  .search__button svg {
    width: 12px;
    height: 12px;
  }
}

.login {
  margin: 0 15px;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #e3e5ed;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.login a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login svg {
  width: 18px;
  height: 18px;
  fill: #000417;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .login:hover {
    background: #e3e5ed;
  }

  .login:hover svg {
    fill: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .login {
    width: 32px;
    height: 32px;
    margin: 0 8px;
  }

  .login svg {
    width: 12px;
    height: 12px;
  }
}

.callback {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e40000;
  border: 1px solid #e40000;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.callback svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

@media only screen and (min-width: 1025px) {
  .callback:hover {
    background: #bb0000;
    border-color: #bb0000;
  }
}

@media only screen and (max-width: 767px) {
  .callback {
    width: 32px;
    height: 32px;
  }

  .callback svg {
    width: 12px;
    height: 12px;
  }
}

.side-menu {
  margin-left: 34px;
}

@media only screen and (max-width: 767px) {
  .side-menu {
    margin-left: 10px;
  }
}

.side-menu__button {
  font-weight: 600;
  font-size: 14px;
  color: #000417;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .side-menu__button {
    font-size: 0;
  }
}

.side-menu__button svg {
  width: 20px;
  height: 10px;
  fill: #000417;
  margin-right: 10px;
}

.side-menu__nav {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 580px;
  width: 100%;
  height: 100vh;
  background: #000417;
  z-index: 9;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 40px 170px 50px 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1449px) {
  .side-menu__nav {
    max-width: 420px;
    padding: 40px 70px 50px 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .side-menu__nav {
    max-width: 380px;
    padding: 40px 50px 50px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .side-menu__nav {
    padding: 20px 35px 100px 20px;
  }
}

@media all and (orientation: landscape) {
  .side-menu__nav {
    max-height: 100vh;
    overflow-y: auto;
    padding: 50px 35px 100px 20px;
  }
}

.side-menu__nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media all and (orientation: landscape) {
  .side-menu__list {
    margin: 40px 0;
  }
}

.side-menu__item {
  text-align: right;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 22px;
}

@media only screen and (max-width: 1449px) {
  .side-menu__item {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .side-menu__item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 359px) {
  .side-menu__item {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.side-menu__item:last-of-type {
  margin-bottom: 0;
}

.side-menu__item a {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.side-menu__item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .side-menu__item:hover a {
    color: #fff;
  }

  .side-menu__item:hover a::before {
    width: 100%;
  }
}

.side-menu__socials {
  margin: 0 -14px;
}

@media all and (orientation: landscape) {
  .side-menu__socials {
    margin: 0 -14px 50px;
  }
}

.side-menu__socials-item {
  cursor: pointer;
  margin: 0 14px;
}

.side-menu__socials-item svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .side-menu__socials-item:hover svg {
    fill: rgba(255, 255, 255, 0.6);
  }
}

.side-menu__close {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.side-menu__close svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .side-menu__close:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .side-menu__close:hover svg {
    fill: rgba(255, 255, 255, 0.6);
  }
}

.mobile__language {
  margin: 0 -14px;
}

.mobile__language li {
  border: none;
  width: auto;
  margin: 0 14px;
}

.mobile__language li a {
  padding: 0;
  color: #fff;
}

.main-section {
  position: relative;
}

.main-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-section__slide {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
  min-height: 750px;
}

.main-section__slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    960px at 50% 50%,
    rgba(0, 4, 23, 0.35) 0%,
    rgba(0, 4, 23, 0.5) 100%
  );
}

.main-section__slide.slick-slide .main-section__subtitle {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}

.main-section__slide.slick-slide .main-section__title {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}

.main-section__slide.slick-slide .main-section__text {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}

.main-section__slide.slick-slide .main-section__link {
  opacity: 0;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}

.main-section__slide.slick-slide .main-section__certified--slide {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}

.main-section__slide.slick-slide.slick-current.slick-active
  .main-section__subtitle {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.main-section__slide.slick-slide.slick-current.slick-active
  .main-section__title {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.main-section__slide.slick-slide.slick-current.slick-active
  .main-section__text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.main-section__slide.slick-slide.slick-current.slick-active
  .main-section__link {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.main-section__slide.slick-slide.slick-current.slick-active
  .main-section__certified--slide {
  opacity: 1;
  transform: translateX(0);
}

.main-section__box {
  max-width: 1582px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media only screen and (max-width: 1599px) {
  .main-section__box {
    padding: 0 15px;
  }
}

.main-section__content {
  max-width: 800px;
  width: 100%;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  z-index: 2;
}

@media only screen and (max-width: 1449px) {
  .main-section__content {
    max-width: 600px;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
  }
}

@media only screen and (max-width: 1249px) {
  .main-section__content {
    max-width: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
  }
}

.main-section__subtitle {
  font-weight: 800;
  font-size: 22px;
  color: #fff;
}

@media only screen and (max-width: 1249px) {
  .main-section__subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__subtitle {
    font-size: 16px;
  }
}

.main-section__title {
  font-weight: 800;
  line-height: 96px;
  font-size: 86px;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1449px) {
  .main-section__title {
    font-size: 74px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1249px) {
  .main-section__title {
    font-size: 64px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__title {
    font-size: 36px;
    line-height: 44px;
  }
}

.main-section__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1249px) {
  .main-section__text {
    font-size: 14px;
    line-height: 21px;
    max-width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__text {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 25px;
  }
}

.main-section__link {
  max-width: 220px;
  width: 100%;
  height: 52px;
  background: #00409e;
  border: 1px solid #00409e;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-section__link:hover {
    background: #fff;
    color: #00409e;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__link {
    height: 45px;
    font-size: 13px;
    max-width: 190px;
  }
}

.main-section__triggers {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 40px;
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-section__certified {
  display: flex;
  overflow: hidden;
  transition: transform 0.1s linear;
}

.main-section__certified--slide {
  margin-top: 16px;
  display: none;
}

.main-section__certified:hover {
  transform: scale(1.03);
}

.main-section__certified-logo {
  width: 244px;
  height: 88px;
}

@media only screen and (max-width: 1449px) {
  .main-section__triggers {
    right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__triggers {
    display: none;
  }

  .main-section__certified--slide {
    display: inline-flex;
  }

  .main-section__certified--slide .main-section__certified-logo {
    width: 159px;
    height: 57px;
  }
}

.main-section__triggers-item {
  max-width: 160px;
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1449px) {
  .main-section__triggers-item {
    margin-bottom: 30px;
    max-width: 130px;
  }
}

.main-section__triggers-item:last-of-type {
  margin-bottom: 0;
}

.main-section__triggers-value {
  font-weight: 800;
  line-height: 54px;
  font-size: 40px;
  text-align: right;
  color: #fff;
}

@media only screen and (max-width: 1449px) {
  .main-section__triggers-value {
    font-size: 34px;
    line-height: 44px;
  }
}

.main-section__triggers-text {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #fff;
}

@media only screen and (max-width: 1449px) {
  .main-section__triggers-text {
    font-size: 12px;
  }
}

.main-section__socials {
  position: absolute;
  right: 8%;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1449px) {
  .main-section__socials {
    right: 5%;
  }
}

@media only screen and (max-width: 1449px) {
  .main-section__socials {
    bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__socials {
    display: none;
  }
}

.main-section__socials-title {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 90px;
}

.main-section__socials-title::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 18px;
  height: 2px;
  width: 50px;
  background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1249px) {
  .main-section__socials-title {
    display: none;
  }
}

.main-section__socials-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-section__socials-item {
  margin: 0 14px;
}

.main-section__socials-item:first-of-type {
  margin-left: 0;
}

.main-section__socials-item:last-of-type {
  margin-right: 0;
}

.main-section__socials-item svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-section__socials-item:hover svg {
    fill: #e40000;
  }
}

.main-section__navigation {
  background: #000417;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px;
}

@media only screen and (max-width: 1449px) {
  .main-section__navigation {
    height: 80px;
  }
}

@media only screen and (max-width: 1249px) {
  .main-section__navigation {
    width: 560px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-section__navigation {
    max-width: 560px;
    width: 100%;
    padding: 0 15px;
  }
}

.main-section__dots-box {
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-section__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.main-section__btn {
  cursor: pointer;
  margin: 0 12px;
  z-index: 2;
}

.main-section__btn svg {
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-section__btn:hover svg {
    fill: #fff;
  }
}

.slide-current,
.slide-all {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.slide-all {
  color: rgba(255, 255, 255, 0.2);
}

.paging {
  position: relative;
  max-width: 360px;
  width: 100%;
  height: 1px;
  margin: 0 15px;
}

.paging__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.paging__bar {
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.paging__progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #fff;
}

.paging .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paging .slick-dots li {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
}

.paging .slick-dots li.slick-active .paging__bar {
  opacity: 1;
  width: 100%;
}

.services-block {
  padding: 100px 0;
}

@media only screen and (max-width: 1599px) {
  .services-block {
    padding: 70px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .services-block {
    padding: 50px 15px;
  }
}

.services-block__list {
  max-width: 1584px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1599px) {
  .services-block__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.services-block__item {
  position: relative;
  max-width: 394px;
  width: 100%;
  -ms-flex-preferred-size: 394px;
  flex-basis: 394px;
  margin: 0 1px 2px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .services-block__item:hover .services-block__inner::before {
    opacity: 1;
  }

  .services-block__item:hover .services-block__box {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
  }

  .services-block__item:hover .services-block__info {
    top: 0;
  }
}

@media only screen and (max-width: 1599px) {
  .services-block__item {
    max-width: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}

@media only screen and (max-width: 1023px) {
  .services-block__item {
    max-width: 355px;
    -ms-flex-preferred-size: 355px;
    flex-basis: 355px;
  }
}

.services-block__item.active .services-block__inner::before {
  opacity: 1;
}

.services-block__item.active .services-block__box {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.services-block__item.active .services-block__info {
  top: 0;
}

.services-block__inner {
  position: relative;
  height: 100%;
}

.services-block__inner img {
  height: 100%;
}

.services-block__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 4, 23, 0.3)),
    to(rgba(0, 4, 23, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 4, 23, 0.3) 0%,
    rgba(0, 4, 23, 0.8) 100%
  );
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.services-block__box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.services-block__box svg {
  width: 40px;
  height: 40px;
  margin-bottom: 26px;
}

.services-block__subtitle {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 3px;
}

.services-block__title {
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 26px;
}

.services-block__info {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  padding: 0 15px 55px;
  text-align: center;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

@media only screen and (max-width: 1449px) {
  .services-block__info {
    padding: 15px 15px 35px;
  }
}

.services-block__info .button-transparent {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1249px) {
  .services-block__info .button-transparent {
    font-size: 14px;
    height: 45px;
  }
}

@media only screen and (min-width: 1025px) {
  .services-block__info .button-red:hover {
    background: #fff;
  }
}

@media only screen and (max-width: 1249px) {
  .services-block__info .button-red {
    font-size: 14px;
    height: 45px;
  }
}

.services-block__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 75px;
}

@media only screen and (max-width: 1449px) {
  .services-block__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1249px) {
  .services-block__text {
    max-height: 160px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }
}

.popular-services {
  background: #f7f8fb;
  padding: 78px 0 100px;
}

@media only screen and (max-width: 1023px) {
  .popular-services {
    padding: 65px 0 85px;
  }
}

@media only screen and (max-width: 767px) {
  .popular-services {
    padding: 50px 0 70px;
  }
}

.popular-services__list {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 1449px) {
  .popular-services__list {
    padding: 0 15px;
  }
}

.popular-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.popular-services__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1023px) {
  .popular-services__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}

.popular-services__image {
  max-width: 700px;
  width: 100%;
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px;
}

@media only screen and (max-width: 1023px) {
  .popular-services__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.popular-services__content {
  background: #fff;
  max-width: 700px;
  width: 100%;
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px;
  padding: 90px 105px 0;
}

@media only screen and (max-width: 1449px) {
  .popular-services__content {
    padding: 50px 70px 0;
  }
}

@media only screen and (max-width: 1249px) {
  .popular-services__content {
    padding: 30px 40px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .popular-services__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 90px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .popular-services__content {
    padding: 50px 15px;
  }
}

.popular-services__title {
  position: relative;
  max-width: 355px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 48px;
}

.popular-services__title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 4px;
  background: #e40000;
  left: 0;
  bottom: -25px;
}

@media only screen and (max-width: 1249px) {
  .popular-services__title {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .popular-services__title::before {
    bottom: -15px;
  }
}

.popular-services__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
  margin-bottom: 35px;
  max-height: 120px;
  overflow-y: auto;
}

@media only screen and (max-width: 1249px) {
  .popular-services__text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 21px;
  }
}

.popular-services__link {
  max-width: 220px;
  width: 100%;
  height: 52px;
  border: 2px solid #00409e;
  border-radius: 40px;
  color: #00409e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .popular-services__link:hover {
    background: #00409e;
    color: #fff;
  }
}

.popular-services__button {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #787d95;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .popular-services__button:hover {
    color: #000417;
  }
}

@media only screen and (max-width: 1023px) {
  .popular-services__button {
    max-width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .popular-services__button {
    max-width: 95%;
  }
}

.management-block {
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 95px 0 90px;
  margin: 0 auto 145px;
}

@media only screen and (max-width: 1249px) {
  .management-block {
    margin: 0 auto 90px;
  }
}

@media only screen and (max-width: 767px) {
  .management-block {
    background-position: center;
    padding: 65px 0 60px;
    margin: 0 auto 65px;
  }
}

.management-block .main-title {
  color: #fff;
  margin-bottom: 74px;
}

.management-block .main-subtitle {
  color: #fff;
  margin-bottom: 4px;
}

.management-block .button-blue {
  margin: 0 auto;
}

.management-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 4, 23, 0.9);
  z-index: -1;
}

.management-block__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.management-block__triggers-item {
  max-width: 330px;
  width: 100%;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  margin: 0 40px;
}

@media only screen and (max-width: 1249px) {
  .management-block__triggers-item {
    max-width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin: 0 20px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .management-block__triggers-item {
    max-width: 215px;
    -ms-flex-preferred-size: 215px;
    flex-basis: 215px;
  }
}

@media only screen and (max-width: 767px) {
  .management-block__triggers-item {
    max-width: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }
}

.management-block__triggers-icon {
  margin-bottom: 45px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .management-block__triggers-icon {
    margin-bottom: 30px;
  }
}

.management-block__triggers-title {
  max-width: 195px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  margin: 0 auto 8px;
  min-height: 48px;
}

.management-block__triggers-text {
  font-weight: 500;
  line-height: 22px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1249px) {
  .management-block__triggers-text {
    font-size: 13px;
    line-height: 20px;
    padding: 0 15px;
  }
}

.main-contacts {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1599px) {
  .main-contacts {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1249px) {
  .main-contacts {
    margin: 0 auto 115px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-contacts__map {
  max-width: 915px;
  width: 100%;
  -ms-flex-preferred-size: 915px;
  flex-basis: 915px;
  margin-right: 100px;
  min-width: 0;
}

@media only screen and (max-width: 1249px) {
  .main-contacts__map {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-contacts__map {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 767px) {
  .main-contacts__map {
    display: none;
  }
}

.main-contacts__map svg {
  max-width: 915px;
  width: 100%;
}

.main-contacts__content {
  max-width: 460px;
  width: 100%;
  -ms-flex-preferred-size: 460px;
  flex-basis: 460px;
  min-width: 0;
}

@media only screen and (max-width: 1023px) {
  .main-contacts__content {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto;
  }
}

.main-contacts__title {
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  color: #000417;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1249px) {
  .main-contacts__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.main-contacts__description {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1249px) {
  .main-contacts__description {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-contacts__description {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-contacts__item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1249px) {
  .main-contacts__item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-contacts__item {
    margin-right: 40px;
  }
}

.main-contacts__item:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}

.main-contacts__value {
  font-weight: 800;
  line-height: 59px;
  font-size: 44px;
  color: #00409e;
}

@media only screen and (max-width: 1249px) {
  .main-contacts__value {
    font-size: 34px;
  }
}

.main-contacts__text {
  font-weight: bold;
  font-size: 18px;
  color: #000417;
}

@media only screen and (max-width: 1249px) {
  .main-contacts__text {
    font-size: 14px;
  }
}

.main-content {
  background: #f7f8fb;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1449px) {
  .main-content {
    padding: 0 15px 60px;
  }
}

.main-content__inner {
  -webkit-transform: translateY(-42px);
  transform: translateY(-42px);
  position: relative;
  border-top: 4px solid #e40000;
  background: #fff;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-content__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 85%;
  background: rgba(239, 240, 247, 0.8);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .main-content__inner {
    -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;
  }

  .main-content__inner::before {
    display: none;
  }
}

.main-content__form {
  max-width: 700px;
  width: 100%;
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px;
  padding: 85px 125px 85px 150px;
}

@media only screen and (max-width: 1449px) {
  .main-content__form {
    padding: 65px 105px 65px 130px;
  }
}

@media only screen and (max-width: 1249px) {
  .main-content__form {
    padding: 65px 50px 65px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-content__form {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-content__form {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 50px 20px 20px;
  }
}

.main-content__form .button-red {
  margin: 0;
}

.main-content__form-title {
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  color: #000417;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1249px) {
  .main-content__form-title {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-content__form-title {
    line-height: 32px;
    font-size: 28px;
  }
}

.main-content__content {
  max-width: 700px;
  width: 100%;
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px;
  padding: 100px 120px 110px 85px;
}

@media only screen and (max-width: 1449px) {
  .main-content__content {
    padding: 80px 100px 90px 65px;
  }
}

@media only screen and (max-width: 1249px) {
  .main-content__content {
    padding: 80px 50px 65px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-content__content {
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-content__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 20px 20px 50px;
  }
}

.main-content__content-title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 18px;
  max-width: 290px;
  width: 100%;
}

.main-content__content-text {
  max-height: 300px;
  overflow-y: auto;
}

.management-top {
  background-position: center;
  max-width: 1582px;
  width: 100%;
  height: 480px;
  margin: 0 auto 90px;
  position: relative;
  z-index: 1;
}

.management-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, rgba(0, 4, 23, 0.4)),
    to(rgba(0, 4, 23, 0.6))
  );
  background: linear-gradient(
    270deg,
    rgba(0, 4, 23, 0.4) 50%,
    rgba(0, 4, 23, 0.6) 100%
  );
  z-index: -1;
}

.management-top__box {
  max-width: 940px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .management-top__box {
    padding: 0 15px;
  }
}

.management-top__title {
  color: #fff;
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  text-align: center;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .management-top__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.management-top__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .management-top__text {
    font-size: 14px;
    line-height: 21px;
  }
}

.management-content {
  max-width: 1155px;
  width: 100%;
  margin: 0 auto 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 1250px) {
  .management-content {
    padding: 0 15px 0 55px;
  }
}

@media only screen and (max-width: 767px) {
  .management-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px 0 35px;
    margin: 0 auto 70px;
  }
}

.management-content__image {
  position: relative;
  max-width: 540px;
  width: 100%;
  -ms-flex-preferred-size: 540px;
  flex-basis: 540px;
  margin: 0 50px 0 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .management-content__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto 80px;
  }
}

.management-content__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -40px;
  bottom: -40px;
  background: #f3f4fc;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .management-content__image::before {
    left: -20px;
    bottom: -20px;
  }
}

.management-content__content {
  position: relative;
  max-width: 485px;
  width: 100%;
  -ms-flex-preferred-size: 485px;
  flex-basis: 485px;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .management-content__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.management-content__content .button-red {
  margin: 0;
}

.management-content__decore-title {
  position: absolute;
  top: -40px;
  right: 0;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  color: #f3f4fc;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .management-content__decore-title {
    top: -20px;
    font-size: 30px;
  }
}

.management-content__title {
  max-width: 430px;
  width: 100%;
  position: relative;
  font-weight: 800;
  line-height: normal;
  font-size: 28px;
  color: #000417;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .management-content__title {
    font-size: 22px;
  }
}

.management-content__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 54px;
  height: 4px;
  background: #e40000;
}

.management-content__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
  margin-bottom: 40px;
  max-height: 305px;
  overflow-y: auto;
}

@media only screen and (max-width: 1250px) {
  .management-content__text {
    max-height: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .management-content__text {
    font-size: 14px;
  }
}

.management-content--reverse {
  padding: 0 40px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1250px) {
  .management-content--reverse {
    padding: 0 55px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .management-content--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 35px 0 15px;
  }
}

.management-content--reverse .management-content__decore-title {
  top: -40px;
  right: auto;
  left: -20px;
}

@media only screen and (max-width: 767px) {
  .management-content--reverse .management-content__decore-title {
    left: 0;
    top: -20px;
  }
}

.management-content--reverse .management-content__image {
  margin: 0 0 0 50px;
}

@media only screen and (max-width: 767px) {
  .management-content--reverse .management-content__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto 80px;
  }
}

.management-content--reverse .management-content__image::before {
  left: auto;
  bottom: -40px;
  right: -40px;
}

@media only screen and (max-width: 767px) {
  .management-content--reverse .management-content__image::before {
    right: -20px;
    bottom: -20px;
  }
}

.content-block {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 130px;
}

@media only screen and (max-width: 1249px) {
  .content-block {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .content-block {
    margin: 0 auto 80px;
  }
}

.content-block__title {
  font-weight: bold;
  font-size: 24px;
  color: #000417;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .content-block__title {
    font-size: 20px;
  }
}

.content-block__text {
  max-height: 220px;
  overflow: auto;
}

.news {
  max-width: 1602px;
  width: 100%;
  margin: 0 auto 150px;
}

@media only screen and (max-width: 1649px) {
  .news {
    padding: 0 15px;
  }
}

.news__list {
  width: 100%;
  margin: 0 auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e2e8ea;
}

.news__item {
  max-width: 512px;
  width: 100%;
  -ms-flex-preferred-size: 512px;
  flex-basis: 512px;
  margin: 0 10px 72px;
}

@media only screen and (max-width: 1649px) {
  .news__item {
    max-width: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
}

@media only screen and (max-width: 1023px) {
  .news__item {
    max-width: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}

@media only screen and (max-width: 767px) {
  .news__item {
    max-width: 390px;
    width: 100%;
    -ms-flex-preferred-size: 390px;
    flex-basis: 390px;
    margin: 0 5px 40px;
  }
}

.news__image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.news__image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .news__image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.news__date {
  width: 100px;
  height: 40px;
  background: #00409e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

.news__info {
  max-height: 76px;
  overflow: hidden;
}

@media only screen and (max-width: 1449px) {
  .news__info {
    max-height: 68px;
  }
}

.news__title {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1449px) {
  .news__title {
    font-size: 16px;
    line-height: 21px;
  }
}

.news__title a {
  color: #000417;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .news__title a:hover {
    color: #e40000;
  }
}

.news__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
}

.news__text p:first-of-type {
  margin-top: 0;
}

.news__text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1449px) {
  .news__text {
    font-size: 14px;
    line-height: 21px;
  }
}

.article {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 150px;
}

@media only screen and (max-width: 1249px) {
  .article {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .article {
    margin: 0 auto 75px;
  }
}

.article__image {
  margin-bottom: 40px;
}

.article__content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e8ea;
}

.article__content iframe {
  border: none;
  max-width: 100%;
  width: 100%;
  height: 502px;
  margin: 30px 0;
}

@media only screen and (max-width: 480px) {
  .article__content iframe {
    height: 180px;
  }
}

.article__date {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.article__date-title {
  color: #787d95;
  margin-right: 10px;
}

.article__date-value {
  color: #000417;
}

.similar-news {
  background: #f7f8fb;
  padding: 122px 0 52px;
}

@media only screen and (max-width: 767px) {
  .similar-news {
    padding: 60px 0 45px;
  }
}

.similar-news__inner {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1599px) {
  .similar-news__inner {
    padding: 0 15px;
  }
}

.similar-news__inner .news__list {
  margin: 0 -10px;
  padding: 0;
  border: none;
  width: auto;
}

.similar-news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 40px;
}

@media only screen and (max-width: 1599px) {
  .similar-news__top {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .similar-news__top {
    -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;
  }
}

.similar-news__title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
}

@media only screen and (max-width: 767px) {
  .similar-news__title {
    margin-bottom: 10px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
}

.popup.popup--visible {
  display: block;
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.popup__holder {
  border-top: 4px solid #e40000;
  background: #fff;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 524px;
  width: 100%;
  padding: 60px 52px;
}

@media only screen and (max-width: 1449px) {
  .popup__holder {
    max-height: 605px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 767px) {
  .popup__holder {
    padding: 60px 20px 40px;
    max-height: 100vh;
  }

  .popup__holder .form-block {
    margin-bottom: 15px;
  }

  .popup__holder .main-input {
    height: 45px;
  }

  .popup__holder .add-comment {
    margin-bottom: 20px;
  }

  .popup__holder .main-textarea {
    height: 100px;
  }

  .popup__holder .popup__close {
    top: 30px;
  }
}

.popup__holder--thx {
  max-width: 524px;
  padding: 80px 85px 95px;
}

.popup__holder--thx .popup__text {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .popup__holder--thx {
    padding: 40px 25px 55px;
  }
}

.popup__close {
  position: absolute;
  right: -36px;
  top: 0;
  cursor: pointer;
}

.popup__close svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

@media only screen and (max-width: 1449px) {
  .popup__close {
    right: 15px;
    top: 15px;
  }

  .popup__close svg {
    fill: #000417;
  }
}

.popup__image {
  text-align: center;
  margin: 0 auto 50px;
}

.popup__title {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
  font-weight: 800;
  font-size: 28px;
  text-align: center;
  color: #000417;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .popup__title {
    font-size: 22px;
  }
}

.popup__text {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  line-height: 19px;
  font-size: 13px;
  text-align: center;
  color: #787d95;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .popup__text {
    font-size: 12px;
  }
}

.iosBugFixCaret {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.password-link {
  font-weight: 500;
  font-size: 12px;
  color: #000417;
  display: table;
  margin: 35px auto 25px;
  text-decoration: none;
  border-bottom: 1px dashed #e40000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .password-link:hover {
    color: #e40000;
  }
}

.product-page {
  position: relative;
  margin: 0 auto 100px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .product-page {
    margin: 0 auto 50px;
  }
}

.product-page::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
  background: #f0f3f4;
}

@media only screen and (max-width: 1023px) {
  .product-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-page::before {
    display: none;
  }
}

.product-page__wrap {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1599px) {
  .product-page__wrap {
    padding: 0 15px;
  }
}

.product-page__slider {
  padding: 60px 50px 30px;
  max-width: 790px;
  width: 100%;
  -ms-flex-preferred-size: 790px;
  flex-basis: 790px;
  min-width: 0;
}

@media only screen and (max-width: 1023px) {
  .product-page__slider {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .product-page__slider {
    padding: 40px 15px 30px;
  }
}

.product-page__sm-slider {
  max-width: 440px;
  width: 100%;
  -ms-flex-preferred-size: 440px;
  flex-basis: 440px;
  margin: 0 auto;
}

.product-page__sm-slide.slick-slide {
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product-page__sm-slide.slick-slide img {
  margin: 0 auto;
}

.product-page__sm-slide.slick-current.slick-active {
  opacity: 1;
}

.product-page__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.product-page__arrow svg {
  width: 26px;
  height: 12px;
  fill: rgba(0, 4, 23, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product-page__arrow:hover svg {
    fill: #000;
  }
}

.product-page__prev-btn {
  left: -35px;
}

.product-page__next-btn {
  right: -35px;
}

.product-page__info {
  max-width: 790px;
  width: 100%;
  -ms-flex-preferred-size: 790px;
  flex-basis: 790px;
  padding: 60px 80px;
  min-width: 0;
}

@media only screen and (max-width: 1449px) {
  .product-page__info {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .product-page__info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .product-page__info {
    padding: 30px 15px;
  }
}

.product-page__info .button-red {
  margin: 0;
}

.product-page__title {
  max-width: 610px;
  width: 100%;
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1249px) {
  .product-page__title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .product-page__title {
    font-size: 18px;
  }
}

.product-page__article {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  color: #787d95;
  margin-bottom: 36px;
}

.product-page__article span {
  color: #000417;
  margin-left: 5px;
}

.product-page__list {
  margin-bottom: 26px;
}

@media only screen and (max-width: 479px) {
  .product-page__list {
    -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;
    margin-bottom: 15px;
  }
}

.product-page__item {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 70px;
  overflow: hidden;
  padding-bottom: 10px;
}

@media only screen and (max-width: 479px) {
  .product-page__item {
    margin: 0 0 20px;
  }
}

.product-page__item:last-of-type {
  margin-right: 0;
}

.product-page__item a {
  position: relative;
  color: #787d95;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product-page__item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 0;
  background: #e40000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product-page__item a.active {
  color: #e40000;
}

.product-page__item a.active::before {
  width: 100%;
}

.product-page__tabs-holder {
  margin-bottom: 55px;
}

.characteristic-block {
  max-height: 242px;
  overflow-y: auto;
}

.characteristic-block .products__info-list {
  margin-bottom: 0;
}

.characteristic-block .products__info-list li {
  margin-bottom: 15px;
}

.description-block {
  max-height: 242px;
  overflow-y: auto;
}

.similar-products {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto 150px;
}

.similar-products__list .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  background: rgba(36, 43, 48, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 10px;
}

.similar-products__list .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}

.similar-products__list .slick-dots li button::before {
  display: none;
}

.similar-products__list .slick-dots li.slick-active {
  background: #000417;
  -webkit-transform: scale(1.333);
  transform: scale(1.333);
}

.similar-products__title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .similar-products__title {
    font-size: 22px;
    text-align: center;
  }
}

.categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}

.categories__list .categories__item {
  background: #fff;
  max-width: 390px;
  width: 100%;
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  padding: 30px;
  margin: 0 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.categories__list .categories__item .categories__title {
  border-top: 1px solid #f0f3f4;
  border-bottom: 1px solid #f0f3f4;
  padding: 25px 10px;
  margin-top: 30px;
}

.categories__list .categories__item .categories__title a {
  color: #787d95;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

@media only screen and (max-width: 1599px) {
  .categories__list {
    margin: 0 0 40px;
  }

  .categories__list .categories__item {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }

  .categories__list .categories__item .categories__title a {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1249px) {
  .categories__list .categories__item {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .categories__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .categories__list .categories__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 40px;
}

@media only screen and (max-width: 1599px) {
  .products__list {
    margin: 0 0 40px;
  }

  .products__list .products__item {
    max-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}

@media only screen and (max-width: 1249px) {
  .products__list .products__item {
    max-width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .products__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products__list .products__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.products__item {
  background: #fff;
  max-width: 390px;
  width: 100%;
  -ms-flex-preferred-size: 390px;
  flex-basis: 390px;
  padding: 20px 30px 30px;
  margin: 0 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .products__item {
    padding: 20px 15px 20px;
  }
}

.products__item .button-transparent {
  max-width: 220px;
  border: 2px solid #00409e;
  color: #00409e;
  margin: auto 0 0;
}

@media only screen and (min-width: 1025px) {
  .products__item .button-transparent:hover {
    background: #00409e;
    color: #fff;
  }
}

.products__article {
  font-weight: 500;
  font-size: 14px;
  color: #787d95;
  margin-bottom: 12px;
  height: 16px;
}

.products__article span {
  color: #000417;
}

.products__image {
  margin-bottom: 6px;
  text-align: center;
}

.products__title {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
  margin-bottom: 20px;
  height: 46px;
  overflow: hidden;
}

@media only screen and (max-width: 1599px) {
  .products__title {
    font-size: 16px;
  }
}

.products__title a {
  color: #000417;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .products__title a:hover {
    color: #00409e;
  }
}

.products__info-list {
  margin: 0 0 35px;
}

.products__info-list li {
  margin-bottom: 10px;
  overflow: hidden;
}

.products__info-list li:last-of-type {
  margin-bottom: 0;
}

.products__info-list li .title {
  font-size: 15px;
  color: #787d95;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.products__info-list li .dots {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  border-bottom: 1px dashed #d2dadc;
  margin: 0 6px 3px;
}

.products__info-list li .value {
  font-weight: 500;
  font-size: 15px;
  color: #000417;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 50%;
  text-align: right;
}

.search-block {
  max-width: 580px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
  .search-block {
    padding: 0 15px;
  }
}

.search-block__form {
  margin-bottom: 50px;
  position: relative;
}

.search-block__form .main-input {
  padding: 0 65px;
}

.search-block__button {
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin-top: 2px;
  border: none;
  background: transparent;
}

.search-block__button svg {
  width: 12px;
  height: 13px;
  fill: rgba(0, 4, 23, 0.5);
}

.search-block__title {
  font-weight: bold;
  font-size: 24px;
  color: #000417;
  margin-bottom: 15px;
  text-align: center;
}

.search-block__item {
  font-size: 15px;
  color: #787d95;
  text-align: center;
  margin-bottom: 10px;
}

.search-block__item span {
  font-weight: 500;
  font-size: 15px;
  color: #000417;
}

.search-resultats {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 160px;
  border-top: 1px solid #e2e8ea;
}

@media only screen and (max-width: 1200px) {
  .search-resultats {
    padding: 0 15px;
  }
}

.search-resultats__list {
  margin-bottom: 50px;
}

.search-resultats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #e2e8ea;
}

@media only screen and (max-width: 1023px) {
  .search-resultats__item {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-resultats__item {
    padding: 20px 10px;
    -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;
  }
}

@media only screen and (min-width: 1025px) {
  .search-resultats__item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 4, 23, 0.1);
    box-shadow: 0px 10px 40px rgba(0, 4, 23, 0.1);
    border-color: transparent;
  }
}

.search-resultats__image {
  max-width: 203px;
  width: 100%;
  -ms-flex-preferred-size: 203px;
  flex-basis: 203px;
  margin-right: 30px;
}

@media only screen and (max-width: 1023px) {
  .search-resultats__image {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-resultats__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 0 10px;
    max-width: 320px;
  }

  .search-resultats__image img {
    width: 100%;
  }
}

.search-resultats__info {
  max-width: 800px;
  width: 100%;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .search-resultats__info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 0 20px;
  }
}

.search-resultats__category {
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  color: #787d95;
  margin-bottom: 8px;
}

.search-resultats__title {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1023px) {
  .search-resultats__title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .search-resultats__title {
    font-size: 16px;
  }
}

.search-resultats__text {
  max-height: 90px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .search-resultats__text {
    max-height: 88px;
  }
}

.search-resultats__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 52px;
  height: 52px;
  border: 2px solid #00409e;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .search-resultats__link {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 150px;
    border-radius: 40px;
  }
}

.search-resultats__link svg {
  width: 26px;
  height: 10px;
  fill: #00409e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .search-resultats__link:hover {
    background: #00409e;
  }

  .search-resultats__link:hover svg {
    fill: #fff;
  }
}

.no-resultats {
  padding-top: 58px;
}

.no-resultats__image {
  margin-bottom: 20px;
  text-align: center;
}

.no-resultats__title {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  color: #00409e;
}

@media only screen and (max-width: 767px) {
  .no-resultats__title {
    font-size: 24px;
  }
}

select {
  display: none;
}

.select {
  margin: 0;
  border: 1px solid #dcdee7;
  padding: 16.5px 36px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 15px;
  color: #000417;
  border-radius: 40px;
}

.select::after {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.select:focus {
  border-color: #666;
}

.select__current {
  text-overflow: ellipsis;
  overflow: hidden;
}

.select__current .svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.select__current.placeholder {
  font-weight: 400;
  color: #a3a4a9;
}

.select--open {
  overflow: visible;
}

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

.select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-2em);
  transform: scale(0.75) translateY(-2em);
  -webkit-transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition:
    transform 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.1s ease-out;
  transition:
    transform 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.1s ease-out,
    -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
  z-index: -1;
}

.select--open .select__list {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.select__item {
  padding: 21px 24px;
  border-bottom: 1px solid rgba(177, 182, 207, 0.3);
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.select__item .svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.select__item:last-of-type {
  border: none;
}

.select__item:hover {
  background: #f7f8fb;
}

.select__item--active {
  color: #e40000;
  background: #f7f8fb;
  border-color: #e40000;
}

.select__item--disabled {
  display: none;
  cursor: not-allowed;
}

.select-country {
  padding: 14px 24px;
}

.select-country .select__item {
  padding: 14px 24px;
}

.services-category {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .services-category {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 580px) {
  .services-category {
    margin: 0 auto 70px;
  }
}

.services-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
}

.services-category__item {
  display: block;
  max-width: 580px;
  width: 100%;
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  margin: 0 5px 10px;
}

@media only screen and (max-width: 1200px) {
  .services-category__item {
    max-width: 48%;
    width: 100%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 580px) {
  .services-category__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .services-category__item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.services-category__inner {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.services-category__inner img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;

  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.services-category__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 4, 23, 0)),
    to(rgba(0, 4, 23, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 4, 23, 0) 0%,
    rgba(0, 4, 23, 0.8) 100%
  );
  opacity: 0.7;
  z-index: 1;
}

.services-category__inner .services-block__box {
  z-index: 3;
}

.services {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 70px;
}

@media only screen and (max-width: 1449px) {
  .services {
    padding: 0 15px;
  }
}

.services__list {
  margin-bottom: 40px;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  background: #fff;
}

@media only screen and (max-width: 1249px) {
  .services__item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 1023px) {
  .services__item {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 20px;
    -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;
  }
}

.services__image {
  max-width: 700px;
  width: 100%;
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px;
}

@media only screen and (max-width: 1249px) {
  .services__image img {
    height: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .services__image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.services__content {
  max-width: 700px;
  width: 100%;
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px;
  padding: 0 100px;
}

@media only screen and (max-width: 1249px) {
  .services__content {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 1023px) {
  .services__content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .services__content {
    padding: 20px 15px;
  }
}

.services__title {
  position: relative;
  max-width: 355px;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #000417;
  margin-bottom: 48px;
}

.services__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -22px;
  width: 54px;
  height: 4px;
  background: #e40000;
}

@media only screen and (max-width: 1249px) {
  .services__title {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .services__title::before {
    bottom: -15px;
  }
}

.services__text {
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1249px) {
  .services__text {
    max-height: 150px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .services__text {
    max-height: 350px;
  }
}

.services__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .services__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services__buttons .button-red,
.services__buttons .button-white {
  max-width: 220px;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .services__buttons .button-red,
  .services__buttons .button-white {
    margin: 0 0 10px;
  }
}

.services-content {
  padding: 100px 0 150px;
  background: #fff;
}

@media only screen and (max-width: 1023px) {
  .services-content {
    padding: 70px 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .services-content {
    padding: 40px 0 80px;
  }
}

.services-content .content-block {
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1449px) {
  .services-content .content-block {
    padding: 0 15px;
  }
}

.services-top {
  height: 850px;
  position: relative;
  z-index: 1;
  margin-bottom: 85px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .services-top {
    height: auto;
    background-size: cover;
    margin-bottom: 45px;
  }
}

.services-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, rgba(0, 4, 23, 0.4)),
    to(rgba(0, 4, 23, 0.6))
  );
  background: linear-gradient(
    270deg,
    rgba(0, 4, 23, 0.4) 50%,
    rgba(0, 4, 23, 0.6) 100%
  );
  z-index: -1;
}

.services-top__inner {
  padding: 40px 0px;
  max-width: 1582px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1599px) {
  .services-top__inner {
    padding: 40px 15px;
  }
}

.services-top__inner .head-block {
  margin: 0 0 95px;
}

@media only screen and (max-width: 767px) {
  .services-top__inner .head-block {
    display: none;
  }
}

.services-top__inner .breadcrumb {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 1500px) {
  .services-top__inner .breadcrumb {
    padding: 0;
  }
}

.services-top__inner .breadcrumb li + li::after {
  background: #fff;
}

.services-top__inner .breadcrumb a span {
  color: #fff;
}

.services-top__inner .breadcrumb span {
  color: rgba(255, 255, 255, 0.6);
}

.services-top__content {
  max-width: 770px;
  width: 100%;
  -ms-flex-preferred-size: 770px;
  flex-basis: 770px;
}

.services-top__title {
  font-weight: 800;
  line-height: 49px;
  font-size: 44px;
  color: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .services-top__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

.services-top__text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .services-top__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}

.services-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px 50px;
}

@media only screen and (max-width: 767px) {
  .services-top__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px;
  }
}

.services-top__buttons .button-red {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .services-top__buttons .button-red {
    margin: 0 0 10px;
  }
}

.services-top__buttons .button-transparent {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .services-top__buttons .button-transparent {
    margin: 0;
  }
}

.services-top__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -35px;
}

@media only screen and (max-width: 1023px) {
  .services-top__triggers {
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .services-top__triggers {
    margin: 0 -10px;
  }
}

.services-top__triggers-item {
  max-width: 160px;
  width: 100%;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  margin: 0 35px;
}

@media only screen and (max-width: 1023px) {
  .services-top__triggers-item {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .services-top__triggers-item {
    max-width: 135px;
    -ms-flex-preferred-size: 135px;
    flex-basis: 135px;
    margin: 0 10px;
  }
}

.services-top__triggers-value {
  font-weight: 800;
  line-height: 54px;
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .services-top__triggers-value {
    font-size: 30px;
  }
}

.services-top__triggers-text {
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .services-top__triggers-text {
    font-size: 12px;
  }
}

.services-top__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  cursor: pointer;
  -webkit-animation: button 2s infinite;
  animation: button 2s infinite;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .services-top__link {
    display: none;
  }
}

.services-top__link svg {
  fill: #fff;
  width: 26px;
  height: 26px;
}

.services-single {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1249px) {
  .services-single {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .services-single {
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .services-single {
    margin: 0 auto 50px;
  }
}

.services-single__content {
  margin-bottom: 46px;
}

.services-single__content ul {
  max-width: 880px;
  width: 100%;
}

.services-single__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .services-single__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.services-single__buttons .button-red,
.services-single__buttons .button-border {
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .services-single__buttons .button-red,
  .services-single__buttons .button-border {
    margin: 0 0 10px;
  }

  .services-single__buttons .button-red:last-of-type,
  .services-single__buttons .button-border:last-of-type {
    margin: 0;
  }
}

.services-works {
  padding: 90px 0 110px;
  background: #f7f8fb;
}

@media only screen and (max-width: 579px) {
  .services-works {
    padding: 45px 0 60px;
  }
}

.services-works__inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1249px) {
  .services-works__inner {
    padding: 0 15px;
  }
}

.services-works__slider .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
  background: rgba(36, 43, 48, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 10px;
}

.services-works__slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}

.services-works__slider .slick-dots li button::before {
  display: none;
}

.services-works__slider .slick-dots li.slick-active {
  background: #000417;
  -webkit-transform: scale(1.333);
  transform: scale(1.333);
}

.services-works__title {
  font-weight: 800;
  line-height: normal;
  font-size: 28px;
  color: #000417;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .services-works__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.services-works__image {
  margin-bottom: 30px;
}

.services-works__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 579px) {
  .services-works__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services-works__info-image {
  max-width: 240px;
  width: 100%;
  -ms-flex-preferred-size: 240px;
  flex-basis: 240px;
  margin-right: 30px;
}

@media only screen and (max-width: 579px) {
  .services-works__info-image {
    margin: 0 0 15px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.services-works__info-image img {
  mix-blend-mode: darken;
}

.services-works__info-content {
  max-width: 896px;
  width: 100%;
  -ms-flex-preferred-size: 896px;
  flex-basis: 896px;
}

@media only screen and (max-width: 579px) {
  .services-works__info-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.services-works__info-title {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
  margin-bottom: 10px;
}

.services-works__info-text {
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
}

@media only screen and (max-width: 767px) {
  .services-works__info-text {
    font-size: 14px;
    line-height: 21px;
  }
}

.work-stages {
  padding: 100px 0;
}

@media only screen and (max-width: 1249px) {
  .work-stages {
    padding: 100px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .work-stages {
    padding: 50px 15px;
  }
}

.work-stages__main-title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .work-stages__main-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.work-stages__slider {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.work-stages__slider .slick-list {
  padding: 20px 0 0;
}

.work-stages__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .work-stages__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.work-stages__slide-content {
  position: relative;
  max-width: 526px;
  width: 100%;
  -ms-flex-preferred-size: 526px;
  flex-basis: 526px;
  padding-left: 36px;
}

@media only screen and (max-width: 1023px) {
  .work-stages__slide-content {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .work-stages__slide-content {
    padding-left: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.work-stages__slide-number {
  font-weight: 600;
  font-size: 100px;
  color: #f3f4fc;
  position: absolute;
  left: 0;
  top: -70px;
  z-index: -1;
}

@media only screen and (max-width: 1249px) {
  .work-stages__slide-number {
    font-size: 70px;
    top: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .work-stages__slide-number {
    font-size: 40px;
    top: -10px;
    left: auto;
    right: 0;
  }
}

.work-stages__slide-title {
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .work-stages__slide-title {
    max-width: 230px;
    width: 100%;
  }
}

.work-stages__slide-text {
  max-height: 305px;
  overflow-y: auto;
}

@media only screen and (max-width: 1023px) {
  .work-stages__slide-text {
    max-height: 240px;
  }
}

.work-stages__slide-image {
  max-width: 584px;
  width: 100%;
  -ms-flex-preferred-size: 584px;
  flex-basis: 584px;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .work-stages__slide-image {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 0 20px;
  }
}

.work-stages__nav-slider {
  --default-width: 174px;
  --max: 5;
  --max-columns: var(--columns, var(--max));
  --actual-columns: var(--max-columns);
  width: calc(var(--default-width) * var(--actual-columns) - 110px);
  /* max-width: 750px; */
  /* width: 100%; */
  margin: 0 auto 45px;
}

@media only screen and (max-width: 1249px) {
  .work-stages__nav-slider {
    --max: 4;
  }
}

@media only screen and (max-width: 639px) {
  .work-stages__nav-slider {
    --max: 3;
  }
}

@media only screen and (max-width: 479px) {
  .work-stages__nav-slider {
    --max: 2;
    margin: 0 auto;
  }
}

.work-stages__nav-slider .slick-list {
  padding: 5px 10px;
}

.work-stages__nav-slide {
  position: relative;
  width: 174px;
}

.work-stages__nav-slide span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(107, 119, 124, 0.2);
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: rgba(120, 125, 149, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.work-stages__nav-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  margin-left: 18px;
  background: #e2e8ea;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.work-stages__nav-slide.slick-current.slick-active span {
  background: #e40000;
  color: #fff;
  -webkit-box-shadow: 0 0 0 5px rgba(228, 0, 0, 0.2);
  box-shadow: 0 0 0 5px rgba(228, 0, 0, 0.2);
  -webkit-animation: shadow 2s infinite;
  animation: shadow 2s infinite;
}

.work-stages__nav-slide.slick-current.slick-active::after {
  background: #e40000;
}

.work-stages__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}

.work-stages__arrow svg {
  width: 13px;
  height: 13px;
  fill: #dadada;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .work-stages__arrow:hover svg {
    fill: #000417;
  }
}

.work-stages__arrow.prev-arrow {
  left: -50px;
}

.work-stages__arrow.next-arrow {
  right: -50px;
}

.work-map {
  padding: 100px 0;
  background: #f7f8fb;
}

@media only screen and (max-width: 767px) {
  .work-map {
    padding: 50px 0;
  }
}

.work-map__inner {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .work-map__inner {
    padding: 0 15px;
  }
}

.work-map__title {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .work-map__title {
    font-size: 22px;
  }
}

.work-map__text {
  max-width: 460px;
  width: 100%;
  margin: 0 auto 50px;
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  color: #000417;
}

@media only screen and (max-width: 767px) {
  .work-map__text {
    font-size: 14px;
    line-height: 21px;
  }
}

.work-map__map {
  margin-bottom: 40px;
}

@media only screen and (max-width: 579px) {
  .work-map__map {
    display: none;
  }
}

.work-map__map svg {
  max-width: 915px;
  width: 100%;
}

@media only screen and (max-width: 579px) {
  .work-map__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.work-map__buttons a {
  margin: 0 10px;
}

@media only screen and (max-width: 579px) {
  .work-map__buttons a {
    margin: 0 0 10px;
  }

  .work-map__buttons a:last-of-type {
    margin: 0;
  }
}

@-webkit-keyframes button {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes button {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(228, 0, 0, 0.2);
    box-shadow: 0 0 0 5px rgba(228, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
  }
}

@keyframes shadow {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px rgba(228, 0, 0, 0.2);
    box-shadow: 0 0 0 5px rgba(228, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(228, 0, 0, 0.2);
  }
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tab.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.vacancy {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1599px) {
  .vacancy {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .vacancy {
    -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 only screen and (max-width: 767px) {
  .vacancy {
    margin: 0 auto 90px;
  }
}

.vacancy__main {
  max-width: 1040px;
  width: 100%;
  -ms-flex-preferred-size: 1040px;
  flex-basis: 1040px;
  margin-right: 20px;
}

@media only screen and (max-width: 1023px) {
  .vacancy__main {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto 40px;
  }
}

.vacancy__item {
  background: #fff;
  padding: 0 30px 30px 30px;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  margin-bottom: 10px;
}

@media only screen and (max-width: 520px) {
  .vacancy__item {
    padding: 0 15px 30px 15px;
  }
}

.vacancy__item:last-of-type {
  margin-bottom: 0;
}

.vacancy__top {
  padding: 24px 0 24px 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e2e8ea;
}

@media only screen and (max-width: 520px) {
  .vacancy__top {
    padding: 24px 0 24px 20px;
    -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;
  }
}

.vacancy__title {
  position: relative;
  font-weight: bold;
  line-height: 24px;
  font-size: 18px;
  color: #000417;
}

.vacancy__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
  width: 6px;
  height: 6px;
  background: #e40000;
  border-radius: 50%;
}

.vacancy__date {
  font-weight: 500;
  font-size: 13px;
  color: #000417;
}

.vacancy__info {
  padding: 16px 0;
}

@media only screen and (max-width: 520px) {
  .vacancy__info {
    -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;
  }
}

.vacancy__info-item {
  font-weight: 500;
  font-size: 13px;
  color: #787d95;
  margin: 0 20px;
}

.vacancy__info-item span {
  margin-left: 10px;
  color: #000417;
}

@media only screen and (max-width: 520px) {
  .vacancy__info-item {
    margin: 0 0 10px;
  }
}

.vacancy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .vacancy__content {
    -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;
    padding: 0;
  }
}

.vacancy__text {
  max-width: 840px;
  width: 100%;
  margin-right: 20px;
  font-weight: 500;
  line-height: 23px;
  font-size: 16px;
  color: #000417;
}

@media only screen and (max-width: 520px) {
  .vacancy__text {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 20px;
  }
}

.vacancy__link {
  width: 52px;
  height: 52px;
  border: 2px solid #00409e;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.vacancy__link svg {
  width: 26px;
  height: 10px;
  fill: #00409e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .vacancy__link:hover {
    background: #00409e;
  }

  .vacancy__link:hover svg {
    fill: #fff;
  }
}

@media only screen and (max-width: 520px) {
  .vacancy__link {
    max-width: 150px;
    width: 100%;
    border-radius: 40px;
    height: 45px;
  }
}

.vacancy__sidebar {
  max-width: 522px;
  width: 100%;
  -ms-flex-preferred-size: 522px;
  flex-basis: 522px;
  padding: 50px;
  border-top: 4px solid #e40000;
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
}

@media only screen and (max-width: 1599px) {
  .vacancy__sidebar {
    padding: 40px 25px 44px;
  }
}

@media only screen and (max-width: 1023px) {
  .vacancy__sidebar {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 750px;
  }
}

.vacancy__sidebar-title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .vacancy__sidebar-title {
    font-size: 23px;
  }
}

.vacancy__sidebar-text {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
  font-weight: 500;
  line-height: 19px;
  font-size: 13px;
  text-align: center;
  color: #787d95;
}

@media only screen and (max-width: 1023px) {
  .vacancy__sidebar-form {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}

#uploadfiles {
  display: none;
}

.file__title {
  font-weight: 500;
  font-size: 14px;
  color: #000417;
  height: 52px;
  width: 100%;
  padding: 0 30px;
  border: 1px dashed #00409e;
  border-radius: 40px;
  background: rgba(0, 64, 158, 0.05);
  cursor: pointer;
}

.file__title svg {
  width: 18px;
  height: 18px;
  fill: #00409e;
  margin-right: 8px;
}

.file__title span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 260px;
}

@media only screen and (max-width: 767px) {
  .file__title span {
    font-size: 12px;
  }
}

.file__title.added {
  background: rgba(0, 64, 158, 0.2);
}

.vacancy-block {
  background: #fff;
  -webkit-box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  box-shadow: 0px 4px 100px rgba(0, 4, 23, 0.04);
  padding: 30px 30px 50px;
}

@media only screen and (max-width: 520px) {
  .vacancy-block {
    padding: 30px 15px 40px;
  }
}

.vacancy-block__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8ea;
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .vacancy-block__top {
    padding-left: 0;
    -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;
  }
}

.vacancy-block__title {
  font-weight: 800;
  font-size: 28px;
  color: #000417;
}

@media only screen and (max-width: 520px) {
  .vacancy-block__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.vacancy-block__date {
  font-weight: 500;
  font-size: 13px;
  color: #000417;
}

.vacancy-block__content {
  padding-left: 20px;
}

@media only screen and (max-width: 520px) {
  .vacancy-block__content {
    padding: 0;
  }
}

body.page-template-serviced-ships-page-php {
  background: #f7f8fb;
}

@media only screen and (max-width: 767px) {
  .page-template-serviced-ships-page-php .head-block {
    margin-bottom: 30px;
  }
}

.vessels {
  max-width: 1602px;
  width: 100%;
  margin: 0 auto 150px;
}

@media only screen and (max-width: 1649px) {
  .vessels {
    padding: 0 15px;
  }
}

.vessels-filters {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 25px 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1249px) {
  .vessels-filters {
    padding: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .vessels-filters {
    padding: 20px 15px;
  }
}

.vessels-filters__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
}

.vessels-filters__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}

.vessels-filters__divider {
  width: 1px;
  height: 80px;
  background: #e2e8ea;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 1169px) {
  .vessels-filters__groups {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 24px;
  }

  .vessels-filters__group {
    width: 100%;
  }

  .vessels-filters__divider {
    width: 100%;
    height: 1px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}

@media only screen and (max-width: 767px) {
  .vessels-filters__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }
}

.vessels-filters__btn {
  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;
  gap: 8px;
  min-height: 52px;
  padding: 10px 65px;
  border-radius: 40px;
  border: 2px solid #00409e33;
  background: transparent;
  color: #000417;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .vessels-filters__btn {
    padding: 10px 40px;
  }
}

@media only screen and (max-width: 479px) {
  .vessels-filters__btn {
    padding: 10px 24px;
  }
}

.vessels-filters__btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vessels-filters__btn.is-active {
  background: #00409e;
  border-color: #00409e;
  color: #fff;
  cursor: default;
}

@media only screen and (min-width: 1025px) {
  .vessels-filters__btn:not(.is-active):hover {
    border-color: #00409e;
    color: #00409e;
  }
}

.vessels-filters__reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #00409e;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.vessels-filters__reset svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (min-width: 1025px) {
  .vessels-filters__reset:hover {
    opacity: 0.7;
  }
}

.vessels__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media only screen and (max-width: 1023px) {
  .vessels__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .vessels__grid {
    grid-template-columns: 1fr;
  }
}

.vessel-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%;
  background: #fff;
  padding: 30px;
}

@media only screen and (max-width: 1023px) {
  .vessel-card {
    padding: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .vessel-card {
    padding: 20px 15px;
  }
}

.vessel-card--hidden {
  display: none;
}

.vessel-card__image {
  width: 100%;
  aspect-ratio: 453 / 250;
  overflow: hidden;
  margin-bottom: 24px;
  background: #f4f5f7;
}

.vessel-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vessel-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.vessel-card__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 134%;
  color: #000417;
  margin-bottom: 20px;
}

.vessel-card__grid {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 10px;
}

.vessel-card__row {
  display: contents;
}

.vessel-card__label,
.vessel-card__value {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 146%;
}

.vessel-card__label {
  color: #787d95;
  white-space: nowrap;
}

.vessel-card__value {
  color: #000417;
  text-align: right;
}

.vessel-card__value--flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}

.vessel-card__value--flag img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vessel-card__open-btn.button-blue {
  width: 100%;
  max-width: none;
  min-height: 49px;
  height: auto;
  padding: 10px 24px;
  margin-top: 24px;
  border: 2px solid #00409e;
  border-radius: 40px;
  background: #fff;
  color: #00409e;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
}

@media only screen and (min-width: 1025px) {
  .vessel-card__open-btn.button-blue:hover {
    background: #00409e;
    color: #fff;
  }
}

.vessels__empty {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  padding: 90px 20px;
  text-align: center;
  color: #a9aec2;
}

.vessels__empty.is-hidden {
  display: none;
}

.vessels__empty p {
  margin: 0;
  max-width: 420px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #787d95;
}

@media only screen and (max-width: 767px) {
  .vessels__empty {
    padding: 60px 15px;
  }
}

.vessel-access-form__error {
  color: #e40000;
  font-size: 13px;
  line-height: 1.4;
  margin: -8px 0 20px;
}

.vessel-access-form__submit.button-blue {
  margin: 0 auto;
}

/*# sourceMappingURL=index.css.map */
