@charset "UTF-8";
/**
 * Variables
 */
/**
  * Functions, mixins
  */
/**
 * Basic rules
 */
html,
body {
  height: 100%; }

body {
  position: relative;
  font-size: 16px;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-family: 'Golos', sans-serif;
  color: #0e0e0f; }
  @media screen and (min-width: 1025px) {
    body {
      overflow-x: hidden; } }

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

* {
  -webkit-locale: auto; }

svg {
  pointer-events: none; }

img {
  max-width: 100%; }

input,
textarea,
button {
  border: none;
  outline: none;
  border-radius: 0; }

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='number'],
textarea,
button {
  -webkit-appearance: none; }

[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none !important; }

.main input[type='text'],
.main input[type='password'],
.main input[type='tel'],
.main input[type='email'],
.main input[type='number'],
.modal input[type='text'],
.modal input[type='password'],
.modal input[type='tel'],
.modal input[type='email'],
.modal input[type='number'] {
  background: #ffffff;
  border: 1px solid #c4c8d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
  padding: 0 14px;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #0E0E0F;
  font-family: 'Golos', sans-serif; }
  .main input[type='text']::-webkit-input-placeholder,
  .main input[type='password']::-webkit-input-placeholder,
  .main input[type='tel']::-webkit-input-placeholder,
  .main input[type='email']::-webkit-input-placeholder,
  .main input[type='number']::-webkit-input-placeholder,
  .modal input[type='text']::-webkit-input-placeholder,
  .modal input[type='password']::-webkit-input-placeholder,
  .modal input[type='tel']::-webkit-input-placeholder,
  .modal input[type='email']::-webkit-input-placeholder,
  .modal input[type='number']::-webkit-input-placeholder {
    color: "#696C71";
    font-size: 16px; }
  .main input[type='text']:-moz-placeholder,
  .main input[type='password']:-moz-placeholder,
  .main input[type='tel']:-moz-placeholder,
  .main input[type='email']:-moz-placeholder,
  .main input[type='number']:-moz-placeholder,
  .modal input[type='text']:-moz-placeholder,
  .modal input[type='password']:-moz-placeholder,
  .modal input[type='tel']:-moz-placeholder,
  .modal input[type='email']:-moz-placeholder,
  .modal input[type='number']:-moz-placeholder {
    color: "#696C71";
    font-size: 16px; }
  .main input[type='text']::-moz-placeholder,
  .main input[type='password']::-moz-placeholder,
  .main input[type='tel']::-moz-placeholder,
  .main input[type='email']::-moz-placeholder,
  .main input[type='number']::-moz-placeholder,
  .modal input[type='text']::-moz-placeholder,
  .modal input[type='password']::-moz-placeholder,
  .modal input[type='tel']::-moz-placeholder,
  .modal input[type='email']::-moz-placeholder,
  .modal input[type='number']::-moz-placeholder {
    color: "#696C71";
    font-size: 16px; }
  .main input[type='text']::-ms-input-placeholder,
  .main input[type='password']::-ms-input-placeholder,
  .main input[type='tel']::-ms-input-placeholder,
  .main input[type='email']::-ms-input-placeholder,
  .main input[type='number']::-ms-input-placeholder,
  .modal input[type='text']::-ms-input-placeholder,
  .modal input[type='password']::-ms-input-placeholder,
  .modal input[type='tel']::-ms-input-placeholder,
  .modal input[type='email']::-ms-input-placeholder,
  .modal input[type='number']::-ms-input-placeholder {
    color: "#696C71";
    font-size: 16px; }
  .main input[type='text']:-ms-input-placeholder,
  .main input[type='password']:-ms-input-placeholder,
  .main input[type='tel']:-ms-input-placeholder,
  .main input[type='email']:-ms-input-placeholder,
  .main input[type='number']:-ms-input-placeholder,
  .modal input[type='text']:-ms-input-placeholder,
  .modal input[type='password']:-ms-input-placeholder,
  .modal input[type='tel']:-ms-input-placeholder,
  .modal input[type='email']:-ms-input-placeholder,
  .modal input[type='number']:-ms-input-placeholder {
    color: #696c71;
    font-size: 16px; }

.main .is-error input,
.main .is-error textarea,
.modal .is-error input,
.modal .is-error textarea {
  border-color: #CC2222; }

textarea {
  background: #ffffff;
  border: 1px solid #c4c8d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 120px;
  font-size: 16px;
  line-height: 24px;
  padding: 14px;
  width: 100%;
  resize: none;
  color: #0E0E0F;
  font-family: 'Golos', sans-serif; }

input::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

input::-ms-reveal,
input::-ms-clear {
  width: 0;
  height: 0; }

select::-ms-expand {
  display: none; }

fieldset {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: normal;
  color: inherit; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

li {
  list-style: none; }

.swiper-container {
  width: 100%; }

.swiper-prev,
.swiper-next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dfe1e6;
  border-radius: 28px;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out; }
  .swiper-prev:hover:not(.swiper-button-disabled),
  .swiper-next:hover:not(.swiper-button-disabled) {
    border-color: #b2b5bb; }
  .swiper-prev.swiper-button-disabled,
  .swiper-next.swiper-button-disabled {
    background-color: #f3f5f7; }

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #696c71; }

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 10px; }
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute; }

.title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #0E0E0F;
  margin: 0 0 32px; }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 32px;
      line-height: 40px;
      word-break: break-word; } }

.title-small {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px; }
  .title-small:not(:last-child) {
    margin-bottom: 25px; }

.title-medium {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px; }
  .title-medium:not(:last-child) {
    margin-bottom: 56px; }

.subtitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 24px; }

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

.empty-result {
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0F;
  padding: 48px 0;
  border-bottom: 1px solid #DFE1E6;
  max-width: 858px; }

.main {
  min-height: calc(100vh - 670px); }
  .main hr:not([class]) {
    height: 1px;
    background: #ccc;
    border: none; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .main {
      min-height: calc(100vh - 720px); } }
  @media screen and (max-width: 767px) {
    .main {
      min-height: inherit; } }

.check-list li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 32px; }
  .check-list li:not(:last-child) {
    margin-bottom: 32px; }
  .check-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #DDE7FF url("../images/svg/check_blue.svg") no-repeat center;
    background-size: 9px; }

.bullet-list li {
  position: relative;
  padding-left: 24px; }
  .bullet-list li:not(:last-child) {
    margin-bottom: 24px; }
  .bullet-list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3C3E41; }

table {
  float: none !important; }

td.bxfd-win-item span.title,
span.bxfd-tree-item {
  font-size: initial !important;
  font-weight: initial !important;
  line-height: initial !important; }

.includeArea {
  margin-top: 30px !important; }
  .includeArea a {
    color: #0044cc;
    text-decoration: underline; }
    .includeArea a:hover {
      text-decoration: none; }

.none_border {
  border: none; }
  .none_border td,
  .none_border th {
    border: none !important; }

#bx_incl_area_1 {
  width: 100%; }

@font-face {
  font-family: 'Golos';
  src: url("../fonts/Golos-Text_Regular.eot");
  src: url("../fonts/Golos-Text_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos-Text_Regular.woff2") format("woff2"), url("../fonts/Golos-Text_Regular.woff") format("woff"), url("../fonts/Golos-Text_Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Golos';
  src: url("../fonts/Golos-Text_Medium.eot");
  src: url("../fonts/Golos-Text_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos-Text_Medium.woff2") format("woff2"), url("../fonts/Golos-Text_Medium.woff") format("woff"), url("../fonts/Golos-Text_Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }

@font-face {
  font-family: 'Golos';
  src: url("../fonts/Golos-Text_DemiBold.eot");
  src: url("../fonts/Golos-Text_DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos-Text_DemiBold.otf") format("otf"), url("../fonts/Golos-Text_DemiBold.ttf") format("truetype"), url("../fonts/Golos-Text_DemiBold.woff") format("woff"), url("../fonts/Golos-Text_DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Golos';
  src: url("../fonts/Golos-Text_Bold.eot");
  src: url("../fonts/Golos-Text_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos-Text_Bold.woff2") format("woff2"), url("../fonts/Golos-Text_Bold.woff") format("woff"), url("../fonts/Golos-Text_Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 6.8.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 22, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

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

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  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 {
  /* RTL direction/left-side scrollbar */
  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 {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  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 {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

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

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

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

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

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  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;
  /* auto-expanded scrollbar */ }

.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;
  /* auto-expanded scrollbar */ }

.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;
  /* minimum dragger width */
  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;
  /* auto-expanded scrollbar */
  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;
  /* auto-expanded scrollbar */
  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 {
  /* RTL direction/left-side scrollbar */
  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;
  /* non-visible scrollbar */
  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 .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .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 .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-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)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.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)";
  -ms-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)";
  -ms-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;
  /* auto-expanded scrollbar */
  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;
  /* auto-expanded scrollbar */ }

.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;
  /* auto-expanded scrollbar */
  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;
  /* auto-expanded scrollbar */
  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-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  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_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.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: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  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: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  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)";
  -ms-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)";
  -ms-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)";
  -ms-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)";
  -ms-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)";
  -ms-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)";
  -ms-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); }

/* ---------------------------------------- */
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
      transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
      transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#colorbox, #cboxWrapper {
  overflow: visible; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.5 !important; }

#colorbox {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.5); }

#cboxContent {
  margin: 0;
  /*padding:0 55px 30px;*/
  /*padding:10px;*/
  padding: 0;
  overflow: visible;
  background: white; }

/* Calendar event */
.colorbox-cep {
  /*padding-right:20px !important;
	padding-bottom:20px !important;*/ }

.colorbox-cep #cboxContent {
  padding: 10px; }

.colorbox-cep #cboxTitle {
  display: none !important; }

/* Photo gallery */
.colorbox-gallery {
  /*padding-right:110px !important;
	padding-bottom:30px !important;*/ }

.colorbox-gallery #cboxContent {
  padding: 0 55px 30px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: white; }

#cboxLoadingGraphic {
  background: url(../i/loader.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: white; }

#cboxTitle {
  position: absolute;
  background: white;
  left: 55px;
  right: 55px;
  bottom: 0;
  padding: 5px 10px 7px;
  text-align: center; }

#cboxCurrent {
  position: absolute;
  right: 205px;
  top: -22px;
  text-indent: -9999px; }

#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  text-indent: -9999px; }

#cboxPrevious,
#cboxNext {
  width: 55px;
  top: 0;
  bottom: 0;
  background: #f3f3f3; }

#cboxPrevious:hover,
#cboxNext:hover {
  background: #e3e3e3; }

#cboxPrevious {
  left: 0; }

#cboxNext {
  right: 0; }

#cboxPrevious:after,
#cboxNext:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  left: 23px;
  top: 50%;
  margin-top: -6px;
  color: #2770ae;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; }

#cboxPrevious:after {
  border-right: 9px solid; }

#cboxNext:after {
  border-left: 9px solid; }

#cboxClose {
  right: -14px;
  top: -12px;
  width: 32px;
  height: 33px;
  background: url(../images/icons.png) -220px -280px no-repeat;
  z-index: 999; }

/*
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
*/
/**
 * Components
 */
.button {
  display: inline-block;
  height: 48px;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 32px;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #0E0E0F; }
  @media screen and (min-width: 1025px) {
    .button:hover {
      background-color: #fff;
      color: #0e0e0f; } }
  @media screen and (max-width: 767px) {
    .button {
      padding: 0 16px; } }
  .button_middle {
    height: 40px;
    padding: 0 24px;
    font-weight: 500; }
  .button.disabled {
    opacity: 0.5;
    pointer-events: none;
    background: #EEEFF2; }
  .button__text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .button_blue {
    background: #0044CC; }
    .button_blue .button__text {
      color: #fff; }
    .button_blue:hover {
      background: #0033AA;
      color: #fff; }
    .button_blue:focus {
      outline: 3px solid #6688dd; }
    .button_blue:active {
      background: #002277; }
  .button_cyan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #DDE7FF;
    color: #0044CC; }
    .button_cyan .button__icon {
      margin-right: 8px;
      line-height: 0; }
    .button_cyan:hover {
      background: #DDE7FF;
      color: #002277; }
    .button_cyan:focus {
      outline: 3px solid #6688dd; }
    .button_cyan:active {
      color: #fff;
      background: #002277; }
  .button_blue_white {
    background: #dde7ff;
    color: #0033aa; }
    .button_blue_white:hover {
      background: #0033AA;
      color: #fff; }
    .button_blue_white:focus {
      outline: 3px solid #6688dd; }
    .button_blue_white:active {
      background: #002277; }
  .button_ghost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    background: transparent;
    color: #0044CC;
    cursor: pointer; }
    .button_ghost .button__icon {
      margin-right: 8px; }
    .button_ghost:hover {
      color: #0033AA;
      background: transparent; }
    .button_ghost.active {
      color: #002277; }
    .button_ghost:disabled {
      pointer-events: none;
      color: #696C71; }
  .button_white {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    color: #696C71;
    cursor: pointer;
    border: 1px solid #696C71; }
    .button_white .button__icon {
      margin-right: 8px; }
    .button_white:hover {
      color: #0033AA;
      background: transparent; }
    .button_white.active {
      color: #002277; }
    .button_white:disabled {
      pointer-events: none;
      color: #696C71; }
  .button_blue-light {
    background-color: #DDE7FF;
    color: #0044CC; }
    .button_blue-light:hover {
      background-color: #BBCFFF;
      color: #0033AA; }
  .button_flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .button svg {
    margin-right: 8px; }

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  .button-group:not(:last-child) {
    margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .button-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px; }
      .button-group:not(:last-child) {
        margin-bottom: 20px; } }

[id^=bx_incl_area_] > .acts-list,
.container {
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }

@media screen and (max-width: 1024px) {
  [id^=bx_incl_area_] > .acts-list,
  .container {
    padding: 0 24px; } }

@media screen and (max-width: 767px) {
  [id^=bx_incl_area_] > .acts-list,
  .container {
    padding: 0 16px; } }

.footer {
  background-color: #F3F5F7;
  margin-top: 80px; }
  .footer-top {
    border-top: 1px solid #DFE1E6;
    padding: 24px 0; }
  .footer-main {
    border-top: 1px solid #DFE1E6;
    padding: 40px 0 24px; }
  .footer-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px; }
    .footer-title:not(:last-child) {
      margin-bottom: 16px; }
  .footer-text {
    font-size: 16px;
    line-height: 24px;
    color: #696C71; }
    .footer-text:not(:last-child) {
      margin-bottom: 56px; }
  .footer-item p {
    margin: 3px 0; }
  .footer-item b {
    font-weight: 600; }
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-nav__elem:not(:last-child) {
    margin-right: 24px; }
  .footer-nav__elem b {
    font-weight: 600; }
  .footer-nav__elem a {
    font-weight: 500;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .footer-nav__elem a:hover {
      color: #CC2222; }
  .footer-copy {
    padding: 24px 0;
    background-color: #fff;
    color: #696C71;
    line-height: 24px; }

@media screen and (min-width: 768px) {
  .footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-button {
    margin-right: 48px; }
  .footer-item {
    margin-left: auto;
    max-width: 340px;
    text-align: right; } }

@media screen and (max-width: 1024px) {
  .footer-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer-text:not(:last-child) {
    margin-bottom: 40px; }
  .footer-button {
    margin-right: 32px; }
  .footer-item {
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .footer-item p:not(:last-child) {
      margin-right: 12px; } }

@media screen and (max-width: 767px) {
  .footer-button {
    width: 100%; }
    .footer-button:not(:last-child) {
      margin-bottom: 28px; }
    .footer-button .button {
      width: 100%; }
  .footer-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .footer-nav__elem {
    margin-bottom: 32px; }
  .footer-item {
    display: block;
    line-height: 26px; }
    .footer-item p:not(:last-child) {
      margin-bottom: 8px; }
  .footer-list .footer-item {
    border-top: 1px solid #DFE1E6;
    margin-top: 4px;
    padding-top: 24px; } }

.header {
  border-bottom: 1px solid #dfe1e6;
  background-color: #fff;
  margin-bottom: 15px;
  z-index: 11; }
  .header-top {
    background-color: #CC2222;
    color: #fff;
    padding-left: 23px;
    padding-right: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 40px; }
  .header-content__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s; }
    .header-nav.is-visible {
      opacity: 1; }
    @media screen and (min-width: 1025px) {
      .header-nav {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(100% - 256px); } }
  .header-elem {
    max-width: 100%; }
  .header .hidden {
    display: none; }
  .header-elem__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%; }
    .header-elem__title span {
      display: block; }
      @media screen and (min-width: 1025px) {
        .header-elem__title span {
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100%; } }
    .header-elem__title .icon {
      margin-top: 8px;
      min-width: 10px; }
  @media screen and (min-width: 1025px) {
    .header-nav-list .submenu-elem {
      position: relative; }
    .header-nav-list .submenu-title {
      position: static;
      display: block;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
    .header-nav-list .header-elem__title {
      color: black; }
    .header-nav-list .icon-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      position: absolute;
      right: 16px;
      top: calc(50% - 8px); } }
  @media screen and (max-width: 1024px) {
    .header-nav-list {
      display: none; } }
  .header-content {
    height: 118px; }
    .header-content .container,
    .header-content .header-content__flex {
      height: 100%; }
  .header-elem {
    position: relative; }
    .header-elem:first-child .submenu {
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .header-elem:hover .header-elem__title {
      color: #CC2222; }
    .header-elem:not(:last-child) {
      margin-right: 40px; }
    .header-elem.is_open .header-elem__title {
      color: #cc2222; }
      .header-elem.is_open .header-elem__title .icon-down {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .header-elem.is_open .submenu_1 {
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
    .header-elem .icon-down {
      margin-left: 10px;
      -webkit-transition: -webkit-transform 0.2s ease-out;
      transition: -webkit-transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .header__logo-doc {
    margin-right: 56px; }
    @media screen and (min-width: 1025px) {
      .header__logo-doc {
        width: 200px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .header__logo-doc {
        width: 176px; } }
    @media screen and (max-width: 767px) {
      .header__logo-doc {
        width: 152px; } }

.header-burger {
  margin-left: auto;
  margin-right: 15px; }

.active_menu {
  color: #CC2222; }

.color_red > .submenu-title,
.color_red > .menu-toggle__title {
  color: #CC2222;
  pointer-events: all !important; }
  .color_red > .submenu-title .icon-right,
  .color_red > .menu-toggle__title .icon-right {
    color: #CC2222; }

.submenu,
.submenu-inner,
.submenu-inner__submenu {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.submenu_1 {
  visibility: hidden; }

.submenu-inner .submenu-elem.submenu_inner_show .submenu-inner__submenu {
  position: static;
  opacity: 1;
  pointer-events: all; }

.submenu {
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 32px rgba(0, 20, 67, 0.12);
          box-shadow: 0 16px 32px rgba(0, 20, 67, 0.12);
  border-radius: 4px;
  border: 1px solid #eeeff2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
  margin: -12px 0 0;
  top: calc(100% + 12px);
  left: 50%;
  max-height: 530px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  overflow: hidden; }
  .submenu .mCSB_scrollTools.is-hidden {
    visibility: hidden; }
  .submenu .mCSB_inside > .mCSB_container {
    margin-right: 0 !important; }
  .submenu.open_submenu_inner .submenu-elem {
    padding: 0; }
  .submenu.open_submenu_inner .submenu-title {
    display: none; }
  .submenu.open_submenu_inner .submenu-inner .submenu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .submenu.open_submenu_inner .submenu_inner_show .submenu-inner {
    position: relative; }
    .submenu.open_submenu_inner .submenu_inner_show .submenu-inner .submenu-elem {
      padding: 12px 24px; }
  .submenu .submenu-title,
  .submenu a {
    width: 100%;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .submenu .submenu-title:hover,
    .submenu a:hover {
      color: #CC2222; }
  .submenu-title {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .submenu-title span {
      width: calc(100% - 20px); }
    .submenu-title .link-text {
      width: auto; }
  .submenu .icon-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 4px;
    color: #696c71;
    width: 7px;
    height: 11px; }
  .submenu .icon-link {
    color: #0e0e0f;
    opacity: 0.75;
    margin-left: 5px; }

.submenu-inner__submenu {
  background-color: #fff; }

.submenu-inner__back {
  padding: 23px 28px;
  border-bottom: 1px solid #dfe1e6;
  margin-bottom: 12px;
  cursor: pointer;
  margin-top: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .submenu-inner__back .icon-back {
    margin-right: 12px;
    min-width: 12px; }

.submenu-inner.submenu_inner_hide > .submenu-inner__list > .submenu-elem > .submenu-title,
.submenu-inner.submenu_inner_hide > .submenu-inner__back {
  display: none; }

.submenu-inner.submenu_inner_hide > .submenu-inner__list > .submenu-elem {
  padding: 0 !important; }

.submenu-elem {
  padding: 12px 24px; }
  .submenu-elem.submenu_inner_show > .submenu-inner {
    opacity: 1;
    pointer-events: auto; }

.main-page .header {
  margin-bottom: 48px; }

@media (max-width: 1600px) {
  .header-elem:last-child .submenu {
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media screen and (min-width: 1025px) {
  .header-burger {
    display: none; } }

@media screen and (max-width: 1024px) {
  .header-nav {
    display: none; }
  .header-content {
    height: 108px; } }

@media screen and (max-width: 767px) {
  .main-page .header {
    margin-bottom: 24px; }
  .header-content {
    height: 98px; }
  .header-top {
    padding-left: 12px;
    padding-right: 16px;
    min-height: 48px; } }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo-icon {
    margin-right: 6px; }
  .logo img {
    vertical-align: bottom; }

@media screen and (max-width: 767px) {
  .logo-title {
    display: none; }
  .logo {
    margin-left: -2px; } }

.tabs-content > div {
  display: none; }
  .tabs-content > div:first-child {
    display: block; }

.tabs-link {
  display: inline-block;
  padding-top: 50px; }

.tabs-head {
  position: relative;
  border-bottom: 1px solid #dfe1e6;
  margin-bottom: 24px; }

.tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px; }

.tabs-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -24px;
  scrollbar-width: none;
  margin-top: 40px; }
  .tabs-grid::-webkit-scrollbar, .tabs-grid::-webkit-scrollbar-track, .tabs-grid::-webkit-scrollbar-thumb {
    background-color: transparent; }

.tabs-col {
  width: calc(25% - 18px);
  margin-bottom: 24px; }
  .tabs-col:not(:nth-child(4n)) {
    margin-right: 24px; }

.tabs-elem {
  position: relative;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  color: #0E0E0F; }
  .tabs-elem a,
  .tabs-elem span {
    display: block; }
    .tabs-elem a:before,
    .tabs-elem span:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -13px;
      left: 0;
      right: 0;
      background-color: #0e0e0f;
      height: 3px;
      border-radius: 12px 12px 0 0;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
    .tabs-elem a.active,
    .tabs-elem span.active {
      font-weight: 500; }
      .tabs-elem a.active:before,
      .tabs-elem span.active:before {
        opacity: 1; }
  .tabs-elem:not(:last-child) {
    margin-right: 20px; }

.tabs.with-link {
  position: relative; }
  .tabs.with-link .tabs-head {
    padding-right: 310px; }
  .tabs.with-link .link {
    position: absolute;
    right: 0;
    top: -2px; }

.tabs-item__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -32px; }

.tabs-item__col {
  width: calc(33.333333% - 32px);
  margin-bottom: 32px; }
  .tabs-item__col:not(:nth-child(3n)) {
    margin-right: 48px; }

.tabs-head__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px; }

.tabs-top {
  margin-bottom: 40px; }
  .tabs-top .tabs-head {
    margin-bottom: 0; }

.news-card__image_no-img {
  display: none; }

.tabs-grid.tabs-grid_no-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  margin: 0 -24px;
  overflow: auto;
  width: 100%; }

.tabs-col.tabs-col_no-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 0;
  margin-right: 0; }
  .tabs-col.tabs-col_no-img > * {
    min-width: 334px;
    max-width: 334px; }
  .tabs-col.tabs-col_no-img:first-child {
    padding-top: 24px;
    padding-bottom: 32px; }
  .tabs-col.tabs-col_no-img:not(:nth-child(4n)) {
    margin-right: 0; }

.tabs-head__title_have-tubs {
  display: none; }

.tabs-head_have-tubs {
  display: block; }

.tabs-submenu-elem {
  position: relative; }

@media screen and (min-width: 768px) {
  .tabs-top {
    position: relative; }
    .tabs-top .tabs-head {
      padding-right: 300px; }
  .tabs-button__fix {
    position: absolute;
    bottom: 6px;
    right: 0;
    z-index: 1; } }

@media screen and (max-width: 1024px) {
  .tabs-grid {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: -24px;
    margin-right: -24px; }
    .tabs-grid:after, .tabs-grid:before {
      content: '';
      display: block;
      min-width: 24px; }
  .tabs-col {
    width: 270px;
    min-width: 270px; }
  .tabs-head {
    margin-bottom: 24px;
    overflow: hidden; }
  .tabs-nav {
    overflow: auto hidden;
    scrollbar-width: none;
    overflow-x: auto; }
    .tabs-nav::-webkit-scrollbar {
      width: 0;
      height: 0;
      visibility: hidden;
      display: none; }
  .tabs-grid.tabs-grid_no-img:after, .tabs-grid.tabs-grid_no-img:before {
    display: none; }
  .tabs-col.tabs-col_no-img:not(:nth-child(4n)) {
    margin-right: 0; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tabs.with-link .tabs-head {
    padding-right: 250px; }
    .tabs.with-link .tabs-head:after {
      content: '';
      position: absolute;
      right: 250px;
      top: 0;
      width: 60px;
      height: 100%;
      background: white;
      z-index: 1;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 100%); }
  .tabs.with-link .tabs-nav {
    position: relative; }
  .tabs-grid::-webkit-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: none; } }

@media screen and (max-width: 767px) {
  .tabs-head {
    margin-left: -16px;
    margin-right: -16px; }
  .tabs-nav {
    padding-left: 16px; }
  .tabs.with-link .tabs-head {
    padding-right: 0; }
  .tabs.with-link .tabs-head {
    padding-right: 0; }
  .tabs.with-link .js-bar:after {
    display: none;
    right: 0; }
  .tabs.with-link .link {
    position: relative;
    margin-bottom: 32px; }
  .tabs-col:not(:nth-child(4n)) {
    margin-right: 0; }
  .tabs-col:not(:last-child) {
    margin-right: 16px; }
  .tabs-top .tabs-head {
    margin-bottom: 24px; }
  .tabs-button__fix .button {
    width: 100%; }
  .tabs-link {
    padding-top: 44px; }
  .section .tabs-head {
    overflow: auto;
    white-space: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: none;
    margin-bottom: 33px; }
    .section .tabs-head:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 16px;
      right: 16px;
      height: 1px;
      background-color: #dfe1e6; }
  .tabs-grid {
    margin-right: -16px;
    margin-left: -16px; }
    .tabs-grid:after, .tabs-grid:before {
      min-width: 16px; }
  .tabs-col_no-img:first-child .news-card:not(:first-child) {
    display: none; }
  .tabs-col_no-img:not(:first-child) {
    display: none; }
  .tabs-nav {
    padding-bottom: 8px; }
  .tabs-elem {
    padding-bottom: 10px; }
    .tabs-elem a:before,
    .tabs-elem span:before {
      bottom: -8px; }
    .tabs-elem:last-child a, .tabs-elem:nth-last-child(-n + 2) a {
      padding-right: 16px; }
  [class~='tabs-elem']:last-of-type {
    margin-right: 0; } }

@media screen and (min-width: 1025px) {
  .tabs.with-link .more-nav-dropdown__list {
    padding-left: 0; }
    .tabs.with-link .more-nav-dropdown__list li {
      padding-left: 24px; }
    .tabs.with-link .more-nav-dropdown__list a:after {
      left: 0; } }

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-icon {
    margin-right: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@media screen and (max-width: 767px) {
  .search-icon {
    margin-right: 0; }
  .search-title {
    display: none; } }

.logo-doc {
  display: inline-block; }
  .logo-doc img {
    max-width: 100%; }

.icon-search {
  width: 14px;
  height: 15px; }

.icon-down {
  fill: none;
  width: 10px;
  height: 10px; }

.icon-link {
  width: 13px;
  height: 13px; }

.icon-vk {
  width: 18px;
  height: 12px; }

.icon-fb {
  width: 9px;
  height: 15px; }

.icon-inst {
  width: 14px;
  height: 14px; }

.icon-od {
  width: 9px;
  height: 15px; }

.icon-tw {
  width: 17px;
  height: 14px; }

.icon-right {
  width: 7px;
  height: 11px; }

.icon-back {
  width: 12px;
  height: 10px; }

.icon-prev,
.icon-next {
  width: 8px;
  height: 14px; }

.icon-calendar {
  width: 24px;
  height: 24px; }

.icon-forward {
  width: 24px;
  height: 24px; }

.icon-download {
  width: 20px;
  height: 20px; }

.icon-copy {
  width: 24px;
  height: 24px; }

.icon-print {
  width: 24px;
  height: 24px; }

.icon-warning {
  width: 20px;
  height: 20px;
  fill: none; }

.icon-camera {
  width: 24px;
  height: 24px;
  fill: none; }

.icon-video {
  width: 24px;
  height: 24px;
  fill: none; }

.icon-error {
  width: 20px;
  height: 20px; }

.icon-checked {
  width: 20px;
  height: 20px; }

.icon-audio {
  width: 20px;
  height: 20px; }

.icon-refresh {
  width: 20px;
  height: 20px; }

.icon-faq-arrow {
  width: 17px;
  height: 9px; }

.icon-plus {
  width: 18px;
  height: 18px; }

.icon-minus {
  width: 18px;
  height: 4px; }

.icon-location {
  width: 17px;
  height: 17px; }

.icon-file {
  width: 24px;
  height: 24px; }

.icon-download-cloud {
  width: 24px;
  height: 24px; }

.icon-clip {
  width: 24px;
  height: 24px; }

.date {
  font-size: 16px;
  line-height: 24px;
  color: #696C71; }

.main-slider:not(:last-child) {
  margin-bottom: 64px; }

.main-slider .container {
  position: relative; }

.main-slider__card {
  background-color: #fff; }
  .main-slider__card-image {
    position: relative;
    height: 380px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #eeeff2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-slider__card-image:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 1px solid #e7e7e7;
      border-radius: 4px;
      pointer-events: none; }
    .main-slider__card-image picture,
    .main-slider__card-image img {
      width: 100%;
      height: 100%; }
    .main-slider__card-image img {
      -o-object-fit: cover;
         object-fit: cover;
      vertical-align: bottom; }
  .main-slider__card .date:not(:last-child) {
    margin-bottom: 12px; }
  .main-slider__card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px; }
    .main-slider__card-title a {
      -webkit-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
      @media screen and (min-width: 1025px) {
        .main-slider__card-title a:hover {
          color: #002277; } }
    .main-slider__card-title:not(:last-child) {
      margin-bottom: 12px; }
  .main-slider__card-text {
    font-size: 16px;
    line-height: 24px; }
  .main-slider__card-content {
    max-height: 325px;
    overflow: hidden; }

@media screen and (min-width: 1025px) {
  .main-slider .swiper-pagination {
    max-width: 368px;
    width: 100%;
    right: 40px;
    left: auto;
    text-align: left;
    bottom: -2px; }
  .main-slider__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .main-slider__card-image {
      width: calc(100% - 396px); }
      .main-slider__card-image + .main-slider__card-content {
        width: 368px;
        margin-left: auto; } }

@media screen and (max-width: 1024px) {
  .main-slider .swiper-pagination {
    text-align: left;
    position: static;
    margin-top: 36px; }
  .main-slider__card-image:not(:last-child) {
    margin-bottom: 16px; } }

@media screen and (max-width: 767px) {
  .main-slider__card-image {
    height: 56.25vw; }
    .main-slider__card-image:not(:last-child) {
      margin-bottom: 16px; }
  .main-slider .swiper-pagination {
    margin-top: 32px; } }

.socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -12px; }

.socials-title {
  margin-right: 24px;
  font-size: 16px; }

.socials-elem {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #4680C2;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  margin-bottom: 12px; }
  .socials-elem:not(:last-child) {
    margin-right: 12px; }
  .socials-elem.fb {
    background-color: #3B5998; }
  .socials-elem.inst {
    background-color: #C83D76; }
  .socials-elem.od {
    background-color: #D78131; }
  .socials-elem:hover {
    opacity: .8; }
  .socials-elem img {
    border-radius: 40px; }

@media screen and (min-width: 768px) {
  .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 767px) {
  .socials-title:not(:last-child) {
    margin-bottom: 16px; } }

.section:not(:last-child) {
  margin-bottom: 60px; }

.section-grid {
  scrollbar-width: none; }
  .section-grid::-webkit-scrollbar, .section-grid::-webkit-scrollbar-track, .section-grid::-webkit-scrollbar-thumb {
    background-color: transparent; }

.section-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px; }

.section_gray {
  background-color: #f3f5f7;
  padding: 60px 0; }

.section-head:not(:last-child) {
  margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  .section-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .section-col {
    height: auto; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-grid {
    margin-bottom: -24px; }
  .section-col {
    width: calc(50% - 12px);
    margin-bottom: 24px; }
    .section-col:not(:nth-child(2n)) {
      margin-right: 24px; } }

@media screen and (min-width: 1025px) {
  .section-grid {
    margin-bottom: -24px; }
  .section-col {
    width: calc(33.333333% - 16px);
    margin-bottom: 24px; }
    .section-col:not(:nth-child(3n)) {
      margin-right: 24px; } }

@media screen and (max-width: 767px) {
  .section-col:not(:last-child) {
    margin-bottom: 16px; } }

.page-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -24px;
  scrollbar-width: none; }
  .page-grid::-webkit-scrollbar, .page-grid::-webkit-scrollbar-track, .page-grid::-webkit-scrollbar-thumb {
    background-color: transparent; }

.page-col {
  margin-bottom: 24px; }

@media screen and (min-width: 1025px) {
  .page-col {
    width: calc(25% - 18px); }
    .page-col:not(:nth-child(4n)) {
      margin-right: 24px; } }

@media screen and (min-width: 768px) {
  .page-head {
    margin-bottom: 72px;
    padding-top: 10px; }
    .page-head .title {
      margin-bottom: 0; } }

@media screen and (max-width: 1024px) {
  .page-col {
    width: calc(50% - 12px); }
    .page-col:not(:nth-child(2n)) {
      margin-right: 24px; } }

@media screen and (max-width: 767px) {
  .page-head {
    padding-top: 5px; }
  .page-grid {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -10px;
    padding-bottom: 10px; }
    .page-grid:before, .page-grid:after {
      content: '';
      display: block;
      min-width: 16px; }
  .page-col {
    width: 270px;
    min-width: 270px;
    margin-bottom: 0; }
    .page-col:not(:nth-child(2n)) {
      margin-right: 0; }
    .page-col:not(:last-child) {
      margin-right: 16px; } }

.gallery {
  border: 1px solid #DFE1E6;
  border-radius: 4px; }
  .gallery-head:not(:last-child) {
    margin-bottom: 24px; }

.gallery-slider {
  position: relative;
  height: 420px; }
  .gallery-slider img {
    max-height: 420px; }
  .gallery-slider .swiper-container {
    height: 100%; }
  .gallery-slider .swiper-slide {
    height: auto; }
  .gallery-slider .swiper-prev,
  .gallery-slider .swiper-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .gallery-slider .swiper-prev {
    left: 24px; }
  .gallery-slider .swiper-next {
    right: 24px; }

.gallery-aside {
  position: relative; }
  .gallery-aside:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #DFE1E6; }
  .gallery-aside .swiper-slide {
    height: auto; }
  .gallery-aside .is_active.gallery-aside__card {
    position: relative;
    background-color: #EEEFF2; }
    .gallery-aside .is_active.gallery-aside__card:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background-color: #DFE1E6; }

.gallery-aside__card {
  padding: 12px 30px 8px;
  cursor: pointer; }

.gallery-aside__slider {
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear; }

.gallery-aside__slider.is_hidden {
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.gallery-aside__card-number {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9); }

.gallery-aside__card-image {
  position: relative;
  padding-bottom: 62%;
  border-radius: 4px;
  overflow: hidden; }
  .gallery-aside__card-image:before {
    content: '';
    display: block;
    border: 1px solid rgba(14, 14, 15, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .gallery-aside__card-image:not(:last-child) {
    margin-bottom: 8px; }
  .gallery-aside__card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.gallery-aside__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px; }

.gallery-aside__head {
  padding: 32px 30px 24px; }

.gallery-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #EEEFF2;
  border-radius: 4px; }
  .gallery-img picture {
    height: 100%; }
  .gallery-img img {
    max-width: 100%;
    height: 100%;
    vertical-align: bottom; }

.gallery-num {
  color: #696C71;
  line-height: 24px; }

.gallery-aside__card-title {
  font-size: 14px;
  line-height: 18px; }

@media screen and (min-width: 1025px) {
  .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .gallery-body {
    width: calc(100% - 270px);
    padding: 32px; }
    .gallery-body .section-title:not(:last-child) {
      margin-bottom: 8px; }
  .gallery-aside__body {
    height: calc(100% - 78px);
    position: relative; }
    .gallery-aside__body .swiper-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .gallery-aside {
    width: 270px; }
    .gallery-aside .swiper-wrapper {
      display: block; } }

@media screen and (max-width: 1024px) {
  .gallery-box {
    padding: 32px; }
  .gallery-aside__head {
    padding-top: 8px;
    padding-bottom: 20px; }
  .gallery-slider {
    height: 337px; }
    .gallery-slider img {
      max-height: 337px; }
  .gallery-img {
    padding: 0 75px; }
  .gallery-head .section-title {
    margin-bottom: 6px; }
  .gallery-aside .swiper-container {
    height: auto; }
  .gallery-aside .swiper-slide {
    width: auto; }
  .gallery-aside__card {
    width: 270px; }
  .gallery-aside .swiper {
    height: auto; }
  .gallery-aside {
    border-left: none; }
    .gallery-aside .swiper-wrapper {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .gallery-aside:before {
      display: none; }
  .gallery-aside__card {
    height: 100%;
    padding-bottom: 16px; }
  .gallery-aside__card-image {
    padding-bottom: 61%; }
  .gallery-aside .is_active.gallery-aside__card {
    border-left: none;
    position: relative; }
    .gallery-aside .is_active.gallery-aside__card:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background-color: #DFE1E6;
      width: auto; }
  .gallery-aside__slider {
    position: relative; }
    .gallery-aside__slider:before {
      content: '';
      display: block;
      position: absolute;
      background-color: #DFE1E6;
      height: 1px;
      left: 0;
      right: 0;
      top: 0; }
  .gallery-aside__card-title {
    padding-right: 10px; } }

@media screen and (max-width: 767px) {
  .gallery-img,
  .gallery-box {
    padding: 0; }
  .gallery-img {
    border-radius: 0; }
  .gallery {
    border: none; }
  .gallery-img img {
    max-height: 250px; }
  .gallery-slider {
    margin: 0 -16px;
    height: auto; }
    .gallery-slider img {
      max-height: 62.5vw; }
  .gallery-slider__nav {
    display: none; }
  .gallery-aside__head {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px; }
  .gallery-aside__slider {
    margin-left: -16px;
    margin-right: -16px;
    border-top: 1px solid #DFE1E6;
    border-bottom: 1px solid #DFE1E6; }
  .gallery-aside__card {
    width: 182px;
    padding: 12px 16px 16px; }
  .gallery-aside__card-image {
    padding-bottom: 60.2%; } }

.info-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #DFE1E6;
  -webkit-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  transition: border .2s ease-out;
  height: 100%; }
  .info-link:hover {
    border-color: #0E0E0F; }
  .info-link__icon {
    width: 32px;
    height: 32px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -6px; }
  .info-link__title {
    font-weight: 600;
    line-height: 20px; }
    .info-link__title:not(:last-child) {
      width: calc(100% - 40px); }

.department-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #dfe1e6;
  -webkit-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
  height: 100%; }
  .department-card__icon {
    width: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 18px; }
    .department-card__icon + .department-card__title {
      width: calc(100% - 78px); }
    .department-card__icon img {
      max-width: 100%; }
  .department-card__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px; }
  .department-card:hover {
    border-color: #0e0e0f; }

@media screen and (min-width: 1025px) {
  .department-card {
    padding-right: 25px; } }

.news-card {
  display: block; }
  .news-card:hover .news-card__title {
    color: #002277; }
  .news-card__image {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #ccc; }
    .news-card__image:not(:last-child) {
      margin-bottom: 8px; }
    .news-card__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .news-card__date:not(:last-child) {
    margin-bottom: 4px; }
  .news-card__title {
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out; }

@media screen and (max-width: 1024px) {
  .news-card__box {
    padding-right: 24px; } }

.events-card {
  border: 1px solid #DFE1E6;
  border-radius: 4px;
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-transition: border .2s ease-out;
  -o-transition: border .2s ease-out;
  transition: border .2s ease-out; }
  @media screen and (min-width: 1025px) {
    .events-card:hover {
      border-color: #0E0E0F; } }
  .events-card__title {
    font-size: 16px;
    line-height: 20px; }
  .events-card__image {
    padding-bottom: 55.4%;
    position: relative;
    background-color: #e7e7e7; }
    .events-card__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .events-card__box {
    padding: 12px 12px 14px 14px; }

.crumbs {
  margin-bottom: 40px; }
  .crumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 15px; }
  .crumbs li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    color: #696C71;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .crumbs li:not(:last-child):after {
      content: "/";
      margin: 0 8px; }
  .crumbs a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #696C71;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

@media screen and (min-width: 1025px) {
  .crumbs li {
    min-width: 70px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .crumbs {
    margin-bottom: 30px; }
    .crumbs__list {
      overflow: auto hidden;
      padding-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .crumbs {
    margin-bottom: 24px; }
    .crumbs__list li {
      width: 100%; }
      .crumbs__list li:after {
        display: none; }
      .crumbs__list li:not(:nth-last-child(2)) {
        display: none; }
      .crumbs__list li a {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
        .crumbs__list li a:before {
          content: "";
          position: absolute;
          left: 0;
          top: -3px;
          width: 24px;
          height: 24px;
          background: url("../images/svg/crumbs_back.svg") no-repeat center; } }

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer; }
  .link__icon {
    margin-right: 8px;
    line-height: 0; }
    .link__icon svg {
      width: 24px;
      height: 24px; }
  .link__text {
    color: #0E0E0F;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap; }

@media screen and (max-width: 767px) {
  .link {
    height: 40px;
    border: 1px solid #C4C8D0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  background: #F3F5F7; }
  .filter__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; }
  .filter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .filter-dates__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .filter-date__error {
    position: relative;
    margin-bottom: 8px;
    color: #aa0000;
    font-weight: 400;
    line-height: 24px;
    padding-left: 24px;
    display: block; }
    .filter-date__error:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      background-image: url("../images/error.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .filter-date {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 16px; }
    .filter-date__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #ffffff;
      border: 1px solid #c4c8d0;
      border-radius: 4px;
      padding-right: 19px; }
      .filter-date__wrapper input {
        background-color: transparent;
        border: none !important;
        height: 46px !important; }
      .filter-date__wrapper .filter__icon {
        cursor: pointer; }
    .filter-date__to {
      margin-right: 0; }
  .filter__input {
    max-width: 134px; }
  .filter__icon {
    margin-left: 10px; }
  .filter-select {
    margin-left: 24px;
    width: 100%;
    max-width: 352px; }
  .filter-submit {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .filter-submit-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .filter-submit-row .button:not(:last-child) {
        margin-right: 24px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .filter-select {
    max-width: 280px; }
  .filter-submit {
    width: 100%;
    margin-top: 24px;
    margin-left: 0; }
    .filter-submit button[type='submit'] {
      max-width: 115px; }
  #filter-date .filter-submit-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #filter-date button[type='reset'],
  #filter-date .button_ghost {
    margin: 0 0 0 24px; } }

@media screen and (max-width: 767px) {
  .filter {
    padding: 24px 16px;
    margin: 0 -16px; }
    .filter-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .filter-dates__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .filter__title {
      margin-bottom: 0; }
    .filter-dates {
      width: 100%; }
    .filter-date {
      width: 100%;
      margin-top: 12px;
      margin-right: 0; }
    .filter__input {
      max-width: calc(100% - 24px); }
    .filter-select {
      margin-top: 24px;
      margin-left: 0; }
    .filter-submit {
      margin-top: 24px;
      margin-left: 0;
      width: 100%; }
      .filter-submit-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .filter-submit-row .button:not(:last-child) {
          margin: 0 0 16px; }
    .filter__errors .label-error {
      display: inline-block;
      margin-top: 8px; }
  #filter-date button[type='submit'] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #filter-date button[type='reset'],
  #filter-date .button_ghost {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 16px 0 0; } }

.news-list {
  margin-top: 8px; }
  .news-list .news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfe1e6;
    -webkit-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s; }
    .news-list .news-item.is-active {
      background-color: #F3F5F7; }
    .news-list .news-item:first-child .news-item__photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 640px;
      height: 370px; }
      .news-list .news-item:first-child .news-item__photo picture {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
    .news-list .news-item:first-child .news-item__content {
      width: calc(100% - 640px); }
    .news-list .news-item:not(:first-child) {
      max-width: 858px; }
    .news-list .news-item__photo {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 240px;
      height: 160px;
      border: 1px solid rgba(14, 14, 15, 0.1);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      overflow: hidden;
      background: #EEEFF2 url("../images/svg/noimg.svg") no-repeat center; }
      .news-list .news-item__photo img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
        @media all and (-ms-high-contrast: none) {
          .news-list .news-item__photo img {
            height: auto; } }
    .news-list .news-item__content {
      width: calc(100% - 240px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 24px;
      max-width: 618px; }
    .news-list .news-item__date {
      font-size: 16px;
      line-height: 24px;
      color: #696C71;
      margin-bottom: 12px; }
    .news-list .news-item__title {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #0E0E0F; }
    .news-list .news-item__preview {
      font-size: 16px;
      line-height: 22px;
      margin-top: 12px;
      color: #0E0E0F;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      max-height: 96px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      .news-list .news-item__preview p {
        margin: 0 !important; }
    .news-list .news-item__category {
      margin: 12px 0 0;
      margin-top: 12px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .news-list .news-item__category li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        line-height: 24px;
        color: #696C71;
        padding-right: 8px; }
        .news-list .news-item__category li:not(:first-child):before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          margin-right: 8px;
          margin-bottom: -1px;
          background: #696C71; }
      .news-list .news-item__category a {
        font-size: 16px;
        line-height: 24px;
        color: #696C71; }

@media screen and (min-width: 1025px) {
  .news-list .news-item:first-child .news-item__content {
    padding-right: 24px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .news-list .news-item:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .news-list .news-item:first-child .news-item__photo {
      width: 100%; }
    .news-list .news-item:first-child .news-item__content {
      width: 100%;
      margin-top: 16px;
      padding-left: 0;
      max-width: 100%; }
  .news-list .news-item:not(:first-child) {
    max-width: 858px; } }

@media screen and (max-width: 767px) {
  .news-list {
    margin: 0 -16px; }
    .news-list .news-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .news-list .news-item:first-child {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 32px; }
        .news-list .news-item:first-child .news-item__photo {
          width: 100%;
          height: 0; }
          .news-list .news-item:first-child .news-item__photo img {
            -o-object-fit: cover;
               object-fit: cover; }
        .news-list .news-item:first-child .news-item__content {
          max-width: 100%;
          width: 100%;
          margin-top: 16px;
          padding-left: 0;
          max-width: 100%; }
      .news-list .news-item:not(:first-child) {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
        padding-top: 24px;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%; }
      .news-list .news-item__photo {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 62.5%; }
        .news-list .news-item__photo img {
          top: 0;
          position: absolute; }
      .news-list .news-item__content {
        max-width: 100%;
        width: 100%;
        margin-top: 16px;
        padding-left: 0;
        max-width: 100%; }
      .news-list .news-item__preview {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        max-height: 240px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; } }

.news-article-header {
  max-width: 760px; }

.news-article .title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0; }

.news-article__date {
  font-size: 16px;
  line-height: 24px;
  color: #696C71;
  margin-bottom: 12px; }

.news-article__category {
  font-size: 16px;
  line-height: 24px;
  color: #696C71;
  margin-top: 8px; }

.news-article-content {
  max-width: 760px;
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0F; }
  .news-article-content p:not(:last-child) {
    margin-bottom: 15px; }
  .news-article-content .photo-slider:not(:last-child) {
    margin-bottom: 25px; }
  .news-article-content a {
    color: #0044CC;
    text-decoration: underline; }
    .news-article-content a:hover {
      text-decoration: none; }
  .news-article-content .subtitle {
    font-size: 18px;
    line-height: 22px;
    color: #0E0E0F;
    font-weight: 600;
    margin: 60px 0 15px; }
  .news-article-content ol {
    counter-reset: counter; }
    .news-article-content ol li {
      counter-increment: counter; }
      .news-article-content ol li:before {
        content: counter(counter) ". "; }
  .news-article-content li {
    margin-bottom: 15px; }

.news-article__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 40px;
  line-height: 0;
  background: #EEEFF2 url("../images/svg/noimg.svg") no-repeat center;
  border: 1px solid rgba(14, 14, 15, 0.1);
  height: 420px; }
  .news-article__photo picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .news-article__photo img {
    height: 100%;
    width: auto;
    max-width: none; }

.news-article__calendar-add {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .news-article__calendar-add svg {
    margin-right: 6px; }

@media screen and (max-width: 767px) {
  .news-article__photo {
    height: 180px; } }

.paginator {
  margin-top: 32px; }
  .paginator__list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .paginator li {
    margin-right: 4px; }
  .paginator .is-active a {
    background-color: #DDE7FF; }
  .paginator .is-hidden {
    display: none; }
  .paginator a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 4px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F; }

@media screen and (min-width: 768px) {
  .paginator .is-forward .icon {
    display: none; }
  .paginator__dots {
    display: none; } }

@media screen and (max-width: 767px) {
  .paginator .is-forward span {
    display: none; }
  .paginator .is-hidden-mobile {
    display: none; }
  .paginator .is-first span {
    display: none; }
  .paginator .is-first a:after {
    content: attr(data-mobile);
    font-size: 16px;
    line-height: 40px; }
  .news-page .paginator {
    padding: 0 16px; } }

.datepicker {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 20, 67, 0.12);
          box-shadow: 0px 4px 12px rgba(0, 20, 67, 0.12);
  border-radius: 4px;
  font-family: 'Golos', sans-serif;
  width: 306px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px; }
  .datepicker--nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 32px;
    border: none; }
    .datepicker--nav-action {
      position: absolute;
      top: 0;
      width: 32px;
      height: 32px;
      border-radius: 4px;
      background-color: #DDE7FF;
      -webkit-transition: opacity ease .3s;
      -o-transition: opacity ease .3s;
      transition: opacity ease .3s;
      font-size: 0;
      cursor: pointer; }
      .datepicker--nav-action svg {
        display: none; }
      .datepicker--nav-action[data-action="prev"] {
        left: 0;
        background-image: url("../images/svg/backward.svg");
        background-repeat: no-repeat;
        background-position: center; }
      .datepicker--nav-action[data-action="next"] {
        right: 0;
        background-image: url("../images/svg/forward.svg");
        background-repeat: no-repeat;
        background-position: center; }
    .datepicker--nav-title {
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      color: #0044CC;
      background: transparent;
      pointer-events: none; }
      .datepicker--nav-title i {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #0044CC; }
  .datepicker--content {
    margin-top: 16px;
    padding: 0; }
  .datepicker--day-name {
    color: #696C71;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    vertical-align: center;
    text-transform: none;
    padding-bottom: 8px; }
  .datepicker--cells {
    margin-right: -7px; }
  .datepicker--cell {
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    height: 36px;
    color: #0E0E0F;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DFE1E6;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 -1px -1px 0; }
    .datepicker--cell.-current-, .datepicker--cell.-current-.focus-, .datepicker--cell.-current-.-in-range- {
      font-weight: 600;
      color: #0E0E0F; }
    .datepicker--cell.-selected-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-.-focus-, .datepicker--cell.-range-to-.-focus- {
      background: #0044CC;
      color: #fff;
      border-radius: 0; }
    .datepicker--cell.-disabled- {
      background: #EEEFF2;
      color: #696C71;
      pointer-events: none; }
    .datepicker--cell.-in-range- {
      background: #BBCFFF;
      color: #0E0E0F;
      border-radius: 0; }
    .datepicker--cell.-other-month- {
      pointer-events: none; }
    .datepicker--cell.-other-month- {
      opacity: 0; }

@media screen and (min-width: 768px) {
  .datepicker.is-last-date .datepicker--pointer {
    left: auto;
    right: 10px; } }

@media screen and (max-width: 767px) {
  .datepicker.is-last-date {
    margin-top: 58px; } }

.link-item {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .link-item.link-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .link-item.link-item__icon .link-item__text {
      font-weight: 500;
      margin-right: 17px; }
  .link-item:hover {
    color: #CC2222; }

.menu {
  background-color: #fff;
  position: fixed;
  top: 147px;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 99;
  bottom: 0;
  padding: 24px 24px 24px 16px; }
  @media screen and (min-width: 1441px) {
    .menu {
      display: none; } }
  .menu:not(.is_open) {
    opacity: 0;
    pointer-events: none; }

.menu-toggle__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px; }
  .menu-toggle__title > span:not(:last-child) {
    width: calc(100% - 20px); }
  .menu-toggle__title svg {
    margin-left: auto;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }

.menu-toggle.is_active > .menu-toggle__head {
  color: #CC2222; }
  .menu-toggle.is_active > .menu-toggle__head .icon-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.menu-toggle__content {
  display: none;
  padding-left: 16px;
  border-left: 1px solid #CED0D7;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-bottom: 12px; }

.menu-toggle__head,
.menu-toggle__item,
.menu-toggle__link {
  padding: 12px 0; }

.menu-toggle__item .menu-toggle__head {
  padding: 0; }

.level_2 .menu-toggle__content {
  margin-top: 16px; }

.burger {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-top: 6px; }

.burger i {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #1B1B1F;
  border-radius: 1px;
  width: 20px;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.burger i:nth-child(1) {
  top: 0; }

.burger i:nth-child(2) {
  top: 8px; }

.burger i:nth-child(3) {
  top: 16px; }

.burger.is_active i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }

.burger.is_active i:nth-child(2) {
  background: transparent; }

.burger.is_active i:nth-child(3) {
  top: 8px;
  -webkit-transform: rotateZ(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotateZ(-45deg); }

.overflow_hidden {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .menu {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 767px) {
  .burger {
    margin-top: 3px; } }

.options-nav {
  margin-top: 48px; }
  .options-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F3F5F7;
    padding: 6px 16px;
    z-index: 3;
    border-radius: 4px; }
  .options-nav__list > li {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F;
    font-weight: 500;
    padding: 13px 0;
    border-radius: 4px; }
    .options-nav__list > li:not(:last-child) {
      margin-right: 24px; }
    .options-nav__list > li.is-active {
      outline: 3px solid #6688DD; }
    .options-nav__list > li.parent {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .options-nav__list > li.parent > a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        .options-nav__list > li.parent > a:after {
          content: "";
          display: block;
          width: 24px;
          height: 24px;
          margin-left: 8px;
          margin-top: 2px;
          background: url("../images/svg/down.svg") no-repeat center;
          -webkit-transition: -webkit-transform ease .3s;
          transition: -webkit-transform ease .3s;
          -o-transition: transform ease .3s;
          transition: transform ease .3s;
          transition: transform ease .3s, -webkit-transform ease .3s; }
        .options-nav__list > li.parent > a.is-active:after {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      .options-nav__list > li.parent .options-widget {
        max-width: 243px;
        padding: 24px; }
    .options-nav__list > li:focus {
      outline: 3px solid #6688DD; }
    .options-nav__list > li a {
      font-size: 16px;
      line-height: 24px;
      color: #0E0E0F;
      font-weight: 500;
      text-decoration: none; }
  .options-nav__hint {
    margin-top: 16px;
    color: #696C71; }
  .options-nav__link .icon {
    line-height: 0;
    margin-bottom: -5px; }
    .options-nav__link .icon.icon-print {
      display: inline-block;
      min-width: 24px;
      min-width: 24px;
      height: 24px;
      margin-left: 8px;
      margin-right: 9px; }

@media screen and (min-width: 768px) {
  .options-nav__link .icon {
    display: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .options-nav li.parent:last-child .options-widget {
    left: auto;
    right: 0; }
  .options-nav__hint {
    display: none; } }

@media screen and (max-width: 767px) {
  .options-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .options-nav__list > li {
      width: 100%; }
      .options-nav__list > li.parent {
        width: 100%; }
        .options-nav__list > li.parent a {
          width: 100%; }
          .options-nav__list > li.parent a:after {
            position: absolute;
            right: 0; }
  .options-nav__hint {
    display: none;
    line-height: 24px; } }

.options-widget {
  position: absolute;
  left: 0;
  top: 50px;
  background: #FFFFFF;
  border: 1px solid #DFE1E6;
  border-radius: 4px;
  width: 580px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 16px 32px rgba(0, 20, 67, 0.12);
          box-shadow: 0px 16px 32px rgba(0, 20, 67, 0.12);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
  .options-widget-back {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .options-widget input {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .options-widget.is-active {
    opacity: 1;
    visibility: visible; }
  .options-widget li {
    margin-bottom: 24px; }
    .options-widget li:last-child {
      margin-bottom: 0; }
  .options-widget .icon {
    line-height: 0;
    margin-bottom: -5px;
    margin-right: 4px; }
  .options-widget a:hover {
    text-decoration: underline; }

@media (min-width: 1025px) and (max-width: 1440px) {
  .options-widget {
    width: 320px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .options-widget {
    width: 500px; }
    .options-widget.widget-code {
      left: auto;
      right: 0; } }

@media screen and (max-width: 767px) {
  .options-widget {
    width: 100%; } }

.article {
  word-break: break-word; }
  .article div:not([class]) {
    line-height: 24px; }
  .article-head {
    padding-bottom: 24px; }
  .article .title + .article-group {
    padding-top: 24px; }
  .article a {
    color: #0044CC;
    text-decoration: underline; }
    .article a:hover {
      text-decoration: none; }
  .article p {
    line-height: 24px; }
    .article p:not(:last-child) {
      margin-bottom: 16px; }
      .article p:not(:last-child) > .article-title {
        padding-top: 4px; }
      .article p:not(:last-child) + .text-gray {
        margin-top: -4px; }
    .article p + .table-wrap {
      padding-top: 10px; }
  .article ol {
    counter-reset: li; }
    .article ol li {
      position: relative;
      padding-left: 22px; }
      .article ol li ul {
        counter-reset: li; }
      .article ol li ol > li {
        padding-left: 42px; }
      .article ol li:not(:last-child) {
        margin-bottom: 14px; }
    .article ol .article-subtitle {
      display: inline-block; }
  .article ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    position: absolute;
    top: 0;
    left: 0; }
  .article ol li ol > li:before {
    content: counters(li, ".") " "; }
  .article ol li ul:not(.dg-attribution__links) li:not(:last-child) {
    margin-bottom: 20px; }
  .article ul:not(.dg-attribution__links) li {
    position: relative;
    padding-left: 17px; }
    .article ul:not(.dg-attribution__links) li:not(:last-child) {
      margin-bottom: 12px; }
    .article ul:not(.dg-attribution__links) li:before {
      content: '';
      display: block;
      position: absolute;
      top: 8px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: currentColor; }
  .article .title-small + p {
    margin-top: -13px; }
  .article img {
    margin: 20px; }
  .article-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 760px;
    max-height: 420px;
    line-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    padding: 1px 0;
    background: #EEEFF2;
    border: 1px solid rgba(14, 14, 15, 0.1); }
    .article-img img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      max-height: 418px;
      margin: 0; }
      @media all and (-ms-high-contrast: none) {
        .article-img img {
          height: auto; } }
    @media screen and (max-width: 767px) {
      .article-img {
        max-height: 180px; }
        .article-img img {
          max-height: 178px; } }
  .article table {
    width: auto; }
    .article table.for-reference-in-line {
      background-color: #f3f5f7; }
      .article table.for-reference-in-line td,
      .article table.for-reference-in-line th {
        background-color: #f3f5f7; }
    .article table.any_table_just td,
    .article table.any_table_just th {
      border: none;
      border-top: 1px solid #dfe1e6; }
  .article blockquote {
    background-color: #f3f5f7;
    font-style: italic;
    display: inline-block;
    padding: 15px; }

html main.main .article img, html main.main .news-article img,
html main .article img,
html main .news-article img {
  margin: 20px; }

html main.main .article h1, html main.main .news-article h1,
html main .article h1,
html main .news-article h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.1em; }

html main.main .article h2, html main.main .news-article h2,
html main .article h2,
html main .news-article h2 {
  font-size: 2.1em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.1em; }

html main.main .article picture img, html main.main .news-article picture img,
html main .article picture img,
html main .news-article picture img {
  margin: 0; }

html main.main .article table, html main.main .news-article table,
html main .article table,
html main .news-article table {
  width: auto; }
  html main.main .article table.for-reference-in-line, html main.main .news-article table.for-reference-in-line,
  html main .article table.for-reference-in-line,
  html main .news-article table.for-reference-in-line {
    background-color: #f3f5f7; }
    html main.main .article table.for-reference-in-line td,
    html main.main .article table.for-reference-in-line th, html main.main .news-article table.for-reference-in-line td,
    html main.main .news-article table.for-reference-in-line th,
    html main .article table.for-reference-in-line td,
    html main .article table.for-reference-in-line th,
    html main .news-article table.for-reference-in-line td,
    html main .news-article table.for-reference-in-line th {
      background-color: #f3f5f7; }
  html main.main .article table.any_table_just td,
  html main.main .article table.any_table_just th, html main.main .news-article table.any_table_just td,
  html main.main .news-article table.any_table_just th,
  html main .article table.any_table_just td,
  html main .article table.any_table_just th,
  html main .news-article table.any_table_just td,
  html main .news-article table.any_table_just th {
    border: none;
    border-top: 1px solid #dfe1e6; }

html main.main .article blockquote, html main.main .news-article blockquote,
html main .article blockquote,
html main .news-article blockquote {
  background-color: #f3f5f7;
  font-style: italic;
  display: inline-block;
  padding: 15px; }

.article-container {
  max-width: 870px; }

.article-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px; }
  .article-title:not(:last-child) {
    margin-bottom: 32px; }

.article-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px; }

.text_gray {
  color: #696c71; }

.text_small {
  font-size: 14px;
  line-height: 20px; }

.article-list {
  font-size: 16px;
  line-height: 24px; }
  .article-list ol li:before {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; }
  .article-list ol ol li:before {
    font-size: 16px;
    font-weight: 400; }
  .article-list ol ul:not(:last-child) {
    margin-bottom: 20px; }
  .article-list ol > li:not(:last-child) {
    margin-bottom: 32px; }
  .article-list ol > li ol > li:not(:last-child) {
    margin-bottom: 16px; }

.text-gray {
  color: #696c71; }

.article-group:not(:last-child) {
  margin-bottom: 56px; }

.article table,
.main table {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 56px;
  margin-top: 56px; }
  .article table sup,
  .article table sub,
  .main table sup,
  .main table sub {
    font-size: inherit; }

.all_border td,
.all_border th,
.wysiwyg .all_border td,
.wysiwyg .all_border th {
  border: 1px solid #d2d2d2;
  padding: 5px; }

.main table {
  border-collapse: collapse;
  width: 100%; }

.article table:not(.all_border),
.main table:not(.all_border) {
  border-radius: 6px;
  position: relative; }
  .article table:not(.all_border) sup,
  .main table:not(.all_border) sup {
    top: 0; }
  .article table:not(.all_border) thead td,
  .article table:not(.all_border) th,
  .main table:not(.all_border) thead td,
  .main table:not(.all_border) th {
    background-color: #f3f5f7;
    text-align: left;
    font-weight: 600; }
  .article table:not(.all_border) th,
  .article table:not(.all_border) td,
  .main table:not(.all_border) th,
  .main table:not(.all_border) td {
    padding: 12px;
    vertical-align: middle;
    border: 1px solid #dfe1e6; }

.table_contacts td:first-child {
  width: 176px; }

.box-img {
  border: 1px solid #dfe1e6;
  background-color: #f3f5f7;
  border-radius: 6px;
  padding: 66px 40px;
  text-align: center; }

.box-img__qr img {
  width: 264px; }

@media (min-width: 1250px) {
  .container-small .table-wrap,
  .container-small .warning {
    margin-right: -296px; } }

@media screen and (min-width: 1025px) and (max-width: 1249px) {
  .container-small .table-wrap,
  .container-small .warning {
    width: calc(100vw - 95px); } }

@media screen and (min-width: 1025px) {
  .th_width_1 {
    width: 280px; }
  .th_width_2 {
    width: 260px; } }

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .th_width_1,
  .th_width_2 {
    width: 160px; }
  .table br {
    display: none; }
  .table th {
    min-width: 100px; } }

@media screen and (min-width: 768px) {
  .small_width {
    width: 142px; } }

@media screen and (max-width: 1024px) {
  .table-wrap {
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: -10px;
    margin-left: -24px;
    margin-right: -24px; }
    .table-wrap:before, .table-wrap:after {
      content: '';
      display: block;
      min-width: 24px; }
  .table {
    width: auto;
    min-width: calc(100% - 49px); }
    .table th,
    .table td {
      min-width: 130px; } }

@media screen and (max-width: 767px) {
  .table-wrap {
    margin-left: -16px;
    margin-right: -16px; }
    .table-wrap:before, .table-wrap:after {
      min-width: 16px; }
  .table.table_contacts {
    width: 100%;
    min-width: 100px; }
    .table.table_contacts td:first-child {
      width: 144px; }
  .table {
    min-width: 720px; }
    .table th {
      min-width: 150px; }
  .article-list ol ol {
    margin-left: -22px; }
  .box-img {
    padding: 16px 7px; } }

.warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dfe1e6;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 24px; }
  .warning-icon {
    width: 20px;
    margin-top: 2px; }
    .warning-icon + .warning-text {
      width: calc(100% - 34px);
      margin-left: 14px; }
  .warning-text {
    font-size: 16px;
    line-height: 24px; }
    .warning-text a {
      color: #0044cc;
      text-decoration: underline; }
      .warning-text a:hover {
        color: #0033aa; }
      .warning-text a:active {
        color: #002277; }

@media screen and (min-width: 1441px) {
  .warning-text {
    padding-right: 65px; } }

.media-list {
  margin-top: 32px;
  max-width: 860px; }
  .media-list .media-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dfe1e6;
    -webkit-transition: background-color ease 0.3s;
    -o-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s; }
    .media-list .media-item:first-child {
      padding-top: 0; }
    .media-list .media-item__photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 240px;
      height: 160px;
      border: 1px solid rgba(14, 14, 15, 0.1);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      overflow: hidden; }
      .media-list .media-item__photo img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        width: 100%;
        height: 100%; }
    .media-list .media-item__content {
      width: calc(100% - 240px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 24px;
      max-width: 618px; }
    .media-list .media-item__date {
      font-size: 16px;
      line-height: 24px;
      color: #696C71; }
    .media-list .media-item__title {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      margin-top: 12px;
      color: #0E0E0F; }
    .media-list .media-item__category {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 24px;
      margin-top: 12px;
      color: #696C71; }
      .media-list .media-item__category .icon {
        margin-right: 6px; }
    .media-list .media-item__quantity {
      margin-right: 5px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .media-list .media-item {
    max-width: 858px; } }

@media screen and (max-width: 767px) {
  .media-list .media-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .media-list .media-item:not(:first-child) {
      max-width: 100%;
      width: 100%;
      padding-left: 0;
      max-width: 100%; }
    .media-list .media-item__photo {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 62.5%; }
      .media-list .media-item__photo img {
        top: 0;
        position: absolute; }
    .media-list .media-item__content {
      max-width: 100%;
      width: 100%;
      margin-top: 16px;
      padding-left: 0;
      max-width: 100%; }
    .media-list .media-item__title {
      margin-top: 8px; } }

.media-album .media-list {
  max-width: 760px;
  margin-top: 0; }

.media-album__date {
  font-size: 16px;
  line-height: 24px;
  color: #696C71;
  margin-bottom: 12px; }

.media-photo__content {
  max-width: 760px;
  margin-top: 0; }

.media-photo p {
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0F;
  margin-bottom: 32px; }

.media-photo__date {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #696C71; }

.media-video-content {
  max-width: 760px;
  margin-top: 0; }

.media-video p {
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0F;
  margin-bottom: 32px; }

.media-video__date {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #0E0E0F; }

.media-video iframe, .media-video video {
  width: 100%;
  height: 420px;
  border: none; }

.media-video__preview {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #696C71; }

.media-video__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }

@media screen and (min-width: 1025px) {
  .media-video__prev, .media-video__next {
    position: relative; }
    .media-video__prev:hover .media-video-widget, .media-video__next:hover .media-video-widget {
      opacity: 1;
      visibility: visible; }
  .media-video-widget {
    position: absolute;
    bottom: 50px;
    left: -50px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 20, 67, 0.12);
            box-shadow: 0px 4px 12px rgba(0, 20, 67, 0.12);
    border-radius: 4px;
    padding: 12px;
    min-width: 294px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
    .media-video-widget__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .media-video-widget__photo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 120px;
      max-height: 120px; }
    .media-video-widget__title {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: +#0E0E0F;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      max-height: 95;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      padding-left: 16px; }
      .media-video-widget__title:hover {
        text-decoration: underline; } }

@media (min-width: 1025px) and (max-width: 1440px) {
  .media-video__prev .media-video-widget {
    left: 0; }
  .media-video__next .media-video-widget {
    left: auto;
    right: 0; } }

@media screen and (max-width: 1024px) {
  .media-video-widget {
    display: none; } }

@media screen and (max-width: 767px) {
  .media-video iframe, .media-video video {
    height: 180px; }
  .media-video__next .button, .media-video__prev .button {
    font-size: 14px; } }

/* core */
.jq-checkbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  /*visibility: hidden;*/ }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -1px;
  background: #FFFFFF;
  border: 1px solid #DFE1E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 20, 67, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 20, 67, 0.08);
  border-radius: 4px;
  overflow: hidden;
  z-index: 1; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }
  .jq-selectbox__dropdown ul li {
    padding: 11px 16px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s; }
    .jq-selectbox__dropdown ul li:hover {
      background: #DDE7FF; }
    .jq-selectbox__dropdown ul li.sel {
      opacity: .5; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

/* theme */
.jq-checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0px 10px 0 0;
  border-radius: 50%;
  border: 1px solid #525252;
  background: transparent;
  cursor: pointer; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55; }

.jq-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 24px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 8px;
  background: url("../images/svg/checked.svg") no-repeat center;
  background-size: contain; }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #B3B3B3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: none;
  border-bottom: #525252 1px solid;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD; }

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA; }

.jq-selectbox {
  width: 100%;
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #C4C8D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 14px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #0E0E0F;
  font-family: 'Golos', sans-serif; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 12px;
  right: 0;
  width: 20px;
  height: 24px;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  -o-transition: transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background: url("../images/svg/select_arrow.svg") no-repeat center;
  background-size: contain; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (max-width: 1024px) {
      .jq-selectbox select,
      .jq-select-multiple select {
        /*visibility: hidden;*/ }
      .jq-selectbox__dropdown {
        display: none !important; } } } }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dfe1e6;
  border-radius: 8px;
  width: 6px; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ccc; }

.photo-slider {
  position: relative;
  max-width: 760px; }
  .photo-slider .swiper-container {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .photo-slider .swiper-slide {
    height: auto; }
  .photo-slider .photo-head {
    margin-bottom: 10px; }
  .photo-slider .photo-num {
    font-size: 16px;
    line-height: 24px;
    color: #696C71; }
  .photo-slider-content .photo-img {
    line-height: 0;
    height: 420px;
    max-width: 760px;
    background: #EEEFF2 url("../images/svg/noimg.svg") no-repeat center;
    border: 1px solid rgba(14, 14, 15, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    text-align: center; }
    .photo-slider-content .photo-img picture {
      height: 100%;
      max-width: none; }
    .photo-slider-content .photo-img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .photo-slider-content .photo-descrition {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #696C71; }
  .photo-slider-content .swiper-next,
  .photo-slider-content .swiper-prev {
    position: absolute;
    top: 230px; }
  .photo-slider-content .swiper-prev {
    left: 24px; }
  .photo-slider-content .swiper-next {
    right: 24px; }
  .photo-slider-thumbs {
    margin-top: 16px; }
    .photo-slider-thumbs .photo-img {
      line-height: 0;
      height: 80px; }
      .photo-slider-thumbs .photo-img picture {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        width: 100%;
        height: 100%; }
        @media all and (-ms-high-contrast: none) {
          .photo-slider-thumbs .photo-img picture {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; } }
      .photo-slider-thumbs .photo-img img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        width: 100%;
        height: 100%; }
        @media all and (-ms-high-contrast: none) {
          .photo-slider-thumbs .photo-img img {
            height: auto; } }
    .photo-slider-thumbs .swiper-slide {
      border: 1px solid rgba(14, 14, 15, 0.1);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      overflow: hidden;
      cursor: pointer; }
      .photo-slider-thumbs .swiper-slide:after {
        content: '';
        background: #000;
        opacity: .6;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%; }
      .photo-slider-thumbs .swiper-slide .photo-img {
        overflow: hidden; }
      .photo-slider-thumbs .swiper-slide-thumb-active:after {
        display: none; }

@media screen and (max-width: 767px) {
  .photo-slider-content .photo-img {
    height: 240px; }
  .photo-slider .swiper-nav {
    display: none; }
  .photo-slider-thumbs {
    margin-top: 22px; }
    .photo-slider-thumbs .swiper-container {
      padding-right: 55px; } }

.msg {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 22px 20px;
  margin: 5px 0; }
  .msg:before {
    content: ''; }
  .msg-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .msg .icon {
    margin: 0 15px -8px 0; }
  .msg-text {
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F; }
  .msg-thx {
    background: #E9FCF3;
    border-left: 4px solid #008844; }
  .msg-error {
    background: #FFF2F2;
    border-left: 4px solid #AA0000; }

@media screen and (max-width: 767px) {
  .msg-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .msg-content .icon {
      margin-bottom: -4px; }
  .msg-text {
    margin-top: 5px; } }

.comments {
  margin-top: 64px; }
  .comments-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .comments-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    padding-right: 30px;
    color: #0E0E0F;
    margin-bottom: 40px; }
  .comments-sign {
    margin-left: auto;
    margin-top: -8px; }
  .comments .comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .comments .comment:not(:last-child) {
      margin-bottom: 32px; }
    .comments .comment-photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 70px;
      height: 70px;
      background: #EEEFF2 url("../images/svg/user.svg") no-repeat center;
      border: 1px solid rgba(14, 14, 15, 0.1);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      overflow: hidden; }
      .comments .comment-photo img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .comments .comment-content {
      padding-left: 16px; }
    .comments .comment__date {
      font-size: 16px;
      line-height: 16px;
      color: #696C71; }
    .comments .comment__name {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      color: #0E0E0F;
      margin-top: 12px; }
    .comments .comment__text {
      font-size: 16px;
      line-height: 24px;
      color: #0E0E0F;
      margin-top: 12px; }
    .comments .comment-options {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 20px; }
      .comments .comment-options .button {
        height: auto;
        margin-right: 16px; }
        .comments .comment-options .button__icon {
          margin: 0 0 0 8px; }
      .comments .comment-options__widget {
        display: none; }
    .comments .comment .msg {
      margin-top: 20px; }
  .comments-new {
    margin-top: 64px;
    padding-top: 40px;
    border-top: #ced3d8 1px solid; }
    .comments-new .msg {
      margin-top: 24px; }
  .comments .form-input, .comments .form-textarea {
    margin-bottom: 24px; }
    .comments .form-input.is-error input,
    .comments .form-input.is-error textarea, .comments .form-textarea.is-error input,
    .comments .form-textarea.is-error textarea {
      border-color: #CC2222; }
  .comments .form-input {
    max-width: 360px; }
  .comments .form__label {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #0E0E0F;
    margin-bottom: 8px; }
  .comments .form__input_numbers {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; }
  .comments .form-captcha {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .comments .form-captcha-input {
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 200px;
      margin-right: 16px; }
    .comments .form-captcha__audio {
      position: absolute;
      right: 13px;
      bottom: 10px;
      z-index: 1;
      cursor: pointer;
      background: none; }
    .comments .form-captcha-refresh {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .comments .form-submit {
    margin-top: 24px; }

@media screen and (min-width: 768px) {
  .comments-options__more {
    display: none; } }

@media screen and (max-width: 767px) {
  .comments-back {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .comments-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0; }
  .comments-sign {
    margin: 0 0 40px; }
    .comments-sign a {
      height: auto; }
  .comments .form-input {
    max-width: 100%; }
  .comments .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .comments .comment-photo {
      margin-bottom: 16px; }
    .comments .comment-content {
      padding-left: 0; }
    .comments .comment-options {
      position: relative;
      margin-top: 0; }
      .comments .comment-options .button {
        margin-top: 20px; }
      .comments .comment-options__more:hover {
        outline: 3px solid #6688dd; }
      .comments .comment-options__widget {
        position: absolute;
        left: 0;
        top: 50px;
        background: #ffffff;
        border: 1px solid #dfe1e6;
        border-radius: 4px;
        width: 100%;
        padding: 24px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: 0px 16px 32px rgba(0, 20, 67, 0.12);
                box-shadow: 0px 16px 32px rgba(0, 20, 67, 0.12);
        z-index: 3; }
        .comments .comment-options__widget li:not(:last-child) {
          margin-bottom: 24px; }
        .comments .comment-options__widget .button {
          margin: 0; }
  .comments .form-captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .comments .form-captcha-input {
      width: 100%;
      margin: 0 0 16px; }
    .comments .form-captcha-refresh {
      margin: 12px auto 0; }
  .comments .form-submit {
    margin-top: 36px; }
    .comments .form-submit .button {
      width: 100%; }
  .mobile-hidden {
    display: none; } }

.staff:not(:last-child) {
  margin-bottom: 40px; }

.staff-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #DFE1E6; }
  .staff-item:not(:first-child) {
    padding-top: 24px; }
  .staff-item__img {
    width: 130px;
    height: 160px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    margin-bottom: auto;
    background: #fff url("../images/svg/user.svg") no-repeat center; }
    .staff-item__img:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 1px solid rgba(14, 14, 15, 0.1);
      pointer-events: none;
      border-radius: 2px; }
    .staff-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .staff-item__img + .staff-item__content {
      width: calc(100% - 154px);
      margin-left: 24px;
      padding-top: 12px; }
  .staff-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px; }
  .staff-item__title:not(:last-child), .staff-item__subtitle:not(:last-child) {
    margin-bottom: 8px; }
  .staff-item__text {
    line-height: 24px; }
    .staff-item__text:not(:last-child) {
      margin-bottom: 16px; }
    .staff-item__text p:not(:last-child) {
      margin-bottom: 8px; }
  .staff-item__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #696C71; }

@media screen and (min-width: 768px) {
  .staff-item.staff_item_big {
    padding-bottom: 16px; }
    .staff-item.staff_item_big .staff-item__title {
      font-size: 26px;
      line-height: 32px; }
    .staff-item.staff_item_big .staff-item__title:not(:last-child),
    .staff-item.staff_item_big .staff-item__subtitle:not(:last-child),
    .staff-item.staff_item_big .staff-item__text:not(:last-child) {
      margin-bottom: 12px; }
    .staff-item.staff_item_big .staff-item__text p:not(:last-child) {
      margin-bottom: 12px; }
    .staff-item.staff_item_big .staff-item__img {
      width: 260px;
      height: 320px;
      border-radius: 4px; }
      .staff-item.staff_item_big .staff-item__img:before {
        display: none; }
      .staff-item.staff_item_big .staff-item__img + .staff-item__content {
        width: calc(100% - 292px);
        margin-left: 32px;
        padding-top: 16px; } }

@media screen and (max-width: 767px) {
  .staff-item {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px; }
    .staff-item.staff_item_big, .staff-item:first-child {
      background-color: #F3F5F7;
      padding-top: 24px;
      border-bottom: none;
      margin-bottom: 8px; }
    .staff-item__img {
      width: 90px;
      height: 111px; }
      .staff-item__img + .staff-item__content {
        width: calc(100% - 106px);
        margin-left: 16px;
        padding-top: 0; } }

.staff-card:first-child {
  padding-top: 20px; }

.staff-card__img {
  width: 260px;
  height: 343px;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }
  .staff-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.staff-card__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px; }
  .staff-card__title:not(:last-child) {
    margin-bottom: 12px; }

.staff-card__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #696C71; }

.staff-card__subtitle:not(:last-child),
.staff-card__text p:not(:last-child) {
  margin-bottom: 10px; }

.staff-card__text {
  line-height: 24px; }
  .staff-card__text:not(:last-child) {
    margin-bottom: 22px; }

@media screen and (min-width: 768px) {
  .staff-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .staff-card__img + .staff-card__content {
      width: calc(100% - 292px);
      margin-left: 32px; }
    .staff-card__subtitle {
      max-width: 468px; } }

@media screen and (max-width: 767px) {
  .staff-card__title {
    font-size: 32px;
    line-height: 40px; }
  .staff-card__img {
    margin-bottom: 32px; } }

@media screen and (min-width: 1025px) {
  .container-small {
    max-width: 858px; } }

.faq-text {
  line-height: 24px; }
  .faq-text:not(:last-child) {
    margin-bottom: 24px; }
  .faq-text p:not(:last-child) {
    margin-bottom: 10px; }

.faq-elem {
  border-bottom: 1px solid #dfe1e6; }
  .faq-elem.is_active .faq-elem__header svg {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .faq-elem__content {
    display: none;
    margin-bottom: 24px;
    line-height: 24px;
    padding-right: 60px; }
  .faq-elem__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px; }
  .faq-elem__header {
    position: relative;
    cursor: pointer;
    padding: 24px 60px 24px 0; }
    .faq-elem__header .faq-text:not(:last-child) {
      margin-bottom: 0; }
    .faq-elem__header svg {
      position: absolute;
      right: 5px;
      top: 34px;
      color: #696c71;
      -webkit-transition: -webkit-transform 0.2s ease-out;
      transition: -webkit-transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }

.faq-elem__box {
  border-radius: 4px;
  background-color: #f3f5f7;
  padding: 16px;
  border: 1px solid #dfe1e6; }
  .faq-elem__box-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #696c71;
    margin-bottom: 12px; }

@media screen and (max-width: 767px) {
  .faq-elem__content, .faq-elem__header {
    padding-right: 50px; }
  .faq-elem__box {
    margin-right: -50px; } }

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px; }

.form-col {
  margin: 0 12px; }

.form-input, .form-textarea {
  margin-bottom: 24px; }
  .form-input_small, .form-textarea_small {
    max-width: 360px; }

.form__label {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0E0E0F;
  margin-bottom: 8px; }
  .form__label + .fieldset-file {
    margin-top: 0; }
  .form__label a {
    color: #0044CC;
    text-decoration: underline; }
    .form__label a:hover {
      text-decoration: none; }

.form-captcha {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .form-captcha-input {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 200px;
    margin-right: 16px; }
    .form-captcha-input:nth-child(2) {
      width: 130px; }
      .form-captcha-input:nth-child(2) .form__input {
        background-size: contain;
        background-repeat: no-repeat; }
  .form-captcha__audio {
    position: absolute;
    right: 13px;
    bottom: 10px;
    z-index: 1;
    cursor: pointer;
    background: none;
    display: none; }
  .form-captcha-refresh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.form-bottom {
  margin-top: 40px;
  border-top: 1px solid #dfe1e6; }
  .form-bottom .button:not(:last-child) {
    margin-right: 32px; }
  .form-bottom-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.form-submit {
  margin-top: 24px; }
  .form-submit .button:not(:last-child) {
    margin-right: 32px; }
  .form-submit-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.form .is-error .jq-selectbox__select {
  border-color: #cc2222; }

.form .msg-error {
  margin-top: 24px; }

.form-file:not(:last-child) {
  margin-bottom: 24px; }

.is-error input,
.is-error textarea {
  border-color: #CC2222; }

.label-error {
  position: relative;
  margin-bottom: 8px;
  color: #aa0000;
  line-height: 24px;
  padding-left: 24px;
  display: block; }
  .label-error:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/error.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.form-input,
.form-input__field,
.form-captcha-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-input input,
  .form-input textarea,
  .form-input__field input,
  .form-input__field textarea,
  .form-captcha-input input,
  .form-captcha-input textarea {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .form-input .filter-date,
  .form-input__field .filter-date,
  .form-captcha-input .filter-date {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .form-input .filter-date input,
    .form-input__field .filter-date input,
    .form-captcha-input .filter-date input {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
    .form-input .filter-date .label-error,
    .form-input__field .filter-date .label-error,
    .form-captcha-input .filter-date .label-error {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      width: 100%; }
  .form-input p,
  .form-input__field p,
  .form-captcha-input p {
    margin-bottom: 10px; }
    .form-input p a,
    .form-input__field p a,
    .form-captcha-input p a {
      color: #0044CC;
      text-decoration: underline; }
      .form-input p a:hover,
      .form-input__field p a:hover,
      .form-captcha-input p a:hover {
        text-decoration: none; }

.form-textarea,
.form-textarea__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-textarea textarea,
  .form-textarea__field textarea {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

.form_small .form-select__content,
.form_small .form-input__field,
.form_small .filter-date {
  max-width: 376px; }

.form-input__grid.grid_4 .label-error,
.form-input__wrapper .form-row .label-error {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.form-select:not(:last-child) {
  margin-bottom: 16px; }

.form-field__radio:not(:last-child) {
  margin-bottom: 24px; }

.form-captcha-input .form__input_numbers {
  background-position: center;
  background-repeat: no-repeat; }

.form-input__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .form-input__grid.grid_4 {
    max-width: 552px; }
    .form-input__grid.grid_4 .form-input__col {
      width: calc(25% - 18px); }
      .form-input__grid.grid_4 .form-input__col:not(:nth-child(4n)) {
        margin-right: 24px; }

.form-textarea__field {
  max-width: 660px; }

.form-success__icon {
  margin-bottom: 16px; }
  .form-success__icon img {
    vertical-align: bottom; }

.form-success__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px; }

.form-radio__elem {
  line-height: 24px; }
  .form-radio__elem .radio-label {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-radio__elem:not(:last-child) {
    margin-bottom: 16px; }

.feedback .fieldset-file {
  margin-top: 16px; }

@media screen and (min-width: 768px) {
  .form-captcha-input input {
    margin-top: auto; }
  .form-captcha-refresh .button_ghost {
    margin-top: auto; }
  .form-captcha-refresh {
    padding-bottom: 12px; }
  .form-row .form-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .form-row .form-col .form-input {
      height: 100%; }
    .form-row .form-col input {
      margin-top: auto; }
  .form-input__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .form-input__flex .form-input__col {
      width: 300px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .form-input__flex .form-input__col .form-input {
        margin-bottom: 0;
        padding-bottom: 24px;
        height: 100%; }
      .form-input__flex .form-input__col .form-input__field,
      .form-input__flex .form-input__col input {
        margin-top: auto; }
      .form-input__flex .form-input__col + .form-input__col {
        width: calc(100% - 324px);
        margin-left: 24px; } }

input.form__input_numbers {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none; }

@media screen and (max-width: 767px) {
  .form-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .form-col {
    width: 100%; }
  .form-captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .form-captcha-input {
      width: 100%;
      margin: 0 0 16px; }
    .form-captcha-refresh {
      margin: 12px auto 0; }
  .form-submit {
    margin-top: 36px; }
    .form-submit .button {
      width: 100%; }
  .form-input__grid.grid_4 .form-input__col {
    width: calc(50% - 12px); }
    .form-input__grid.grid_4 .form-input__col:not(:nth-child(4n)) {
      margin-right: 0; }
    .form-input__grid.grid_4 .form-input__col:not(:nth-child(2n)) {
      margin-right: 24px; }
  .form-input .filter-date .filter__input,
  .form-input__field .filter-date .filter__input,
  .form-captcha-input .filter-date .filter__input {
    width: calc(100% - 34px); } }

.form-popup__files:empty {
  display: none; }

.modal {
  max-width: 724px;
  width: 100%;
  margin: auto;
  background-color: #fff; }
  .modal-head {
    padding: 32px 76px 24px 40px;
    position: relative;
    border-bottom: 1px solid #dfe1e6; }
  .modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #eeeff2;
    padding: 0;
    right: 16px;
    top: 16px;
    opacity: 1; }
    .modal-close:active {
      top: 16px; }
    .modal-close:hover {
      color: #000; }
    .modal-close svg {
      width: 10px;
      height: 10px; }
  .modal-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px; }
  .modal-body {
    padding: 24px 40px 40px; }

.modal-form {
  margin-top: 0; }
  .modal-form .form__label {
    font-weight: 600; }

.js-showModalError {
  display: none; }

.modal .msg {
  margin: 24px 0 0; }

@media screen and (min-width: 768px) {
  .modal {
    margin: 30px auto;
    border-radius: 8px; } }

@media screen and (max-width: 767px) {
  .mfp-container {
    padding: 0; }
  .modal-head {
    padding: 16px 55px 16px 16px; }
  .modal-body {
    padding: 24px 16px 40px; }
  .modal-title {
    font-size: 21px;
    line-height: 24px; }
  .modal-close {
    top: 12px;
    right: 12px; }
  .modal .form-captcha {
    padding-top: 40px;
    border-top: 1px solid #dfe1e6; }
  #modal-error .form-captcha,
  #modal-faq .form-captcha {
    padding-top: 0;
    border-top: none; } }

.search-inside {
  background: #F3F5F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px; }
  .search-inside-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .search-inside .button {
    margin-left: 16px; }

@media screen and (min-width: 768px) {
  .search-inside .button__icon {
    display: none; } }

@media screen and (max-width: 767px) {
  .search-inside {
    margin: 0 -16px; }
    .search-inside .button_blue {
      width: 100%;
      max-width: 48px;
      padding: 0; }
    .search-inside .button__text {
      display: none; }
    .search-inside .button__icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; } }

.org-structure {
  max-width: 858px;
  margin-top: 40px; }

.org-prime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: #EEEFF2;
  border: 1px solid #F3F5F7;
  padding: 32px;
  border-radius: 2px; }
  .org-prime__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 86px;
    mix-blend-mode: multiply; }
  .org-prime-content {
    max-width: 654px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 24px; }
  .org-prime-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px; }
  .org-prime__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #0E0E0F; }
  .org-prime__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 140px;
    height: 140px;
    background: #fff url("../images/svg/user.svg") no-repeat center;
    border: 1px solid rgba(14, 14, 15, 0.1);
    line-height: 0;
    border-radius: 2px;
    overflow: hidden; }
    @media all and (-ms-high-contrast: none) {
      .org-prime__photo picture {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .org-prime__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
      @media all and (-ms-high-contrast: none) {
        .org-prime__photo img {
          height: auto; } }
  .org-prime__info {
    padding-left: 18px; }
  .org-prime__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #0E0E0F; }
  .org-prime__post {
    font-size: 16px;
    line-height: 24px;
    color: #696C71;
    margin-top: 8px; }
  .org-prime__phone, .org-prime__email {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F;
    margin-top: 8px; }
    .org-prime__phone + .org-prime__phone,
    .org-prime__phone + .org-prime__email, .org-prime__email + .org-prime__phone,
    .org-prime__email + .org-prime__email {
      margin-top: 0; }

.org-list {
  position: relative;
  padding-top: 16px;
  padding-right: 40px; }

.org-item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 145px; }
  .org-item:not(.is-prime) .org-item__post {
    margin: 0 0 8px; }
  .org-item img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100%; }
  .org-item:not(.is-prime) {
    padding-top: 8px; }
  .org-item.is-prime {
    padding-left: 95px; }
    .org-item.is-prime .org-item-card {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: #F3F5F7;
      border: 1px solid #EEEFF2;
      padding: 12px;
      border-radius: 2px; }
      .org-item.is-prime .org-item-card:before {
        left: -34px;
        width: 34px; }
    .org-item.is-prime .org-item__arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #ffffff;
      border: 1px solid #DFE1E6;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      width: 24px;
      height: 24px;
      margin-right: 12px;
      cursor: pointer;
      -webkit-transition: -webkit-transform ease 0.3s;
      transition: -webkit-transform ease 0.3s;
      -o-transition: transform ease 0.3s;
      transition: transform ease 0.3s;
      transition: transform ease 0.3s, -webkit-transform ease 0.3s;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .org-item.is-prime .org-item__photo {
      width: 110px;
      height: 110px; }
    .org-item.is-prime .org-item__name {
      font-size: 16px;
      line-height: 22px; }
    .org-item.is-prime .org-item__post {
      font-size: 14px;
      line-height: 24px; }
    .org-item.is-prime .org-item__phone {
      font-size: 14px;
      line-height: 24px; }
    .org-item.is-prime.is-opened > .org-item-card .org-item__arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .org-item.is-prime .org-item.is-prime {
      padding-left: 0;
      margin-left: -52px; }
      .org-item.is-prime .org-item.is-prime .org-item-card {
        margin-top: 0;
        border: none; }
        .org-item.is-prime .org-item.is-prime .org-item-card:before {
          display: none; }
      .org-item.is-prime .org-item.is-prime .org-item__photo {
        width: 90px;
        height: 90px; }
      .org-item.is-prime .org-item.is-prime .org-subitems {
        padding-left: 68px; }
  .org-item-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .org-item-card:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -84px;
      width: 84px;
      height: 2px;
      background: #DFE1E6;
      z-index: -1; }
  .org-item__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 90px;
    height: 90px;
    line-height: 0;
    border-radius: 2px;
    overflow: hidden;
    background: #fff url("../images/svg/user.svg") no-repeat center;
    border: 1px solid rgba(14, 14, 15, 0.1); }
    @media all and (-ms-high-contrast: none) {
      .org-item__photo picture {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .org-item__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
      @media all and (-ms-high-contrast: none) {
        .org-item__photo img {
          height: auto; } }
  .org-item-info {
    padding-left: 16px; }
  .org-item__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #0E0E0F; }
  .org-item__post {
    font-size: 16px;
    line-height: 22px;
    color: #696C71;
    margin-top: 8px; }
  .org-item__phone {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F;
    margin-top: 8px; }
    .org-item__phone + .org-item__phone,
    .org-item__phone + .org-item__email {
      margin-top: 0; }

.org-subitems {
  display: none;
  padding: 12px 0 0 83px;
  overflow: hidden; }
  .org-subitems > * {
    margin-bottom: 16px; }

.org-subitem {
  position: relative;
  margin-top: 16px; }
  .org-subitem-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .org-subitem__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    border: 1px solid #DFE1E6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .org-subitem__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 90px;
    height: 90px;
    line-height: 0;
    border-radius: 2px;
    overflow: hidden;
    background: #fff url("../images/svg/user.svg") no-repeat center;
    border: 1px solid rgba(14, 14, 15, 0.1); }
    @media all and (-ms-high-contrast: none) {
      .org-subitem__photo picture {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .org-subitem__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
      @media all and (-ms-high-contrast: none) {
        .org-subitem__photo img {
          height: auto; } }
  .org-subitem-info {
    padding-left: 18px; }
    .org-subitem-info:first-child {
      padding-left: 0; }
  .org-subitem__name {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #0E0E0F;
    margin-bottom: 8px; }
  .org-subitem__post {
    font-size: 16px;
    line-height: 22px;
    color: #696C71;
    margin-top: 8px; }
  .org-subitem__phone {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F; }

.org-list > .org-department {
  padding-left: 145px;
  padding-top: 8px; }
  .org-list > .org-department.is-prime {
    padding-left: 95px;
    padding-bottom: 16px; }
    .org-list > .org-department.is-prime > .org-department-card:before {
      left: -34px;
      width: 34px; }
  .org-list > .org-department > .org-department-card:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -85px;
    width: 85px;
    height: 2px;
    background: #dfe1e6;
    z-index: -1; }

.org-department {
  position: relative; }
  .org-department.is-opened > .org-department-card .org-department__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .org-department-card {
    position: relative;
    border: 1px solid #EEEFF2;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 34px 16px;
    border-radius: 2px;
    margin-bottom: 16px; }
  .org-department__phone {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .org-department .org-subitem__email, .org-department__email {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .org-department__name {
    margin-bottom: 12px; }
    .org-department__name:last-child {
      margin-bottom: 0; }
    .org-department__name .org-department__phone {
      display: block; }
  .org-department.is-prime > .org-department-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F3F5F7;
    margin-bottom: 0; }
  .org-department.is-prime > .org-subitems .org-department .org-department-card {
    margin: 16px 0 0; }
  .org-department__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #ffffff;
    border: 1px solid #DFE1E6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .org-department .org-subitems {
    padding-top: 0; }

@media screen and (min-width: 1025px) {
  .org-department.is-prime .org-department-card ~ .org-subitems {
    margin-top: 12px; } }

@media screen and (min-width: 768px) {
  .org-list > div:not(:last-child):after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -20px;
    left: 60px;
    width: 2px;
    background: #DFE1E6; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .org-list > div:not(:last-child):after {
      left: 30px; } }

@media screen and (min-width: 768px) {
  .org-list > div:not(:last-child).is-prime:after {
    left: 60px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .org-list > div:not(:last-child).is-prime:after {
      left: 30px; } }

@media screen and (min-width: 768px) {
  .org-list > div:not(:last-child):first-child:after {
    top: -18px; }
  .org-list > div:last-child > div:first-child:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -85px;
    width: 2px;
    height: calc(50% + 12px);
    background: #DFE1E6; }
  .org-list > div:last-child.is-prime > div:first-child:after {
    left: -36px; }
  .org-list > .org-department:last-child:not(.is-prime) > div:first-child:after {
    left: -86px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .org-prime-card {
    margin-top: 26px; }
  .org-list {
    padding-right: 35px; }
    .org-list:after {
      left: 30px; }
    .org-list div:last-child:after {
      left: 30px; }
    .org-list > .org-department {
      padding-left: 115px; }
  .org-item {
    padding-left: 115px; }
    .org-item.is-prime {
      padding-left: 97px; }
      .org-item.is-prime .org-item-card:before {
        left: -68px;
        width: 68px; } }

@media screen and (max-width: 767px) {
  .org-structure {
    margin: 16px -16px 0; }
  .org-prime {
    padding: 32px 16px; }
    .org-prime-content {
      padding-left: 16px; }
    .org-prime__logo {
      width: 42px; }
    .org-prime__title {
      font-size: 20px;
      line-height: 26px;
      padding-right: 15px; }
    .org-prime__photo {
      width: 116px;
      height: 116px; }
    .org-prime-card {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 26px 0 0 -58px; }
    .org-prime__info {
      padding-left: 16px; }
    .org-prime__name {
      font-size: 16px;
      line-height: 22px; }
    .org-prime__post {
      font-size: 14px;
      line-height: 24px;
      margin-top: 6px; }
    .org-prime__phone {
      font-size: 14px;
      line-height: 24px;
      margin-top: 6px; }
  .org .org-list {
    padding-right: 0;
    padding-top: 0; }
    .org .org-list:after {
      content: none; }
    .org .org-list > div:last-child:after {
      display: none; }
    .org .org-list > .org-item {
      margin-bottom: 0; }
      .org .org-list > .org-item.is-prime {
        border-bottom: #EEEFF2 1px solid; }
    .org .org-list > .org-department {
      padding-left: 0;
      padding-right: 0; }
      .org .org-list > .org-department .org-item__photo {
        width: 70px;
        height: 70px; }
  .org-item {
    padding-left: 48px; }
    .org-item:not(.is-prime) .org-item__post {
      margin-bottom: 0; }
    .org-item__photo {
      width: 70px;
      height: 70px; }
    .org-item-card {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 16px 16px 0 0; }
      .org-item-card ~ .org-subitems > div:first-child {
        margin-top: 0; }
        .org-item-card ~ .org-subitems > div:first-child .org-department-card {
          margin-top: 0; }
    .org-item.is-prime {
      padding-left: 0px; }
      .org-item.is-prime .org-item.is-prime {
        padding: 0 16px 0 0;
        margin-left: -36px; }
        .org-item.is-prime .org-item.is-prime .org-item__photo {
          width: 70px;
          height: 70px; }
        .org-item.is-prime .org-item.is-prime .org-subitems {
          padding: 0;
          border-bottom: #EEEFF2 1px solid;
          margin-left: 36px;
          padding-bottom: 24px;
          padding-top: 16px; }
      .org-item.is-prime .org-item-card {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        background: #fff;
        border: none;
        padding: 24px 16px; }
      .org-item.is-prime .org-item__photo {
        width: 70px;
        height: 70px; }
      .org-item.is-prime .org-item-status {
        padding-top: 20px; }
    .org-item-card:before {
      display: none; }
    .org-item__name {
      font-size: 14px;
      line-height: 20px; }
    .org-item__post {
      font-size: 12px;
      line-height: 18px;
      margin-top: 0; }
    .org-item__phone {
      font-size: 12px;
      line-height: 24px;
      margin-top: 0; }
  .org-subitems {
    padding-top: 8px;
    margin-bottom: 24px; }
    .org-subitems .org-department__name {
      font-size: 14px; }
  .org-subitem {
    padding-top: 0; }
    .org-subitem__photo {
      width: 70px;
      height: 70px; }
    .org-subitem__name {
      font-size: 14px;
      line-height: 20px; }
    .org-subitem__phone {
      font-size: 12px;
      line-height: 24px;
      margin-top: 0; }
  .org-department {
    padding-right: 15px; }
    .org-department-card {
      padding: 24px 20px;
      margin: 16px 0 0; }
      .org-department-card:before, .org-department-card:after {
        display: none; }
    .org-department__name {
      font-size: 16px;
      line-height: 20px; }
    .org-department__phone {
      font-size: 12px;
      line-height: 24px;
      margin-top: 4px; }
    .org-department .org-subitems {
      padding-left: 58px;
      padding-right: 16px;
      padding-bottom: 24px;
      margin-bottom: 8px;
      border-bottom: #EEEFF2 1px solid; }
    .org-department .org-department.is-prime {
      margin-left: -36px; }
      .org-department .org-department.is-prime .org-subitems {
        padding-left: 0;
        margin-left: 36px; }
      .org-department .org-department.is-prime .org-department-card {
        background: #fff;
        padding: 0;
        border: none; }
      .org-department .org-department.is-prime .org-department__name {
        padding: 24px 20px;
        width: 100%;
        background: #F3F5F7;
        border-radius: 4px;
        border: #EEEFF2 1px solid; }
      .org-department .org-department.is-prime .org-subitems {
        padding-left: 0;
        margin-left: 36px; } }

.org-results {
  margin-top: 40px;
  padding-right: 150px; }
  .org-results-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F3F5F7;
    border: 1px solid #EEEFF2;
    padding: 12px;
    border-radius: 2px;
    margin-bottom: 16px; }
  .org-results__photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 90px;
    height: 90px;
    line-height: 0;
    border-radius: 2px;
    margin-right: 16px;
    overflow: hidden;
    background: #fff url("../images/svg/user.svg") no-repeat center;
    border: 1px solid rgba(14, 14, 15, 0.1); }
    @media all and (-ms-high-contrast: none) {
      .org-results__photo picture {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .org-results__photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: 100%; }
      @media all and (-ms-high-contrast: none) {
        .org-results__photo img {
          height: auto; } }
  .org-results__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #0E0E0F; }
  .org-results__post {
    font-size: 16px;
    line-height: 22px;
    color: #696C71;
    margin-top: 8px; }
  .org-results__phone {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F;
    margin-top: 8px; }

@media screen and (max-width: 767px) {
  .org-results {
    margin-top: 32px;
    padding-right: 0; }
    .org-results__photo {
      width: 70px;
      height: 70px; }
    .org-results__title {
      font-size: 14px;
      line-height: 20px; }
    .org-results__post {
      font-size: 12px;
      line-height: 18px;
      margin-top: 0px; }
    .org-results__phone {
      display: inline-block;
      font-size: 12px;
      line-height: 24px;
      margin-top: 0px; } }

.filter-acts {
  background: #F3F5F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px; }
  .filter-acts-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px; }
  .filter-acts-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .filter-acts-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333%;
    padding: 0 12px;
    margin-top: 24px; }
  .filter-acts-dates__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .filter-acts__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #0E0E0F; }
  .filter-acts-extended {
    display: none; }
  .filter-acts .button-extended {
    margin-left: auto; }
    .filter-acts .button-extended .filter-acts__show {
      display: block; }
    .filter-acts .button-extended .filter-acts__hide {
      display: none; }
    .filter-acts .button-extended.is-active .filter-acts__hide {
      display: block; }
    .filter-acts .button-extended.is-active .filter-acts__show {
      display: none; }

@media screen and (min-width: 768px) {
  .filter-acts .button:not(:last-child) {
    margin-right: 24px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .filter-acts-col {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .filter-acts {
    margin: 0 -16px;
    padding: 24px 16px 32px; }
    .filter-acts-col {
      width: 100%; }
    .filter-acts-dates__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .filter-acts-submit {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .filter-acts-submit .button {
        width: 100%; }
        .filter-acts-submit .button_ghost {
          height: auto;
          margin-top: 28px; } }

.acts-list {
  margin-top: 32px; }
  .acts-list-th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: #DFE1E6 1px solid;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .acts-list-th .acts-list-td {
      font-size: 14px;
      line-height: 20px;
      color: #3C3E41; }
    .acts-list-th .acts-list__title_stretch {
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      max-width: 100%; }
    .acts-list-th .acts-list__date {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 150px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 48px; }
    .acts-list-th .acts-list__date-time {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 227px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 0; }
  .acts-list-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px 0;
    border-bottom: #DFE1E6 1px solid; }
    .acts-list-tr .acts-list__title {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      padding-right: 100px;
      color: #0E0E0F; }
      .acts-list-tr .acts-list__title.acts-list__title_stretch {
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
                flex-grow: 1;
        max-width: 100%; }
        @media screen and (max-width: 767px) {
          .acts-list-tr .acts-list__title.acts-list__title_stretch {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1; }
            .acts-list-tr .acts-list__title.acts-list__title_stretch + .acts-list__date {
              -webkit-box-ordinal-group: 4;
              -webkit-order: 3;
                  -ms-flex-order: 3;
                      order: 3;
              margin-bottom: 5px;
              width: 100%;
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 100%;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%; }
              .acts-list-tr .acts-list__title.acts-list__title_stretch + .acts-list__date:before {
                content: attr(data-title);
                display: block;
                margin-bottom: 5px;
                color: #3C3E41; } }
    .acts-list-tr .acts-list__title {
      font-size: 16px;
      line-height: 20px;
      color: #0E0E0F; }
    .acts-list-tr .acts-list__date {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 150px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 48px; }
    .acts-list-tr .acts-list__date-time {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 227px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 0; }
      @media screen and (max-width: 767px) {
        .acts-list-tr .acts-list__date-time {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin-bottom: 10px;
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; }
          .acts-list-tr .acts-list__date-time:before {
            content: attr(data-title);
            display: block;
            margin-bottom: 5px;
            margin-top: 5px;
            color: #3C3E41; } }

@media screen and (max-width: 767px) {
  .acts-list {
    margin-top: 16px; }
    .acts-list-th {
      display: none; }
    .acts-list-tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .acts-list-tr .acts-list__title {
        padding-right: 0; }
      .acts-list-tr .acts-list__date {
        margin-bottom: 12px; } }

.map-container {
  height: 380px;
  border-radius: 6px;
  overflow: hidden; }
  .map-container .dg-control-round,
  .map-container .leaflet-top {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.map {
  position: relative; }
  .map .map-control {
    color: #6A6E72; }

.map-control {
  position: absolute;
  top: 142px;
  right: 24px;
  z-index: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  width: 44px;
  height: 44px;
  background-color: #fff; }
  @media screen and (min-width: 1025px) {
    .map-control:hover {
      background-color: #f1f1f1; } }
  .map-control.map-control_minus {
    top: 198px; }
  .map-control.map-control_location {
    top: 266px; }

@media screen and (max-width: 767px) {
  .map-container {
    height: 300px; }
  .map-control {
    top: 62px; }
    .map-control.map-control_minus {
      top: 118px; }
    .map-control.map-control_location {
      top: 186px; } }

.department-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 760px;
  max-height: 420px;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background: #EEEFF2;
  border: 1px solid rgba(14, 14, 15, 0.1); }
  .department-photo img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    max-height: 418px; }
    @media all and (-ms-high-contrast: none) {
      .department-photo img {
        height: auto; } }

.department-phone {
  margin-top: 32px; }

.department__subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #696C71; }

.department-mail {
  margin-top: 12px; }

.department__link {
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0F; }

.department-text {
  max-width: 760px;
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0F; }
  .department-text p {
    margin-bottom: 32px; }

.department-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 767px) {
  .department-photo {
    max-height: 180px; }
    .department-photo img {
      max-height: 178px; } }

.document-content {
  max-width: 760px; }

.document__table {
  margin-bottom: 35px; }

@media screen and (min-width: 768px) {
  .document__table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.document__table-row:not(:last-child) {
  margin-bottom: 20px; }

.document__table-col-1 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 69%;
      -ms-flex: 0 0 69%;
          flex: 0 0 69%;
  max-width: 69%;
  min-height: 1px;
  color: #696C71; }
  @media screen and (max-width: 767px) {
    .document__table-col-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 7px; } }

.document__table-col-2 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
  min-height: 1px; }
  @media screen and (max-width: 767px) {
    .document__table-col-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.document__date {
  font-size: 16px;
  line-height: 24px;
  color: #696C71;
  margin-bottom: 12px; }

.document-photo {
  border-radius: 4px;
  overflow: hidden;
  max-width: 360px;
  line-height: 0;
  padding-top: 16px;
  margin-bottom: 32px; }
  .document-photo:first-child {
    padding-top: 0; }
  .document-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.document-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #0E0E0F; }
  .document-text a {
    color: #0044CC; }
  .document-text p {
    margin-bottom: 32px; }

.document-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px; }

.document iframe,
.document video {
  min-height: 400px;
  max-width: 100%;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .document iframe,
  .document video {
    min-height: 280px;
    height: auto !important; } }

.file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #FFFFFF;
  border: 1px solid #DFE1E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 16px;
  margin-top: 8px; }
  .file.file_download {
    font-weight: 500;
    border: 0;
    padding: 2px 0; }
  .file .icon {
    min-width: 24px;
    margin-right: 10px;
    line-height: 0; }
  .file__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0044CC;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%; }
    .file__name span {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .file__size {
    color: #696C71;
    font-size: 16px;
    padding-left: 12px; }

@media screen and (max-width: 767px) {
  .file__name {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .file__size {
    padding-left: 32px; } }

.ie-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.contacts:not(:first-child) {
  padding-top: 12px; }

.contacts-title, .contacts-phone {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px; }

.contacts-phone {
  margin-bottom: 8px; }

.contacts .table {
  font-size: 16px;
  line-height: 24px; }

.contacts-top:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfe1e6;
  margin-bottom: 32px; }

.contacts-top p:not(:last-child),
.contacts-top .contacts-title:not(:last-child) {
  margin-bottom: 8px; }

.contacts-group:not(:last-child) {
  margin-bottom: 40px; }

.contacts-group .title-small:not(:last-child) {
  margin-bottom: 18px; }

.contacts-group .title-small + p {
  margin-top: 0; }

.contacts-group p + .warning {
  margin-top: 18px; }

.contacts-group .table-wrap:not(:last-child) {
  margin-bottom: 18px; }

.contacts .break {
  margin-top: -24px; }

@media screen and (max-width: 767px) {
  .contacts-title {
    font-size: 21px;
    line-height: 24px; } }

.form-checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer; }
  .form-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0; }
    .form-checkbox input:checked + .form-checkbox__square::after {
      opacity: 1; }
  .form-checkbox .label-error {
    display: none !important; }
  .form-checkbox__input {
    position: relative;
    margin-right: 8px;
    margin-top: 3px; }
    .form-checkbox__input.is-error .form-checkbox__square {
      border-color: #CC2222; }
  .form-checkbox__square {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #c4c8d0;
    border-radius: 4px; }
    .form-checkbox__square::after {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      width: 20px;
      height: 20px;
      background-image: url("../images/check.svg");
      background-repeat: no-repeat;
      background-size: 14px 11px;
      background-position: center;
      background-color: #0044cc;
      opacity: 0;
      -webkit-transition: 0.2s ease-out;
      -o-transition: 0.2s ease-out;
      transition: 0.2s ease-out;
      border-radius: 4px; }
  .form-checkbox span {
    font-size: 16px;
    line-height: 24px; }
    .form-checkbox span:first-child:not(.color_box) {
      width: calc(100% - 20px); }
      .form-checkbox span:first-child:not(.color_box) + .form-checkbox__input {
        margin-right: 0; }

.form-checkbox__list:not(:last-child) {
  margin-bottom: 24px; }

.form-checkbox__elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .form-checkbox__elem:not(:last-child) {
    margin-bottom: 16px; }

.ereception .title {
  max-width: 850px; }

.ereception__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0E0E0F;
  margin-bottom: 24px; }

.ereception-content {
  max-width: 760px; }

.ereception-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px; }

.ereception ol {
  list-style: none;
  margin: 0;
  counter-reset: number; }
  .ereception ol > li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    counter-increment: number;
    padding-left: 28px; }
    .ereception ol > li:before {
      content: counter(number) ". ";
      position: absolute;
      left: 0;
      top: 0; }
    .ereception ol > li:not(:last-child) {
      margin-bottom: 16px; }
  .ereception ol ul {
    margin-top: 16px; }
    .ereception ol ul li:not(:last-child) {
      margin-bottom: 12px; }

.ereception ul li {
  position: relative;
  padding-left: 20px; }
  .ereception ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    overflow: hidden;
    background: #0E0E0F; }

@media screen and (max-width: 767px) {
  .ereception-links .button {
    width: 100%;
    padding: 0 18px; } }

.feedback .msg {
  margin-top: 24px; }

.feedback .fieldset-file .button-add {
  max-width: 100%;
  white-space: nowrap; }

.feedback-form {
  padding-top: 24px; }
  .feedback-form .form-captcha {
    margin-top: 56px; }
  .feedback-form .fieldset-file:not(.is-succes) .form-popup__files {
    margin-bottom: 0; }
  .feedback-form > .form-input {
    max-width: 660px; }
  .feedback-form .form-popup__files:not(:empty) {
    padding-bottom: 15px; }

@media screen and (max-width: 767px) {
  .feedback-form .fieldset-file__info-wrapper {
    max-width: 100%;
    display: block; }
  .feedback-form .fieldset-file .button-add {
    max-width: 100%; }
  .feedback-form .fieldset-file__info-wrapper .button__icon {
    display: none; }
  .feedback-form .form-captcha {
    margin-top: 64px; }
  .feedback-form .fieldset-file__start,
  .feedback-form .label-error {
    width: 100%; } }

.eform form, .eform .title {
  max-width: 840px; }

.eform__full_width .form-input__field {
  max-width: 100%; }

.eform__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 32px;
  color: #0E0E0F; }

.eform__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #0E0E0F; }

.eform-switcher:not(:last-child) {
  margin-bottom: 20px; }

.eform-switcher-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px; }

.eform-switcher .radio-label {
  margin: 0 12px; }

.eform [data-eform='legal'] {
  display: none; }

.eform .form-captcha {
  margin-top: 0; }

.eform__chief {
  padding-bottom: 24px;
  margin-top: -8px; }

.eform-success {
  max-width: 832px; }
  .eform-success .icon-checked {
    width: 40px;
    height: 40px; }
  .eform-success__title {
    margin-top: 16px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px; }
  .eform-success__text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px; }
  .eform-success .button {
    margin-top: 24px; }

@media screen and (min-width: 768px) {
  .eform-applicant {
    margin-top: 24px; }
  .eform-message {
    margin-top: 40px;
    max-width: 660px; }
  .eform-chief {
    margin-top: 40px; }
  .eform-submit {
    margin-top: 64px; }
  .eform__surname, .eform__name, .eform__patronymic, .eform__region, .eform__street, .eform__post, .eform__company {
    width: 376px; }
  .eform__email, .eform__city, .eform__district {
    width: 300px; }
  .eform__phone {
    width: 200px; }
  .eform__index, .eform__house, .eform__building, .eform__corpus, .eform__flat {
    width: 120px; } }

@media screen and (max-width: 767px) {
  .eform-switcher {
    margin-bottom: 24px; }
    .eform-switcher-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .eform-switcher-row .radio-label:not(:last-child) {
        margin-bottom: 16px; }
  .eform-physical__index {
    max-width: 120px; } }

.fieldset-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }
  .fieldset-file__info-wrapper {
    display: inline-block; }
  .fieldset-file__input {
    display: none; }
  .fieldset-file .form-popup__files {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .fieldset-file__start {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .fieldset-file__stat {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 100px); }
  .fieldset-file__active-load {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8px;
    background: #ffffff;
    padding: 12px 16px;
    border: 1px solid #C4C8D0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500; }
    .fieldset-file__active-load.is_error .fieldset-file__error {
      display: block !important; }
  .fieldset-file__active-file {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .fieldset-file__active-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url("../images/svg/file.svg") no-repeat center; }
  .fieldset-file__remove {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .fieldset-file__remove-icon {
      width: 24px;
      height: 24px;
      margin-right: 8px;
      background: url("../images/svg/remove.svg") no-repeat center; }
    .fieldset-file__remove-name {
      color: #0044CC; }
  .fieldset-file__error {
    display: none;
    position: relative;
    margin-bottom: 8px;
    color: #aa0000;
    line-height: 24px;
    padding-left: 24px; }
    .fieldset-file__error:before {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background-image: url("../images/error.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .fieldset-file.is_error .fieldset-file__error {
    display: block; }
  .fieldset-file__hint {
    font-size: 16px;
    line-height: 24px;
    color: #696C71;
    margin-top: 12px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

.fieldset-file__status {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 100px);
  word-break: break-all; }

.fieldset-file__active-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 34px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.form-popup__files {
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }
  .form-popup__files .fieldset-file__error {
    display: none !important; }

@media screen and (min-width: 768px) {
  .fieldset-file__info-wrapper {
    max-width: 220px; }
  .fieldset-file .button-add {
    max-width: 220px; } }

@media screen and (max-width: 767px) {
  .fieldset-file .button-add {
    max-width: 100%; }
    .fieldset-file .button-add .button__icon {
      display: none; }
  .fieldset-file__start, .fieldset-file__info-wrapper {
    width: 100%; }
  .fieldset-file__error {
    margin-top: 16px; } }

.jq-radio {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0px 10px 0 0;
  border-radius: 50%;
  border: 1px solid #C4C8D0;
  background: transparent;
  cursor: pointer; }
  .jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .jq-radio.disabled {
    opacity: 0.5; }
  .jq-radio.checked {
    background: #0044CC;
    border-color: #0044CC; }
    .jq-radio.checked .jq-radio__div {
      position: absolute;
      left: calc(50% - 4px);
      top: calc(50% - 4px);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff; }

.radio-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

@media screen and (min-width: 1025px) {
  .more-nav {
    opacity: 0;
    -webkit-transition: opacity 0.3 ease;
    -o-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
    padding-right: 30px; }
    .more-nav.is-visible {
      opacity: 1; }
    .more-nav .icon-down {
      -webkit-transition: -webkit-transform ease 0.3s;
      transition: -webkit-transform ease 0.3s;
      -o-transition: transform ease 0.3s;
      transition: transform ease 0.3s;
      transition: transform ease 0.3s, -webkit-transform ease 0.3s;
      margin-left: 10px; }
    .more-nav__arrow {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 25px;
      margin-bottom: -25px;
      cursor: pointer; }
      .more-nav__arrow:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        background-color: #0e0e0f;
        height: 3px;
        border-radius: 12px 12px 0 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out; }
      .more-nav__arrow.active:before {
        opacity: 1; }
    .more-nav-dropdown {
      display: none;
      position: relative; }
      .more-nav-dropdown:hover .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .more-nav-dropdown:hover .more-nav-dropdown__list {
        opacity: 1;
        visibility: visible; }
      .more-nav-dropdown__list {
        position: absolute;
        top: 30px;
        right: -160px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 12px 24px;
        list-style: none;
        background: #ffffff;
        border: 1px solid #eeeff2;
        -webkit-box-shadow: 0 16px 32px rgba(0, 20, 67, 0.12);
                box-shadow: 0 16px 32px rgba(0, 20, 67, 0.12);
        border-radius: 4px;
        width: 320px;
        max-height: 330px;
        z-index: 3; }
        .more-nav-dropdown__list li {
          position: relative;
          display: block;
          white-space: normal;
          font-size: 16px;
          line-height: 24px;
          padding: 12px 0; }
        .more-nav-dropdown__list a {
          position: static;
          display: inline-block; }
          .more-nav-dropdown__list a:before {
            display: none; }
          .more-nav-dropdown__list a:after {
            content: '';
            position: absolute;
            left: -25px;
            top: 0;
            bottom: 0;
            width: 3px;
            border-radius: 0 2px 2px 0;
            background: #0E0E0F;
            opacity: 0;
            -webkit-transition: opacity ease-out 0.3s;
            -o-transition: opacity ease-out 0.3s;
            transition: opacity ease-out 0.3s; }
          .more-nav-dropdown__list a.active {
            font-weight: 400; }
            .more-nav-dropdown__list a.active:after {
              opacity: 1; }
      .more-nav-dropdown .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
      .more-nav-dropdown .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background: #DFE1E6; } }

@media screen and (max-width: 1024px) {
  .more-nav-dropdown {
    display: none !important; } }

.jq-select-multiple,
select[multiple] {
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  border: 1px solid #C4C8D0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0;
  -webkit-appearance: none; }
  .jq-select-multiple ul,
  select[multiple] ul {
    height: auto !important; }
  .jq-select-multiple li,
  select[multiple] li {
    padding: 8px 13px;
    cursor: default; }
    .jq-select-multiple li.selected,
    select[multiple] li.selected {
      background: #F3F5F7; }

@media (min-width: 768px) and (max-width: 1024px) {
  .jq-select-multiple {
    border: none; }
  .multiselect {
    position: relative;
    max-width: 480px; }
    .multiselect:after {
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      width: 20px;
      height: 24px;
      background: url("../images/svg/select_arrow.svg") no-repeat center;
      background-size: contain; }
  select[multiple] {
    padding: 12px 15px;
    outline: none;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    color: #0E0E0F; } }

@media screen and (max-width: 767px) {
  .jq-select-multiple {
    border: none; }
  .multiselect {
    position: relative; }
    .multiselect:after {
      content: '';
      position: absolute;
      top: 12px;
      right: 0;
      width: 20px;
      height: 24px;
      background: url("../images/svg/select_arrow.svg") no-repeat center;
      background-size: contain; }
  select[multiple] {
    padding: 12px 15px;
    outline: none;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    color: #0E0E0F; } }

.tenders-empty {
  padding: 48px 0;
  max-width: 858px;
  border-bottom: 1px solid #DFE1E6; }

.tenders-item {
  max-width: 858px;
  padding: 32px 0;
  border-bottom: 1px solid #DFE1E6; }
  .tenders-item__number {
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F;
    margin-bottom: 12px; }
  .tenders-item__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0E0E0F; }
  .tenders-item__text {
    font-size: 16px;
    line-height: 24px;
    color: #696C71;
    margin-top: 12px; }
  .tenders-item__table {
    margin-top: 24px; }
  .tenders-item__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .tenders-item__tr:not(:last-child) {
      margin-bottom: 10px; }
  .tenders-item__td {
    font-size: 16px;
    line-height: 24px;
    color: #0E0E0F; }
    .tenders-item__td:first-child {
      padding-right: 12px; }

.activity-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.activity-col {
  margin-bottom: 24px; }

.activity-item {
  padding: 24px;
  border: 1px solid #DFE1E6;
  height: 100%;
  min-height: 160px;
  border-radius: 4px; }
  .activity-item__link {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s; }
    .activity-item__link:hover {
      color: #CC2222; }

@media screen and (min-width: 1025px) {
  .activity-row {
    margin: 0 -12px -24px; }
  .activity-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .activity-row {
    margin: 0 -12px -24px; }
  .activity-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

@media screen and (max-width: 767px) {
  .activity-row {
    margin-bottom: -24px; }
  .activity-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; } }

.materials {
  position: relative; }
  .materials-list {
    margin-top: 24px; }
  .materials-item {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DFE1E6;
    max-width: 858px;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
    transition: background-color ease .3s; }
  .materials__date {
    font-size: 16px;
    line-height: 24px;
    color: #696C71;
    margin-bottom: 12px; }
  .materials__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0E0E0F; }
  .materials__preview {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    color: #0E0E0F;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 96px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .materials__preview p {
      margin: 0 !important; }
  .materials__category {
    margin: 12px 0 0;
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .materials__category li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px;
      line-height: 24px;
      color: #696C71;
      padding-right: 8px; }
      .materials__category li:not(:first-child):before {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        margin-right: 8px;
        margin-bottom: -1px;
        background: #696C71; }
    .materials__category a {
      font-size: 16px;
      line-height: 24px;
      color: #696C71; }

.poll {
  max-width: 760px;
  background: #fff;
  border: 1px solid #DFE1E6;
  padding: 24px; }
  .poll:not(:last-child) {
    margin-bottom: 24px; }
  .poll__question {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px; }
  .poll__voted {
    font-size: 16px;
    line-height: 24px;
    color: #696C71;
    margin-top: 12px; }
  .poll-content {
    margin-top: 32px; }
  .poll-result {
    margin-top: 32px; }
    .poll-result li {
      position: relative; }
      .poll-result li:not(:last-child) {
        margin-bottom: 12px; }
    .poll-result-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .poll-result__text {
      color: #0E0E0F;
      font-size: 16px;
      line-height: 24px;
      font-style: normal;
      z-index: 1; }
      .poll-result__text_out {
        margin-bottom: 8px;
        display: none; }
    .poll-result-bar {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(100% - 68px);
      background: #f3f5f7;
      border-radius: 4px;
      height: 40px;
      padding: 0 16px;
      padding: auto;
      overflow: hidden; }
    .poll-result__line {
      position: absolute;
      left: 0;
      top: 0;
      background: #dfe1e6;
      height: 40px;
      z-index: 0; }
    .poll-result__percent {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 64px;
      min-width: 64px;
      padding-left: 24px;
      display: block;
      color: #0E0E0F;
      font-size: 16px;
      line-height: 40px;
      z-index: 1; }
      .poll-result__percent_in {
        display: none; }
  .poll__input, .poll__select {
    max-width: 480px; }
  .poll__label {
    margin: 16px 0 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
  .poll-list {
    list-style: none; }
    .poll-list li:not(:last-child) {
      margin-bottom: 16px; }
  .poll__button {
    margin-top: 32px; }

@media screen and (max-width: 767px) {
  .poll {
    padding: 24px 16px; }
    .poll-result li:not(:last-child) {
      margin-bottom: 18px; }
    .poll-result-bar {
      width: 100%; }
    .poll-result__text_out {
      display: block; }
    .poll-result__text_in {
      display: none; }
    .poll-result__percent {
      padding-left: 0;
      width: auto; }
      .poll-result__percent_out {
        display: none; }
      .poll-result__percent_in {
        display: block; }
    .poll .button {
      width: 100%; } }

.single-poll-item {
  margin-bottom: 32px; }

.single-poll__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px; }

.single-poll__list {
  margin-top: 16px; }
  .single-poll__list li:not(:last-child) {
    margin-bottom: 16px; }

.single-poll__input, .single-poll__select {
  max-width: 360px;
  margin-top: 8px; }

.employee-list {
  margin-top: 16px; }

.employee__quantity {
  color: #696C71;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px; }

.employee-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DFE1E6;
  max-width: 858px;
  -webkit-transition: background-color ease .3s;
  -o-transition: background-color ease .3s;
  transition: background-color ease .3s; }

.employee-photo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 68px;
  height: 68px;
  background: #fff url("../images/svg/user.svg") no-repeat center;
  border-radius: 4px;
  border: 1px solid rgba(14, 14, 15, 0.1);
  line-height: 0;
  overflow: hidden; }
  @media all and (-ms-high-contrast: none) {
    .employee-photo picture {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .employee-photo img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    width: 100%;
    height: 100%; }
    @media all and (-ms-high-contrast: none) {
      .employee-photo img {
        height: auto; } }

.employee__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #0E0E0F; }

.employee-table {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px; }
  .employee-table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .employee-table-row:not(:last-child) {
      margin-bottom: 10px; }
  .employee-table__title {
    color: #696C71;
    padding-right: 8px; }

.employee__text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px; }

@media screen and (min-width: 768px) {
  .employee-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .employee-content {
    padding-left: 24px;
    margin-top: -3px; } }

@media screen and (max-width: 767px) {
  .employee-content {
    margin-top: 16px; } }

.digital-content {
  max-width: 886px; }
  .digital-content p:not(:last-child) {
    margin-bottom: 24px; }
  .digital-content a {
    color: #0044CC;
    text-decoration: underline; }
    .digital-content a:hover {
      text-decoration: none; }

.digital .subtitle {
  margin-top: 64px; }

.digital .faq-subtitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  margin: 0; }

@media screen and (min-width: 768px) {
  .digital-content {
    font-size: 18px;
    line-height: 28px; }
  .digital li {
    font-size: 18px;
    line-height: 28px; }
  .digital-more {
    font-size: 18px;
    line-height: 28px; }
  .digital .check-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -32px; }
    .digital .check-list li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      padding-right: 65px; } }

@media screen and (max-width: 767px) {
  .digital .title {
    margin-bottom: 24px; }
  .digital-content {
    font-size: 16px;
    line-height: 24px; }
  .digital .subtitle {
    margin-top: 56px; }
  .digital .faq-elem__content,
  .digital .faq-elem__header {
    padding-right: 0; } }

.sitemap-list {
  max-width: 858px; }
  .sitemap-list li:first-child .level_0 {
    margin-top: 0; }

.sitemap a {
  display: inline-block;
  text-transform: lowercase;
  color: #0E0E0F; }
  .sitemap a::first-letter {
    text-transform: uppercase; }
  .sitemap a:hover {
    text-decoration: underline; }

.sitemap .level_0 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px; }

.sitemap-level {
  position: relative; }
  .sitemap-level_1, .sitemap-level_2, .sitemap-level_3, .sitemap-level_4 {
    padding-left: 24px;
    border-left: 2px solid #e3e5ea; }
    .sitemap-level_1 > li, .sitemap-level_2 > li, .sitemap-level_3 > li, .sitemap-level_4 > li {
      padding-top: 12px;
      padding-bottom: 16px; }
  .sitemap-level_2, .sitemap-level_3, .sitemap-level_4 {
    margin-top: 16px;
    margin-bottom: -16px; }

.error-404 {
  margin-top: 50px; }
  .error-404__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 760px; }
  .error-404 a {
    color: #0044CC; }
    .error-404 a:hover {
      text-decoration: underline; }

.error-502 {
  padding: 158px 0; }
  .error-502-page {
    background: #F3F5F7; }
  .error-502-content {
    padding: 158px 0;
    min-height: calc(100% - 705px);
    border-top: 1px solid #DFE1E6;
    border-bottom: 1px solid #DFE1E6;
    padding: 64px 0 120px;
    background: #fff; }
  .error-502__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 760px; }
  .error-502 a {
    color: #0044CC; }
    .error-502 a:hover {
      text-decoration: underline; }

@media (min-width: 768px) and (max-width: 1024px) {
  .error-502 {
    min-height: calc(100% - 775px); } }

@media screen and (max-width: 767px) {
  .error-502 {
    min-height: inherit;
    margin-bottom: 158px; } }

.cit-chat-root {
  z-index: 999 !important; }

.calendar_head_link {
  width: auto;
  margin: 0 35% 0 0; }

.calendar_add_link {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 30px;
  font-weight: normal;
  border-bottom: dotted 1px; }

@media (max-width: 480px) {
  .calendar_add_link {
    font-size: 13px; } }

.ce-popup {
  display: block;
  position: absolute;
  left: 0;
  top: 111px;
  padding: 8px 0;
  background: white;
  -webkit-box-shadow: 0 10px 10px rgba(148, 154, 162, 0.7);
  box-shadow: 0 10px 10px rgba(148, 154, 162, 0.7);
  z-index: 2;
  font: 12px/14px Arial; }

.ce-popup .corn {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: white; }

.ce-popup .corn {
  left: 40px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2; }

.ce-popup .close {
  position: absolute;
  display: block;
  width: 32px;
  height: 33px;
  right: -16px;
  top: -16px;
  background: url("../images/icons.png") -220px -280px no-repeat;
  cursor: pointer;
  z-index: 4;
  overflow: hidden; }

.cep-s-1 {
  left: 0; }

.cep-s-2 {
  left: 101px; }

.cep-s-3 {
  left: 202px; }

.cep-s-4 {
  left: 303px; }

.cep-s-5 {
  left: 404px; }

.cep-s-6 {
  left: 505px; }

.cep-s-7 {
  left: 606px; }

.ce-popup.cep-s-6 {
  left: auto;
  right: 104px; }

.ce-popup.cep-s-7 {
  left: auto;
  right: 3px; }

.ce-popup.cep-s-6 .corn,
.ce-popup.cep-s-7 .corn {
  left: auto;
  right: 40px; }

.ce-popup-in {
  position: relative;
  width: 200px;
  min-height: 100px;
  max-height: 500px;
  padding: 0 8px;
  overflow: auto;
  background: white;
  z-index: 3;
  overflow-x: hidden; }

.calendar_add_link:hover {
  text-decoration: none;
  border-bottom-color: #fff; }

.calendar_add_link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -23px;
  background: url("../images/icons.png") -260px 0 no-repeat; }

.calendar_head_link a:first-child {
  display: block;
  color: #024c8b;
  font-size: 1.3em; }

.calend-container {
  width: 100%;
  max-width: 708px; }

.calend-top-line {
  height: 18px;
  border-top: 2px solid #949aa2;
  border-bottom: 2px solid #949aa2;
  padding: 17px 10px;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.calend-top-line strong {
  font-weight: normal !important; }

.calend-top-line .year {
  width: 130px;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.calend-top-line .month {
  width: 95px;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.calend-top-line .year,
.calend-top-line .month {
  float: left;
  position: relative; }

.calend-top-line .year.next,
.calend-top-line .month.next {
  text-align: right; }

.calend-top-line .year:before,
.calend-top-line .month:before {
  position: absolute;
  display: block;
  width: 6px;
  height: 10px;
  top: 2px;
  background: url("../images/arrowCalendLR.png") 0 0 no-repeat;
  content: ''; }

.calend-top-line .year.prev:before,
.calend-top-line .month.prev:before {
  left: 0; }

.calend-top-line .year.next:before,
.calend-top-line .month.next:before {
  right: 0;
  background-position: -6px 0; }

.calend-top-line .month-current {
  float: left;
  width: 158px;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: -3px; }

.calend-week-dayname {
  height: 9px;
  padding: 14px 0;
  color: #666;
  font-size: 9px;
  text-transform: uppercase;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.calend-week-dayname span {
  float: left;
  width: 79px;
  padding: 0 10px;
  margin-left: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.calend-week-dayname span.first {
  margin-left: 0; }

.calend-week {
  position: relative;
  height: 101px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.calend-day {
  display: block;
  position: relative;
  float: left;
  width: 99px;
  height: 99px;
  margin: 0 2px 2px 0;
  background-color: #e6e8eb; }

.calend-day.old-month {
  background-color: #f7f7f7; }

.day-count {
  display: block;
  font-size: 18px;
  padding: 8px 10px 2px;
  color: #666;
  cursor: default; }

.day-count small {
  font-size: 10px;
  margin-left: 5px;
  vertical-align: middle; }

.old-month .day-count {
  color: #ccc; }

.today .day-count {
  color: white;
  background: #949aa2; }

@media (max-width: 479px) {
  .wd_department_item {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px; }
  /* small calendar*/
  .calend-container {
    width: 290px;
    margin: 0 auto 20px; }
  .calend-top-line {
    height: auto;
    text-align: center;
    padding: 10px 0;
    position: relative; }
  .calend-week-dayname span {
    overflow: hidden;
    padding: 0 2px;
    width: 34px; }
  .calend-top-line .month-current,
  .calend-top-line .year,
  .calend-top-line .month {
    display: inline-block;
    float: none;
    margin: 5px; }
  .calend-top-line .year.next,
  .calend-top-line .year.prev {
    position: absolute;
    top: 50%;
    margin-top: -0.8em; }
  .calend-top-line .year.next {
    right: 20px; }
  .calend-top-line .year.prev {
    left: 20px; }
  .calend-top-line .year.next,
  .calend-top-line .month.next {
    padding: 0 8px 0 0; }
  .calend-top-line .year.prev,
  .calend-top-line .month.prev {
    padding: 0 0 0 8px; }
  .calend-top-line .month-current {
    width: 100%; }
  .calend-top-line .year,
  .calend-top-line .month {
    width: auto; }
  .calend-week {
    height: 39px; }
  .calend-day {
    width: 38px;
    height: 38px;
    margin: 0 2px 2px 0; }
  .day-count {
    padding: 3px 0 1px;
    text-align: center;
    height: 34px; }
  .day-count small {
    margin-left: 0;
    font-size: 0; }
  .st-grid {
    left: 0;
    position: absolute;
    top: 1px;
    width: 0; }
  .st-grid_line {
    height: 10px;
    position: absolute;
    top: 0; }
  .event-day {
    font-size: 0;
    min-width: 38px;
    width: 38px;
    height: 10px;
    background: #b8c7e6;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    top: 25px; }
  .ce-popup .corn {
    left: 50%;
    top: -7px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    z-index: 2;
    display: none; }
  .ce-popup {
    -webkit-box-shadow: 0 0 10px rgba(148, 154, 162, 0.7);
            box-shadow: 0 0 10px rgba(148, 154, 162, 0.7);
    width: 280px;
    top: 40px;
    d__isplay: none; }
  /* Длительность в днях события в текущей неделе */
  .ed-1 {
    min-width: 38px; }
  .ed-2 {
    min-width: 78px; }
  .ed-3 {
    min-width: 118px; }
  .ed-4 {
    min-width: 158px; }
  .ed-5 {
    min-width: 198px; }
  .ed-6 {
    min-width: 238px; }
  .ed-7 {
    min-width: 272px; }
  /* С какого дня недели начинается событие */
  .ed-s-0 {
    left: 0; }
  .ed-s-1 {
    left: 40px; }
  .ed-s-2 {
    left: 80px; }
  .ed-s-3 {
    left: 120px; }
  .ed-s-4 {
    left: 160px; }
  .ed-s-5 {
    left: 200px; }
  .ed-s-6 {
    left: 240px; }
  /* С какого дня недели начинается событие (отступ слева для попап окна) */
  /* Начиная с 5го дня попапы показываются слева от дня, чтобы не создавался горизонтальный скролл */
  .cep-s-1,
  .cep-s-2,
  .cep-s-3,
  .cep-s-4,
  .cep-s-5,
  .cep-s-6,
  .cep-s-7 {
    left: 0 !important; }
  .cep-s-5 .corn,
  .cep-s-6 .corn,
  .cep-s-7 .corn {
    left: 50%;
    right: auto; }
  .ce-popup-in {
    position: relative;
    width: 263px;
    min-height: 100px;
    max-height: 500px;
    padding: 0 8px;
    overflow: auto;
    background: white;
    z-index: 3; }
  .ce-popup-3.cep-s-5,
  .ce-popup-3.cep-s-6,
  .ce-popup-3.cep-s-7 {
    margin-left: 0; }
  .ce-popup-3.cep-s-7 {
    display: none; }
  .ce-popup .corn:before {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .calendar_window_service .ui-datepicker-calendar {
    border-spacing: 5px;
    margin-left: -5px; } }

/* попап-окно с полным описанием события */
.ce-popup-text {
  background: #f3f3f3;
  padding: 16px 20px 20px; }

@media (max-width: 480px) {
  .ce-popup-text {
    padding: 8px 10px 10px; } }

.ce-popup-text .ce-popup-text h4 {
  font-size: 16px;
  font-weight: bold; }

.ce-popup-text .params {
  margin-bottom: 6px; }

.ce-popup-text .param-item {
  display: block;
  margin-bottom: 4px; }

.ce-popup-text .param-item span {
  color: #667180; }

.ce-popup-text .text {
  font-size: 1.1em; }

#colorbox {
  overflow: visible !important; }

#colorbox .ce-popup-text {
  font-size: 0.75em; }

.st-grid {
  position: absolute;
  left: 0;
  top: 33px;
  width: 0; }

.st-grid_line {
  position: relative;
  width: 0;
  height: 20px;
  margin-bottom: 3px; }

.event-day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 99px;
  min-width: 99px;
  max-width: 705px;
  height: 20px;
  top: 0;
  margin: 0;
  padding: 3px 10px;
  font: 11px/14px Arial;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.event-day:hover {
  width: auto;
  cursor: pointer;
  text-decoration: underline;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5); }

.ed-1 {
  min-width: 99px; }

.ed-2 {
  min-width: 200px; }

.ed-3 {
  min-width: 301px; }

.ed-4 {
  min-width: 402px; }

.ed-5 {
  min-width: 503px; }

.ed-6 {
  min-width: 604px; }

.ed-7 {
  min-width: 705px; }

.ed-s-0 {
  left: 0;
  max-width: 705px; }

.ed-s-1 {
  left: 101px;
  max-width: 604px; }

.ed-s-2 {
  left: 202px;
  max-width: 503px; }

.ed-s-3 {
  left: 303px;
  max-width: 402px; }

.ed-s-4 {
  left: 404px;
  max-width: 301px; }

.ed-s-5 {
  left: 505px;
  max-width: 200px; }

.ed-s-6 {
  left: 606px;
  max-width: 99px; }

.ed-blue {
  color: #024c8b;
  background: #b8c7e6; }

.ed-red {
  color: #900;
  background: #ffbfbf; }

.ed-more {
  text-decoration: none !important;
  cursor: default !important;
  color: #024c8b; }

.ed__more {
  position: relative;
  cursor: pointer;
  border-bottom: 1px dotted; }

.ed__more:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  top: 5px;
  right: -11px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid; }

.hide {
  display: none; }

.cep-li {
  position: relative;
  padding: 8px 12px;
  margin-top: 2px;
  cursor: pointer; }

.cep-li:first-child {
  margin-top: 0; }

.cep-li:hover {
  text-decoration: underline; }

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

.media-new-album {
  max-width: 760px; }
  .media-new-album__wrapper {
    padding: 24px;
    background-color: #F3F5F7;
    border-radius: 4px;
    margin-bottom: 32px; }
    .media-new-album__wrapper:last-child {
      margin-bottom: 0; }
  .media-new-album__block {
    margin-bottom: 26px; }
    .media-new-album__block:last-child {
      margin-bottom: 0; }
  .media-new-album__row {
    margin-bottom: 12px; }
    .media-new-album__row:last-child {
      margin-bottom: 0; }
    .media-new-album__row * {
      margin-bottom: 0;
      margin-left: 0; }
  .media-new-album .filter-date {
    width: 100%; }
    .media-new-album .filter-date__wrapper {
      width: 100%; }
  .media-new-album .filter-select {
    max-width: inherit; }
    .media-new-album .filter-select .jq-selectbox__trigger {
      margin-right: 21px;
      background-image: url(../images/svg/down.svg); }
    .media-new-album .filter-select .jq-selectbox.opened .jq-selectbox__trigger {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .media-new-album .form-submit {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .media-new-album .form-submit:first-child {
      margin-bottom: 32px; }
    .media-new-album .form-submit .button {
      padding: 0 44px; }
      .media-new-album .form-submit .button:not(:last-child) {
        margin-right: 12px; }
    .media-new-album .form-submit .form-submit__wrap + .button {
      margin-left: auto; }

@media screen and (max-width: 767px) {
  .media-new-album .form-submit .button:not(:last-child) {
    margin-bottom: 12px; } }

.editing-block {
  padding: 24px 24px 32px;
  background-color: #F3F5F7;
  border-radius: 4px;
  margin-bottom: 32px; }
  .editing-block:last-child {
    margin-bottom: 0; }
  .editing-block__head {
    margin-bottom: 26px; }
  .editing-block__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -12px; }
  .editing-block__item {
    padding: 0 12px; }
  .editing-block__text {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px; }
  .editing-block__wrap-img {
    margin-bottom: 32px;
    display: block; }
    .editing-block__wrap-img img {
      max-width: 100%;
      height: auto; }
  .editing-block__row {
    margin-bottom: 12px; }
    .editing-block__row:last-child {
      margin-bottom: 0; }
    .editing-block__row .form-input {
      margin-bottom: 0; }

body .edit_previewer {
  position: absolute;
  min-width: 980px;
  top: 50%;
  left: 50%;
  margin-left: -490px;
  background: transparent !important; }

body .imglykit-container .b-imgly-btn {
  cursor: pointer;
  border-right: 1px solid #363636;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 10px; }

.shadow_screen {
  background: #000;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none; }

/*# sourceMappingURL=main.css.map */
