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

body {
  position: relative;
  font-size: 1.1713vw;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  font-family: 'Golos', sans-serif;
  color: #0e0e0f; }
  @media screen and (min-width: 1700px) {
    body {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 899px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

ul,
ol,
li {
  list-style: none;
  margin: 0; }

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

ul,
ol,
li,
img,
input,
div,
h1,
h2,
h3,
h4,
h5,
h6,
select,
textarea,
p,
span,
a,
form,
nav,
article,
svg,
picture,
b,
strong,
blockquote,
figure,
hr {
  padding: 0; }

* {
  -webkit-locale: auto; }

svg {
  pointer-events: none; }

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

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

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

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

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

.modal [type='button'],
.modal [type='reset'],
.modal [type='submit'],
.body-content [type='button'],
.body-content [type='reset'],
.body-content [type='submit'] {
  -webkit-appearance: none !important; }
  .modal [type='button']:focus,
  .modal [type='reset']:focus,
  .modal [type='submit']:focus,
  .body-content [type='button']:focus,
  .body-content [type='reset']:focus,
  .body-content [type='submit']:focus {
    outline: 3px solid #000; }

.modal input[type='text'],
.modal input[type='password'],
.modal input[type='tel'],
.modal input[type='email'],
.modal input[type='number'],
.body-content input[type='text'],
.body-content input[type='password'],
.body-content input[type='tel'],
.body-content input[type='email'],
.body-content 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: 1.1713vw;
  padding: 0 14px;
  line-height: 1.75695vw;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #0E0E0F;
  font-family: 'Golos', sans-serif; }
  .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,
  .body-content input[type='text']::-webkit-input-placeholder,
  .body-content input[type='password']::-webkit-input-placeholder,
  .body-content input[type='tel']::-webkit-input-placeholder,
  .body-content input[type='email']::-webkit-input-placeholder,
  .body-content input[type='number']::-webkit-input-placeholder {
    color: "#696C71";
    font-size: 16px; }
  .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,
  .body-content input[type='text']:-moz-placeholder,
  .body-content input[type='password']:-moz-placeholder,
  .body-content input[type='tel']:-moz-placeholder,
  .body-content input[type='email']:-moz-placeholder,
  .body-content input[type='number']:-moz-placeholder {
    color: "#696C71";
    font-size: 16px; }
  .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,
  .body-content input[type='text']::-moz-placeholder,
  .body-content input[type='password']::-moz-placeholder,
  .body-content input[type='tel']::-moz-placeholder,
  .body-content input[type='email']::-moz-placeholder,
  .body-content input[type='number']::-moz-placeholder {
    color: "#696C71";
    font-size: 16px; }
  .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,
  .body-content input[type='text']::-ms-input-placeholder,
  .body-content input[type='password']::-ms-input-placeholder,
  .body-content input[type='tel']::-ms-input-placeholder,
  .body-content input[type='email']::-ms-input-placeholder,
  .body-content input[type='number']::-ms-input-placeholder {
    color: "#696C71";
    font-size: 16px; }
  @media screen and (min-width: 1700px) {
    .modal input[type='text'],
    .modal input[type='password'],
    .modal input[type='tel'],
    .modal input[type='email'],
    .modal input[type='number'],
    .body-content input[type='text'],
    .body-content input[type='password'],
    .body-content input[type='tel'],
    .body-content input[type='email'],
    .body-content input[type='number'] {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }
  @media screen and (max-width: 899px) {
    .modal input[type='text'],
    .modal input[type='password'],
    .modal input[type='tel'],
    .modal input[type='email'],
    .modal input[type='number'],
    .body-content input[type='text'],
    .body-content input[type='password'],
    .body-content input[type='tel'],
    .body-content input[type='email'],
    .body-content input[type='number'] {
      font-size: 16px;
      line-height: 24px; } }
  .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,
  .body-content input[type='text']:-ms-input-placeholder,
  .body-content input[type='password']:-ms-input-placeholder,
  .body-content input[type='tel']:-ms-input-placeholder,
  .body-content input[type='email']:-ms-input-placeholder,
  .body-content input[type='number']:-ms-input-placeholder {
    color: #696c71;
    font-size: 1.1713vw; }
    @media screen and (min-width: 1700px) {
      .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,
      .body-content input[type='text']:-ms-input-placeholder,
      .body-content input[type='password']:-ms-input-placeholder,
      .body-content input[type='tel']:-ms-input-placeholder,
      .body-content input[type='email']:-ms-input-placeholder,
      .body-content input[type='number']:-ms-input-placeholder {
        font-size: 0.83333vw; } }
    @media screen and (max-width: 899px) {
      .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,
      .body-content input[type='text']:-ms-input-placeholder,
      .body-content input[type='password']:-ms-input-placeholder,
      .body-content input[type='tel']:-ms-input-placeholder,
      .body-content input[type='email']:-ms-input-placeholder,
      .body-content input[type='number']:-ms-input-placeholder {
        font-size: 16px; } }
  .modal input[type='text']:focus,
  .modal input[type='password']:focus,
  .modal input[type='tel']:focus,
  .modal input[type='email']:focus,
  .modal input[type='number']:focus,
  .body-content input[type='text']:focus,
  .body-content input[type='password']:focus,
  .body-content input[type='tel']:focus,
  .body-content input[type='email']:focus,
  .body-content input[type='number']:focus {
    outline: 3px solid #000; }

.modal textarea,
.body-content textarea {
  background: #ffffff;
  border: 1px solid #c4c8d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 120px;
  font-size: 1.1713vw;
  line-height: 1.75695vw;
  padding: 14px;
  width: 100%;
  resize: none;
  color: #0E0E0F;
  font-family: 'Golos', sans-serif; }
  @media screen and (min-width: 1700px) {
    .modal textarea,
    .body-content textarea {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }
  @media screen and (max-width: 899px) {
    .modal textarea,
    .body-content textarea {
      font-size: 16px;
      line-height: 24px; } }
  .modal textarea:focus,
  .body-content textarea:focus {
    outline: 3px solid #000; }

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

.modal input::-ms-reveal,
.modal input::-ms-clear,
.body-content input::-ms-reveal,
.body-content input::-ms-clear {
  width: 0;
  height: 0; }

.modal select::-ms-expand,
.body-content select::-ms-expand {
  display: none; }

.modal fieldset,
.body-content fieldset {
  border: none; }

.modal li,
.body-content li {
  list-style: none; }

.modal .swiper-container,
.body-content .swiper-container {
  width: 100%; }

.modal .swiper-prev,
.modal .swiper-next,
.body-content .swiper-prev,
.body-content .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; }
  .modal .swiper-prev:hover:not(.swiper-button-disabled),
  .modal .swiper-next:hover:not(.swiper-button-disabled),
  .body-content .swiper-prev:hover:not(.swiper-button-disabled),
  .body-content .swiper-next:hover:not(.swiper-button-disabled) {
    border-color: #b2b5bb; }
  .modal .swiper-prev.swiper-button-disabled,
  .modal .swiper-next.swiper-button-disabled,
  .body-content .swiper-prev.swiper-button-disabled,
  .body-content .swiper-next.swiper-button-disabled {
    background-color: #f3f5f7; }

.modal .swiper-pagination .swiper-pagination-bullet-active,
.body-content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #696c71; }
  @media (forced-colors: active) {
    .modal .swiper-pagination .swiper-pagination-bullet-active,
    .body-content .swiper-pagination .swiper-pagination-bullet-active {
      background-color: GrayText; } }

.modal .swiper-pagination .swiper-pagination-bullet,
.body-content .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0 10px; }
  @media (forced-colors: active) {
    .modal .swiper-pagination .swiper-pagination-bullet,
    .body-content .swiper-pagination .swiper-pagination-bullet {
      background-color: ActiveBorder; } }
  .modal .swiper-pagination .swiper-pagination-bullet:not(:last-child),
  .body-content .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px; }

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

.modal .title,
.body-content .title {
  font-family: Golos;
  font-style: normal;
  font-weight: 600;
  font-size: 2.63543vw;
  line-height: 3.22108vw;
  color: #0E0E0F;
  margin: 0 0 40px; }
  @media screen and (min-width: 1700px) {
    .modal .title,
    .body-content .title {
      font-size: 1.875vw;
      line-height: 2.29167vw; } }
  @media screen and (max-width: 899px) {
    .modal .title,
    .body-content .title {
      font-size: 36px;
      line-height: 44px; } }
  @media screen and (max-width: 767px) {
    .modal .title,
    .body-content .title {
      font-size: 26px;
      line-height: 32px;
      word-break: break-word;
      margin-bottom: 32px; } }

.modal .title-small,
.body-content .title-small {
  font-weight: 500;
  font-size: 1.61054vw;
  line-height: 1.90337vw; }
  @media screen and (min-width: 1700px) {
    .modal .title-small,
    .body-content .title-small {
      font-size: 1.14583vw;
      line-height: 1.35417vw; } }
  @media screen and (max-width: 899px) {
    .modal .title-small,
    .body-content .title-small {
      font-size: 22px;
      line-height: 26px; } }
  .modal .title-small:not(:last-child),
  .body-content .title-small:not(:last-child) {
    margin-bottom: 24px; }

.modal .title-medium,
.body-content .title-medium {
  font-weight: bold;
  font-size: 2.34261vw;
  line-height: 2.92826vw; }
  @media screen and (min-width: 1700px) {
    .modal .title-medium,
    .body-content .title-medium {
      font-size: 1.66667vw;
      line-height: 2.08333vw; } }
  @media screen and (max-width: 899px) {
    .modal .title-medium,
    .body-content .title-medium {
      font-size: 32px;
      line-height: 40px; } }
  .modal .title-medium:not(:last-child),
  .body-content .title-medium:not(:last-child) {
    margin-bottom: 56px; }

.modal .subtitle-small,
.body-content .subtitle-small {
  font-weight: 500;
  font-size: 1.31772vw;
  line-height: 1.61054vw; }
  @media screen and (min-width: 1700px) {
    .modal .subtitle-small,
    .body-content .subtitle-small {
      font-size: 0.9375vw;
      line-height: 1.14583vw; } }
  @media screen and (max-width: 899px) {
    .modal .subtitle-small,
    .body-content .subtitle-small {
      font-size: 18px;
      line-height: 22px; } }
  .modal .subtitle-small:not(:last-child),
  .body-content .subtitle-small:not(:last-child) {
    margin-bottom: 20px; }

.modal .subtitle,
.body-content .subtitle {
  font-weight: 500;
  font-size: 1.90337vw;
  line-height: 2.34261vw;
  margin: 0 0 24px; }
  @media screen and (min-width: 1700px) {
    .modal .subtitle,
    .body-content .subtitle {
      font-size: 1.35417vw;
      line-height: 1.66667vw; } }
  @media screen and (max-width: 899px) {
    .modal .subtitle,
    .body-content .subtitle {
      font-size: 26px;
      line-height: 32px; } }

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

.modal .empty-result,
.body-content .empty-result {
  font-size: 1.1713vw;
  line-height: 1.75695vw;
  color: #0E0E0F;
  padding: 48px 0;
  border-bottom: 1px solid #DFE1E6;
  max-width: 858px; }
  @media screen and (min-width: 1700px) {
    .modal .empty-result,
    .body-content .empty-result {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }
  @media screen and (max-width: 899px) {
    .modal .empty-result,
    .body-content .empty-result {
      font-size: 16px;
      line-height: 24px; } }

.modal .check-list li,
.body-content .check-list li {
  position: relative;
  font-size: 1.1713vw;
  line-height: 1.75695vw;
  padding-left: 32px; }
  @media screen and (min-width: 1700px) {
    .modal .check-list li,
    .body-content .check-list li {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }
  @media screen and (max-width: 899px) {
    .modal .check-list li,
    .body-content .check-list li {
      font-size: 16px;
      line-height: 24px; } }
  .modal .check-list li:not(:last-child),
  .body-content .check-list li:not(:last-child) {
    margin-bottom: 32px; }
  .modal .check-list li:before,
  .body-content .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; }

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

@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.4
 * 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: August 23, 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:only-child {
  display: none !important; }

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

[data-simplebar] {
  position: relative;
  -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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0; }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  -o-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important; }

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/**
 * Components
 */
.container {
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 24px; } }

@media screen and (max-width: 767px) {
  .container {
    padding: 0 16px; } }

.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: 1.1713vw;
  -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;
  border: 1px solid #0E0E0F; }
  @media screen and (min-width: 1700px) {
    .button {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 899px) {
    .button {
      font-size: 16px; } }
  @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;
    border-color: #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;
    border-color: #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;
    border-color: #DDE7FF; }
    .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;
    font-weight: 500;
    border-color: #dde7ff; }
    .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;
    border: none; }
    .button_ghost .button__text {
      padding-right: 8px; }
    .button_ghost:hover {
      color: #0033AA;
      background: transparent; }
    .button_ghost.active {
      color: #002277; }
    .button_ghost:disabled {
      pointer-events: none;
      color: #696C71; }

.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: 1.31772vw;
    line-height: 1.61054vw; }
    @media screen and (min-width: 1700px) {
      .footer-title {
        font-size: 0.9375vw;
        line-height: 1.14583vw; } }
    @media screen and (max-width: 899px) {
      .footer-title {
        font-size: 18px;
        line-height: 22px; } }
    .footer-title:not(:last-child) {
      margin-bottom: 16px; }
  .footer-text {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696c71; }
    @media screen and (min-width: 1700px) {
      .footer-text {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .footer-text {
        font-size: 16px;
        line-height: 24px; } }
    .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;
    -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% - 380px);
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .header-elem {
    max-width: 100%; }
  @media (forced-colors: active) {
    .header-elem_open .header-elem__title {
      color: WindowText !important;
      border-color: WindowText !important;
      padding: 1px;
      margin: -1px; }
      .header-elem_open .header-elem__title span {
        display: block;
        display: inline !important;
        border-color: WindowText;
        -o-text-overflow: clip;
           text-overflow: clip;
        padding: 1px;
        margin: -1px;
        background-color: WindowText;
        color: ButtonFace; } }
  .header .hidden {
    display: none; }
  .header-elem__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    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;
    max-width: 100%;
    position: relative; }
    .header-elem__title * {
      pointer-events: none; }
    .header-elem__title a {
      pointer-events: unset; }
      .header-elem__title a::before {
        content: '';
        position: absolute;
        left: -12px;
        top: -6px;
        bottom: -6px;
        right: -12px;
        -webkit-box-shadow: 0 0 0 4px #2684ff;
                box-shadow: 0 0 0 4px #2684ff;
        opacity: 0;
        border-radius: 8px; }
      .header-elem__title a:focus-visible {
        outline: none; }
        @media (forced-colors: active) {
          .header-elem__title a:focus-visible {
            outline: auto; }
            .header-elem__title a:focus-visible::before {
              display: none; } }
        .header-elem__title a:focus-visible::before {
          opacity: 1; }
      .header-elem__title a:active::before {
        opacity: 1; }
    @media screen and (min-width: 1700px) {
      .header-elem__title {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .header-elem__title {
        font-size: 16px;
        line-height: 24px; } }
    .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 {
      min-width: 10px; }
    .header-elem__title::before {
      content: '';
      position: absolute;
      left: -12px;
      top: -6px;
      bottom: -6px;
      right: -12px;
      -webkit-box-shadow: 0 0 0 4px #2684ff;
              box-shadow: 0 0 0 4px #2684ff;
      opacity: 0;
      border-radius: 8px; }
    .header-elem__title:focus-visible {
      outline: none; }
      @media (forced-colors: active) {
        .header-elem__title:focus-visible {
          outline: auto; }
          .header-elem__title:focus-visible::before {
            display: none; } }
      .header-elem__title:focus-visible::before {
        opacity: 1; }
    .header-elem__title:active::before {
      opacity: 1; }
      @media (forced-colors: active) {
        .header-elem__title:active::before {
          outline: 2px solid Highlight; } }
  @media screen and (min-width: 1025px) {
    .header-nav-list .header-elem__title {
      color: black; } }
  @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 .header-elem__title > span {
      padding-right: 10px; }
    .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) {
      padding-right: 30px; }
    .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 {
    margin-right: 56px;
    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-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .header-logo {
        margin-right: 30px; } }
    .header-logo__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;
      margin-right: 16px;
      width: 48px;
      line-height: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media screen and (max-width: 767px) {
        .header-logo__link {
          display: none; } }
    .header-logo__title {
      max-width: 260px;
      font-weight: 500;
      font-size: 1.1713vw;
      line-height: 1.46413vw; }
      @media screen and (min-width: 1700px) {
        .header-logo__title {
          font-size: 0.83333vw;
          line-height: 1.04167vw; } }
      @media screen and (max-width: 899px) {
        .header-logo__title {
          font-size: 16px;
          line-height: 20px; } }
      @media screen and (max-width: 767px) {
        .header-logo__title {
          font-size: 15px;
          line-height: 18px; } }
  .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-logo:focus-within {
  outline: 4px solid #2684ff;
  border-radius: 8px; }

.header-burger {
  margin-left: auto;
  margin-right: 15px; }
  .header-burger .burger:active {
    outline: 4px solid #2684ff;
    border-radius: 4px; }

.active_menu {
  color: #CC2222; }
  @media (forced-colors: active) {
    .active_menu {
      color: GrayText;
      text-decoration: underline; } }

.color_red > .submenu-title,
.color_red > .menu-toggle__title {
  color: #CC2222;
  pointer-events: all !important; }
  @media (forced-colors: active) {
    .color_red > .submenu-title,
    .color_red > .menu-toggle__title {
      color: GrayText;
      text-decoration: underline; } }
  .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;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  max-height: 530px;
  z-index: 1; }
  .submenu::-webkit-scrollbar,
  .submenu-inner::-webkit-scrollbar,
  .submenu-inner__submenu::-webkit-scrollbar {
    width: 12px; }
  .submenu::-webkit-scrollbar-track,
  .submenu-inner::-webkit-scrollbar-track,
  .submenu-inner__submenu::-webkit-scrollbar-track {
    background: transparent; }
  .submenu::-webkit-scrollbar-thumb,
  .submenu-inner::-webkit-scrollbar-thumb,
  .submenu-inner__submenu::-webkit-scrollbar-thumb {
    background-color: #dfe1e6;
    border-radius: 20px;
    border: 3px solid #fff; }
  .submenu.is-open,
  .submenu-inner.is-open,
  .submenu-inner__submenu.is-open {
    opacity: 1;
    pointer-events: unset;
    visibility: visible; }

.submenu_1 {
  visibility: hidden; }

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

.simplebar-scrollbar:before {
  background-color: #dfe1e6;
  width: 6px;
  opacity: 1;
  border-radius: 8px;
  left: 0; }
  @media (forced-colors: active) {
    .simplebar-scrollbar:before {
      background-color: ActiveBorder; } }

.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;
  top: 100%;
  left: 0;
  max-height: 530px;
  z-index: 11;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }
  .submenu > div > div,
  .submenu .mCSB_container {
    max-width: 100%; }
  .submenu .mCSB_scrollTools.is-hidden {
    visibility: hidden; }
  .submenu .mCSB_inside > .mCSB_container {
    margin-right: 0 !important; }
  .submenu-title.js-submenu-btn, .submenu-title.js-submenu_level_2 {
    position: relative;
    outline: none; }
    .submenu-title.js-submenu-btn::before, .submenu-title.js-submenu_level_2::before {
      content: '';
      position: absolute;
      left: -8px;
      top: -6px;
      bottom: -6px;
      right: -8px;
      opacity: 0;
      border-radius: 8px; }
    .submenu-title.js-submenu-btn:focus-visible, .submenu-title.js-submenu_level_2:focus-visible {
      outline: none; }
      .submenu-title.js-submenu-btn:focus-visible::before, .submenu-title.js-submenu_level_2:focus-visible::before {
        opacity: 1; }
    .submenu-title.js-submenu-btn:active::before, .submenu-title.js-submenu_level_2:active::before {
      opacity: 1; }
      @media (forced-colors: active) {
        .submenu-title.js-submenu-btn:active::before, .submenu-title.js-submenu_level_2:active::before {
          outline: 2px solid Highlight; } }
  .submenu a {
    position: relative;
    display: block; }
    .submenu a::before {
      content: '';
      position: absolute;
      left: -8px;
      top: -6px;
      bottom: -6px;
      right: -8px;
      opacity: 0;
      border-radius: 8px; }
    .submenu a:focus-visible {
      outline: none; }
      .submenu a:focus-visible::before {
        opacity: 1; }
    .submenu a:active::before {
      opacity: 1; }
      @media (forced-colors: active) {
        .submenu a:active::before {
          outline: 2px solid Highlight; } }
  .submenu:active {
    outline: none; }
  .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 {
    -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 a:focus-visible {
    outline: 4px solid #2684ff;
    border-radius: 4px; }
  .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; }

.js-submenu-btn *,
.js-submenu_level_2 * {
  pointer-events: none; }

.submenu-inner {
  left: 0;
  right: 0;
  top: 0; }
  .submenu-inner__submenu {
    background-color: #fff; }
  .submenu-inner__back {
    padding: 23px 28px;
    border-bottom: 1px solid #dfe1e6;
    cursor: pointer;
    position: relative; }
    .submenu-inner__back * {
      pointer-events: none; }
    .submenu-inner__back .icon-back {
      margin-right: 12px;
      min-width: 12px; }
    .submenu-inner__back::before {
      content: '';
      position: absolute;
      left: 2px;
      top: 2px;
      bottom: 2px;
      right: 2px;
      opacity: 0;
      border-radius: 8px; }
    .submenu-inner__back:focus-visible {
      outline: none; }
      .submenu-inner__back:focus-visible::before {
        opacity: 1; }
        @media (forced-colors: active) {
          .submenu-inner__back:focus-visible::before {
            outline: 2px solid Highlight; } }
    .submenu-inner__back:active::before {
      opacity: 1; }
      @media (forced-colors: active) {
        .submenu-inner__back:active::before {
          outline: 2px solid Highlight; } }
  .submenu-inner__list {
    padding-bottom: 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-inner__submenu {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

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

.submenu-title {
  position: relative; }
  @media (forced-colors: active) {
    .submenu-title:focus-visible::before {
      outline: 2px solid Highlight; } }

.submenu.is-hidden-level > .simplebar-wrapper
> .simplebar-mask
> .simplebar-offset
> .simplebar-content-wrapper
> .simplebar-content
> .submenu-elem:not(.elem-is-open) {
  display: none; }

.submenu-inner.is-hidden-level > .simplebar-wrapper
> .simplebar-mask
> .simplebar-offset
> .simplebar-content-wrapper
> .simplebar-content
> .submenu-inner__list
> .submenu-elem:not(.elem-is-open) {
  display: none; }

.submenu-inner__submenu.is-hidden-level > .simplebar-wrapper
> .simplebar-mask
> .simplebar-offset
> .simplebar-content-wrapper
> .simplebar-content
> .submenu-inner__list
> .submenu-elem:not(.elem-is-open) {
  display: none; }

.is-ready {
  pointer-events: all;
  opacity: 1; }

.submenu-title:focus-visible::before, .submenu-title:active::before {
  content: '';
  position: absolute;
  inset: -6px -8px;
  opacity: 1;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 4px #2684ff;
          box-shadow: 0 0 0 4px #2684ff; }

.no-scroll .simplebar-track {
  display: none !important; }

.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-clip {
  width: 24px;
  height: 24px; }

.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: 1.1713vw;
  cursor: pointer; }
  @media screen and (min-width: 1700px) {
    .link {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 899px) {
    .link {
      font-size: 16px;
      line-height: 24px; } }
  .link__icon {
    margin-right: 8px;
    line-height: 0; }
    .link__icon svg {
      width: 24px;
      height: 24px; }
  .link__text {
    color: #0E0E0F;
    font-weight: 500;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    white-space: nowrap; }
    @media screen and (min-width: 1700px) {
      .link__text {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .link__text {
        font-size: 16px;
        line-height: 24px; } }

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

.menu {
  background-color: #fff;
  position: fixed;
  top: 147px;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 100;
  bottom: 0;
  padding: 24px 24px 24px 16px; }
  @media screen and (min-width: 1025px) {
    .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: 1.1713vw;
  line-height: 1.75695vw; }
  @media screen and (min-width: 1700px) {
    .menu-toggle__title {
      font-size: 0.83333vw;
      line-height: 1.25vw; } }
  @media screen and (max-width: 899px) {
    .menu-toggle__title {
      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 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; }

.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__head > .menu-toggle__title,
  .menu-toggle__head > span,
  .menu-toggle__head > a,
  .menu-toggle__item > .menu-toggle__title,
  .menu-toggle__item > span,
  .menu-toggle__item > a,
  .menu-toggle__link > .menu-toggle__title,
  .menu-toggle__link > span,
  .menu-toggle__link > a {
    position: relative;
    display: block; }
    .menu-toggle__head > .menu-toggle__title::before,
    .menu-toggle__head > span::before,
    .menu-toggle__head > a::before,
    .menu-toggle__item > .menu-toggle__title::before,
    .menu-toggle__item > span::before,
    .menu-toggle__item > a::before,
    .menu-toggle__link > .menu-toggle__title::before,
    .menu-toggle__link > span::before,
    .menu-toggle__link > a::before {
      content: '';
      position: absolute;
      left: -8px;
      top: -4px;
      right: -8px;
      bottom: -6px;
      border-radius: 8px;
      border: 4px solid #2684ff;
      opacity: 0; }
    .menu-toggle__head > .menu-toggle__title:active::before,
    .menu-toggle__head > span:active::before,
    .menu-toggle__head > a:active::before,
    .menu-toggle__item > .menu-toggle__title:active::before,
    .menu-toggle__item > span:active::before,
    .menu-toggle__item > a:active::before,
    .menu-toggle__link > .menu-toggle__title:active::before,
    .menu-toggle__link > span:active::before,
    .menu-toggle__link > a:active::before {
      opacity: 1; }

.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:focus-within {
    outline: 4px solid #2684ff;
    border-radius: 4px; }

.burger i {
  position: absolute;
  display: block;
  height: 2px;
  background-color: #1b1b1f;
  border-radius: 1px;
  width: 20px;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (forced-colors: active) {
    .burger i {
      background-color: ActiveBorder; } }

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

.modal {
  max-width: 724px;
  width: 100%;
  margin: auto;
  background-color: #fff; }
  @media (forced-colors: active) {
    .modal-box {
      outline: 2px solid #000000; } }
  .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: 1.90337vw;
    line-height: 2.34261vw; }
    @media screen and (min-width: 1700px) {
      .modal-title {
        font-size: 1.35417vw;
        line-height: 1.77083vw; } }
    @media screen and (max-width: 899px) {
      .modal-title {
        font-size: 26px;
        line-height: 34px; } }
  .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; } }

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

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

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

.modal,
.body-content {
  /* core */
  /* theme */ }
  .modal .tabs-content > div,
  .body-content .tabs-content > div {
    display: none; }
    .modal .tabs-content > div:first-child,
    .body-content .tabs-content > div:first-child {
      display: block; }
  .modal .tabs-link,
  .body-content .tabs-link {
    display: inline-block;
    padding-top: 50px; }
  .modal .tabs-head,
  .body-content .tabs-head {
    position: relative;
    border-bottom: 1px solid #dfe1e6;
    margin-bottom: 24px; }
    .modal .tabs-head .mCustomScrollBox,
    .modal .tabs-head .mCSB_container,
    .body-content .tabs-head .mCustomScrollBox,
    .body-content .tabs-head .mCSB_container {
      overflow: visible; }
  .modal .tabs-nav,
  .body-content .tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .modal .tabs-grid,
  .body-content .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; }
    .modal .tabs-grid::-webkit-scrollbar, .modal .tabs-grid::-webkit-scrollbar-track, .modal .tabs-grid::-webkit-scrollbar-thumb,
    .body-content .tabs-grid::-webkit-scrollbar,
    .body-content .tabs-grid::-webkit-scrollbar-track,
    .body-content .tabs-grid::-webkit-scrollbar-thumb {
      background-color: transparent; }
  .modal .tabs-col,
  .body-content .tabs-col {
    width: calc(25% - 18px);
    margin-bottom: 24px; }
    .modal .tabs-col:not(:nth-child(4n)),
    .body-content .tabs-col:not(:nth-child(4n)) {
      margin-right: 24px; }
  .modal .tabs-elem,
  .body-content .tabs-elem {
    position: relative;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    color: #0E0E0F; }
    .modal .tabs-elem a,
    .body-content .tabs-elem a {
      padding-bottom: 12px; }
      .modal .tabs-elem a.active,
      .body-content .tabs-elem a.active {
        font-weight: 500;
        border-bottom: 3px solid #0e0e0f; }
    .modal .tabs-elem a,
    .modal .tabs-elem span,
    .body-content .tabs-elem a,
    .body-content .tabs-elem span {
      display: block; }
    .modal .tabs-elem:not(:last-child),
    .body-content .tabs-elem:not(:last-child) {
      margin-right: 24px; }
  .modal .tabs.with-link,
  .body-content .tabs.with-link {
    position: relative; }
    .modal .tabs.with-link .tabs-head,
    .body-content .tabs.with-link .tabs-head {
      padding-right: 310px; }
    .modal .tabs.with-link .link,
    .body-content .tabs.with-link .link {
      position: absolute;
      right: 0;
      top: -2px; }
  .modal .tabs-item__grid,
  .body-content .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; }
  .modal .tabs-item__col,
  .body-content .tabs-item__col {
    width: calc(33.333333% - 32px);
    margin-bottom: 32px; }
    .modal .tabs-item__col:not(:nth-child(3n)),
    .body-content .tabs-item__col:not(:nth-child(3n)) {
      margin-right: 48px; }
  .modal .tabs-head__title,
  .body-content .tabs-head__title {
    font-weight: 600;
    font-size: 2.34261vw;
    line-height: 2.92826vw;
    margin-bottom: 40px; }
    @media screen and (min-width: 1700px) {
      .modal .tabs-head__title,
      .body-content .tabs-head__title {
        font-size: 1.66667vw;
        line-height: 2.08333vw; } }
    @media screen and (max-width: 899px) {
      .modal .tabs-head__title,
      .body-content .tabs-head__title {
        font-size: 32px;
        line-height: 40px; } }
  .modal .tabs-top,
  .body-content .tabs-top {
    margin-bottom: 40px; }
    .modal .tabs-top .tabs-head,
    .body-content .tabs-top .tabs-head {
      margin-bottom: 0; }
  .modal .news-card__image_no-img,
  .body-content .news-card__image_no-img {
    display: none; }
  .modal .tabs-grid.tabs-grid_no-img,
  .body-content .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%; }
  .modal .tabs-col.tabs-col_no-img,
  .body-content .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; }
    .modal .tabs-col.tabs-col_no-img > *,
    .body-content .tabs-col.tabs-col_no-img > * {
      min-width: 334px;
      max-width: 334px; }
    .modal .tabs-col.tabs-col_no-img:first-child,
    .body-content .tabs-col.tabs-col_no-img:first-child {
      padding-top: 24px;
      padding-bottom: 32px; }
    .modal .tabs-col.tabs-col_no-img:not(:nth-child(4n)),
    .body-content .tabs-col.tabs-col_no-img:not(:nth-child(4n)) {
      margin-right: 0; }
  .modal .tabs-head__title_have-tubs,
  .body-content .tabs-head__title_have-tubs {
    display: none; }
  .modal .tabs-head_have-tubs,
  .body-content .tabs-head_have-tubs {
    display: block; }
  .modal .tabs-submenu-elem,
  .body-content .tabs-submenu-elem {
    position: relative; }
  @media screen and (min-width: 768px) {
    .modal .tabs-top,
    .body-content .tabs-top {
      position: relative; }
      .modal .tabs-top .tabs-head,
      .body-content .tabs-top .tabs-head {
        padding-right: 300px; }
    .modal .tabs-button__fix,
    .body-content .tabs-button__fix {
      position: absolute;
      bottom: 6px;
      right: 0;
      z-index: 1; } }
  @media screen and (max-width: 1024px) {
    .modal .tabs-grid,
    .body-content .tabs-grid {
      overflow: auto;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin-left: -24px;
      margin-right: -24px; }
      .modal .tabs-grid:after, .modal .tabs-grid:before,
      .body-content .tabs-grid:after,
      .body-content .tabs-grid:before {
        content: '';
        display: block;
        min-width: 24px; }
    .modal .tabs-col,
    .body-content .tabs-col {
      width: 270px;
      min-width: 270px; }
    .modal .tabs-head,
    .body-content .tabs-head {
      margin-bottom: 24px;
      overflow: hidden; }
    .modal .tabs-nav,
    .body-content .tabs-nav {
      overflow: auto hidden;
      scrollbar-width: none;
      overflow-x: auto; }
      .modal .tabs-nav::-webkit-scrollbar,
      .body-content .tabs-nav::-webkit-scrollbar {
        width: 0;
        height: 0;
        visibility: hidden;
        display: none; }
    .modal .tabs-grid.tabs-grid_no-img:after, .modal .tabs-grid.tabs-grid_no-img:before,
    .body-content .tabs-grid.tabs-grid_no-img:after,
    .body-content .tabs-grid.tabs-grid_no-img:before {
      display: none; }
    .modal .tabs-col.tabs-col_no-img:not(:nth-child(4n)),
    .body-content .tabs-col.tabs-col_no-img:not(:nth-child(4n)) {
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .tabs.with-link .tabs-head,
    .body-content .tabs.with-link .tabs-head {
      padding-right: 250px; }
      .modal .tabs.with-link .tabs-head:after,
      .body-content .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%); }
    .modal .tabs.with-link .tabs-nav,
    .body-content .tabs.with-link .tabs-nav {
      position: relative; }
    .modal .tabs-grid::-webkit-scrollbar,
    .body-content .tabs-grid::-webkit-scrollbar {
      scrollbar-width: none;
      -ms-overflow-style: none;
      display: none; } }
  @media screen and (max-width: 767px) {
    .modal .tabs-head,
    .body-content .tabs-head {
      margin-left: -16px;
      margin-right: -16px; }
    .modal .tabs-nav,
    .body-content .tabs-nav {
      padding-left: 16px; }
    .modal .tabs.with-link .tabs-head,
    .body-content .tabs.with-link .tabs-head {
      padding-right: 0; }
    .modal .tabs.with-link .tabs-head,
    .body-content .tabs.with-link .tabs-head {
      padding-right: 0; }
    .modal .tabs.with-link .js-bar:after,
    .body-content .tabs.with-link .js-bar:after {
      display: none;
      right: 0; }
    .modal .tabs.with-link .link,
    .body-content .tabs.with-link .link {
      position: relative;
      margin-bottom: 32px; }
    .modal .tabs-col:not(:nth-child(4n)),
    .body-content .tabs-col:not(:nth-child(4n)) {
      margin-right: 0; }
    .modal .tabs-col:not(:last-child),
    .body-content .tabs-col:not(:last-child) {
      margin-right: 16px; }
    .modal .tabs-top,
    .body-content .tabs-top {
      margin-bottom: 32px; }
      .modal .tabs-top .tabs-head,
      .body-content .tabs-top .tabs-head {
        margin-bottom: 24px; }
    .modal .tabs-button__fix .button,
    .body-content .tabs-button__fix .button {
      width: 100%; }
    .modal .tabs-link,
    .body-content .tabs-link {
      padding-top: 44px; }
    .modal .section .tabs-head,
    .body-content .section .tabs-head {
      overflow: auto;
      white-space: nowrap;
      margin-left: -16px;
      margin-right: -16px;
      border-bottom: none;
      margin-bottom: 33px; }
      .modal .section .tabs-head:before,
      .body-content .section .tabs-head:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        background-color: #dfe1e6; }
    .modal .tabs-grid,
    .body-content .tabs-grid {
      margin-right: -16px;
      margin-left: -16px; }
      .modal .tabs-grid:after, .modal .tabs-grid:before,
      .body-content .tabs-grid:after,
      .body-content .tabs-grid:before {
        min-width: 16px; }
    .modal .tabs-col_no-img:first-child .news-card:not(:first-child),
    .body-content .tabs-col_no-img:first-child .news-card:not(:first-child) {
      display: none; }
    .modal .tabs-col_no-img:not(:first-child),
    .body-content .tabs-col_no-img:not(:first-child) {
      display: none; }
    .modal .tabs-nav,
    .body-content .tabs-nav {
      padding-bottom: 8px; }
    .modal .tabs-elem,
    .body-content .tabs-elem {
      padding-bottom: 10px; }
      .modal .tabs-elem a:before,
      .modal .tabs-elem span:before,
      .body-content .tabs-elem a:before,
      .body-content .tabs-elem span:before {
        bottom: -8px; }
      .modal .tabs-elem:last-child a, .modal .tabs-elem:nth-last-child(-n + 2) a,
      .body-content .tabs-elem:last-child a,
      .body-content .tabs-elem:nth-last-child(-n + 2) a {
        padding-right: 16px; }
    .modal [class~='tabs-elem']:last-of-type,
    .body-content [class~='tabs-elem']:last-of-type {
      margin-right: 0; } }
  .modal .logo-doc,
  .body-content .logo-doc {
    display: inline-block; }
    .modal .logo-doc img,
    .body-content .logo-doc img {
      width: 200px; }
    .modal .logo-doc:focus-within,
    .body-content .logo-doc:focus-within {
      outline: 4px solid;
      border-radius: 8px; }
  @media (max-width: 1100px) {
    .modal .logo-doc img,
    .body-content .logo-doc img {
      width: 176px; } }
  @media screen and (max-width: 767px) {
    .modal .logo-doc img,
    .body-content .logo-doc img {
      width: 152px; } }
  .modal .date,
  .body-content .date {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71; }
    @media screen and (min-width: 1700px) {
      .modal .date,
      .body-content .date {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .date,
      .body-content .date {
        font-size: 16px;
        line-height: 24px; } }
  .modal .main-slider:not(:last-child),
  .body-content .main-slider:not(:last-child) {
    margin-bottom: 64px; }
  .modal .main-slider .container,
  .body-content .main-slider .container {
    position: relative; }
  .modal .main-slider__card,
  .body-content .main-slider__card {
    background-color: #fff; }
    .modal .main-slider__card-image,
    .body-content .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; }
      .modal .main-slider__card-image:before,
      .body-content .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; }
      .modal .main-slider__card-image picture,
      .modal .main-slider__card-image img,
      .body-content .main-slider__card-image picture,
      .body-content .main-slider__card-image img {
        height: 100%; }
      .modal .main-slider__card-image img,
      .body-content .main-slider__card-image img {
        vertical-align: bottom; }
    .modal .main-slider__card .date:not(:last-child),
    .body-content .main-slider__card .date:not(:last-child) {
      margin-bottom: 12px; }
    .modal .main-slider__card-title,
    .body-content .main-slider__card-title {
      font-weight: 600;
      font-size: 1.61054vw;
      line-height: 1.90337vw; }
      @media screen and (min-width: 1700px) {
        .modal .main-slider__card-title,
        .body-content .main-slider__card-title {
          font-size: 1.14583vw;
          line-height: 1.35417vw; } }
      @media screen and (max-width: 899px) {
        .modal .main-slider__card-title,
        .body-content .main-slider__card-title {
          font-size: 16px;
          line-height: 24px; } }
      .modal .main-slider__card-title a,
      .body-content .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) {
          .modal .main-slider__card-title a:hover,
          .body-content .main-slider__card-title a:hover {
            color: #002277; } }
      .modal .main-slider__card-title:not(:last-child),
      .body-content .main-slider__card-title:not(:last-child) {
        margin-bottom: 12px; }
    .modal .main-slider__card-text,
    .body-content .main-slider__card-text {
      font-size: 1.1713vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .main-slider__card-text,
        .body-content .main-slider__card-text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .main-slider__card-text,
        .body-content .main-slider__card-text {
          font-size: 16px;
          line-height: 24px; } }
    .modal .main-slider__card-content,
    .body-content .main-slider__card-content {
      max-height: 325px;
      overflow: hidden; }
  @media screen and (min-width: 1025px) {
    .modal .main-slider .swiper-pagination,
    .body-content .main-slider .swiper-pagination {
      max-width: 368px;
      width: 100%;
      right: 40px;
      left: auto;
      text-align: left;
      bottom: -2px; }
    .modal .main-slider__card,
    .body-content .main-slider__card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .modal .main-slider__card-image,
      .body-content .main-slider__card-image {
        width: calc(100% - 396px); }
        .modal .main-slider__card-image + .main-slider__card-content,
        .body-content .main-slider__card-image + .main-slider__card-content {
          width: 368px;
          margin-left: auto; } }
  @media screen and (max-width: 1024px) {
    .modal .main-slider .swiper-pagination,
    .body-content .main-slider .swiper-pagination {
      text-align: left;
      position: static;
      margin-top: 36px; }
    .modal .main-slider__card-image:not(:last-child),
    .body-content .main-slider__card-image:not(:last-child) {
      margin-bottom: 16px; } }
  @media screen and (max-width: 767px) {
    .modal .main-slider__card-image,
    .body-content .main-slider__card-image {
      height: 56.25vw; }
      .modal .main-slider__card-image img,
      .body-content .main-slider__card-image img {
        max-height: 56.25vw; }
      .modal .main-slider__card-image:not(:last-child),
      .body-content .main-slider__card-image:not(:last-child) {
        margin-bottom: 16px; }
    .modal .main-slider .swiper-pagination,
    .body-content .main-slider .swiper-pagination {
      margin-top: 32px; } }
  .modal .aside-nav,
  .body-content .aside-nav {
    overflow: hidden; }
    .modal .aside-nav-list,
    .body-content .aside-nav-list {
      border-left: #DFE1E6 1px solid; }
    .modal .aside-nav li,
    .body-content .aside-nav li {
      position: relative;
      padding: 12px 24px; }
      .modal .aside-nav li.active,
      .body-content .aside-nav li.active {
        border-left: 3px solid #0e0e0f; }
        @media (forced-colors: active) {
          .modal .aside-nav li.active,
          .body-content .aside-nav li.active {
            border-left: 3px solid WindowText;
            border-right: none;
            background: WindowText;
            position: relative; }
            .modal .aside-nav li.active a, .modal .aside-nav li.active span,
            .body-content .aside-nav li.active a,
            .body-content .aside-nav li.active span {
              background: WindowText !important;
              border-color: WindowText !important;
              color: Window;
              padding: 1px;
              margin: -1px;
              position: relative; }
              .modal .aside-nav li.active a:before, .modal .aside-nav li.active span:before,
              .body-content .aside-nav li.active a:before,
              .body-content .aside-nav li.active span:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                background-color: WindowText;
                z-index: 0; }
            .modal .aside-nav li.active a,
            .body-content .aside-nav li.active a {
              display: block; }
              .modal .aside-nav li.active a:before,
              .body-content .aside-nav li.active a:before {
                content: '';
                display: block;
                position: absolute;
                inset: 0; } }
    .modal .aside-nav a,
    .body-content .aside-nav a {
      font-weight: 500;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .aside-nav a,
        .body-content .aside-nav a {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .aside-nav a,
        .body-content .aside-nav a {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (max-width: 1024px) {
    .modal .aside-nav,
    .body-content .aside-nav {
      display: none; } }
  .modal .socials-list,
  .body-content .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; }
  .modal .socials-title,
  .body-content .socials-title {
    margin-right: 24px;
    font-size: 1.1713vw;
    line-height: 1.75695vw; }
    @media screen and (min-width: 1700px) {
      .modal .socials-title,
      .body-content .socials-title {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .socials-title,
      .body-content .socials-title {
        font-size: 16px;
        line-height: 24px; } }
  .modal .socials-elem,
  .body-content .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; }
    .modal .socials-elem:not(:last-child),
    .body-content .socials-elem:not(:last-child) {
      margin-right: 12px; }
    .modal .socials-elem.fb,
    .body-content .socials-elem.fb {
      background-color: #3B5998; }
    .modal .socials-elem.inst,
    .body-content .socials-elem.inst {
      background-color: #C83D76; }
    .modal .socials-elem.od,
    .body-content .socials-elem.od {
      background-color: #D78131; }
    .modal .socials-elem:hover,
    .body-content .socials-elem:hover {
      opacity: .8; }
  @media screen and (min-width: 768px) {
    .modal .socials,
    .body-content .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) {
    .modal .socials-title:not(:last-child),
    .body-content .socials-title:not(:last-child) {
      margin-bottom: 16px; } }
  .modal .section:not(:last-child),
  .body-content .section:not(:last-child) {
    margin-bottom: 60px; }
  .modal .section-grid,
  .body-content .section-grid {
    scrollbar-width: none; }
    .modal .section-grid::-webkit-scrollbar, .modal .section-grid::-webkit-scrollbar-track, .modal .section-grid::-webkit-scrollbar-thumb,
    .body-content .section-grid::-webkit-scrollbar,
    .body-content .section-grid::-webkit-scrollbar-track,
    .body-content .section-grid::-webkit-scrollbar-thumb {
      background-color: transparent; }
  .modal .section-title,
  .body-content .section-title {
    font-weight: 600;
    font-size: 1.90337vw;
    line-height: 2.34261vw; }
    @media screen and (min-width: 1700px) {
      .modal .section-title,
      .body-content .section-title {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 899px) {
      .modal .section-title,
      .body-content .section-title {
        font-size: 26px;
        line-height: 32px; } }
  .modal .section_gray,
  .body-content .section_gray {
    background-color: #f3f5f7;
    padding: 60px 0; }
  .modal .section-head:not(:last-child),
  .body-content .section-head:not(:last-child) {
    margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .modal .section-grid,
    .body-content .section-grid {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .modal .section-col,
    .body-content .section-col {
      height: auto; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal .section-grid,
  .body-content .section-grid {
    margin-bottom: -24px; }
  .modal .section-col,
  .body-content .section-col {
    width: calc(50% - 12px);
    margin-bottom: 24px; }
    .modal .section-col:not(:nth-child(2n)),
    .body-content .section-col:not(:nth-child(2n)) {
      margin-right: 24px; } }
  @media screen and (min-width: 1025px) {
    .modal .section-grid,
    .body-content .section-grid {
      margin-bottom: -24px; }
    .modal .section-col,
    .body-content .section-col {
      width: calc(33.333333% - 16px);
      margin-bottom: 24px; }
      .modal .section-col:not(:nth-child(3n)),
      .body-content .section-col:not(:nth-child(3n)) {
        margin-right: 24px; } }
  @media screen and (max-width: 767px) {
    .modal .section-col:not(:last-child),
    .body-content .section-col:not(:last-child) {
      margin-bottom: 16px; } }
  .modal .page-grid,
  .body-content .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; }
    .modal .page-grid::-webkit-scrollbar, .modal .page-grid::-webkit-scrollbar-track, .modal .page-grid::-webkit-scrollbar-thumb,
    .body-content .page-grid::-webkit-scrollbar,
    .body-content .page-grid::-webkit-scrollbar-track,
    .body-content .page-grid::-webkit-scrollbar-thumb {
      background-color: transparent; }
  .modal .page-row .tabs-head,
  .body-content .page-row .tabs-head {
    padding-right: 0; }
  .modal .page-col,
  .body-content .page-col {
    margin-bottom: 24px; }
  .modal .page-content,
  .body-content .page-content {
    position: relative; }
  .modal .page-faq .tabs-top,
  .body-content .page-faq .tabs-top {
    position: static; }
  .modal .page-faq .tabs-head,
  .body-content .page-faq .tabs-head {
    padding-right: 0; }
  .modal .page-faq .tabs-button__fix,
  .body-content .page-faq .tabs-button__fix {
    bottom: auto;
    top: 0px; }
  .modal .page__date,
  .body-content .page__date {
    font-size: 1.31772vw;
    line-height: 1.75695vw;
    color: #696C71;
    margin-bottom: 8px; }
    @media screen and (min-width: 1700px) {
      .modal .page__date,
      .body-content .page__date {
        font-size: 0.9375vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .page__date,
      .body-content .page__date {
        font-size: 18px;
        line-height: 24px; } }
  .modal .page-ol,
  .body-content .page-ol {
    counter-reset: li; }
    .modal .page-ol li,
    .body-content .page-ol li {
      position: relative;
      padding-left: 22px; }
      .modal .page-ol li ul,
      .body-content .page-ol li ul {
        counter-reset: li; }
      .modal .page-ol li ol > li,
      .body-content .page-ol li ol > li {
        padding-left: 42px; }
      .modal .page-ol li:not(:last-child),
      .body-content .page-ol li:not(:last-child) {
        margin-bottom: 14px; }
  .modal .page-ul,
  .body-content .page-ul {
    margin-bottom: 48px; }
    .modal .page-ul li,
    .body-content .page-ul li {
      position: relative;
      padding-left: 17px; }
      .modal .page-ul li:not(:last-child),
      .body-content .page-ul li:not(:last-child) {
        margin-bottom: 12px; }
      .modal .page-ul li:before,
      .body-content .page-ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: currentColor; }
    .modal .page-ul a,
    .body-content .page-ul a {
      color: #002277; }
  .modal .page-to-list,
  .body-content .page-to-list {
    padding-top: 16px;
    border-top: 1px solid rgba(14, 14, 15, 0.1);
    padding-top: 8px; }
    .modal .page-to-list a,
    .body-content .page-to-list a {
      font-weight: 500; }
  @media screen and (min-width: 1025px) {
    .modal .page-row,
    .body-content .page-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .modal .page-content,
    .body-content .page-content {
      width: 100%;
      max-width: 712px;
      margin-right: 110px; }
    .modal .page-aside,
    .body-content .page-aside {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 330px; }
    .modal .page-col,
    .body-content .page-col {
      width: calc(25% - 18px); }
      .modal .page-col:not(:nth-child(4n)),
      .body-content .page-col:not(:nth-child(4n)) {
        margin-right: 24px; }
    .modal .page-aside-col > div,
    .body-content .page-aside-col > div {
      margin-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .modal .page-head,
    .body-content .page-head {
      margin-bottom: 72px;
      padding-top: 10px; }
      .modal .page-head .title,
      .body-content .page-head .title {
        margin-bottom: 0; } }
  @media screen and (max-width: 1024px) {
    .modal .page-col,
    .body-content .page-col {
      width: calc(50% - 12px); }
      .modal .page-col:not(:nth-child(2n)),
      .body-content .page-col:not(:nth-child(2n)) {
        margin-right: 24px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .page-aside,
    .body-content .page-aside {
      padding-top: 40px;
      margin: 40px -20px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .modal .page-aside-col,
      .body-content .page-aside-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
        padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .modal .page-head,
    .body-content .page-head {
      padding-top: 5px; }
    .modal .page-grid,
    .body-content .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; }
      .modal .page-grid:before, .modal .page-grid:after,
      .body-content .page-grid:before,
      .body-content .page-grid:after {
        content: '';
        display: block;
        min-width: 16px; }
    .modal .page-col,
    .body-content .page-col {
      width: 270px;
      min-width: 270px;
      margin-bottom: 0; }
      .modal .page-col:not(:nth-child(2n)),
      .body-content .page-col:not(:nth-child(2n)) {
        margin-right: 0; }
      .modal .page-col:not(:last-child),
      .body-content .page-col:not(:last-child) {
        margin-right: 16px; }
    .modal .page-aside,
    .body-content .page-aside {
      padding-top: 24px; }
      .modal .page-aside-col,
      .body-content .page-aside-col {
        margin-top: 40px; } }
  .modal .page-timetable .page-row,
  .body-content .page-timetable .page-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .modal .page-timetable .page-content,
  .body-content .page-timetable .page-content {
    width: calc(100% - 330px); }
  .modal .page-timetable a,
  .body-content .page-timetable a {
    color: #0044cc;
    text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .modal .page-timetable .page-content,
    .body-content .page-timetable .page-content {
      width: 100%; }
    .modal .page-timetable .page-aside,
    .body-content .page-timetable .page-aside {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  .modal .section-gallery,
  .body-content .section-gallery {
    padding-top: 10px; }
    @media screen and (max-width: 1024px) {
      .modal .section-gallery,
      .body-content .section-gallery {
        padding-top: 43px; }
        .modal .section-gallery .gallery-aside__card-title,
        .body-content .section-gallery .gallery-aside__card-title {
          padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .modal .section-gallery,
      .body-content .section-gallery {
        margin-top: 43px;
        border-top: 1px solid #E5E5E5;
        padding-top: 41px; } }
  .modal .gallery,
  .body-content .gallery {
    border: 1px solid #DFE1E6;
    border-radius: 4px; }
    .modal .gallery-head:not(:last-child),
    .body-content .gallery-head:not(:last-child) {
      margin-bottom: 24px; }
  .modal .gallery-slider,
  .body-content .gallery-slider {
    position: relative;
    height: 420px; }
    .modal .gallery-slider img,
    .body-content .gallery-slider img {
      max-height: 420px; }
    .modal .gallery-slider .swiper-container,
    .body-content .gallery-slider .swiper-container {
      height: 100%; }
    .modal .gallery-slider .swiper-slide,
    .body-content .gallery-slider .swiper-slide {
      height: auto; }
    .modal .gallery-slider .swiper-prev,
    .modal .gallery-slider .swiper-next,
    .body-content .gallery-slider .swiper-prev,
    .body-content .gallery-slider .swiper-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .modal .gallery-slider .swiper-prev,
    .body-content .gallery-slider .swiper-prev {
      left: 24px; }
    .modal .gallery-slider .swiper-next,
    .body-content .gallery-slider .swiper-next {
      right: 24px; }
  .modal .gallery-aside,
  .body-content .gallery-aside {
    position: relative; }
    .modal .gallery-aside:before,
    .body-content .gallery-aside:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #DFE1E6; }
    .modal .gallery-aside .swiper-slide,
    .body-content .gallery-aside .swiper-slide {
      height: auto; }
    .modal .gallery-aside .is_active.gallery-aside__card,
    .body-content .gallery-aside .is_active.gallery-aside__card {
      position: relative;
      background-color: #EEEFF2; }
      .modal .gallery-aside .is_active.gallery-aside__card:before,
      .body-content .gallery-aside .is_active.gallery-aside__card:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #DFE1E6; }
  .modal .gallery-aside__card,
  .body-content .gallery-aside__card {
    padding: 12px 30px 8px;
    cursor: pointer; }
  .modal .gallery-aside__slider,
  .body-content .gallery-aside__slider {
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear; }
  .modal .gallery-aside__slider.is_hidden,
  .body-content .gallery-aside__slider.is_hidden {
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .modal .gallery-aside__card-number,
  .body-content .gallery-aside__card-number {
    position: absolute;
    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;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    font-size: 1.02489vw;
    width: 30px;
    height: 30px;
    line-height: 2.19619vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9); }
    @media screen and (min-width: 1700px) {
      .modal .gallery-aside__card-number,
      .body-content .gallery-aside__card-number {
        font-size: 0.72917vw;
        line-height: 1.5625vw; } }
    @media screen and (max-width: 899px) {
      .modal .gallery-aside__card-number,
      .body-content .gallery-aside__card-number {
        font-size: 14px;
        line-height: 30px; } }
  .modal .gallery-aside__card-image,
  .body-content .gallery-aside__card-image {
    position: relative;
    padding-bottom: 62%;
    border-radius: 4px;
    overflow: hidden; }
    .modal .gallery-aside__card-image:before,
    .body-content .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; }
    .modal .gallery-aside__card-image:not(:last-child),
    .body-content .gallery-aside__card-image:not(:last-child) {
      margin-bottom: 8px; }
    .modal .gallery-aside__card-image img,
    .body-content .gallery-aside__card-image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .modal .gallery-aside__title,
  .body-content .gallery-aside__title {
    font-weight: 600;
    font-size: 1.31772vw;
    line-height: 1.61054vw; }
    @media screen and (min-width: 1700px) {
      .modal .gallery-aside__title,
      .body-content .gallery-aside__title {
        font-size: 0.9375vw;
        line-height: 1.14583vw; } }
    @media screen and (max-width: 899px) {
      .modal .gallery-aside__title,
      .body-content .gallery-aside__title {
        font-size: 18px;
        line-height: 22px; } }
  .modal .gallery-aside__head,
  .body-content .gallery-aside__head {
    padding: 32px 30px 24px; }
  .modal .gallery-img,
  .body-content .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; }
    .modal .gallery-img picture,
    .body-content .gallery-img picture {
      height: 100%; }
    .modal .gallery-img img,
    .body-content .gallery-img img {
      max-width: 100%;
      height: 100%;
      vertical-align: bottom;
      -o-object-fit: cover;
         object-fit: cover; }
  .modal .gallery-num,
  .body-content .gallery-num {
    color: #696C71;
    line-height: 24px; }
  .modal .gallery-aside__card-title,
  .body-content .gallery-aside__card-title {
    font-size: 1.02489vw;
    line-height: 1.31772vw; }
    @media screen and (min-width: 1700px) {
      .modal .gallery-aside__card-title,
      .body-content .gallery-aside__card-title {
        font-size: 0.72917vw;
        line-height: 0.9375vw; } }
    @media screen and (max-width: 899px) {
      .modal .gallery-aside__card-title,
      .body-content .gallery-aside__card-title {
        font-size: 14px;
        line-height: 18px; } }
  @media screen and (min-width: 1025px) {
    .modal .gallery,
    .body-content .gallery {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .modal .gallery-body,
    .body-content .gallery-body {
      width: calc(100% - 270px);
      padding: 32px;
      margin: auto; }
      .modal .gallery-body .section-title:not(:last-child),
      .body-content .gallery-body .section-title:not(:last-child) {
        margin-bottom: 8px; }
    .modal .gallery-aside__body,
    .body-content .gallery-aside__body {
      height: calc(100% - 78px);
      position: relative; }
      .modal .gallery-aside__body .swiper-container,
      .body-content .gallery-aside__body .swiper-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .modal .gallery-aside,
    .body-content .gallery-aside {
      width: 270px; }
      .modal .gallery-aside .swiper-wrapper,
      .body-content .gallery-aside .swiper-wrapper {
        display: block; } }
  .modal .gallery-link,
  .body-content .gallery-link {
    color: #0044CC;
    font-weight: 500;
    margin-top: 28px; }
  @media screen and (max-width: 1024px) {
    .modal .gallery-box,
    .body-content .gallery-box {
      padding: 32px; }
    .modal .gallery-aside__head,
    .body-content .gallery-aside__head {
      padding-top: 8px;
      padding-bottom: 20px; }
    .modal .gallery-slider,
    .body-content .gallery-slider {
      height: 337px; }
      .modal .gallery-slider img,
      .body-content .gallery-slider img {
        max-height: 337px; }
    .modal .gallery-img,
    .body-content .gallery-img {
      padding: 0 75px; }
    .modal .gallery-head .section-title,
    .body-content .gallery-head .section-title {
      margin-bottom: 6px; }
    .modal .gallery-aside .swiper-container,
    .body-content .gallery-aside .swiper-container {
      height: auto; }
    .modal .gallery-aside .swiper-slide,
    .body-content .gallery-aside .swiper-slide {
      width: auto; }
    .modal .gallery-aside__card,
    .body-content .gallery-aside__card {
      width: 270px; }
    .modal .gallery-aside .swiper,
    .body-content .gallery-aside .swiper {
      height: auto; }
    .modal .gallery-aside,
    .body-content .gallery-aside {
      border-left: none; }
      .modal .gallery-aside .swiper-wrapper,
      .body-content .gallery-aside .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .modal .gallery-aside:before,
      .body-content .gallery-aside:before {
        display: none; }
    .modal .gallery-aside__card,
    .body-content .gallery-aside__card {
      height: 100%;
      padding-bottom: 16px; }
    .modal .gallery-aside__card-image,
    .body-content .gallery-aside__card-image {
      padding-bottom: 61%; }
    .modal .gallery-aside .is_active.gallery-aside__card,
    .body-content .gallery-aside .is_active.gallery-aside__card {
      border-left: none;
      position: relative; }
      .modal .gallery-aside .is_active.gallery-aside__card:before,
      .body-content .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; }
    .modal .gallery-aside__slider,
    .body-content .gallery-aside__slider {
      position: relative; }
      .modal .gallery-aside__slider:before,
      .body-content .gallery-aside__slider:before {
        content: '';
        display: block;
        position: absolute;
        background-color: #DFE1E6;
        height: 1px;
        left: 0;
        right: 0;
        top: 0; }
    .modal .gallery-aside__card-title,
    .body-content .gallery-aside__card-title {
      padding-right: 10px; } }
  @media screen and (max-width: 767px) {
    .modal .gallery-img,
    .modal .gallery-box,
    .body-content .gallery-img,
    .body-content .gallery-box {
      padding: 0; }
    .modal .gallery-img,
    .body-content .gallery-img {
      border-radius: 0; }
    .modal .gallery,
    .body-content .gallery {
      border: none; }
    .modal .gallery-img img,
    .body-content .gallery-img img {
      max-height: 250px; }
    .modal .gallery-slider,
    .body-content .gallery-slider {
      margin: 0 -16px;
      height: auto; }
      .modal .gallery-slider img,
      .body-content .gallery-slider img {
        max-height: 62.5vw; }
    .modal .gallery-slider__nav,
    .body-content .gallery-slider__nav {
      display: none; }
    .modal .gallery-aside__head,
    .body-content .gallery-aside__head {
      padding-top: 40px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 20px; }
    .modal .gallery-aside__slider,
    .body-content .gallery-aside__slider {
      margin-left: -16px;
      margin-right: -16px;
      border-top: 1px solid #DFE1E6;
      border-bottom: 1px solid #DFE1E6; }
    .modal .gallery-aside__card,
    .body-content .gallery-aside__card {
      width: 182px;
      padding: 12px 16px 16px; }
    .modal .gallery-aside__card-image,
    .body-content .gallery-aside__card-image {
      padding-bottom: 60.2%; }
    .modal .gallery-link,
    .body-content .gallery-link {
      margin-top: 36px; } }
  .modal .home-screen,
  .body-content .home-screen {
    position: relative;
    padding-top: 33px;
    padding-bottom: 48px; }
    @media screen and (max-width: 1024px) {
      .modal .home-screen,
      .body-content .home-screen {
        padding-bottom: 52px; } }
    @media screen and (max-width: 767px) {
      .modal .home-screen,
      .body-content .home-screen {
        padding-top: 8px; } }
  .modal .home-slider,
  .body-content .home-slider {
    position: relative; }
    .modal .home-slider .swiper-container,
    .body-content .home-slider .swiper-container {
      border-radius: 4px; }
    .modal .home-slider .swiper-pagination,
    .body-content .home-slider .swiper-pagination {
      position: absolute;
      bottom: 21px;
      right: 0;
      width: auto;
      left: auto;
      padding: 0 19px;
      max-width: 300px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .modal .home-slider .swiper-pagination,
        .body-content .home-slider .swiper-pagination {
          position: static;
          bottom: 0;
          padding: 0;
          margin: 18px -5px 0; } }
      .modal .home-slider .swiper-pagination .swiper-pagination-bullet,
      .body-content .home-slider .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        background-color: #888;
        margin: 0 5px;
        opacity: 1; }
        @media (forced-colors: active) {
          .modal .home-slider .swiper-pagination .swiper-pagination-bullet,
          .body-content .home-slider .swiper-pagination .swiper-pagination-bullet {
            background-color: ActiveBorder; } }
        @media screen and (max-width: 767px) {
          .modal .home-slider .swiper-pagination .swiper-pagination-bullet,
          .body-content .home-slider .swiper-pagination .swiper-pagination-bullet {
            background-color: #696C71;
            opacity: 0.2; } }
      .modal .home-slider .swiper-pagination .swiper-pagination-bullet-active,
      .body-content .home-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #eee; }
        @media (forced-colors: active) {
          .modal .home-slider .swiper-pagination .swiper-pagination-bullet-active,
          .body-content .home-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: GrayText; } }
        @media screen and (max-width: 767px) {
          .modal .home-slider .swiper-pagination .swiper-pagination-bullet-active,
          .body-content .home-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #696C71;
            opacity: 1; } }
    .modal .home-slider .swiper-control-play,
    .body-content .home-slider .swiper-control-play {
      position: absolute;
      left: -32px;
      top: -4px;
      width: 19px;
      height: 28px;
      fill: white;
      cursor: pointer;
      background-image: url(../images/svg/pause.svg);
      background-repeat: no-repeat;
      background-size: contain; }
      .modal .home-slider .swiper-control-play.is-pause,
      .body-content .home-slider .swiper-control-play.is-pause {
        background-image: url(../images/svg/play.svg); }
  .modal .home-slide,
  .body-content .home-slide {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .modal .home-slide__img,
    .body-content .home-slide__img {
      display: block;
      height: 440px;
      background-color: #F3F5F7;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media screen and (max-width: 767px) {
        .modal .home-slide__img,
        .body-content .home-slide__img {
          height: 180px;
          border-radius: 4px; } }
    .modal .home-slide__title,
    .body-content .home-slide__title {
      display: inline-block;
      font-size: 1.61054vw;
      line-height: 1.90337vw;
      font-weight: 600; }
      @media screen and (min-width: 1700px) {
        .modal .home-slide__title,
        .body-content .home-slide__title {
          font-size: 1.14583vw;
          line-height: 1.35417vw; } }
      @media screen and (max-width: 899px) {
        .modal .home-slide__title,
        .body-content .home-slide__title {
          font-size: 22px;
          line-height: 26px; } }
      @media screen and (min-width: 768px) {
        .modal .home-slide__title,
        .body-content .home-slide__title {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          color: #fff;
          padding: 24px 324px 24px 24px;
          background: rgba(14, 14, 15, 0.54); } }
      @media screen and (max-width: 1024px) {
        .modal .home-slide__title,
        .body-content .home-slide__title {
          font-weight: 500; } }
      @media screen and (max-width: 767px) {
        .modal .home-slide__title,
        .body-content .home-slide__title {
          color: #0E0E0F;
          font-weight: 600;
          margin-top: 17px; } }
  .modal .home-cards,
  .body-content .home-cards {
    margin-top: 24px; }
    @media screen and (max-width: 767px) {
      .modal .home-cards,
      .body-content .home-cards {
        margin-top: 37px; } }
    .modal .home-cards__row,
    .body-content .home-cards__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -8px;
      margin-right: -8px; }
    .modal .home-cards__col,
    .body-content .home-cards__col {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 8px;
      padding-left: 8px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333333%;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
      margin-bottom: 16px; }
      @media screen and (max-width: 1024px) {
        .modal .home-cards__col,
        .body-content .home-cards__col {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          padding-right: 6px;
          padding-left: 6px;
          margin-bottom: 12px; } }
      @media screen and (max-width: 767px) {
        .modal .home-cards__col,
        .body-content .home-cards__col {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
  .modal .card-link,
  .body-content .card-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: 11px;
    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%;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1713vw;
    line-height: 1.46413vw;
    transition: border 0.2s ease-out; }
    @media screen and (min-width: 1700px) {
      .modal .card-link,
      .body-content .card-link {
        font-size: 0.83333vw;
        line-height: 1.04167vw; } }
    @media screen and (max-width: 899px) {
      .modal .card-link,
      .body-content .card-link {
        font-size: 16px;
        line-height: 20px; } }
    .modal .card-link:hover,
    .body-content .card-link:hover {
      border-color: #0e0e0f; }
    .modal .card-link__icon,
    .body-content .card-link__icon {
      width: 60px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 60px;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
      min-width: 60px;
      margin-right: 13px; }
      .modal .card-link__icon img,
      .body-content .card-link__icon img {
        display: block;
        width: 100%;
        height: auto; }
  .modal .info-link,
  .body-content .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%; }
    .modal .info-link:hover,
    .body-content .info-link:hover {
      border-color: #0E0E0F; }
    .modal .info-link__icon,
    .body-content .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; }
    .modal .info-link__title,
    .body-content .info-link__title {
      font-weight: 600;
      line-height: 20px; }
      .modal .info-link__title:not(:last-child),
      .body-content .info-link__title:not(:last-child) {
        width: calc(100% - 40px); }
  .modal .department-card,
  .body-content .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: 11px 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%; }
    .modal .department-card__icon,
    .body-content .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; }
      .modal .department-card__icon + .department-card__title,
      .body-content .department-card__icon + .department-card__title {
        width: calc(100% - 78px); }
        @media screen and (max-width: 1024px) {
          .modal .department-card__icon + .department-card__title,
          .body-content .department-card__icon + .department-card__title {
            width: calc(100% - 95px); } }
      .modal .department-card__icon img,
      .body-content .department-card__icon img {
        max-width: 60px;
        vertical-align: middle; }
    .modal .department-card__title,
    .body-content .department-card__title {
      font-weight: 600;
      font-size: 1.0981vw;
      line-height: 1.31772vw; }
      @media screen and (min-width: 1700px) {
        .modal .department-card__title,
        .body-content .department-card__title {
          font-size: 0.78125vw;
          line-height: 0.9375vw; } }
      @media screen and (max-width: 899px) {
        .modal .department-card__title,
        .body-content .department-card__title {
          font-size: 15px;
          line-height: 18px; } }
    .modal .department-card:hover,
    .body-content .department-card:hover {
      border-color: #0e0e0f; }
  @media screen and (min-width: 1025px) {
    .modal .department-card,
    .body-content .department-card {
      padding-right: 25px; } }
  .modal .news-card,
  .body-content .news-card {
    display: block; }
    .modal .news-card:hover .news-card__title,
    .body-content .news-card:hover .news-card__title {
      color: #002277; }
    .modal .news-card__image,
    .body-content .news-card__image {
      position: relative;
      padding-bottom: 60%;
      overflow: hidden;
      border-radius: 4px;
      background-color: #ccc; }
      .modal .news-card__image:not(:last-child),
      .body-content .news-card__image:not(:last-child) {
        margin-bottom: 8px; }
      .modal .news-card__image img,
      .body-content .news-card__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .modal .news-card__date:not(:last-child),
    .body-content .news-card__date:not(:last-child) {
      margin-bottom: 4px; }
    .modal .news-card__title,
    .body-content .news-card__title {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      -webkit-transition: color .2s ease-out;
      -o-transition: color .2s ease-out;
      transition: color .2s ease-out; }
      @media screen and (min-width: 1700px) {
        .modal .news-card__title,
        .body-content .news-card__title {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .news-card__title,
        .body-content .news-card__title {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (min-width: 1025px) {
    .modal .news-card__box,
    .body-content .news-card__box {
      padding-right: 14px; } }
  @media screen and (max-width: 1024px) {
    .modal .news-card__box,
    .body-content .news-card__box {
      padding-right: 24px; } }
  .modal .news-tabs-screen,
  .body-content .news-tabs-screen {
    position: relative;
    background-color: #F3F5F7;
    padding-top: 67px;
    padding-bottom: 62px; }
    @media screen and (max-width: 1024px) {
      .modal .news-tabs-screen .news-card__box,
      .body-content .news-tabs-screen .news-card__box {
        padding-right: 40px; }
      .modal .news-tabs-screen .tabs-col.tabs-col_no-img > *,
      .body-content .news-tabs-screen .tabs-col.tabs-col_no-img > * {
        min-width: 367px;
        max-width: 367px; } }
  .modal .news-tabs,
  .body-content .news-tabs {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    position: relative; }
    @media screen and (min-width: 1700px) {
      .modal .news-tabs,
      .body-content .news-tabs {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .news-tabs,
      .body-content .news-tabs {
        font-size: 16px;
        line-height: 24px; } }
    .modal .news-tabs .tabs-top,
    .body-content .news-tabs .tabs-top {
      margin-bottom: 16px; }
    .modal .news-tabs .tabs-link,
    .body-content .news-tabs .tabs-link {
      padding-top: 15px; }
      @media screen and (max-width: 767px) {
        .modal .news-tabs .tabs-link,
        .body-content .news-tabs .tabs-link {
          padding-top: 0; } }
    @media screen and (max-width: 1024px) {
      .modal .news-tabs .tabs-top .tabs-head,
      .body-content .news-tabs .tabs-top .tabs-head {
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .modal .news-tabs .tabs-top .tabs-head,
      .body-content .news-tabs .tabs-top .tabs-head {
        padding-right: 0; }
      .modal .news-tabs .tabs-top,
      .body-content .news-tabs .tabs-top {
        margin-bottom: 15px; }
      .modal .news-tabs .tabs-top .tabs-head,
      .body-content .news-tabs .tabs-top .tabs-head {
        padding-right: 0;
        margin-bottom: 15px; } }
  .modal .info-cards,
  .body-content .info-cards {
    position: relative; }
    .modal .info-cards .section-title,
    .body-content .info-cards .section-title {
      margin-bottom: 23px; }
    .modal .info-cards__row,
    .body-content .info-cards__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -12px;
      margin-right: -12px; }
      @media screen and (max-width: 1024px) {
        .modal .info-cards__row,
        .body-content .info-cards__row {
          margin-left: -6px;
          margin-right: -6px; } }
    .modal .info-cards__col,
    .body-content .info-cards__col {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 0 12px;
      min-height: 1px;
      position: relative;
      margin-bottom: 24px; }
      @media screen and (max-width: 1024px) {
        .modal .info-cards__col,
        .body-content .info-cards__col {
          padding-left: 6px;
          padding-right: 6px;
          margin-bottom: 12px; } }
      @media screen and (max-width: 767px) {
        .modal .info-cards__col,
        .body-content .info-cards__col {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
  .modal .info-screen,
  .body-content .info-screen {
    padding-top: 65px;
    padding-bottom: 20px; }
    .modal .info-screen__row,
    .body-content .info-screen__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -16px;
      margin-right: -16px; }
      @media screen and (max-width: 1024px) {
        .modal .info-screen__row,
        .body-content .info-screen__row {
          margin-left: -6px;
          margin-right: -6px; } }
    .modal .info-screen__content,
    .body-content .info-screen__content {
      width: 100%;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66%;
          -ms-flex: 0 0 66%;
              flex: 0 0 66%;
      max-width: 66%;
      min-height: 1px;
      padding-left: 16px;
      padding-right: 16px; }
      @media screen and (max-width: 1024px) {
        .modal .info-screen__content,
        .body-content .info-screen__content {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 6px;
          padding-right: 6px; } }
    .modal .info-screen__aside,
    .body-content .info-screen__aside {
      width: 100%;
      position: relative;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 34%;
          -ms-flex: 0 0 34%;
              flex: 0 0 34%;
      max-width: 34%;
      min-height: 1px;
      padding-left: 16px;
      padding-right: 16px; }
      @media screen and (max-width: 1024px) {
        .modal .info-screen__aside,
        .body-content .info-screen__aside {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 6px;
          padding-right: 6px;
          margin-top: 52px; } }
      @media screen and (max-width: 767px) {
        .modal .info-screen__aside,
        .body-content .info-screen__aside {
          margin-top: 13px; } }
      .modal .info-screen__aside .events-calendar__title,
      .body-content .info-screen__aside .events-calendar__title {
        font-weight: 600;
        font-size: 1.90337vw;
        line-height: 2.34261vw;
        margin-bottom: 23px; }
        @media screen and (min-width: 1700px) {
          .modal .info-screen__aside .events-calendar__title,
          .body-content .info-screen__aside .events-calendar__title {
            font-size: 1.35417vw;
            line-height: 1.66667vw; } }
        @media screen and (max-width: 899px) {
          .modal .info-screen__aside .events-calendar__title,
          .body-content .info-screen__aside .events-calendar__title {
            font-size: 26px;
            line-height: 32px; } }
      .modal .info-screen__aside .datepicker-inline .datepicker,
      .body-content .info-screen__aside .datepicker-inline .datepicker {
        max-width: 380px; }
        @media screen and (max-width: 1024px) {
          .modal .info-screen__aside .datepicker-inline .datepicker,
          .body-content .info-screen__aside .datepicker-inline .datepicker {
            margin-left: auto;
            margin-right: auto;
            border-color: transparent; } }
      @media screen and (max-width: 1024px) {
        .modal .info-screen__aside .events-calendar-wrap,
        .body-content .info-screen__aside .events-calendar-wrap {
          border: 1px solid #DFE1E6;
          border-radius: 4px; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .modal .info-screen .page-aside-col,
  .body-content .info-screen .page-aside-col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0; } }
  .modal .events-card,
  .body-content .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) {
      .modal .events-card:hover,
      .body-content .events-card:hover {
        border-color: #0E0E0F; } }
    .modal .events-card__title,
    .body-content .events-card__title {
      font-size: 1.1713vw;
      line-height: 1.46413vw; }
      @media screen and (min-width: 1700px) {
        .modal .events-card__title,
        .body-content .events-card__title {
          font-size: 0.83333vw;
          line-height: 1.04167vw; } }
      @media screen and (max-width: 899px) {
        .modal .events-card__title,
        .body-content .events-card__title {
          font-size: 16px;
          line-height: 20px; } }
    .modal .events-card__image,
    .body-content .events-card__image {
      padding-bottom: 55.4%;
      position: relative;
      background-color: #e7e7e7; }
      .modal .events-card__image img,
      .body-content .events-card__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .modal .events-card__box,
    .body-content .events-card__box {
      padding: 12px 12px 14px 14px; }
  .modal .crumbs,
  .body-content .crumbs {
    margin-bottom: 40px; }
    .modal .crumbs__list,
    .body-content .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; }
    .modal .crumbs li,
    .body-content .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: 1.02489vw;
      line-height: 1.31772vw;
      white-space: nowrap;
      color: #696C71;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      @media screen and (min-width: 1700px) {
        .modal .crumbs li,
        .body-content .crumbs li {
          font-size: 0.72917vw;
          line-height: 0.9375vw; } }
      @media screen and (max-width: 899px) {
        .modal .crumbs li,
        .body-content .crumbs li {
          font-size: 14px;
          line-height: 18px; } }
      .modal .crumbs li:not(:last-child):after,
      .body-content .crumbs li:not(:last-child):after {
        content: '/';
        margin: 0 8px; }
    .modal .crumbs a,
    .body-content .crumbs a {
      display: inline-block;
      font-size: 1.02489vw;
      line-height: 1.31772vw;
      text-decoration: none;
      color: #696C71;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      @media screen and (min-width: 1700px) {
        .modal .crumbs a,
        .body-content .crumbs a {
          font-size: 0.72917vw;
          line-height: 0.9375vw; } }
      @media screen and (max-width: 899px) {
        .modal .crumbs a,
        .body-content .crumbs a {
          font-size: 14px;
          line-height: 18px; } }
  @media screen and (min-width: 1025px) {
    .modal .crumbs li,
    .body-content .crumbs li {
      min-width: 70px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .crumbs,
    .body-content .crumbs {
      margin-bottom: 30px; }
      .modal .crumbs__list,
      .body-content .crumbs__list {
        overflow: auto hidden;
        padding-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .modal .crumbs__list li,
    .body-content .crumbs__list li {
      width: 100%; }
      .modal .crumbs__list li:after,
      .body-content .crumbs__list li:after {
        display: none; }
      .modal .crumbs__list li:not(:nth-last-child(2)),
      .body-content .crumbs__list li:not(:nth-last-child(2)) {
        display: none; }
      .modal .crumbs__list li a,
      .body-content .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; }
        .modal .crumbs__list li a:before,
        .body-content .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; } }
  .modal .filter,
  .body-content .filter {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px;
    background: #F3F5F7; }
    .modal .filter__title,
    .body-content .filter__title {
      font-weight: 600;
      font-size: 1.1713vw;
      line-height: 1.1713vw;
      margin-bottom: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .filter__title,
        .body-content .filter__title {
          font-size: 0.83333vw;
          line-height: 0.83333vw; } }
      @media screen and (max-width: 899px) {
        .modal .filter__title,
        .body-content .filter__title {
          font-size: 16px;
          line-height: 16px; } }
    .modal .filter-row,
    .body-content .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; }
      .modal .filter-row .filter-select,
      .body-content .filter-row .filter-select {
        margin: 0;
        max-width: none; }
        @media screen and (min-width: 1025px) {
          .modal .filter-row .filter-select,
          .body-content .filter-row .filter-select {
            max-width: 320px; } }
      .modal .filter-row + .form-input,
      .body-content .filter-row + .form-input {
        margin-top: 24px; }
    .modal .filter-dates__row,
    .body-content .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; }
    .modal .filter-date__error,
    .body-content .filter-date__error {
      position: relative;
      margin-bottom: 8px;
      color: #aa0000;
      font-weight: 400;
      line-height: 24px;
      padding-left: 24px;
      display: block; }
      .modal .filter-date__error:before,
      .body-content .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%); }
    .modal .filter-date,
    .body-content .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; }
      .modal .filter-date__to,
      .body-content .filter-date__to {
        margin-right: 0; }
    .modal .filter__input,
    .body-content .filter__input {
      max-width: 134px; }
    .modal .filter__icon,
    .body-content .filter__icon {
      margin-left: 10px; }
    .modal .filter-select,
    .body-content .filter-select {
      margin-left: 24px;
      width: 100%;
      max-width: 352px; }
    .modal .filter-submit,
    .body-content .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; }
      .modal .filter-submit-row,
      .body-content .filter-submit-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .modal .filter-submit-row .button:not(:last-child),
        .body-content .filter-submit-row .button:not(:last-child) {
          margin-right: 24px; }
    .modal .filter-gallery-form .filter-select,
    .body-content .filter-gallery-form .filter-select {
      margin-left: 0; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .filter-select,
    .body-content .filter-select {
      max-width: 280px; }
    .modal .filter-submit,
    .body-content .filter-submit {
      width: 100%;
      margin-top: 24px;
      margin-left: 0; }
      .modal .filter-submit button[type='submit'],
      .body-content .filter-submit button[type='submit'] {
        max-width: 115px; }
    .modal #filter-date .filter-submit-row,
    .body-content #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; }
    .modal #filter-date button[type='reset'],
    .modal #filter-date .button_ghost,
    .body-content #filter-date button[type='reset'],
    .body-content #filter-date .button_ghost {
      margin: 0 0 0 24px; } }
  @media screen and (max-width: 767px) {
    .modal .filter,
    .body-content .filter {
      padding: 24px 16px;
      margin: 0 -16px; }
      .modal .filter-row,
      .body-content .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; }
      .modal .filter-dates__row,
      .body-content .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; }
      .modal .filter-dates,
      .body-content .filter-dates {
        width: 100%; }
      .modal .filter-date,
      .body-content .filter-date {
        width: 100%;
        margin-top: 12px;
        margin-right: 0; }
      .modal .filter__input,
      .body-content .filter__input {
        max-width: calc(100% - 24px); }
      .modal .filter-select,
      .body-content .filter-select {
        margin-top: 24px;
        margin-left: 0; }
      .modal .filter-submit,
      .body-content .filter-submit {
        margin-top: 24px;
        margin-left: 0;
        width: 100%; }
        .modal .filter-submit-row,
        .body-content .filter-submit-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .modal .filter-submit-row .button:not(:last-child),
          .body-content .filter-submit-row .button:not(:last-child) {
            margin: 0 0 16px; }
      .modal .filter__errors .label-error,
      .body-content .filter__errors .label-error {
        display: inline-block;
        margin-top: 8px; }
      .modal .filter-gallery-form .filter-select,
      .body-content .filter-gallery-form .filter-select {
        margin-top: 0;
        max-width: 100%; }
    .modal #filter-date button[type='submit'],
    .body-content #filter-date button[type='submit'] {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .modal #filter-date button[type='reset'],
    .modal #filter-date .button_ghost,
    .body-content #filter-date button[type='reset'],
    .body-content #filter-date .button_ghost {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin: 16px 0 0; } }
  .modal .news-list .news-item,
  .body-content .news-list .news-item {
    padding-top: 24px;
    padding-right: 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; }
    .modal .news-list .news-item.is-active,
    .body-content .news-list .news-item.is-active {
      background-color: #F3F5F7; }
    .modal .news-list .news-item.news-item_photo,
    .body-content .news-list .news-item.news-item_photo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .modal .news-list .news-item.news-item_photo .news-item__preview,
      .body-content .news-list .news-item.news-item_photo .news-item__preview {
        -webkit-line-clamp: 6; }
        @media screen and (max-width: 767px) {
          .modal .news-list .news-item.news-item_photo .news-item__preview,
          .body-content .news-list .news-item.news-item_photo .news-item__preview {
            -webkit-line-clamp: 5; } }
      .modal .news-list .news-item.news-item_photo .news-item__photo img,
      .body-content .news-list .news-item.news-item_photo .news-item__photo img {
        display: block;
        height: 100%;
        width: auto;
        margin: 0 auto;
        background-color: #F3F3F3;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-radius: 4px;
        -o-object-position: center;
           object-position: center; }
    .modal .news-list .news-item__photo,
    .body-content .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; }
      .modal .news-list .news-item__photo img,
      .body-content .news-list .news-item__photo img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
        @media all and (-ms-high-contrast: none) {
          .modal .news-list .news-item__photo img,
          .body-content .news-list .news-item__photo img {
            height: auto; } }
    .modal .news-list .news-item__content,
    .body-content .news-list .news-item__content {
      width: calc(100% - 240px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 24px;
      max-width: 618px; }
    .modal .news-list .news-item__date,
    .body-content .news-list .news-item__date {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-bottom: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .news-list .news-item__date,
        .body-content .news-list .news-item__date {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .news-list .news-item__date,
        .body-content .news-list .news-item__date {
          font-size: 16px;
          line-height: 24px; } }
    .modal .news-list .news-item__title,
    .body-content .news-list .news-item__title {
      font-weight: 600;
      font-size: 1.46413vw;
      line-height: 1.75695vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .news-list .news-item__title,
        .body-content .news-list .news-item__title {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .news-list .news-item__title,
        .body-content .news-list .news-item__title {
          font-size: 20px;
          line-height: 24px; } }
    .modal .news-list .news-item__preview,
    .body-content .news-list .news-item__preview {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      margin-top: 12px;
      color: #0E0E0F;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      max-height: 192px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
      @media screen and (min-width: 1700px) {
        .modal .news-list .news-item__preview,
        .body-content .news-list .news-item__preview {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .news-list .news-item__preview,
        .body-content .news-list .news-item__preview {
          font-size: 16px;
          line-height: 24px; } }
      .modal .news-list .news-item__preview p,
      .body-content .news-list .news-item__preview p {
        margin: 0 !important; }
    .modal .news-list .news-item__category,
    .body-content .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; }
      .modal .news-list .news-item__category li,
      .body-content .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: 1.1713vw;
        line-height: 1.75695vw;
        color: #696C71;
        padding-right: 8px; }
        @media screen and (min-width: 1700px) {
          .modal .news-list .news-item__category li,
          .body-content .news-list .news-item__category li {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .news-list .news-item__category li,
          .body-content .news-list .news-item__category li {
            font-size: 16px;
            line-height: 24px; } }
        .modal .news-list .news-item__category li:before,
        .body-content .news-list .news-item__category li:before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          margin-right: 8px;
          margin-bottom: -1px;
          background: #696C71; }
      .modal .news-list .news-item__category a,
      .body-content .news-list .news-item__category a {
        font-size: 1.1713vw;
        line-height: 1.75695vw;
        color: #696C71; }
        @media screen and (min-width: 1700px) {
          .modal .news-list .news-item__category a,
          .body-content .news-list .news-item__category a {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .news-list .news-item__category a,
          .body-content .news-list .news-item__category a {
            font-size: 16px;
            line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .modal .news-list .news-item,
    .body-content .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;
      max-width: 100%;
      width: 100%;
      margin-top: 0;
      padding: 24px 0;
      max-width: 100%; }
      .modal .news-list .news-item__photo,
      .body-content .news-list .news-item__photo {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 62.5%; }
        .modal .news-list .news-item__photo img,
        .body-content .news-list .news-item__photo img {
          top: 0;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .modal .news-list .news-item__content,
      .body-content .news-list .news-item__content {
        max-width: 100%;
        width: 100%;
        margin-top: 16px;
        padding-left: 0;
        max-width: 100%; }
      .modal .news-list .news-item__preview,
      .body-content .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; } }
  .modal .news-article-header,
  .body-content .news-article-header {
    max-width: 760px;
    margin-bottom: 32px; }
  .modal .news-article__date,
  .body-content .news-article__date {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71;
    margin-bottom: 12px; }
    @media screen and (min-width: 1700px) {
      .modal .news-article__date,
      .body-content .news-article__date {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .news-article__date,
      .body-content .news-article__date {
        font-size: 16px;
        line-height: 24px; } }
  .modal .news-article__category,
  .body-content .news-article__category {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71;
    margin-top: 8px; }
    @media screen and (min-width: 1700px) {
      .modal .news-article__category,
      .body-content .news-article__category {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .news-article__category,
      .body-content .news-article__category {
        font-size: 16px;
        line-height: 24px; } }
  .modal .news-article-content,
  .body-content .news-article-content {
    max-width: 760px;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .news-article-content,
      .body-content .news-article-content {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .news-article-content,
      .body-content .news-article-content {
        font-size: 16px;
        line-height: 24px; } }
    .modal .news-article-content p:not(:last-child),
    .body-content .news-article-content p:not(:last-child) {
      margin-bottom: 15px; }
      .modal .news-article-content p:not(:last-child) ~ .news-article__photo,
      .body-content .news-article-content p:not(:last-child) ~ .news-article__photo {
        margin-top: 40px; }
    .modal .news-article-content a,
    .body-content .news-article-content a {
      color: #0044CC;
      text-decoration: underline; }
      .modal .news-article-content a:hover,
      .body-content .news-article-content a:hover {
        text-decoration: none; }
    .modal .news-article-content .subtitle,
    .body-content .news-article-content .subtitle {
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      color: #0E0E0F;
      font-weight: 600;
      margin: 60px 0 15px; }
      @media screen and (min-width: 1700px) {
        .modal .news-article-content .subtitle,
        .body-content .news-article-content .subtitle {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .news-article-content .subtitle,
        .body-content .news-article-content .subtitle {
          font-size: 18px;
          line-height: 22px; } }
    .modal .news-article-content ol,
    .body-content .news-article-content ol {
      counter-reset: counter; }
      .modal .news-article-content ol li,
      .body-content .news-article-content ol li {
        counter-increment: counter; }
        .modal .news-article-content ol li:before,
        .body-content .news-article-content ol li:before {
          content: counter(counter) ". "; }
    .modal .news-article-content li,
    .body-content .news-article-content li {
      margin-bottom: 15px; }
  .modal .news-article__photo,
  .body-content .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; }
    .modal .news-article__photo picture,
    .body-content .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%;
      width: 100%; }
    .modal .news-article__photo img,
    .body-content .news-article__photo img {
      height: 100%;
      width: auto;
      max-width: none; }
  .modal .news-article__prev .icon, .modal .news-article__next .icon,
  .body-content .news-article__prev .icon,
  .body-content .news-article__next .icon {
    width: 14px;
    height: 14px;
    margin-bottom: -2px; }
  .modal .news-article__prev .button__text, .modal .news-article__next .button__text,
  .body-content .news-article__prev .button__text,
  .body-content .news-article__next .button__text {
    padding: 16px;
    font-weight: 500; }
  @media screen and (min-width: 768px) {
    .modal .news-article__next,
    .body-content .news-article__next {
      margin-left: auto; } }
  .modal .news-article-nav,
  .body-content .news-article-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: 8px; }
  .modal .news-article-all,
  .body-content .news-article-all {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(14, 14, 15, 0.1); }
    .modal .news-article-all a,
    .body-content .news-article-all a {
      font-weight: 500; }
  @media screen and (min-width: 1025px) {
    .modal .news-article__prev, .modal .news-article__next,
    .body-content .news-article__prev,
    .body-content .news-article__next {
      position: relative; }
      .modal .news-article__prev:hover .news-article-widget, .modal .news-article__next:hover .news-article-widget,
      .body-content .news-article__prev:hover .news-article-widget,
      .body-content .news-article__next:hover .news-article-widget {
        opacity: 1;
        visibility: visible; }
    .modal .news-article-widget,
    .body-content .news-article-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 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .modal .news-article-widget__wrap,
      .body-content .news-article-widget__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
      .modal .news-article-widget__photo,
      .body-content .news-article-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; }
      .modal .news-article-widget__title,
      .body-content .news-article-widget__title {
        font-weight: 500;
        font-size: 1.1713vw;
        line-height: 1.39092vw;
        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 screen and (min-width: 1025px) and (min-width: 1700px) {
      .modal .news-article-widget__title,
      .body-content .news-article-widget__title {
        font-size: 0.83333vw;
        line-height: 0.98958vw; } }
    @media screen and (min-width: 1025px) and (max-width: 899px) {
      .modal .news-article-widget__title,
      .body-content .news-article-widget__title {
        font-size: 16px;
        line-height: 24px; } }
  @media screen and (min-width: 1025px) {
        .modal .news-article-widget__title:hover,
        .body-content .news-article-widget__title:hover {
          text-decoration: underline; } }
  @media (min-width: 1025px) and (max-width: 1440px) {
    .modal .news-article__prev .news-article-widget,
    .body-content .news-article__prev .news-article-widget {
      left: 0; }
    .modal .news-article__next .news-article-widget,
    .body-content .news-article__next .news-article-widget {
      left: auto;
      right: 0; } }
  @media screen and (max-width: 1024px) {
    .modal .news-article-widget,
    .body-content .news-article-widget {
      display: none; } }
  @media screen and (min-width: 768px) {
    .modal .news-article .title,
    .body-content .news-article .title {
      font-size: 2.63543vw;
      line-height: 3.22108vw;
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) and (min-width: 1700px) {
    .modal .news-article .title,
    .body-content .news-article .title {
      font-size: 1.875vw;
      line-height: 2.29167vw; } }
  @media screen and (min-width: 768px) and (max-width: 899px) {
    .modal .news-article .title,
    .body-content .news-article .title {
      font-size: 36px;
      line-height: 44px; } }
  @media screen and (max-width: 767px) {
    .modal .news-article .title,
    .body-content .news-article .title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 32px;
      font-weight: 500; }
    .modal .news-article__photo,
    .body-content .news-article__photo {
      height: 180px; }
    .modal .news-article-nav,
    .body-content .news-article-nav {
      margin-top: 0;
      -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; }
      .modal .news-article-nav .button__icon,
      .body-content .news-article-nav .button__icon {
        display: none; }
      .modal .news-article-nav .button__text,
      .body-content .news-article-nav .button__text {
        padding: 0; }
    .modal .news-article-all,
    .body-content .news-article-all {
      margin-top: 0;
      padding-top: 0;
      border: none; } }
  .modal .paginator,
  .body-content .paginator {
    margin-top: 32px; }
    .modal .paginator__list,
    .body-content .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; }
    .modal .paginator li,
    .body-content .paginator li {
      margin-right: 4px; }
    .modal .paginator .is-active a,
    .body-content .paginator .is-active a {
      background-color: #DDE7FF; }
    .modal .paginator .is-hidden,
    .body-content .paginator .is-hidden {
      display: none; }
    .modal .paginator a,
    .body-content .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: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .paginator a,
        .body-content .paginator a {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .paginator a,
        .body-content .paginator a {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (min-width: 768px) {
    .modal .paginator .is-forward .icon,
    .body-content .paginator .is-forward .icon {
      display: none; }
    .modal .paginator__dots,
    .body-content .paginator__dots {
      display: none; } }
  @media screen and (max-width: 767px) {
    .modal .paginator .is-forward span,
    .body-content .paginator .is-forward span {
      display: none; }
    .modal .paginator .is-hidden-mobile,
    .body-content .paginator .is-hidden-mobile {
      display: none; }
    .modal .paginator .is-first span,
    .body-content .paginator .is-first span {
      display: none; }
    .modal .paginator .is-first a:after,
    .body-content .paginator .is-first a:after {
      content: attr(data-mobile);
      font-size: 16px;
      line-height: 40px; }
    .modal .news-page .paginator,
    .body-content .news-page .paginator {
      padding: 0 16px; } }
  .modal .datepicker,
  .body-content .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; }
    .modal .datepicker-inline .datepicker,
    .body-content .datepicker-inline .datepicker {
      width: 100%;
      max-width: 414px; }
    .modal .datepicker--nav,
    .body-content .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; }
      .modal .datepicker--nav-action,
      .body-content .datepicker--nav-action {
        position: absolute;
        top: 0;
        width: 32px;
        height: 32px;
        border-radius: 4px;
        background-color: #DDE7FF;
        -webkit-transition: opacity ease 0.3s;
        -o-transition: opacity ease 0.3s;
        transition: opacity ease 0.3s;
        font-size: 0;
        cursor: pointer; }
        .modal .datepicker--nav-action svg,
        .body-content .datepicker--nav-action svg {
          display: none; }
        .modal .datepicker--nav-action[data-action='prev'],
        .body-content .datepicker--nav-action[data-action='prev'] {
          left: 0;
          background-image: url("../images/svg/backward.svg");
          background-repeat: no-repeat;
          background-position: center; }
        .modal .datepicker--nav-action[data-action='next'],
        .body-content .datepicker--nav-action[data-action='next'] {
          right: 0;
          background-image: url("../images/svg/forward.svg");
          background-repeat: no-repeat;
          background-position: center; }
      .modal .datepicker--nav-title,
      .body-content .datepicker--nav-title {
        font-weight: 500;
        font-size: 1.02489vw;
        line-height: 1.46413vw;
        color: #0044CC;
        background: transparent;
        pointer-events: none; }
        @media screen and (min-width: 1700px) {
          .modal .datepicker--nav-title,
          .body-content .datepicker--nav-title {
            font-size: 0.72917vw;
            line-height: 1.04167vw; } }
        @media screen and (max-width: 899px) {
          .modal .datepicker--nav-title,
          .body-content .datepicker--nav-title {
            font-size: 14px;
            line-height: 20px; } }
        .modal .datepicker--nav-title i,
        .body-content .datepicker--nav-title i {
          font-weight: 500;
          font-size: 1.02489vw;
          line-height: 1.46413vw;
          color: #0044CC; }
          @media screen and (min-width: 1700px) {
            .modal .datepicker--nav-title i,
            .body-content .datepicker--nav-title i {
              font-size: 0.72917vw;
              line-height: 1.04167vw; } }
          @media screen and (max-width: 899px) {
            .modal .datepicker--nav-title i,
            .body-content .datepicker--nav-title i {
              font-size: 14px;
              line-height: 20px; } }
    .modal .datepicker--content,
    .body-content .datepicker--content {
      margin-top: 16px;
      padding: 0; }
    .modal .datepicker--day-name,
    .body-content .datepicker--day-name {
      color: #696C71;
      font-size: 1.02489vw;
      line-height: 1.46413vw;
      font-weight: 400;
      text-align: center;
      vertical-align: center;
      text-transform: none;
      padding-bottom: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .datepicker--day-name,
        .body-content .datepicker--day-name {
          font-size: 0.72917vw;
          line-height: 1.04167vw; } }
      @media screen and (max-width: 899px) {
        .modal .datepicker--day-name,
        .body-content .datepicker--day-name {
          font-size: 14px;
          line-height: 20px; } }
    .modal .datepicker--cells,
    .body-content .datepicker--cells {
      margin-right: -7px; }
    .modal .datepicker--cell,
    .body-content .datepicker--cell {
      border-collapse: collapse;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      font-size: 1.02489vw;
      line-height: 1.46413vw;
      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; }
      @media screen and (min-width: 1700px) {
        .modal .datepicker--cell,
        .body-content .datepicker--cell {
          font-size: 0.72917vw;
          line-height: 1.04167vw; } }
      @media screen and (max-width: 899px) {
        .modal .datepicker--cell,
        .body-content .datepicker--cell {
          font-size: 14px;
          line-height: 20px; } }
      .modal .datepicker--cell.-current-, .modal .datepicker--cell.-current-.focus-, .modal .datepicker--cell.-current-.-in-range-,
      .body-content .datepicker--cell.-current-,
      .body-content .datepicker--cell.-current-.focus-,
      .body-content .datepicker--cell.-current-.-in-range- {
        font-weight: 600;
        color: #0E0E0F; }
      .modal .datepicker--cell.-selected-, .modal .datepicker--cell.-selected-.-current-, .modal .datepicker--cell.-selected-.-focus-, .modal .datepicker--cell.-range-to-.-focus-,
      .body-content .datepicker--cell.-selected-,
      .body-content .datepicker--cell.-selected-.-current-,
      .body-content .datepicker--cell.-selected-.-focus-,
      .body-content .datepicker--cell.-range-to-.-focus- {
        background: #0044CC;
        color: #fff;
        border-radius: 0; }
        @media (forced-colors: active) {
          .modal .datepicker--cell.-selected-, .modal .datepicker--cell.-selected-.-current-, .modal .datepicker--cell.-selected-.-focus-, .modal .datepicker--cell.-range-to-.-focus-,
          .body-content .datepicker--cell.-selected-,
          .body-content .datepicker--cell.-selected-.-current-,
          .body-content .datepicker--cell.-selected-.-focus-,
          .body-content .datepicker--cell.-range-to-.-focus- {
            outline: 3px solid #000;
            z-index: 4; } }
      .modal .datepicker--cell.-disabled-,
      .body-content .datepicker--cell.-disabled- {
        background: #EEEFF2;
        color: #696C71;
        opacity: 0.5;
        pointer-events: none; }
      .modal .datepicker--cell.-in-range-,
      .body-content .datepicker--cell.-in-range- {
        background: #BBCFFF;
        color: #0E0E0F;
        border-radius: 0; }
      @media (forced-colors: active) {
        .modal .datepicker--cell.-focus-,
        .body-content .datepicker--cell.-focus- {
          outline: 3px solid #000;
          z-index: 4; } }
      .modal .datepicker--cell.-other-month-,
      .body-content .datepicker--cell.-other-month- {
        pointer-events: none; }
      .modal .datepicker--cell.-other-month-,
      .body-content .datepicker--cell.-other-month- {
        opacity: 0; }
  .modal .datepicker--cell.-focus-,
  .body-content .datepicker--cell.-focus- {
    outline: 3px solid #000;
    z-index: 2; }
  .modal .b-calendar-news_event,
  .body-content .b-calendar-news_event {
    margin-bottom: 16px; }
  .modal .b-calendar-news_lnk,
  .body-content .b-calendar-news_lnk {
    font-weight: 400;
    font-size: 1.1713vw;
    line-height: 1.5;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #0044CC; }
    @media screen and (min-width: 1700px) {
      .modal .b-calendar-news_lnk,
      .body-content .b-calendar-news_lnk {
        font-size: 0.83333vw; } }
    @media screen and (max-width: 899px) {
      .modal .b-calendar-news_lnk,
      .body-content .b-calendar-news_lnk {
        font-size: 16px; } }
  .modal .b-calendar-news_all-lnk,
  .body-content .b-calendar-news_all-lnk {
    font-weight: 500;
    font-size: 1.1713vw;
    line-height: 1.5;
    color: #0044CC; }
    @media screen and (min-width: 1700px) {
      .modal .b-calendar-news_all-lnk,
      .body-content .b-calendar-news_all-lnk {
        font-size: 0.83333vw; } }
    @media screen and (max-width: 899px) {
      .modal .b-calendar-news_all-lnk,
      .body-content .b-calendar-news_all-lnk {
        font-size: 16px; } }
  .modal .b-calendar-news_all,
  .body-content .b-calendar-news_all {
    margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .modal .datepicker.is-last-date .datepicker--pointer,
    .body-content .datepicker.is-last-date .datepicker--pointer {
      left: auto;
      right: 10px; } }
  @media screen and (max-width: 767px) {
    .modal .datepicker.is-last-date,
    .body-content .datepicker.is-last-date {
      margin-top: 58px; } }
  .modal .link-item,
  .body-content .link-item {
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
    .modal .link-item.link-item__icon,
    .body-content .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; }
      .modal .link-item.link-item__icon .link-item__text,
      .body-content .link-item.link-item__icon .link-item__text {
        font-weight: 500;
        margin-right: 17px; }
    .modal .link-item:hover,
    .body-content .link-item:hover {
      color: #CC2222; }
  .modal .options-nav,
  .body-content .options-nav {
    margin-top: 48px; }
    .modal .options-nav__list,
    .body-content .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; }
    .modal .options-nav__list > li,
    .body-content .options-nav__list > li {
      position: relative;
      margin: 0;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F;
      font-weight: 500;
      padding: 13px 0;
      border-radius: 4px; }
      @media screen and (min-width: 1700px) {
        .modal .options-nav__list > li,
        .body-content .options-nav__list > li {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .options-nav__list > li,
        .body-content .options-nav__list > li {
          font-size: 16px;
          line-height: 24px; } }
      .modal .options-nav__list > li:not(:last-child),
      .body-content .options-nav__list > li:not(:last-child) {
        margin-right: 24px; }
      .modal .options-nav__list > li.is-active,
      .body-content .options-nav__list > li.is-active {
        outline: 3px solid #6688DD; }
      .modal .options-nav__list > li.parent,
      .body-content .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; }
        .modal .options-nav__list > li.parent > a,
        .body-content .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); }
          .modal .options-nav__list > li.parent > a:after,
          .body-content .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; }
          .modal .options-nav__list > li.parent > a.is-active:after,
          .body-content .options-nav__list > li.parent > a.is-active:after {
            -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        .modal .options-nav__list > li.parent .options-widget,
        .body-content .options-nav__list > li.parent .options-widget {
          max-width: 243px;
          padding: 24px; }
      .modal .options-nav__list > li:focus,
      .body-content .options-nav__list > li:focus {
        outline: 3px solid #6688DD; }
      .modal .options-nav__list > li a,
      .body-content .options-nav__list > li a {
        font-size: 1.1713vw;
        line-height: 1.75695vw;
        color: #0E0E0F;
        font-weight: 500;
        text-decoration: none; }
        @media screen and (min-width: 1700px) {
          .modal .options-nav__list > li a,
          .body-content .options-nav__list > li a {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .options-nav__list > li a,
          .body-content .options-nav__list > li a {
            font-size: 16px;
            line-height: 24px; } }
    .modal .options-nav__hint,
    .body-content .options-nav__hint {
      margin-top: 16px;
      color: #696C71; }
    .modal .options-nav__link .icon,
    .body-content .options-nav__link .icon {
      line-height: 0;
      margin-bottom: -5px; }
  @media screen and (min-width: 768px) {
    .modal .options-nav__link .icon,
    .body-content .options-nav__link .icon {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .options-nav li.parent:last-child .options-widget,
    .body-content .options-nav li.parent:last-child .options-widget {
      left: auto;
      right: 0; }
    .modal .options-nav__hint,
    .body-content .options-nav__hint {
      display: none; } }
  @media screen and (max-width: 767px) {
    .modal .options-nav__list,
    .body-content .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; }
      .modal .options-nav__list > li,
      .body-content .options-nav__list > li {
        width: 100%; }
        .modal .options-nav__list > li.parent,
        .body-content .options-nav__list > li.parent {
          width: 100%; }
          .modal .options-nav__list > li.parent a,
          .body-content .options-nav__list > li.parent a {
            width: 100%; }
            .modal .options-nav__list > li.parent a:after,
            .body-content .options-nav__list > li.parent a:after {
              position: absolute;
              right: 0; }
    .modal .options-nav__hint,
    .body-content .options-nav__hint {
      display: none;
      line-height: 24px; } }
  .modal .options-widget,
  .body-content .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; }
    .modal .options-widget-back,
    .body-content .options-widget-back {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .modal .options-widget input,
    .body-content .options-widget input {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .modal .options-widget.is-active,
    .body-content .options-widget.is-active {
      opacity: 1;
      visibility: visible; }
    .modal .options-widget li,
    .body-content .options-widget li {
      margin-bottom: 24px; }
      .modal .options-widget li:last-child,
      .body-content .options-widget li:last-child {
        margin-bottom: 0; }
    .modal .options-widget .icon,
    .body-content .options-widget .icon {
      line-height: 0;
      margin-bottom: -5px;
      margin-right: 4px; }
    .modal .options-widget a:hover,
    .body-content .options-widget a:hover {
      text-decoration: underline; }
  @media (min-width: 1025px) and (max-width: 1440px) {
    .modal .options-widget,
    .body-content .options-widget {
      width: 320px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .options-widget,
    .body-content .options-widget {
      width: 500px; }
      .modal .options-widget.widget-code,
      .body-content .options-widget.widget-code {
        left: auto;
        right: 0; } }
  @media screen and (max-width: 767px) {
    .modal .options-widget,
    .body-content .options-widget {
      width: 100%; } }
  .modal .event .page-content .container,
  .modal .article,
  .body-content .event .page-content .container,
  .body-content .article {
    word-break: break-word; }
    .modal .event .page-content .container div:not([class]),
    .modal .article div:not([class]),
    .body-content .event .page-content .container div:not([class]),
    .body-content .article div:not([class]) {
      line-height: 24px; }
    .modal .event .page-content .container .title + .article-group,
    .modal .article .title + .article-group,
    .body-content .event .page-content .container .title + .article-group,
    .body-content .article .title + .article-group {
      padding-top: 24px; }
    .modal .event .page-content .container a,
    .modal .article a,
    .body-content .event .page-content .container a,
    .body-content .article a {
      color: #0044CC;
      text-decoration: underline; }
      .modal .event .page-content .container a:hover,
      .modal .article a:hover,
      .body-content .event .page-content .container a:hover,
      .body-content .article a:hover {
        text-decoration: none; }
    .modal .event .page-content .container p,
    .modal .article p,
    .body-content .event .page-content .container p,
    .body-content .article p {
      line-height: 24px; }
      .modal .event .page-content .container p:not(:last-child),
      .modal .article p:not(:last-child),
      .body-content .event .page-content .container p:not(:last-child),
      .body-content .article p:not(:last-child) {
        margin-bottom: 16px; }
        .modal .event .page-content .container p:not(:last-child) > .article-title,
        .modal .article p:not(:last-child) > .article-title,
        .body-content .event .page-content .container p:not(:last-child) > .article-title,
        .body-content .article p:not(:last-child) > .article-title {
          padding-top: 4px; }
        .modal .event .page-content .container p:not(:last-child) + .text-gray,
        .modal .article p:not(:last-child) + .text-gray,
        .body-content .event .page-content .container p:not(:last-child) + .text-gray,
        .body-content .article p:not(:last-child) + .text-gray {
          margin-top: -4px; }
      .modal .event .page-content .container p + .table-wrap,
      .modal .article p + .table-wrap,
      .body-content .event .page-content .container p + .table-wrap,
      .body-content .article p + .table-wrap {
        padding-top: 10px; }
    .modal .event .page-content .container ol,
    .modal .article ol,
    .body-content .event .page-content .container ol,
    .body-content .article ol {
      counter-reset: li; }
      .modal .event .page-content .container ol li,
      .modal .article ol li,
      .body-content .event .page-content .container ol li,
      .body-content .article ol li {
        position: relative;
        padding-left: 28px;
        font-size: 1.1713vw;
        line-height: 1.75695vw; }
        @media screen and (min-width: 1700px) {
          .modal .event .page-content .container ol li,
          .modal .article ol li,
          .body-content .event .page-content .container ol li,
          .body-content .article ol li {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .event .page-content .container ol li,
          .modal .article ol li,
          .body-content .event .page-content .container ol li,
          .body-content .article ol li {
            font-size: 16px;
            line-height: 24px; } }
        .modal .event .page-content .container ol li ul,
        .modal .article ol li ul,
        .body-content .event .page-content .container ol li ul,
        .body-content .article ol li ul {
          counter-reset: li; }
        .modal .event .page-content .container ol li ol > li,
        .modal .article ol li ol > li,
        .body-content .event .page-content .container ol li ol > li,
        .body-content .article ol li ol > li {
          padding-left: 42px; }
        .modal .event .page-content .container ol li:not(:last-child),
        .modal .article ol li:not(:last-child),
        .body-content .event .page-content .container ol li:not(:last-child),
        .body-content .article ol li:not(:last-child) {
          margin-bottom: 12px; }
      .modal .event .page-content .container ol .article-subtitle,
      .modal .article ol .article-subtitle,
      .body-content .event .page-content .container ol .article-subtitle,
      .body-content .article ol .article-subtitle {
        display: inline-block; }
    .modal .event .page-content .container ol li:before,
    .modal .article ol li:before,
    .body-content .event .page-content .container ol li:before,
    .body-content .article ol li:before {
      counter-increment: li;
      content: counters(li, ".") ". ";
      position: absolute;
      top: 0;
      left: 6px; }
      @media screen and (max-width: 767px) {
        .modal .event .page-content .container ol li:before,
        .modal .article ol li:before,
        .body-content .event .page-content .container ol li:before,
        .body-content .article ol li:before {
          left: 5px; } }
    .modal .event .page-content .container ol li ol > li:before,
    .modal .article ol li ol > li:before,
    .body-content .event .page-content .container ol li ol > li:before,
    .body-content .article ol li ol > li:before {
      content: counters(li, ".") " "; }
    .modal .event .page-content .container ol li ul:not(.dg-attribution__links) li:not(:last-child),
    .modal .article ol li ul:not(.dg-attribution__links) li:not(:last-child),
    .body-content .event .page-content .container ol li ul:not(.dg-attribution__links) li:not(:last-child),
    .body-content .article ol li ul:not(.dg-attribution__links) li:not(:last-child) {
      margin-bottom: 20px; }
    .modal .event .page-content .container ul:not(.dg-attribution__links),
    .modal .article ul:not(.dg-attribution__links),
    .body-content .event .page-content .container ul:not(.dg-attribution__links),
    .body-content .article ul:not(.dg-attribution__links) {
      margin-left: 0; }
      .modal .event .page-content .container ul:not(.dg-attribution__links) li,
      .modal .article ul:not(.dg-attribution__links) li,
      .body-content .event .page-content .container ul:not(.dg-attribution__links) li,
      .body-content .article ul:not(.dg-attribution__links) li {
        position: relative;
        padding-left: 28px;
        font-size: 1.1713vw;
        line-height: 1.75695vw; }
        @media screen and (min-width: 1700px) {
          .modal .event .page-content .container ul:not(.dg-attribution__links) li,
          .modal .article ul:not(.dg-attribution__links) li,
          .body-content .event .page-content .container ul:not(.dg-attribution__links) li,
          .body-content .article ul:not(.dg-attribution__links) li {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .event .page-content .container ul:not(.dg-attribution__links) li,
          .modal .article ul:not(.dg-attribution__links) li,
          .body-content .event .page-content .container ul:not(.dg-attribution__links) li,
          .body-content .article ul:not(.dg-attribution__links) li {
            font-size: 16px;
            line-height: 24px; } }
        .modal .event .page-content .container ul:not(.dg-attribution__links) li:not(:last-child),
        .modal .article ul:not(.dg-attribution__links) li:not(:last-child),
        .body-content .event .page-content .container ul:not(.dg-attribution__links) li:not(:last-child),
        .body-content .article ul:not(.dg-attribution__links) li:not(:last-child) {
          margin-bottom: 12px; }
        .modal .event .page-content .container ul:not(.dg-attribution__links) li:before,
        .modal .article ul:not(.dg-attribution__links) li:before,
        .body-content .event .page-content .container ul:not(.dg-attribution__links) li:before,
        .body-content .article ul:not(.dg-attribution__links) li:before {
          content: '';
          display: block;
          position: absolute;
          top: 9px;
          left: 9px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: currentColor; }
    .modal .event .page-content .container .jq-selectbox__dropdown ul,
    .modal .article .jq-selectbox__dropdown ul,
    .body-content .event .page-content .container .jq-selectbox__dropdown ul,
    .body-content .article .jq-selectbox__dropdown ul {
      position: relative;
      overflow: auto;
      overflow-x: hidden;
      list-style: none;
      -webkit-overflow-scrolling: touch; }
      .modal .event .page-content .container .jq-selectbox__dropdown ul li,
      .modal .article .jq-selectbox__dropdown ul li,
      .body-content .event .page-content .container .jq-selectbox__dropdown ul li,
      .body-content .article .jq-selectbox__dropdown ul li {
        padding: 11px 16px;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .modal .event .page-content .container .jq-selectbox__dropdown ul li::before,
        .modal .article .jq-selectbox__dropdown ul li::before,
        .body-content .event .page-content .container .jq-selectbox__dropdown ul li::before,
        .body-content .article .jq-selectbox__dropdown ul li::before {
          display: none; }
        .modal .event .page-content .container .jq-selectbox__dropdown ul li:hover,
        .modal .article .jq-selectbox__dropdown ul li:hover,
        .body-content .event .page-content .container .jq-selectbox__dropdown ul li:hover,
        .body-content .article .jq-selectbox__dropdown ul li:hover {
          background: #dde7ff; }
        .modal .event .page-content .container .jq-selectbox__dropdown ul li.sel,
        .modal .article .jq-selectbox__dropdown ul li.sel,
        .body-content .event .page-content .container .jq-selectbox__dropdown ul li.sel,
        .body-content .article .jq-selectbox__dropdown ul li.sel {
          opacity: 0.5; }
    .modal .event .page-content .container-img,
    .modal .article-img,
    .body-content .event .page-content .container-img,
    .body-content .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;
      margin-bottom: 24px;
      background: #EEEFF2;
      border: 1px solid rgba(14, 14, 15, 0.1); }
      .modal .event .page-content .container-img img,
      .modal .article-img img,
      .body-content .event .page-content .container-img img,
      .body-content .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: 418px;
        max-height: 418px; }
        @media all and (-ms-high-contrast: none) {
          .modal .event .page-content .container-img img,
          .modal .article-img img,
          .body-content .event .page-content .container-img img,
          .body-content .article-img img {
            height: auto; } }
      @media screen and (max-width: 767px) {
        .modal .event .page-content .container-img,
        .modal .article-img,
        .body-content .event .page-content .container-img,
        .body-content .article-img {
          height: 180px; }
          .modal .event .page-content .container-img img,
          .modal .article-img img,
          .body-content .event .page-content .container-img img,
          .body-content .article-img img {
            max-height: 180px;
            height: 180px; } }
    .modal .event .page-content .container .files,
    .modal .article .files,
    .body-content .event .page-content .container .files,
    .body-content .article .files {
      margin-top: 40px; }
    .modal .event .page-content .container-section,
    .modal .article-section,
    .body-content .event .page-content .container-section,
    .body-content .article-section {
      margin-top: 40px; }
    .modal .event .page-content .container iframe,
    .modal .article iframe,
    .body-content .event .page-content .container iframe,
    .body-content .article iframe {
      max-width: 100%; }
  .modal .article-container,
  .body-content .article-container {
    max-width: 870px; }
  .modal .article-title,
  .body-content .article-title {
    font-weight: 600;
    font-size: 1.90337vw;
    line-height: 2.34261vw; }
    @media screen and (min-width: 1700px) {
      .modal .article-title,
      .body-content .article-title {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 899px) {
      .modal .article-title,
      .body-content .article-title {
        font-size: 26px;
        line-height: 32px; } }
    .modal .article-title:not(:last-child),
    .body-content .article-title:not(:last-child) {
      margin-bottom: 32px; }
  .modal .article-subtitle,
  .body-content .article-subtitle {
    font-weight: 600;
    font-size: 1.46413vw;
    line-height: 1.75695vw;
    margin-bottom: 24px; }
    @media screen and (min-width: 1700px) {
      .modal .article-subtitle,
      .body-content .article-subtitle {
        font-size: 1.04167vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .article-subtitle,
      .body-content .article-subtitle {
        font-size: 20px;
        line-height: 24px; } }
  .modal .text_gray,
  .body-content .text_gray {
    color: #696c71; }
  .modal .text_small,
  .body-content .text_small {
    font-size: 1.02489vw;
    line-height: 1.46413vw; }
    @media screen and (min-width: 1700px) {
      .modal .text_small,
      .body-content .text_small {
        font-size: 0.72917vw;
        line-height: 1.04167vw; } }
    @media screen and (max-width: 899px) {
      .modal .text_small,
      .body-content .text_small {
        font-size: 14px;
        line-height: 20px; } }
  .modal .article-list,
  .body-content .article-list {
    font-size: 1.1713vw;
    line-height: 1.75695vw; }
    @media screen and (min-width: 1700px) {
      .modal .article-list,
      .body-content .article-list {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .article-list,
      .body-content .article-list {
        font-size: 16px;
        line-height: 24px; } }
    .modal .article-list ol li:before,
    .body-content .article-list ol li:before {
      font-weight: 600;
      font-size: 1.46413vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .article-list ol li:before,
        .body-content .article-list ol li:before {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .article-list ol li:before,
        .body-content .article-list ol li:before {
          font-size: 20px;
          line-height: 24px; } }
    .modal .article-list ol ol li:before,
    .body-content .article-list ol ol li:before {
      font-size: 1.1713vw;
      font-weight: 400; }
      @media screen and (min-width: 1700px) {
        .modal .article-list ol ol li:before,
        .body-content .article-list ol ol li:before {
          font-size: 0.83333vw; } }
      @media screen and (max-width: 899px) {
        .modal .article-list ol ol li:before,
        .body-content .article-list ol ol li:before {
          font-size: 16px; } }
    .modal .article-list ol ul:not(:last-child),
    .body-content .article-list ol ul:not(:last-child) {
      margin-bottom: 20px; }
    .modal .article-list ol > li:not(:last-child),
    .body-content .article-list ol > li:not(:last-child) {
      margin-bottom: 32px; }
    .modal .article-list ol > li ol > li:not(:last-child),
    .body-content .article-list ol > li ol > li:not(:last-child) {
      margin-bottom: 16px; }
  .modal .text-gray,
  .body-content .text-gray {
    color: #696c71; }
  .modal .article-group:not(:last-child),
  .body-content .article-group:not(:last-child) {
    margin-bottom: 40px; }
  .modal .table-wrap:not(:last-child),
  .body-content .table-wrap:not(:last-child) {
    margin-bottom: 24px; }
  .modal .page-content table:not([border]),
  .modal .page-article table:not([border]),
  .body-content .page-content table:not([border]),
  .body-content .page-article table:not([border]) {
    border: 1px solid #dfe1e6; }
    .modal .page-content table:not([border]) th,
    .modal .page-content table:not([border]) td,
    .modal .page-article table:not([border]) th,
    .modal .page-article table:not([border]) td,
    .body-content .page-content table:not([border]) th,
    .body-content .page-content table:not([border]) td,
    .body-content .page-article table:not([border]) th,
    .body-content .page-article table:not([border]) td {
      border: 1px solid #dfe1e6; }
  .modal .table_contacts td:first-child,
  .body-content .table_contacts td:first-child {
    width: 176px; }
  .modal .box-img,
  .body-content .box-img {
    border-radius: 6px;
    padding: 66px 40px;
    text-align: center; }
  .modal .box-img__qr img,
  .body-content .box-img__qr img {
    width: 200px; }
  .modal .block-info,
  .body-content .block-info {
    text-align: center; }
    .modal .block-info__wrap,
    .body-content .block-info__wrap {
      margin-bottom: 20px; }
      .modal .block-info__wrap:last-child,
      .body-content .block-info__wrap:last-child {
        margin-bottom: 0; }
    .modal .block-info h3,
    .body-content .block-info h3 {
      margin-bottom: 20px; }
    .modal .block-info a,
    .body-content .block-info a {
      color: #0044CC;
      text-decoration: underline;
      display: inline-block;
      margin-bottom: 20px; }
      .modal .block-info a:last-child,
      .body-content .block-info a:last-child {
        margin-bottom: 0; }
      .modal .block-info a:hover,
      .body-content .block-info a:hover {
        text-decoration: none; }
  @media (min-width: 1250px) {
    .modal .container-small .table-wrap,
    .modal .container-small .warning,
    .body-content .container-small .table-wrap,
    .body-content .container-small .warning {
      margin-right: -296px; } }

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

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .modal .th_width_1,
  .modal .th_width_2,
  .body-content .th_width_1,
  .body-content .th_width_2 {
    width: 160px; } }
  @media screen and (min-width: 768px) {
    .modal .small_width,
    .body-content .small_width {
      width: 142px; } }
  @media screen and (max-width: 1024px) {
    .modal .table-wrap,
    .body-content .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; }
      .modal .table-wrap:before, .modal .table-wrap:after,
      .body-content .table-wrap:before,
      .body-content .table-wrap:after {
        content: '';
        display: block;
        min-width: 24px; }
    .modal table,
    .body-content table {
      width: auto;
      min-width: calc(100% - 49px); } }
  @media screen and (max-width: 767px) {
    .modal .table-wrap,
    .body-content .table-wrap {
      margin-left: -16px;
      margin-right: -16px; }
      .modal .table-wrap:before, .modal .table-wrap:after,
      .body-content .table-wrap:before,
      .body-content .table-wrap:after {
        min-width: 16px; }
    .modal .table.table_contacts,
    .body-content .table.table_contacts {
      width: 100%;
      min-width: 100px; }
      .modal .table.table_contacts td:first-child,
      .body-content .table.table_contacts td:first-child {
        width: 144px; }
    .modal table,
    .body-content table {
      min-width: 720px; }
    .modal .article-list ol ol,
    .body-content .article-list ol ol {
      margin-left: -22px; }
    .modal .box-img,
    .body-content .box-img {
      padding: 16px 7px; } }
  .modal .warning,
  .body-content .warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #dfe1e6;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 24px; }
    .modal .warning-icon,
    .body-content .warning-icon {
      width: 20px;
      margin-top: 2px; }
      .modal .warning-icon + .warning-text,
      .body-content .warning-icon + .warning-text {
        width: calc(100% - 34px);
        margin-left: 14px; }
    .modal .warning-text,
    .body-content .warning-text {
      font-size: 1.1713vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .warning-text,
        .body-content .warning-text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .warning-text,
        .body-content .warning-text {
          font-size: 16px;
          line-height: 24px; } }
      .modal .warning-text a,
      .body-content .warning-text a {
        color: #0044cc;
        text-decoration: underline; }
        .modal .warning-text a:hover,
        .body-content .warning-text a:hover {
          color: #0033aa; }
        .modal .warning-text a:active,
        .body-content .warning-text a:active {
          color: #002277; }
  @media screen and (min-width: 1441px) {
    .modal .warning-text,
    .body-content .warning-text {
      padding-right: 65px; } }
  .modal .media-list,
  .body-content .media-list {
    margin-top: 32px;
    max-width: 860px; }
    .modal .media-list .media-item,
    .body-content .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; }
      .modal .media-list .media-item:first-child,
      .body-content .media-list .media-item:first-child {
        padding-top: 0; }
      .modal .media-list .media-item__photo,
      .body-content .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; }
        .modal .media-list .media-item__photo img,
        .body-content .media-list .media-item__photo img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          width: 100%;
          height: 100%; }
      .modal .media-list .media-item__content,
      .body-content .media-list .media-item__content {
        width: calc(100% - 240px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 24px;
        max-width: 618px; }
      .modal .media-list .media-item__date,
      .body-content .media-list .media-item__date {
        font-size: 1.1713vw;
        line-height: 1.75695vw;
        color: #696C71; }
        @media screen and (min-width: 1700px) {
          .modal .media-list .media-item__date,
          .body-content .media-list .media-item__date {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .media-list .media-item__date,
          .body-content .media-list .media-item__date {
            font-size: 16px;
            line-height: 24px; } }
      .modal .media-list .media-item__title,
      .body-content .media-list .media-item__title {
        font-weight: 600;
        font-size: 1.46413vw;
        line-height: 1.75695vw;
        margin-top: 12px;
        color: #0E0E0F; }
        @media screen and (min-width: 1700px) {
          .modal .media-list .media-item__title,
          .body-content .media-list .media-item__title {
            font-size: 1.04167vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .media-list .media-item__title,
          .body-content .media-list .media-item__title {
            font-size: 20px;
            line-height: 24px; } }
      .modal .media-list .media-item__category,
      .body-content .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: 1.1713vw;
        line-height: 1.75695vw;
        margin-top: 16px;
        color: #696C71; }
        @media screen and (min-width: 1700px) {
          .modal .media-list .media-item__category,
          .body-content .media-list .media-item__category {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .media-list .media-item__category,
          .body-content .media-list .media-item__category {
            font-size: 16px;
            line-height: 24px; } }
        .modal .media-list .media-item__category .icon,
        .body-content .media-list .media-item__category .icon {
          margin-right: 6px; }
      .modal .media-list .media-item__quantity,
      .body-content .media-list .media-item__quantity {
        margin-right: 5px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .media-list .media-item,
    .body-content .media-list .media-item {
      max-width: 858px; } }
  @media screen and (max-width: 767px) {
    .modal .media-list .media-item,
    .body-content .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; }
      .modal .media-list .media-item:not(:first-child),
      .body-content .media-list .media-item:not(:first-child) {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        max-width: 100%; }
      .modal .media-list .media-item__photo,
      .body-content .media-list .media-item__photo {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 62.5%; }
        .modal .media-list .media-item__photo img, .modal .media-list .media-item__photo iframe,
        .body-content .media-list .media-item__photo img,
        .body-content .media-list .media-item__photo iframe {
          top: 0;
          left: 0;
          position: absolute; }
      .modal .media-list .media-item__content,
      .body-content .media-list .media-item__content {
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
        padding-left: 0;
        max-width: 100%; }
      .modal .media-list .media-item__title,
      .body-content .media-list .media-item__title {
        margin-top: 8px; } }
  .modal .media-album .media-list,
  .body-content .media-album .media-list {
    max-width: 760px;
    margin-top: 0; }
  .modal .media-album__date,
  .body-content .media-album__date {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71;
    margin-bottom: 12px; }
    @media screen and (min-width: 1700px) {
      .modal .media-album__date,
      .body-content .media-album__date {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .media-album__date,
      .body-content .media-album__date {
        font-size: 16px;
        line-height: 24px; } }
  .modal .media-photo__content,
  .body-content .media-photo__content {
    max-width: 760px;
    margin-top: 0; }
  .modal .media-photo p,
  .body-content .media-photo p {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #0E0E0F;
    margin-bottom: 32px; }
    @media screen and (min-width: 1700px) {
      .modal .media-photo p,
      .body-content .media-photo p {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .media-photo p,
      .body-content .media-photo p {
        font-size: 16px;
        line-height: 24px; } }
  .modal .media-photo__date,
  .body-content .media-photo__date {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    margin-bottom: 12px;
    color: #696C71; }
    @media screen and (min-width: 1700px) {
      .modal .media-photo__date,
      .body-content .media-photo__date {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .media-photo__date,
      .body-content .media-photo__date {
        font-size: 16px;
        line-height: 24px; } }
  .modal .media-video-content,
  .body-content .media-video-content {
    max-width: 760px;
    margin-top: 0; }
  .modal .media-video p,
  .body-content .media-video p {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #0E0E0F;
    margin-bottom: 32px; }
    @media screen and (min-width: 1700px) {
      .modal .media-video p,
      .body-content .media-video p {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .media-video p,
      .body-content .media-video p {
        font-size: 16px;
        line-height: 24px; } }
  .modal .media-video__date,
  .body-content .media-video__date {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    margin-bottom: 12px;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .media-video__date,
      .body-content .media-video__date {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .media-video__date,
      .body-content .media-video__date {
        font-size: 16px;
        line-height: 24px; } }
  .modal .media-video iframe,
  .modal .media-video video,
  .body-content .media-video iframe,
  .body-content .media-video video {
    width: 100%;
    height: 420px;
    border: none; }
  .modal .media-video__preview,
  .body-content .media-video__preview {
    font-size: 1.02489vw;
    line-height: 1.46413vw;
    margin-top: 10px;
    color: #696c71; }
    @media screen and (min-width: 1700px) {
      .modal .media-video__preview,
      .body-content .media-video__preview {
        font-size: 0.72917vw;
        line-height: 1.04167vw; } }
    @media screen and (max-width: 899px) {
      .modal .media-video__preview,
      .body-content .media-video__preview {
        font-size: 14px;
        line-height: 20px; } }
  .modal .media-video__nav,
  .body-content .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) {
    .modal .media-video__prev, .modal .media-video__next,
    .body-content .media-video__prev,
    .body-content .media-video__next {
      position: relative; }
      .modal .media-video__prev:hover .media-video-widget, .modal .media-video__next:hover .media-video-widget,
      .body-content .media-video__prev:hover .media-video-widget,
      .body-content .media-video__next:hover .media-video-widget {
        opacity: 1;
        visibility: visible; }
    .modal .media-video-widget,
    .body-content .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 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .modal .media-video-widget__wrap,
      .body-content .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; }
      .modal .media-video-widget__photo,
      .body-content .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; }
      .modal .media-video-widget__title,
      .body-content .media-video-widget__title {
        font-weight: 500;
        font-size: 1.1713vw;
        line-height: 1.39092vw;
        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 screen and (min-width: 1025px) and (min-width: 1700px) {
      .modal .media-video-widget__title,
      .body-content .media-video-widget__title {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (min-width: 1025px) and (max-width: 899px) {
      .modal .media-video-widget__title,
      .body-content .media-video-widget__title {
        font-size: 16px;
        line-height: 24px; } }
  @media screen and (min-width: 1025px) {
        .modal .media-video-widget__title:hover,
        .body-content .media-video-widget__title:hover {
          text-decoration: underline; } }
  @media (min-width: 1025px) and (max-width: 1440px) {
    .modal .media-video__prev .media-video-widget,
    .body-content .media-video__prev .media-video-widget {
      left: 0; }
    .modal .media-video__next .media-video-widget,
    .body-content .media-video__next .media-video-widget {
      left: auto;
      right: 0; } }
  @media screen and (max-width: 1024px) {
    .modal .media-video-widget,
    .body-content .media-video-widget {
      display: none; } }
  @media screen and (max-width: 767px) {
    .modal .media-video iframe,
    .modal .media-video video,
    .body-content .media-video iframe,
    .body-content .media-video video {
      height: 180px; }
    .modal .media-video__next .button, .modal .media-video__prev .button,
    .body-content .media-video__next .button,
    .body-content .media-video__prev .button {
      font-size: 14px;
      line-height: 22px; } }
  .modal .event-list,
  .body-content .event-list {
    margin-top: 32px;
    max-width: 860px; }
    .modal .event-list .event-item,
    .body-content .event-list .event-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; }
      .modal .event-list .event-item:first-child,
      .body-content .event-list .event-item:first-child {
        padding-top: 0; }
      .modal .event-list .event-item__photo,
      .body-content .event-list .event-item__photo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        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; }
        .modal .event-list .event-item__photo picture,
        .body-content .event-list .event-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%;
          max-height: 160px; }
        .modal .event-list .event-item__photo img,
        .body-content .event-list .event-item__photo img {
          -o-object-fit: contain;
             object-fit: contain;
          max-height: 100%;
          height: 100%; }
          @media all and (-ms-high-contrast: none) {
            .modal .event-list .event-item__photo img,
            .body-content .event-list .event-item__photo img {
              height: auto; } }
      .modal .event-list .event-item__content,
      .body-content .event-list .event-item__content {
        width: calc(100% - 240px);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 24px;
        max-width: 618px; }
      .modal .event-list .event-item__title,
      .body-content .event-list .event-item__title {
        font-weight: 500;
        font-size: 1.46413vw;
        line-height: 1.75695vw;
        color: #0E0E0F; }
        @media screen and (min-width: 1700px) {
          .modal .event-list .event-item__title,
          .body-content .event-list .event-item__title {
            font-size: 1.04167vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .event-list .event-item__title,
          .body-content .event-list .event-item__title {
            font-size: 20px;
            line-height: 24px; } }
      .modal .event-list .event-item__category,
      .body-content .event-list .event-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: 1.1713vw;
        line-height: 1.75695vw;
        margin-top: 12px;
        color: #696C71; }
        @media screen and (min-width: 1700px) {
          .modal .event-list .event-item__category,
          .body-content .event-list .event-item__category {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .event-list .event-item__category,
          .body-content .event-list .event-item__category {
            font-size: 16px;
            line-height: 24px; } }
        .modal .event-list .event-item__category .icon,
        .body-content .event-list .event-item__category .icon {
          margin-right: 6px; }
      .modal .event-list .event-item__quantity,
      .body-content .event-list .event-item__quantity {
        margin-right: 5px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .event-list .event-item,
    .body-content .event-list .event-item {
      max-width: 858px; } }
  @media screen and (max-width: 767px) {
    .modal .event-list .event-item,
    .body-content .event-list .event-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; }
      .modal .event-list .event-item__photo,
      .body-content .event-list .event-item__photo {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 55%; }
        .modal .event-list .event-item__photo img,
        .body-content .event-list .event-item__photo img {
          top: 0;
          position: absolute; }
      .modal .event-list .event-item__content,
      .body-content .event-list .event-item__content {
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
        padding-left: 0;
        max-width: 100%; } }
  .modal .jq-checkbox,
  .body-content .jq-checkbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .modal .jq-checkbox input,
  .body-content .jq-checkbox input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .modal .jq-file,
  .body-content .jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden; }
  .modal .jq-file input,
  .body-content .jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 7.32064vw;
    line-height: 1em; }
    @media screen and (min-width: 1700px) {
      .modal .jq-file input,
      .body-content .jq-file input {
        font-size: 5.20833vw; } }
    @media screen and (max-width: 899px) {
      .modal .jq-file input,
      .body-content .jq-file input {
        font-size: 100px; } }
  .modal .jq-file__name,
  .body-content .jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .modal .jq-selectbox,
  .modal .jq-select-multiple,
  .body-content .jq-selectbox,
  .body-content .jq-select-multiple {
    position: relative;
    display: inline-block; }
  .modal .jq-selectbox select,
  .modal .jq-select-multiple select,
  .body-content .jq-selectbox select,
  .body-content .jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    /*visibility: hidden;*/ }
    .modal .jq-selectbox select:focus-visible + .jq-selectbox__select,
    .modal .jq-select-multiple select:focus-visible + .jq-selectbox__select,
    .body-content .jq-selectbox select:focus-visible + .jq-selectbox__select,
    .body-content .jq-select-multiple select:focus-visible + .jq-selectbox__select {
      outline: 2px solid #000; }
    @media (forced-colors: active) {
      .modal .jq-selectbox select:focus + .jq-selectbox__select,
      .modal .jq-selectbox select:focus-visible + .jq-selectbox__select,
      .modal .jq-select-multiple select:focus + .jq-selectbox__select,
      .modal .jq-select-multiple select:focus-visible + .jq-selectbox__select,
      .body-content .jq-selectbox select:focus + .jq-selectbox__select,
      .body-content .jq-selectbox select:focus-visible + .jq-selectbox__select,
      .body-content .jq-select-multiple select:focus + .jq-selectbox__select,
      .body-content .jq-select-multiple select:focus-visible + .jq-selectbox__select {
        outline: 3px solid Highlight; } }
  .modal .jq-selectbox li,
  .modal .jq-select-multiple li,
  .body-content .jq-selectbox li,
  .body-content .jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .modal .jq-select-multiple.focused,
  .body-content .jq-select-multiple.focused {
    outline: 3px solid #000; }
  .modal .jq-selectbox,
  .body-content .jq-selectbox {
    z-index: 10; }
  .modal .jq-selectbox__select,
  .body-content .jq-selectbox__select {
    position: relative; }
  .modal .jq-selectbox__select-text,
  .body-content .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; }
  .modal .jq-selectbox__dropdown,
  .body-content .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;
    max-width: 100%; }
  .modal .jq-selectbox__search input,
  .body-content .jq-selectbox__search input {
    -webkit-appearance: textfield; }
  .modal .jq-selectbox__search input::-webkit-search-cancel-button,
  .modal .jq-selectbox__search input::-webkit-search-decoration,
  .body-content .jq-selectbox__search input::-webkit-search-cancel-button,
  .body-content .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none; }
  .modal .jq-selectbox__dropdown ul,
  .body-content .jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch; }
    .modal .jq-selectbox__dropdown ul li,
    .body-content .jq-selectbox__dropdown ul li {
      padding: 11px 16px;
      -webkit-transition: all ease .3s;
      -o-transition: all ease .3s;
      transition: all ease .3s; }
      .modal .jq-selectbox__dropdown ul li:hover,
      .body-content .jq-selectbox__dropdown ul li:hover {
        background: #DDE7FF; }
      .modal .jq-selectbox__dropdown ul li.sel,
      .body-content .jq-selectbox__dropdown ul li.sel {
        opacity: .5; }
  .modal .jq-select-multiple ul,
  .body-content .jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .modal .jq-number,
  .body-content .jq-number {
    display: inline-block; }
  .modal .jq-number__field input,
  .body-content .jq-number__field input {
    -moz-appearance: textfield;
    text-align: left;
    /* для Opera Presto */ }
  .modal .jq-number__field input::-webkit-inner-spin-button,
  .modal .jq-number__field input::-webkit-outer-spin-button,
  .body-content .jq-number__field input::-webkit-inner-spin-button,
  .body-content .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none; }
  .modal .jq-checkbox,
  .body-content .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; }
  .modal .jq-checkbox.disabled,
  .modal .jq-radio.disabled,
  .body-content .jq-checkbox.disabled,
  .body-content .jq-radio.disabled {
    opacity: .55; }
  .modal .jq-checkbox,
  .body-content .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; }
  .modal .jq-checkbox.checked .jq-checkbox__div,
  .body-content .jq-checkbox.checked .jq-checkbox__div {
    width: 10px;
    height: 8px;
    background: url("../images/svg/checked.svg") no-repeat center;
    background-size: contain; }
  .modal .jq-number,
  .body-content .jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0; }
  .modal .jq-number__field,
  .body-content .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); }
  .modal .jq-number__field:hover,
  .body-content .jq-number__field:hover {
    border-color: #B3B3B3; }
  .modal .jq-number__field input,
  .body-content .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; }
  .modal .jq-number__spin,
  .body-content .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; }
  .modal .jq-number__spin.minus,
  .body-content .jq-number__spin.minus {
    top: auto;
    bottom: 0; }
  .modal .jq-number__spin:hover,
  .body-content .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); }
  .modal .jq-number__spin:active,
  .body-content .jq-number__spin:active {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
            box-shadow: inset 1px 1px 3px #DDD; }
  .modal .jq-number__spin:after,
  .body-content .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; }
  .modal .jq-number__spin.minus:after,
  .body-content .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; }
  .modal .jq-number__spin.minus:hover:after,
  .body-content .jq-number__spin.minus:hover:after {
    border-top-color: #000; }
  .modal .jq-number__spin.plus:hover:after,
  .body-content .jq-number__spin.plus:hover:after {
    border-bottom-color: #000; }
  .modal .jq-number.focused .jq-number__field,
  .body-content .jq-number.focused .jq-number__field {
    border: 1px solid #5794BF; }
  .modal .jq-number.disabled .jq-number__field,
  .modal .jq-number.disabled .jq-number__spin,
  .body-content .jq-number.disabled .jq-number__field,
  .body-content .jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #888; }
  .modal .jq-number.disabled .jq-number__spin:after,
  .body-content .jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA; }
  .modal .jq-number.disabled .jq-number__spin.minus:after,
  .body-content .jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA; }
  .modal .jq-selectbox,
  .body-content .jq-selectbox {
    width: 100%;
    vertical-align: middle;
    cursor: pointer; }
  .modal .jq-selectbox__select,
  .body-content .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: 1.1713vw;
    line-height: 1.75695vw;
    padding: 0 14px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: #0E0E0F;
    font-family: 'Golos', sans-serif; }
    @media screen and (min-width: 1700px) {
      .modal .jq-selectbox__select,
      .body-content .jq-selectbox__select {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .jq-selectbox__select,
      .body-content .jq-selectbox__select {
        font-size: 16px;
        line-height: 24px; } }
  .modal .jq-selectbox.disabled .jq-selectbox__select,
  .body-content .jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    color: #888; }
  .modal .jq-selectbox__select-text,
  .body-content .jq-selectbox__select-text {
    display: block;
    width: 100%; }
  .modal .jq-selectbox .placeholder,
  .body-content .jq-selectbox .placeholder {
    color: #888; }
  .modal .jq-selectbox__trigger,
  .body-content .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; }
  .modal .jq-selectbox:hover .jq-selectbox__trigger-arrow,
  .body-content .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000; }
  .modal .jq-selectbox.disabled .jq-selectbox__trigger-arrow,
  .body-content .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) {
        .modal .jq-selectbox select,
        .modal .jq-select-multiple select,
        .body-content .jq-selectbox select,
        .body-content .jq-select-multiple select {
          /*visibility: hidden;*/ }
        .modal .jq-selectbox__dropdown,
        .body-content .jq-selectbox__dropdown {
          display: none !important; } } } }
  .modal .photo-slider,
  .body-content .photo-slider {
    position: relative;
    max-width: 760px; }
    .modal .photo-slider-content,
    .body-content .photo-slider-content {
      position: relative; }
    .modal .photo-slider .swiper-container,
    .body-content .photo-slider .swiper-container {
      height: 100%;
      border-radius: 4px;
      overflow: hidden; }
    .modal .photo-slider .swiper-slide,
    .body-content .photo-slider .swiper-slide {
      height: auto; }
    .modal .photo-slider .photo-head,
    .body-content .photo-slider .photo-head {
      margin-bottom: 10px; }
    .modal .photo-slider .photo-num,
    .body-content .photo-slider .photo-num {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71; }
      @media screen and (min-width: 1700px) {
        .modal .photo-slider .photo-num,
        .body-content .photo-slider .photo-num {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .photo-slider .photo-num,
        .body-content .photo-slider .photo-num {
          font-size: 16px;
          line-height: 24px; } }
    .modal .photo-slider-content .photo-img,
    .body-content .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; }
      .modal .photo-slider-content .photo-img picture,
      .body-content .photo-slider-content .photo-img picture {
        height: 100%;
        max-width: none; }
      .modal .photo-slider-content .photo-img img,
      .body-content .photo-slider-content .photo-img img {
        height: 100%; }
    .modal .photo-slider-content .photo-descrition,
    .body-content .photo-slider-content .photo-descrition {
      font-size: 1.02489vw;
      line-height: 1.46413vw;
      margin-top: 10px;
      color: #696C71; }
      @media screen and (min-width: 1700px) {
        .modal .photo-slider-content .photo-descrition,
        .body-content .photo-slider-content .photo-descrition {
          font-size: 0.72917vw;
          line-height: 1.04167vw; } }
      @media screen and (max-width: 899px) {
        .modal .photo-slider-content .photo-descrition,
        .body-content .photo-slider-content .photo-descrition {
          font-size: 14px;
          line-height: 20px; } }
    .modal .photo-slider-content .swiper-next,
    .modal .photo-slider-content .swiper-prev,
    .body-content .photo-slider-content .swiper-next,
    .body-content .photo-slider-content .swiper-prev {
      position: absolute;
      top: 230px; }
    .modal .photo-slider-content .swiper-prev,
    .body-content .photo-slider-content .swiper-prev {
      left: 24px; }
    .modal .photo-slider-content .swiper-next,
    .body-content .photo-slider-content .swiper-next {
      right: 24px; }
    .modal .photo-slider-content .swiper-button-disabled,
    .body-content .photo-slider-content .swiper-button-disabled {
      display: none; }
    .modal .photo-slider-thumbs,
    .body-content .photo-slider-thumbs {
      margin-top: 22px; }
      .modal .photo-slider-thumbs .photo-img,
      .body-content .photo-slider-thumbs .photo-img {
        line-height: 0;
        height: 80px; }
        .modal .photo-slider-thumbs .photo-img picture,
        .body-content .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) {
            .modal .photo-slider-thumbs .photo-img picture,
            .body-content .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; } }
        .modal .photo-slider-thumbs .photo-img img,
        .body-content .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) {
            .modal .photo-slider-thumbs .photo-img img,
            .body-content .photo-slider-thumbs .photo-img img {
              height: auto; } }
      .modal .photo-slider-thumbs .swiper-slide,
      .body-content .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;
        width: 110px; }
        .modal .photo-slider-thumbs .swiper-slide:after,
        .body-content .photo-slider-thumbs .swiper-slide:after {
          content: '';
          background: #000;
          opacity: 0.6;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          left: 0;
          height: 100%; }
        .modal .photo-slider-thumbs .swiper-slide .photo-img,
        .body-content .photo-slider-thumbs .swiper-slide .photo-img {
          overflow: hidden; }
        .modal .photo-slider-thumbs .swiper-slide-thumb-active:after,
        .body-content .photo-slider-thumbs .swiper-slide-thumb-active:after {
          display: none; }
  @media screen and (max-width: 767px) {
    .modal .photo-slider-content .photo-img,
    .body-content .photo-slider-content .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: auto; }
      .modal .photo-slider-content .photo-img picture,
      .body-content .photo-slider-content .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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .modal .photo-slider-content .photo-img img,
      .body-content .photo-slider-content .photo-img img {
        height: auto;
        max-height: 100%; }
    .modal .photo-slider .swiper-nav,
    .body-content .photo-slider .swiper-nav {
      display: none; }
    .modal .photo-slider-thumbs .swiper-container,
    .body-content .photo-slider-thumbs .swiper-container {
      padding-right: 55px; } }
  .modal .msg,
  .body-content .msg {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding: 22px 20px;
    margin: 5px 0; }
    .modal .msg:before,
    .body-content .msg:before {
      content: ''; }
    .modal .msg-content,
    .body-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; }
    .modal .msg .icon,
    .body-content .msg .icon {
      margin: 0 15px -8px 0; }
    .modal .msg-text,
    .body-content .msg-text {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .msg-text,
        .body-content .msg-text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .msg-text,
        .body-content .msg-text {
          font-size: 16px;
          line-height: 24px; } }
    .modal .msg-thx,
    .body-content .msg-thx {
      background: #E9FCF3;
      border-left: 4px solid #008844; }
    .modal .msg-error,
    .body-content .msg-error {
      background: #FFF2F2;
      border-left: 4px solid #AA0000; }
  @media screen and (max-width: 767px) {
    .modal .msg-content,
    .body-content .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; }
      .modal .msg-content .icon,
      .body-content .msg-content .icon {
        margin-bottom: -4px; }
    .modal .msg-text,
    .body-content .msg-text {
      margin-top: 5px; } }
  .modal .comments,
  .body-content .comments {
    margin-top: 64px; }
    .modal .comments-head,
    .body-content .comments-head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .modal .comments-title,
    .body-content .comments-title {
      font-weight: 600;
      font-size: 1.90337vw;
      line-height: 2.34261vw;
      padding-right: 30px;
      color: #0E0E0F;
      margin-bottom: 40px; }
      @media screen and (min-width: 1700px) {
        .modal .comments-title,
        .body-content .comments-title {
          font-size: 1.35417vw;
          line-height: 1.66667vw; } }
      @media screen and (max-width: 899px) {
        .modal .comments-title,
        .body-content .comments-title {
          font-size: 26px;
          line-height: 32px; } }
    .modal .comments-sign,
    .body-content .comments-sign {
      margin-left: auto;
      margin-top: -8px; }
    .modal .comments .comment,
    .body-content .comments .comment {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .modal .comments .comment:not(:last-child),
      .body-content .comments .comment:not(:last-child) {
        margin-bottom: 32px; }
      .modal .comments .comment-photo,
      .body-content .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; }
        .modal .comments .comment-photo img,
        .body-content .comments .comment-photo img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .modal .comments .comment-content,
      .body-content .comments .comment-content {
        padding-left: 16px; }
      .modal .comments .comment__date,
      .body-content .comments .comment__date {
        font-size: 1.1713vw;
        line-height: 1.1713vw;
        color: #696C71; }
        @media screen and (min-width: 1700px) {
          .modal .comments .comment__date,
          .body-content .comments .comment__date {
            font-size: 0.83333vw;
            line-height: 0.83333vw; } }
        @media screen and (max-width: 899px) {
          .modal .comments .comment__date,
          .body-content .comments .comment__date {
            font-size: 16px;
            line-height: 16px; } }
      .modal .comments .comment__name,
      .body-content .comments .comment__name {
        font-size: 1.31772vw;
        line-height: 1.61054vw;
        font-weight: 600;
        color: #0E0E0F;
        margin-top: 12px; }
        @media screen and (min-width: 1700px) {
          .modal .comments .comment__name,
          .body-content .comments .comment__name {
            font-size: 0.9375vw;
            line-height: 1.14583vw; } }
        @media screen and (max-width: 899px) {
          .modal .comments .comment__name,
          .body-content .comments .comment__name {
            font-size: 18px;
            line-height: 22px; } }
      .modal .comments .comment__text,
      .body-content .comments .comment__text {
        font-size: 1.1713vw;
        line-height: 1.75695vw;
        color: #0E0E0F;
        margin-top: 12px; }
        @media screen and (min-width: 1700px) {
          .modal .comments .comment__text,
          .body-content .comments .comment__text {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .comments .comment__text,
          .body-content .comments .comment__text {
            font-size: 16px;
            line-height: 24px; } }
      .modal .comments .comment-options,
      .body-content .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; }
        .modal .comments .comment-options .button,
        .body-content .comments .comment-options .button {
          height: auto;
          margin-right: 16px; }
          .modal .comments .comment-options .button__icon,
          .body-content .comments .comment-options .button__icon {
            margin: 0 0 0 8px; }
        .modal .comments .comment-options__widget,
        .body-content .comments .comment-options__widget {
          display: none; }
      .modal .comments .comment .msg,
      .body-content .comments .comment .msg {
        margin-top: 20px; }
    .modal .comments-new,
    .body-content .comments-new {
      margin-top: 64px;
      padding-top: 40px;
      border-top: #ced3d8 1px solid; }
      .modal .comments-new .msg,
      .body-content .comments-new .msg {
        margin-top: 24px; }
    .modal .comments .form-input, .modal .comments .form-textarea,
    .body-content .comments .form-input,
    .body-content .comments .form-textarea {
      margin-bottom: 24px; }
      .modal .comments .form-input.is-error input,
      .modal .comments .form-input.is-error textarea, .modal .comments .form-textarea.is-error input,
      .modal .comments .form-textarea.is-error textarea,
      .body-content .comments .form-input.is-error input,
      .body-content .comments .form-input.is-error textarea,
      .body-content .comments .form-textarea.is-error input,
      .body-content .comments .form-textarea.is-error textarea {
        border-color: #CC2222; }
    .modal .comments .form-input,
    .body-content .comments .form-input {
      max-width: 360px; }
    .modal .comments .form__label,
    .body-content .comments .form__label {
      display: inline-block;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      font-weight: 500;
      color: #0E0E0F;
      margin-bottom: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .comments .form__label,
        .body-content .comments .form__label {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .comments .form__label,
        .body-content .comments .form__label {
          font-size: 16px;
          line-height: 24px; } }
    .modal .comments .form__input_numbers,
    .body-content .comments .form__input_numbers {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      pointer-events: none; }
    .modal .comments .form-captcha,
    .body-content .comments .form-captcha {
      margin-top: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .modal .comments .form-captcha-input,
      .body-content .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; }
      .modal .comments .form-captcha__audio,
      .body-content .comments .form-captcha__audio {
        position: absolute;
        right: -40px;
        bottom: 10px;
        z-index: 1;
        cursor: pointer;
        background: none; }
      .modal .comments .form-captcha-refresh,
      .body-content .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; }
    .modal .comments .form-submit,
    .body-content .comments .form-submit {
      margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .modal .comments-options__more,
    .body-content .comments-options__more {
      display: none; } }
  @media screen and (max-width: 767px) {
    .modal .comments-back,
    .body-content .comments-back {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .modal .comments-head,
    .body-content .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; }
    .modal .comments-sign,
    .body-content .comments-sign {
      margin: 0 0 40px; }
      .modal .comments-sign a,
      .body-content .comments-sign a {
        height: auto; }
    .modal .comments .form-input,
    .body-content .comments .form-input {
      max-width: 100%; }
    .modal .comments .comment,
    .body-content .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; }
      .modal .comments .comment-photo,
      .body-content .comments .comment-photo {
        margin-bottom: 16px; }
      .modal .comments .comment-content,
      .body-content .comments .comment-content {
        padding-left: 0; }
      .modal .comments .comment-options,
      .body-content .comments .comment-options {
        position: relative;
        margin-top: 0; }
        .modal .comments .comment-options .button,
        .body-content .comments .comment-options .button {
          margin-top: 20px; }
        .modal .comments .comment-options__more:hover,
        .body-content .comments .comment-options__more:hover {
          outline: 3px solid #6688dd; }
        .modal .comments .comment-options__widget,
        .body-content .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; }
          .modal .comments .comment-options__widget li:not(:last-child),
          .body-content .comments .comment-options__widget li:not(:last-child) {
            margin-bottom: 24px; }
          .modal .comments .comment-options__widget .button,
          .body-content .comments .comment-options__widget .button {
            margin: 0; }
    .modal .comments .form-captcha,
    .body-content .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; }
      .modal .comments .form-captcha-input,
      .body-content .comments .form-captcha-input {
        width: 100%;
        margin: 0 0 16px; }
      .modal .comments .form-captcha-refresh,
      .body-content .comments .form-captcha-refresh {
        margin: 12px auto 0; }
    .modal .comments .form-submit,
    .body-content .comments .form-submit {
      margin-top: 36px; }
      .modal .comments .form-submit .button,
      .body-content .comments .form-submit .button {
        width: 100%; }
    .modal .mobile-hidden,
    .body-content .mobile-hidden {
      display: none; } }
  .modal .staff:not(:last-child),
  .body-content .staff:not(:last-child) {
    margin-bottom: 40px; }
  .modal .staff-item,
  .body-content .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; }
    .modal .staff-item:not(:first-child),
    .body-content .staff-item:not(:first-child) {
      padding-top: 24px; }
    .modal .staff-item__img,
    .body-content .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; }
      .modal .staff-item__img:before,
      .body-content .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; }
      .modal .staff-item__img img,
      .body-content .staff-item__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .modal .staff-item__img + .staff-item__content,
      .body-content .staff-item__img + .staff-item__content {
        width: calc(100% - 154px);
        margin-left: 24px;
        padding-top: 12px; }
    .modal .staff-item__title,
    .body-content .staff-item__title {
      font-weight: 600;
      font-size: 1.46413vw;
      line-height: 1.75695vw;
      margin-bottom: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .staff-item__title,
        .body-content .staff-item__title {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .staff-item__title,
        .body-content .staff-item__title {
          font-size: 20px;
          line-height: 24px; } }
    .modal .staff-item__title:not(:last-child), .modal .staff-item__subtitle:not(:last-child),
    .body-content .staff-item__title:not(:last-child),
    .body-content .staff-item__subtitle:not(:last-child) {
      margin-bottom: 8px; }
    .modal .staff-item__text,
    .body-content .staff-item__text {
      line-height: 24px; }
      .modal .staff-item__text:not(:last-child),
      .body-content .staff-item__text:not(:last-child) {
        margin-bottom: 16px; }
      .modal .staff-item__text p:not(:last-child),
      .body-content .staff-item__text p:not(:last-child) {
        margin-bottom: 8px; }
    .modal .staff-item__subtitle,
    .body-content .staff-item__subtitle {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71; }
      @media screen and (min-width: 1700px) {
        .modal .staff-item__subtitle,
        .body-content .staff-item__subtitle {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .staff-item__subtitle,
        .body-content .staff-item__subtitle {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (min-width: 768px) {
    .modal .staff-item.staff_item_big,
    .body-content .staff-item.staff_item_big {
      padding-bottom: 16px; }
      .modal .staff-item.staff_item_big .staff-item__title,
      .body-content .staff-item.staff_item_big .staff-item__title {
        font-size: 1.90337vw;
        line-height: 2.34261vw; } }
    @media screen and (min-width: 768px) and (min-width: 1700px) {
      .modal .staff-item.staff_item_big .staff-item__title,
      .body-content .staff-item.staff_item_big .staff-item__title {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (min-width: 768px) and (max-width: 899px) {
      .modal .staff-item.staff_item_big .staff-item__title,
      .body-content .staff-item.staff_item_big .staff-item__title {
        font-size: 26px;
        line-height: 32px; } }
  @media screen and (min-width: 768px) {
      .modal .staff-item.staff_item_big .staff-item__title:not(:last-child),
      .modal .staff-item.staff_item_big .staff-item__subtitle:not(:last-child),
      .modal .staff-item.staff_item_big .staff-item__text:not(:last-child),
      .body-content .staff-item.staff_item_big .staff-item__title:not(:last-child),
      .body-content .staff-item.staff_item_big .staff-item__subtitle:not(:last-child),
      .body-content .staff-item.staff_item_big .staff-item__text:not(:last-child) {
        margin-bottom: 12px; }
      .modal .staff-item.staff_item_big .staff-item__text p:not(:last-child),
      .body-content .staff-item.staff_item_big .staff-item__text p:not(:last-child) {
        margin-bottom: 12px; }
      .modal .staff-item.staff_item_big .staff-item__img,
      .body-content .staff-item.staff_item_big .staff-item__img {
        width: 260px;
        height: 320px;
        border-radius: 4px; }
        .modal .staff-item.staff_item_big .staff-item__img:before,
        .body-content .staff-item.staff_item_big .staff-item__img:before {
          display: none; }
        .modal .staff-item.staff_item_big .staff-item__img + .staff-item__content,
        .body-content .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) {
    .modal .staff-item,
    .body-content .staff-item {
      margin-left: -16px;
      margin-right: -16px;
      padding-left: 16px;
      padding-right: 16px; }
      .modal .staff-item.staff_item_big, .modal .staff-item:first-child,
      .body-content .staff-item.staff_item_big,
      .body-content .staff-item:first-child {
        background-color: #F3F5F7;
        padding-top: 24px;
        border-bottom: none;
        margin-bottom: 8px; }
      .modal .staff-item__img,
      .body-content .staff-item__img {
        width: 90px;
        height: 111px; }
        .modal .staff-item__img + .staff-item__content,
        .body-content .staff-item__img + .staff-item__content {
          width: calc(100% - 106px);
          margin-left: 16px;
          padding-top: 0; } }
  .modal .staff-card:first-child,
  .body-content .staff-card:first-child {
    padding-top: 20px; }
  .modal .staff-card__img,
  .body-content .staff-card__img {
    width: 260px;
    height: 343px;
    border-radius: 4px;
    overflow: hidden;
    position: relative; }
    .modal .staff-card__img img,
    .body-content .staff-card__img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .modal .staff-card__title,
  .body-content .staff-card__title {
    font-weight: 600;
    font-size: 2.92826vw;
    line-height: 3.51391vw; }
    @media screen and (min-width: 1700px) {
      .modal .staff-card__title,
      .body-content .staff-card__title {
        font-size: 2.08333vw;
        line-height: 2.5vw; } }
    @media screen and (max-width: 899px) {
      .modal .staff-card__title,
      .body-content .staff-card__title {
        font-size: 40px;
        line-height: 48px; } }
    .modal .staff-card__title:not(:last-child),
    .body-content .staff-card__title:not(:last-child) {
      margin-bottom: 12px; }
  .modal .staff-card__subtitle,
  .body-content .staff-card__subtitle {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71; }
    @media screen and (min-width: 1700px) {
      .modal .staff-card__subtitle,
      .body-content .staff-card__subtitle {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .staff-card__subtitle,
      .body-content .staff-card__subtitle {
        font-size: 16px;
        line-height: 24px; } }
  .modal .staff-card__subtitle:not(:last-child),
  .modal .staff-card__text p:not(:last-child),
  .body-content .staff-card__subtitle:not(:last-child),
  .body-content .staff-card__text p:not(:last-child) {
    margin-bottom: 10px; }
  .modal .staff-card__text,
  .body-content .staff-card__text {
    line-height: 24px; }
    .modal .staff-card__text:not(:last-child),
    .body-content .staff-card__text:not(:last-child) {
      margin-bottom: 22px; }
  @media screen and (min-width: 768px) {
    .modal .staff-card,
    .body-content .staff-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .modal .staff-card__img + .staff-card__content,
      .body-content .staff-card__img + .staff-card__content {
        width: calc(100% - 292px);
        margin-left: 32px; }
      .modal .staff-card__subtitle,
      .body-content .staff-card__subtitle {
        max-width: 468px; } }
  @media screen and (max-width: 767px) {
    .modal .staff-card__title,
    .body-content .staff-card__title {
      font-size: 32px;
      line-height: 40px; }
    .modal .staff-card__img,
    .body-content .staff-card__img {
      margin-bottom: 32px; } }
  @media screen and (min-width: 1025px) {
    .modal .container-small,
    .body-content .container-small {
      max-width: 712px; } }
  .modal .faq-text,
  .body-content .faq-text {
    line-height: 24px; }
    .modal .faq-text:not(:last-child),
    .body-content .faq-text:not(:last-child) {
      margin-bottom: 24px; }
    .modal .faq-text p:not(:last-child),
    .body-content .faq-text p:not(:last-child) {
      margin-bottom: 10px; }
  .modal .faq-elem,
  .body-content .faq-elem {
    border-bottom: 1px solid #dfe1e6; }
    .modal .faq-elem.is_active .faq-elem__header svg,
    .body-content .faq-elem.is_active .faq-elem__header svg {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .modal .faq-elem__content,
    .body-content .faq-elem__content {
      display: none;
      margin-bottom: 24px;
      line-height: 24px;
      padding-right: 60px; }
    .modal .faq-elem__title,
    .body-content .faq-elem__title {
      font-weight: 600;
      font-size: 1.31772vw;
      line-height: 1.61054vw; }
      @media screen and (min-width: 1700px) {
        .modal .faq-elem__title,
        .body-content .faq-elem__title {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .faq-elem__title,
        .body-content .faq-elem__title {
          font-size: 18px;
          line-height: 22px; } }
    .modal .faq-elem__header,
    .body-content .faq-elem__header {
      position: relative;
      cursor: pointer;
      padding: 24px 60px 24px 0; }
      .modal .faq-elem__header .faq-text:not(:last-child),
      .body-content .faq-elem__header .faq-text:not(:last-child) {
        margin-bottom: 0; }
      .modal .faq-elem__header svg,
      .body-content .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; }
  .modal .faq-elem__box,
  .body-content .faq-elem__box {
    border-radius: 4px;
    background-color: #f3f5f7;
    padding: 16px;
    border: 1px solid #dfe1e6; }
    .modal .faq-elem__box-title,
    .body-content .faq-elem__box-title {
      font-weight: 600;
      font-size: 0.95168vw;
      line-height: 1.1713vw;
      text-transform: uppercase;
      color: #696c71;
      margin-bottom: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .faq-elem__box-title,
        .body-content .faq-elem__box-title {
          font-size: 0.67708vw;
          line-height: 0.83333vw; } }
      @media screen and (max-width: 899px) {
        .modal .faq-elem__box-title,
        .body-content .faq-elem__box-title {
          font-size: 13px;
          line-height: 16px; } }
  .modal .faq__title,
  .body-content .faq__title {
    font-weight: 600;
    font-size: 1.90337vw;
    line-height: 2.34261vw; }
    @media screen and (min-width: 1700px) {
      .modal .faq__title,
      .body-content .faq__title {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 899px) {
      .modal .faq__title,
      .body-content .faq__title {
        font-size: 26px;
        line-height: 32px; } }
  @media screen and (max-width: 767px) {
    .modal .faq-elem__header,
    .body-content .faq-elem__header {
      padding-right: 50px; }
    .modal .faq-elem__content,
    .body-content .faq-elem__content {
      padding-right: 0; }
    .modal .faq-elem__box,
    .body-content .faq-elem__box {
      margin-right: -50px; }
    .modal .faq__title,
    .body-content .faq__title {
      font-size: 22px;
      line-height: 26px; } }
  .modal .form-row,
  .body-content .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px; }
  .modal .form-col,
  .body-content .form-col {
    margin: 0 12px; }
  .modal .form-input, .modal .form-textarea,
  .body-content .form-input,
  .body-content .form-textarea {
    margin-bottom: 24px; }
    .modal .form-input_small, .modal .form-textarea_small,
    .body-content .form-input_small,
    .body-content .form-textarea_small {
      max-width: 360px; }
  .modal .form__label,
  .body-content .form__label {
    display: inline-block;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    font-weight: 600;
    color: #0E0E0F;
    margin-bottom: 8px; }
    @media screen and (min-width: 1700px) {
      .modal .form__label,
      .body-content .form__label {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .form__label,
      .body-content .form__label {
        font-size: 16px;
        line-height: 24px; } }
  .modal .form-captcha,
  .body-content .form-captcha {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .modal .form-captcha-input,
    .body-content .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;
      position: relative; }
      .modal .form-captcha-input:nth-child(2),
      .body-content .form-captcha-input:nth-child(2) {
        width: 125px; }
    .modal .form-captcha__audio,
    .body-content .form-captcha__audio {
      position: absolute;
      right: -40px;
      bottom: 10px;
      z-index: 1;
      cursor: pointer;
      background: none; }
    .modal .form-captcha-refresh,
    .body-content .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; }
    .modal .form-captcha__audio,
    .body-content .form-captcha__audio {
      position: absolute;
      right: -40px;
      bottom: 10px;
      z-index: 1;
      cursor: pointer;
      background: none; }
      .modal .form-captcha__audio:focus,
      .body-content .form-captcha__audio:focus {
        outline: 3px solid #000; }
  .modal .form-bottom,
  .body-content .form-bottom {
    margin-top: 40px;
    border-top: 1px solid #dfe1e6; }
    .modal .form-bottom .button:not(:last-child),
    .body-content .form-bottom .button:not(:last-child) {
      margin-right: 32px; }
    .modal .form-bottom-row,
    .body-content .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; }
  .modal .form-submit,
  .body-content .form-submit {
    margin-top: 24px; }
    .modal .form-submit .button:not(:last-child),
    .body-content .form-submit .button:not(:last-child) {
      margin-right: 32px; }
    .modal .form-submit-row,
    .body-content .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; }
  .modal .form .is-error .jq-selectbox__select,
  .body-content .form .is-error .jq-selectbox__select {
    border-color: #cc2222; }
  .modal .form .msg-error,
  .body-content .form .msg-error {
    margin-top: 24px; }
  .modal .form-file:not(:last-child),
  .body-content .form-file:not(:last-child) {
    margin-bottom: 24px; }
  .modal .is-error input,
  .modal .is-error textarea,
  .body-content .is-error input,
  .body-content .is-error textarea {
    border-color: #CC2222; }
  .modal .label-error,
  .body-content .label-error {
    position: relative;
    margin-bottom: 8px;
    color: #aa0000;
    line-height: 24px;
    padding-left: 24px;
    display: block; }
    .modal .label-error:before,
    .body-content .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%); }
  .modal .form-input,
  .modal .form-input__field,
  .modal .form-captcha-input,
  .body-content .form-input,
  .body-content .form-input__field,
  .body-content .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; }
    .modal .form-input input,
    .modal .form-input textarea,
    .modal .form-input__field input,
    .modal .form-input__field textarea,
    .modal .form-captcha-input input,
    .modal .form-captcha-input textarea,
    .body-content .form-input input,
    .body-content .form-input textarea,
    .body-content .form-input__field input,
    .body-content .form-input__field textarea,
    .body-content .form-captcha-input input,
    .body-content .form-captcha-input textarea {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .modal .form-input .filter-date,
    .modal .form-input__field .filter-date,
    .modal .form-captcha-input .filter-date,
    .body-content .form-input .filter-date,
    .body-content .form-input__field .filter-date,
    .body-content .form-captcha-input .filter-date {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .modal .form-input .filter-date input,
      .modal .form-input__field .filter-date input,
      .modal .form-captcha-input .filter-date input,
      .body-content .form-input .filter-date input,
      .body-content .form-input__field .filter-date input,
      .body-content .form-captcha-input .filter-date input {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0; }
      .modal .form-input .filter-date .label-error,
      .modal .form-input__field .filter-date .label-error,
      .modal .form-captcha-input .filter-date .label-error,
      .body-content .form-input .filter-date .label-error,
      .body-content .form-input__field .filter-date .label-error,
      .body-content .form-captcha-input .filter-date .label-error {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1;
        width: 100%; }
  .modal .form-textarea,
  .modal .form-textarea__field,
  .body-content .form-textarea,
  .body-content .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; }
    .modal .form-textarea textarea,
    .modal .form-textarea__field textarea,
    .body-content .form-textarea textarea,
    .body-content .form-textarea__field textarea {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .modal .form_small .form-select__content,
  .modal .form_small .form-input__field,
  .modal .form_small .filter-date,
  .body-content .form_small .form-select__content,
  .body-content .form_small .form-input__field,
  .body-content .form_small .filter-date {
    max-width: 450px; }
  .modal .form-input__grid.grid_4 .label-error,
  .modal .form-input__wrapper .form-row .label-error,
  .body-content .form-input__grid.grid_4 .label-error,
  .body-content .form-input__wrapper .form-row .label-error {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .modal .form-select:not(:last-child),
  .body-content .form-select:not(:last-child) {
    margin-bottom: 16px; }
  .modal .form-field__radio:not(:last-child),
  .body-content .form-field__radio:not(:last-child) {
    margin-bottom: 24px; }
  .modal .form-captcha-input .form__input_numbers,
  .body-content .form-captcha-input .form__input_numbers {
    background-position: center;
    background-repeat: no-repeat; }
  .modal .form-input__grid,
  .body-content .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; }
    .modal .form-input__grid.grid_4,
    .body-content .form-input__grid.grid_4 {
      max-width: 552px; }
      .modal .form-input__grid.grid_4 .form-input__col,
      .body-content .form-input__grid.grid_4 .form-input__col {
        width: calc(25% - 18px); }
        .modal .form-input__grid.grid_4 .form-input__col:not(:nth-child(4n)),
        .body-content .form-input__grid.grid_4 .form-input__col:not(:nth-child(4n)) {
          margin-right: 24px; }
  .modal .form-textarea__field,
  .body-content .form-textarea__field {
    max-width: 450px; }
  .modal .form-success__icon,
  .body-content .form-success__icon {
    margin-bottom: 16px; }
    .modal .form-success__icon img,
    .body-content .form-success__icon img {
      vertical-align: bottom; }
  .modal .form-success__title,
  .body-content .form-success__title {
    font-weight: 600;
    font-size: 1.90337vw;
    line-height: 2.34261vw; }
    @media screen and (min-width: 1700px) {
      .modal .form-success__title,
      .body-content .form-success__title {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 899px) {
      .modal .form-success__title,
      .body-content .form-success__title {
        font-size: 26px;
        line-height: 32px; } }
  .modal .form-radio__elem,
  .body-content .form-radio__elem {
    line-height: 24px; }
    .modal .form-radio__elem .radio-label,
    .body-content .form-radio__elem .radio-label {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .modal .form-radio__elem:not(:last-child),
    .body-content .form-radio__elem:not(:last-child) {
      margin-bottom: 16px; }
  .modal .feedback .fieldset-file,
  .body-content .feedback .fieldset-file {
    margin-top: 16px; }
  .modal .form-input__field .multiselect,
  .body-content .form-input__field .multiselect {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  @media screen and (min-width: 768px) {
    .modal .form-captcha-input input,
    .body-content .form-captcha-input input {
      margin-top: auto; }
    .modal .form-captcha-refresh .button_ghost,
    .body-content .form-captcha-refresh .button_ghost {
      margin-top: auto; }
    .modal .form-captcha-refresh,
    .body-content .form-captcha-refresh {
      padding-bottom: 12px;
      margin-left: 28px; }
    .modal .form-row .form-col,
    .body-content .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; }
      .modal .form-row .form-col .form-input,
      .body-content .form-row .form-col .form-input {
        height: 100%; }
      .modal .form-row .form-col input,
      .body-content .form-row .form-col input {
        margin-top: auto; }
    .modal .form-input__flex,
    .body-content .form-input__flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .modal .form-input__flex .form-input__col,
      .body-content .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; }
        .modal .form-input__flex .form-input__col .form-input,
        .body-content .form-input__flex .form-input__col .form-input {
          margin-bottom: 0;
          padding-bottom: 24px;
          height: 100%; }
        .modal .form-input__flex .form-input__col .form-input__field,
        .modal .form-input__flex .form-input__col input,
        .body-content .form-input__flex .form-input__col .form-input__field,
        .body-content .form-input__flex .form-input__col input {
          margin-top: auto; }
        .modal .form-input__flex .form-input__col + .form-input__col,
        .body-content .form-input__flex .form-input__col + .form-input__col {
          width: calc(100% - 324px);
          margin-left: 24px; } }
  .modal input.form__input_numbers,
  .body-content input.form__input_numbers {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; }
  @media screen and (max-width: 767px) {
    .modal .form-row,
    .body-content .form-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .modal .form-col,
    .body-content .form-col {
      width: 100%; }
    .modal .form-captcha,
    .body-content .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; }
      .modal .form-captcha-input,
      .body-content .form-captcha-input {
        width: 100%;
        margin: 0 0 16px; }
      .modal .form-captcha-refresh,
      .body-content .form-captcha-refresh {
        margin: 12px auto 0; }
    .modal .form-submit,
    .body-content .form-submit {
      margin-top: 36px; }
      .modal .form-submit .button,
      .body-content .form-submit .button {
        width: 100%; }
    .modal .form-input__grid.grid_4 .form-input__col,
    .body-content .form-input__grid.grid_4 .form-input__col {
      width: calc(50% - 12px); }
      .modal .form-input__grid.grid_4 .form-input__col:not(:nth-child(4n)),
      .body-content .form-input__grid.grid_4 .form-input__col:not(:nth-child(4n)) {
        margin-right: 0; }
      .modal .form-input__grid.grid_4 .form-input__col:not(:nth-child(2n)),
      .body-content .form-input__grid.grid_4 .form-input__col:not(:nth-child(2n)) {
        margin-right: 24px; }
    .modal .form-input .filter-date .filter__input,
    .modal .form-input__field .filter-date .filter__input,
    .modal .form-captcha-input .filter-date .filter__input,
    .body-content .form-input .filter-date .filter__input,
    .body-content .form-input__field .filter-date .filter__input,
    .body-content .form-captcha-input .filter-date .filter__input {
      width: calc(100% - 34px); } }
  .modal #trp-capture .form-captcha-input,
  .body-content #trp-capture .form-captcha-input {
    width: 160px; }
  .modal .fieldset-file__start:focus-visible,
  .body-content .fieldset-file__start:focus-visible {
    outline: 3px solid black; }
  .modal .search-inside,
  .body-content .search-inside {
    background: #F3F5F7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px; }
    .modal .search-inside-container,
    .body-content .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; }
    .modal .search-inside .button,
    .body-content .search-inside .button {
      margin-left: 16px; }
  @media screen and (min-width: 768px) {
    .modal .search-inside .button__icon,
    .body-content .search-inside .button__icon {
      display: none; } }
  @media screen and (max-width: 767px) {
    .modal .search-inside,
    .body-content .search-inside {
      margin: 0 -16px; }
      .modal .search-inside .button_blue,
      .body-content .search-inside .button_blue {
        width: 100%;
        max-width: 48px;
        padding: 0; }
      .modal .search-inside .button__text,
      .body-content .search-inside .button__text {
        display: none; }
      .modal .search-inside .button__icon,
      .body-content .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%; } }
  .modal .org-structure,
  .body-content .org-structure {
    max-width: 858px;
    margin-top: 40px; }
  .modal .org-prime,
  .body-content .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; }
    .modal .org-prime__logo,
    .body-content .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; }
    .modal .org-prime-content,
    .body-content .org-prime-content {
      max-width: 654px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 24px; }
    .modal .org-prime-card,
    .body-content .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; }
    .modal .org-prime__title,
    .body-content .org-prime__title {
      font-weight: 600;
      font-size: 1.90337vw;
      line-height: 2.34261vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .org-prime__title,
        .body-content .org-prime__title {
          font-size: 1.35417vw;
          line-height: 1.66667vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-prime__title,
        .body-content .org-prime__title {
          font-size: 26px;
          line-height: 32px; } }
    .modal .org-prime__photo,
    .body-content .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) {
        .modal .org-prime__photo picture,
        .body-content .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; } }
      .modal .org-prime__photo img,
      .body-content .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) {
          .modal .org-prime__photo img,
          .body-content .org-prime__photo img {
            height: auto; } }
    .modal .org-prime__info,
    .body-content .org-prime__info {
      padding-left: 18px; }
    .modal .org-prime__name,
    .body-content .org-prime__name {
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      font-weight: 500;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .org-prime__name,
        .body-content .org-prime__name {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-prime__name,
        .body-content .org-prime__name {
          font-size: 18px;
          line-height: 22px; } }
    .modal .org-prime__post,
    .body-content .org-prime__post {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-prime__post,
        .body-content .org-prime__post {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-prime__post,
        .body-content .org-prime__post {
          font-size: 16px;
          line-height: 24px; } }
    .modal .org-prime__phone,
    .body-content .org-prime__phone {
      display: inline-block;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-prime__phone,
        .body-content .org-prime__phone {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-prime__phone,
        .body-content .org-prime__phone {
          font-size: 16px;
          line-height: 24px; } }
  .modal .org-list,
  .body-content .org-list {
    position: relative;
    padding-top: 16px;
    padding-right: 40px; }
    .modal .org-list > div:last-child,
    .body-content .org-list > div:last-child {
      position: static;
      overflow: hidden; }
      .modal .org-list > div:last-child:after,
      .body-content .org-list > div:last-child:after {
        content: '';
        position: absolute;
        top: -1px;
        left: 60px;
        width: 2px;
        height: 100%;
        background: #DFE1E6;
        z-index: -1; }
    .modal .org-list > .org-item:not(.is-prime):last-of-type .org-item-card:after,
    .body-content .org-list > .org-item:not(.is-prime):last-of-type .org-item-card:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -86px;
      width: 5px;
      margin-top: 2px;
      height: 1000%;
      background: #fff;
      z-index: 0; }
    .modal .org-list > .org-item.is-prime:last-of-type .org-item-card:after,
    .body-content .org-list > .org-item.is-prime:last-of-type .org-item-card:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -38px;
      width: 5px;
      margin-top: 2px;
      height: 1000%;
      background: #fff;
      z-index: 0; }
    .modal .org-list > .org-department:last-child .org-department-card:after,
    .body-content .org-list > .org-department:last-child .org-department-card:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -86px;
      width: 5px;
      margin-top: 2px;
      height: 1000%;
      background: #fff;
      z-index: 0; }
  .modal .org-item,
  .body-content .org-item {
    position: relative;
    margin-bottom: 16px;
    padding-left: 145px; }
    .modal .org-item:not(.is-prime) .org-item__post,
    .body-content .org-item:not(.is-prime) .org-item__post {
      margin: 0 0 8px; }
    .modal .org-item img,
    .body-content .org-item img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center top;
         object-position: center top;
      width: 100%;
      height: 100%; }
    .modal .org-item:not(.is-prime),
    .body-content .org-item:not(.is-prime) {
      padding-top: 8px; }
    .modal .org-item.is-prime,
    .body-content .org-item.is-prime {
      padding-left: 95px; }
      .modal .org-item.is-prime .org-item-card,
      .body-content .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; }
        .modal .org-item.is-prime .org-item-card:before,
        .body-content .org-item.is-prime .org-item-card:before {
          left: -34px;
          width: 34px; }
      .modal .org-item.is-prime .org-item__arrow,
      .body-content .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); }
      .modal .org-item.is-prime .org-item__photo,
      .body-content .org-item.is-prime .org-item__photo {
        width: 110px;
        height: 110px; }
      .modal .org-item.is-prime.is-opened > .org-item-card .org-item__arrow,
      .body-content .org-item.is-prime.is-opened > .org-item-card .org-item__arrow {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      .modal .org-item.is-prime .org-item.is-prime,
      .body-content .org-item.is-prime .org-item.is-prime {
        padding-left: 0;
        margin-left: -36px; }
        .modal .org-item.is-prime .org-item.is-prime .org-item-card,
        .body-content .org-item.is-prime .org-item.is-prime .org-item-card {
          padding: 0;
          margin-top: 0;
          border: none;
          background: #fff; }
          .modal .org-item.is-prime .org-item.is-prime .org-item-card:before,
          .body-content .org-item.is-prime .org-item.is-prime .org-item-card:before {
            display: none; }
        .modal .org-item.is-prime .org-item.is-prime .org-item__photo,
        .body-content .org-item.is-prime .org-item.is-prime .org-item__photo {
          width: 90px;
          height: 90px; }
        .modal .org-item.is-prime .org-item.is-prime .org-subitems,
        .body-content .org-item.is-prime .org-item.is-prime .org-subitems {
          padding-left: 68px; }
    .modal .org-item-card,
    .body-content .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; }
      .modal .org-item-card:before,
      .body-content .org-item-card:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -84px;
        width: 84px;
        height: 2px;
        background: #DFE1E6;
        z-index: -1; }
    .modal .org-item__photo,
    .body-content .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) {
        .modal .org-item__photo picture,
        .body-content .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; } }
      .modal .org-item__photo img,
      .body-content .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) {
          .modal .org-item__photo img,
          .body-content .org-item__photo img {
            height: auto; } }
    .modal .org-item-info,
    .body-content .org-item-info {
      padding-left: 16px; }
    .modal .org-item__name,
    .body-content .org-item__name {
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      font-weight: 500;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .org-item__name,
        .body-content .org-item__name {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-item__name,
        .body-content .org-item__name {
          font-size: 18px;
          line-height: 22px; } }
    .modal .org-item__post,
    .body-content .org-item__post {
      font-size: 1.1713vw;
      line-height: 1.61054vw;
      color: #696C71;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-item__post,
        .body-content .org-item__post {
          font-size: 0.83333vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-item__post,
        .body-content .org-item__post {
          font-size: 16px;
          line-height: 22x; } }
    .modal .org-item__phone,
    .body-content .org-item__phone {
      display: inline-block;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-item__phone,
        .body-content .org-item__phone {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-item__phone,
        .body-content .org-item__phone {
          font-size: 16px;
          line-height: 24px; } }
  .modal .org-subitems,
  .body-content .org-subitems {
    display: none;
    padding: 12px 0 0 48px;
    overflow: hidden; }
    .modal .org-subitems > .org-department,
    .body-content .org-subitems > .org-department {
      margin-top: 16px; }
  .modal .org-subitem,
  .body-content .org-subitem {
    position: relative;
    margin-top: 16px; }
    .modal .org-subitem-content,
    .body-content .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; }
    .modal .org-subitem__arrow,
    .body-content .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); }
    .modal .org-subitem__photo,
    .body-content .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) {
        .modal .org-subitem__photo picture,
        .body-content .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; } }
      .modal .org-subitem__photo img,
      .body-content .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) {
          .modal .org-subitem__photo img,
          .body-content .org-subitem__photo img {
            height: auto; } }
    .modal .org-subitem-info,
    .body-content .org-subitem-info {
      padding-left: 18px; }
    .modal .org-subitem__name,
    .body-content .org-subitem__name {
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      font-weight: 500;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .org-subitem__name,
        .body-content .org-subitem__name {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-subitem__name,
        .body-content .org-subitem__name {
          font-size: 18px;
          line-height: 22px; } }
    .modal .org-subitem__post,
    .body-content .org-subitem__post {
      font-size: 1.1713vw;
      line-height: 1.61054vw;
      color: #696C71;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-subitem__post,
        .body-content .org-subitem__post {
          font-size: 0.83333vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-subitem__post,
        .body-content .org-subitem__post {
          font-size: 16px;
          line-height: 22px; } }
    .modal .org-subitem__phone,
    .body-content .org-subitem__phone {
      display: inline-block;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-subitem__phone,
        .body-content .org-subitem__phone {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-subitem__phone,
        .body-content .org-subitem__phone {
          font-size: 16px;
          line-height: 24px; } }
  .modal .org-list > .org-department,
  .body-content .org-list > .org-department {
    padding-left: 145px;
    padding-top: 8px; }
    .modal .org-list > .org-department > .org-department-card:before,
    .body-content .org-list > .org-department > .org-department-card:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -85px;
      width: 85px;
      height: 2px;
      background: #dfe1e6;
      z-index: -1; }
  .modal .org-department,
  .body-content .org-department {
    position: relative; }
    .modal .org-department.is-opened > .org-department-card .org-department__arrow,
    .body-content .org-department.is-opened > .org-department-card .org-department__arrow {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .modal .org-department-card,
    .body-content .org-department-card {
      position: relative;
      border: 1px solid #EEEFF2;
      background: #fff;
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      font-weight: 500;
      padding: 34px 16px;
      border-radius: 2px;
      margin-bottom: 16px; }
      @media screen and (min-width: 1700px) {
        .modal .org-department-card,
        .body-content .org-department-card {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-department-card,
        .body-content .org-department-card {
          font-size: 16px;
          line-height: 22px; } }
    .modal .org-department__phone,
    .body-content .org-department__phone {
      display: inline-block;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      font-weight: 400;
      margin-top: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .org-department__phone,
        .body-content .org-department__phone {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-department__phone,
        .body-content .org-department__phone {
          font-size: 16px;
          line-height: 24px; } }
    .modal .org-department.is-prime > .org-department-card,
    .body-content .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; }
    .modal .org-department.is-prime > .org-subitems .org-department .org-department-card,
    .body-content .org-department.is-prime > .org-subitems .org-department .org-department-card {
      margin: 16px 0 0; }
    .modal .org-department__arrow,
    .body-content .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); }
    .modal .org-department .org-subitems,
    .body-content .org-department .org-subitems {
      padding-top: 0; }
  @media screen and (min-width: 1025px) {
    .modal .org-department.is-prime .org-department-card ~ .org-subitems,
    .body-content .org-department.is-prime .org-department-card ~ .org-subitems {
      margin-top: 12px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .org-prime-card,
    .body-content .org-prime-card {
      margin-top: 26px; }
    .modal .org-list,
    .body-content .org-list {
      padding-right: 35px; }
      .modal .org-list div:last-child:after,
      .body-content .org-list div:last-child:after {
        left: 30px; }
      .modal .org-list > .org-department,
      .body-content .org-list > .org-department {
        padding-left: 115px; }
    .modal .org-item,
    .body-content .org-item {
      padding-left: 115px; }
      .modal .org-item.is-prime,
      .body-content .org-item.is-prime {
        padding-left: 65px; } }
  @media screen and (max-width: 767px) {
    .modal .org-structure,
    .body-content .org-structure {
      margin: 16px -16px 0; }
    .modal .org-prime,
    .body-content .org-prime {
      padding: 32px 16px; }
      .modal .org-prime-content,
      .body-content .org-prime-content {
        padding-left: 16px; }
      .modal .org-prime__logo,
      .body-content .org-prime__logo {
        width: 42px; }
      .modal .org-prime__title,
      .body-content .org-prime__title {
        font-size: 20px;
        line-height: 26px;
        padding-right: 15px; }
      .modal .org-prime__photo,
      .body-content .org-prime__photo {
        width: 116px;
        height: 116px; }
      .modal .org-prime-card,
      .body-content .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; }
      .modal .org-prime__info,
      .body-content .org-prime__info {
        padding-left: 16px; }
      .modal .org-prime__name,
      .body-content .org-prime__name {
        font-size: 16px;
        line-height: 22px; }
      .modal .org-prime__post,
      .body-content .org-prime__post {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6px; }
      .modal .org-prime__phone,
      .body-content .org-prime__phone {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6px; }
    .modal .org .org-list,
    .body-content .org .org-list {
      padding-right: 0;
      padding-top: 0; }
      .modal .org .org-list > div:last-child:after,
      .body-content .org .org-list > div:last-child:after {
        display: none; }
      .modal .org .org-list > .org-item.is-prime,
      .body-content .org .org-list > .org-item.is-prime {
        border-bottom: #EEEFF2 1px solid; }
      .modal .org .org-list > .org-department,
      .body-content .org .org-list > .org-department {
        padding-left: 0;
        padding-right: 0; }
        .modal .org .org-list > .org-department .org-item__photo,
        .body-content .org .org-list > .org-department .org-item__photo {
          width: 70px;
          height: 70px; }
    .modal .org-item,
    .body-content .org-item {
      padding-left: 48px;
      margin-bottom: 0; }
      .modal .org-item:not(.is-prime) .org-item__post,
      .body-content .org-item:not(.is-prime) .org-item__post {
        margin-bottom: 0; }
      .modal .org-item__photo,
      .body-content .org-item__photo {
        width: 70px;
        height: 70px; }
      .modal .org-item-card,
      .body-content .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; }
        .modal .org-item-card ~ .org-subitems > div:first-child,
        .body-content .org-item-card ~ .org-subitems > div:first-child {
          margin-top: 0; }
          .modal .org-item-card ~ .org-subitems > div:first-child .org-department-card,
          .body-content .org-item-card ~ .org-subitems > div:first-child .org-department-card {
            margin-top: 0; }
      .modal .org-item.is-prime,
      .body-content .org-item.is-prime {
        padding-left: 0px; }
        .modal .org-item.is-prime .org-item.is-prime,
        .body-content .org-item.is-prime .org-item.is-prime {
          padding-left: 0 16px 0 0;
          margin-left: -36px; }
          .modal .org-item.is-prime .org-item.is-prime .org-item__photo,
          .body-content .org-item.is-prime .org-item.is-prime .org-item__photo {
            width: 70px;
            height: 70px; }
          .modal .org-item.is-prime .org-item.is-prime .org-subitems,
          .body-content .org-item.is-prime .org-item.is-prime .org-subitems {
            padding: 0;
            border-bottom: #EEEFF2 1px solid;
            margin-left: 36px;
            padding-bottom: 24px; }
        .modal .org-item.is-prime .org-item-card,
        .body-content .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; }
        .modal .org-item.is-prime .org-item__photo,
        .body-content .org-item.is-prime .org-item__photo {
          width: 70px;
          height: 70px; }
        .modal .org-item.is-prime .org-item-status,
        .body-content .org-item.is-prime .org-item-status {
          padding-top: 20px; }
      .modal .org-item-card:before,
      .body-content .org-item-card:before {
        display: none; }
      .modal .org-item__name,
      .body-content .org-item__name {
        font-size: 14px;
        line-height: 20px; }
      .modal .org-item__post,
      .body-content .org-item__post {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0; }
      .modal .org-item__phone,
      .body-content .org-item__phone {
        font-size: 12px;
        line-height: 24px;
        margin-top: 0; }
    .modal .org-subitems,
    .body-content .org-subitems {
      padding-top: 8px;
      margin-bottom: 24px; }
      .modal .org-subitems .org-department__name,
      .body-content .org-subitems .org-department__name {
        font-size: 14px;
        line-height: 20px; }
    .modal .org-subitem,
    .body-content .org-subitem {
      padding-top: 0; }
      .modal .org-subitem__photo,
      .body-content .org-subitem__photo {
        width: 70px;
        height: 70px; }
      .modal .org-subitem__name,
      .body-content .org-subitem__name {
        font-size: 14px;
        line-height: 20px; }
      .modal .org-subitem__phone,
      .body-content .org-subitem__phone {
        font-size: 12px;
        line-height: 24px;
        margin-top: 0; }
    .modal .org-department,
    .body-content .org-department {
      padding-right: 15px; }
      .modal .org-department-card,
      .body-content .org-department-card {
        padding: 24px 20px;
        margin: 16px 0 0; }
        .modal .org-department-card:before, .modal .org-department-card:after,
        .body-content .org-department-card:before,
        .body-content .org-department-card:after {
          display: none; }
      .modal .org-department__name,
      .body-content .org-department__name {
        font-size: 16px;
        line-height: 20px; }
      .modal .org-department__phone,
      .body-content .org-department__phone {
        font-size: 12px;
        line-height: 24px;
        margin-top: 4px; }
      .modal .org-department .org-subitems,
      .body-content .org-department .org-subitems {
        padding-left: 58px;
        padding-right: 16px;
        padding-bottom: 24px;
        margin-bottom: 8px;
        border-bottom: #EEEFF2 1px solid; }
      .modal .org-department .org-department.is-prime,
      .body-content .org-department .org-department.is-prime {
        margin-left: -36px; }
        .modal .org-department .org-department.is-prime .org-subitems,
        .body-content .org-department .org-department.is-prime .org-subitems {
          padding-left: 0;
          margin-left: 36px; }
        .modal .org-department .org-department.is-prime .org-department-card,
        .body-content .org-department .org-department.is-prime .org-department-card {
          background: #fff;
          padding: 0;
          border: none; }
        .modal .org-department .org-department.is-prime .org-department__name,
        .body-content .org-department .org-department.is-prime .org-department__name {
          padding: 24px 20px;
          width: 100%;
          background: #F3F5F7;
          border-radius: 4px;
          border: #EEEFF2 1px solid; }
        .modal .org-department .org-department.is-prime .org-subitems,
        .body-content .org-department .org-department.is-prime .org-subitems {
          padding-left: 0;
          margin-left: 36px; } }
  .modal .org-results,
  .body-content .org-results {
    margin-top: 40px;
    padding-right: 150px; }
    .modal .org-results-card,
    .body-content .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; }
    .modal .org-results__photo,
    .body-content .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) {
        .modal .org-results__photo picture,
        .body-content .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; } }
      .modal .org-results__photo img,
      .body-content .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) {
          .modal .org-results__photo img,
          .body-content .org-results__photo img {
            height: auto; } }
    .modal .org-results__title,
    .body-content .org-results__title {
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      font-weight: 500;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .org-results__title,
        .body-content .org-results__title {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-results__title,
        .body-content .org-results__title {
          font-size: 18px;
          line-height: 22px; } }
    .modal .org-results__post,
    .body-content .org-results__post {
      font-size: 1.1713vw;
      line-height: 1.61054vw;
      color: #696C71;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-results__post,
        .body-content .org-results__post {
          font-size: 0.83333vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-results__post,
        .body-content .org-results__post {
          font-size: 16px;
          line-height: 22px; } }
    .modal .org-results__phone,
    .body-content .org-results__phone {
      display: inline-block;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F;
      margin-top: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .org-results__phone,
        .body-content .org-results__phone {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .org-results__phone,
        .body-content .org-results__phone {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .modal .org-results,
    .body-content .org-results {
      margin-top: 32px;
      padding-right: 0; }
      .modal .org-results__photo,
      .body-content .org-results__photo {
        width: 70px;
        height: 70px; }
      .modal .org-results__title,
      .body-content .org-results__title {
        font-size: 14px;
        line-height: 20px; }
      .modal .org-results__post,
      .body-content .org-results__post {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0px; }
      .modal .org-results__phone,
      .body-content .org-results__phone {
        display: inline-block;
        font-size: 12px;
        line-height: 24px;
        margin-top: 0px; } }
  .modal .filter-acts,
  .body-content .filter-acts {
    background: #F3F5F7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px; }
    .modal .filter-acts__input,
    .body-content .filter-acts__input {
      margin: 0 !important; }
    .modal .filter-acts__hint,
    .body-content .filter-acts__hint {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      margin-bottom: 24px; }
      @media screen and (min-width: 1700px) {
        .modal .filter-acts__hint,
        .body-content .filter-acts__hint {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .filter-acts__hint,
        .body-content .filter-acts__hint {
          font-size: 16px;
          line-height: 24px; } }
    .modal .filter-acts-submit,
    .body-content .filter-acts-submit {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 24px; }
    .modal .filter-acts-row,
    .body-content .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; }
    .modal .filter-acts-col,
    .body-content .filter-acts-col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      padding: 0 12px;
      margin-top: 24px; }
    .modal .filter-acts-dates__row,
    .body-content .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; }
    .modal .filter-acts-search,
    .body-content .filter-acts-search {
      margin-bottom: 24px; }
      .modal .filter-acts-search + .filter-acts-extended,
      .body-content .filter-acts-search + .filter-acts-extended {
        margin-top: -24px; }
    .modal .filter-acts__title,
    .body-content .filter-acts__title {
      font-weight: 600;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      margin-bottom: 8px;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .filter-acts__title,
        .body-content .filter-acts__title {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .filter-acts__title,
        .body-content .filter-acts__title {
          font-size: 16px;
          line-height: 24px; } }
    .modal .filter-acts-extended,
    .body-content .filter-acts-extended {
      display: none; }
    .modal .filter-acts .button-extended,
    .body-content .filter-acts .button-extended {
      margin-left: auto; }
      .modal .filter-acts .button-extended .filter-acts__show,
      .body-content .filter-acts .button-extended .filter-acts__show {
        display: block; }
      .modal .filter-acts .button-extended .filter-acts__hide,
      .body-content .filter-acts .button-extended .filter-acts__hide {
        display: none; }
      .modal .filter-acts .button-extended.is-active .filter-acts__hide,
      .body-content .filter-acts .button-extended.is-active .filter-acts__hide {
        display: block; }
      .modal .filter-acts .button-extended.is-active .filter-acts__show,
      .body-content .filter-acts .button-extended.is-active .filter-acts__show {
        display: none; }
  @media screen and (min-width: 768px) {
    .modal .filter-acts .button:not(:last-child),
    .body-content .filter-acts .button:not(:last-child) {
      margin-right: 24px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .filter-acts-col,
    .body-content .filter-acts-col {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .modal .filter-acts,
    .body-content .filter-acts {
      margin: 0 -16px;
      padding: 24px 16px 32px; }
      .modal .filter-acts-col,
      .body-content .filter-acts-col {
        width: 100%; }
      .modal .filter-acts-dates__row,
      .body-content .filter-acts-dates__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .modal .filter-acts-submit,
      .body-content .filter-acts-submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .modal .filter-acts-submit .button,
        .body-content .filter-acts-submit .button {
          width: 100%; }
          .modal .filter-acts-submit .button_ghost,
          .body-content .filter-acts-submit .button_ghost {
            height: auto;
            margin-top: 28px; } }
  .modal .acts-list,
  .body-content .acts-list {
    margin-top: 24px; }
    .modal .acts-list__item,
    .body-content .acts-list__item {
      padding: 24px 24px 24px 0px;
      border-bottom: #DFE1E6 1px solid; }
    .modal .acts-list__link,
    .body-content .acts-list__link {
      font-weight: 500;
      font-size: 1.46413vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .acts-list__link,
        .body-content .acts-list__link {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .acts-list__link,
        .body-content .acts-list__link {
          font-size: 20px;
          line-height: 24px; } }
      .modal .acts-list__link._blue,
      .body-content .acts-list__link._blue {
        font-weight: 600;
        color: #002277; }
  @media screen and (max-width: 767px) {
    .modal .acts-list,
    .body-content .acts-list {
      margin-top: 16px; }
      .modal .acts-list__item,
      .body-content .acts-list__item {
        padding-right: 0; } }
  .modal .map-container,
  .body-content .map-container {
    height: 380px;
    border-radius: 6px;
    overflow: hidden; }
    .modal .map-container .dg-control-round,
    .modal .map-container .leaflet-top,
    .body-content .map-container .dg-control-round,
    .body-content .map-container .leaflet-top {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
  .modal .map,
  .body-content .map {
    position: relative; }
    .modal .map .map-control,
    .body-content .map .map-control {
      color: #6a6e72; }
  .modal .map-control,
  .body-content .map-control {
    position: absolute;
    top: 252px;
    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) {
      .modal .map-control:hover,
      .body-content .map-control:hover {
        background-color: #f1f1f1; } }
    .modal .map-control.map-control_minus,
    .body-content .map-control.map-control_minus {
      top: 198px; }
    .modal .map-control.map-control_location,
    .body-content .map-control.map-control_location {
      top: 266px; }
  @media screen and (max-width: 767px) {
    .modal .map-container,
    .body-content .map-container {
      height: 220px; }
    .modal .map-control,
    .body-content .map-control {
      display: none; }
      .modal .map-control.map-control_minus,
      .body-content .map-control.map-control_minus {
        top: 118px; }
      .modal .map-control.map-control_location,
      .body-content .map-control.map-control_location {
        top: 186px; } }
  .modal .department-photo,
  .body-content .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); }
    .modal .department-photo img,
    .body-content .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) {
        .modal .department-photo img,
        .body-content .department-photo img {
          height: auto; } }
  .modal .department-phone,
  .body-content .department-phone {
    margin-top: 32px; }
  .modal .department__subtitle,
  .body-content .department__subtitle {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71; }
    @media screen and (min-width: 1700px) {
      .modal .department__subtitle,
      .body-content .department__subtitle {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .department__subtitle,
      .body-content .department__subtitle {
        font-size: 16px;
        line-height: 24px; } }
  .modal .department-mail,
  .body-content .department-mail {
    margin-top: 12px; }
  .modal .department__link,
  .body-content .department__link {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .department__link,
      .body-content .department__link {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .department__link,
      .body-content .department__link {
        font-size: 16px;
        line-height: 24px; } }
  .modal .department-text,
  .body-content .department-text {
    max-width: 760px;
    margin-top: 32px;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .department-text,
      .body-content .department-text {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .department-text,
      .body-content .department-text {
        font-size: 16px;
        line-height: 24px; } }
    .modal .department-text p,
    .body-content .department-text p {
      margin-bottom: 32px; }
  .modal .department-links,
  .body-content .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) {
    .modal .department-photo,
    .body-content .department-photo {
      max-height: 180px; }
      .modal .department-photo img,
      .body-content .department-photo img {
        max-height: 178px; } }
  .modal .document-content,
  .body-content .document-content {
    max-width: 760px; }
  .modal .document__date,
  .body-content .document__date {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71;
    margin-bottom: 12px; }
    @media screen and (min-width: 1700px) {
      .modal .document__date,
      .body-content .document__date {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .document__date,
      .body-content .document__date {
        font-size: 16px;
        line-height: 24px; } }
  .modal .document-photo,
  .body-content .document-photo {
    border-radius: 4px;
    overflow: hidden;
    max-width: 360px;
    line-height: 0;
    padding-top: 16px;
    margin-bottom: 32px; }
    .modal .document-photo:first-child,
    .body-content .document-photo:first-child {
      padding-top: 0; }
    .modal .document-photo img,
    .body-content .document-photo img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .modal .document-text,
  .body-content .document-text {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    margin-bottom: 20px;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .document-text,
      .body-content .document-text {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .document-text,
      .body-content .document-text {
        font-size: 16px;
        line-height: 24px; } }
    .modal .document-text a,
    .body-content .document-text a {
      color: #0044CC; }
    .modal .document-text p,
    .body-content .document-text p {
      margin-bottom: 32px; }
  .modal .document-links,
  .body-content .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; }
  .modal .document iframe,
  .modal .document video,
  .body-content .document iframe,
  .body-content .document video {
    min-height: 400px;
    max-width: 100%;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .modal .document iframe,
    .modal .document video,
    .body-content .document iframe,
    .body-content .document video {
      min-height: 280px;
      height: auto !important; } }
  .modal .file,
  .body-content .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; }
    .modal .file .icon,
    .body-content .file .icon {
      min-width: 24px;
      margin-right: 10px;
      line-height: 0; }
    .modal .file__name,
    .body-content .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: 1.1713vw;
      line-height: 1.75695vw;
      max-width: 100%; }
      @media screen and (min-width: 1700px) {
        .modal .file__name,
        .body-content .file__name {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .file__name,
        .body-content .file__name {
          font-size: 16px;
          line-height: 24px; } }
      .modal .file__name span,
      .body-content .file__name span {
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
    .modal .file__size,
    .body-content .file__size {
      color: #696C71;
      font-size: 1.1713vw;
      padding-left: 32px; }
      @media screen and (min-width: 1700px) {
        .modal .file__size,
        .body-content .file__size {
          font-size: 0.83333vw; } }
      @media screen and (max-width: 899px) {
        .modal .file__size,
        .body-content .file__size {
          font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .modal .file__name,
    .body-content .file__name {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .modal .ie-cover,
  .body-content .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; }
  .modal .contacts-title, .modal .contacts-phone,
  .body-content .contacts-title,
  .body-content .contacts-phone {
    font-weight: 600;
    font-size: 1.90337vw;
    line-height: 2.34261vw;
    margin-bottom: 20px; }
    @media screen and (min-width: 1700px) {
      .modal .contacts-title, .modal .contacts-phone,
      .body-content .contacts-title,
      .body-content .contacts-phone {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 899px) {
      .modal .contacts-title, .modal .contacts-phone,
      .body-content .contacts-title,
      .body-content .contacts-phone {
        font-size: 26px;
        line-height: 32px; } }
  .modal .contacts-phone,
  .body-content .contacts-phone {
    margin-bottom: 8px; }
  .modal .contacts table,
  .body-content .contacts table {
    font-size: 1.1713vw;
    line-height: 1.75695vw; }
    @media screen and (min-width: 1700px) {
      .modal .contacts table,
      .body-content .contacts table {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .contacts table,
      .body-content .contacts table {
        font-size: 16px;
        line-height: 24px; } }
  .modal .contacts-top:not(:last-child),
  .body-content .contacts-top:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe1e6;
    margin-bottom: 32px; }
  .modal .contacts-top p:not(:last-child),
  .modal .contacts-top .contacts-title:not(:last-child),
  .body-content .contacts-top p:not(:last-child),
  .body-content .contacts-top .contacts-title:not(:last-child) {
    margin-bottom: 8px; }
  .modal .contacts-group:not(:first-child),
  .body-content .contacts-group:not(:first-child) {
    margin-top: 32px; }
  .modal .contacts-group .title-small,
  .body-content .contacts-group .title-small {
    font-size: 1.46413vw;
    font-weight: 500; }
    @media screen and (min-width: 1700px) {
      .modal .contacts-group .title-small,
      .body-content .contacts-group .title-small {
        font-size: 1.04167vw; } }
    @media screen and (max-width: 899px) {
      .modal .contacts-group .title-small,
      .body-content .contacts-group .title-small {
        font-size: 20px; } }
    .modal .contacts-group .title-small:not(:last-child),
    .body-content .contacts-group .title-small:not(:last-child) {
      margin-bottom: 16px; }
    .modal .contacts-group .title-small + p,
    .body-content .contacts-group .title-small + p {
      margin-top: 0; }
  .modal .contacts-group p + .warning,
  .body-content .contacts-group p + .warning {
    margin-top: 18px; }
  .modal .contacts-group .table-wrap:not(:last-child),
  .body-content .contacts-group .table-wrap:not(:last-child) {
    margin-bottom: 18px; }
  .modal .contacts .break,
  .body-content .contacts .break {
    margin-top: -24px; }
  @media screen and (max-width: 767px) {
    .modal .contacts-title,
    .body-content .contacts-title {
      font-size: 21px;
      line-height: 24px; }
    .modal .contacts-address span,
    .body-content .contacts-address span {
      display: block; } }
  .modal .person,
  .body-content .person {
    position: relative; }
    .modal .person-header,
    .body-content .person-header {
      padding-top: 1px; }
      .modal .person-header a,
      .body-content .person-header a {
        text-decoration: underline; }
        .modal .person-header a:hover,
        .body-content .person-header a:hover {
          text-decoration: none; }
    .modal .person-content a,
    .body-content .person-content a {
      text-decoration: underline;
      text-decoration-thickness: 2px;
      color: #0044CC; }
      .modal .person-content a:hover,
      .body-content .person-content a:hover {
        text-decoration: none; }
    @media screen and (max-width: 1024px) {
      .modal .person-item,
      .body-content .person-item {
        padding-bottom: 73px; } }
    @media screen and (max-width: 767px) {
      .modal .person-item,
      .body-content .person-item {
        padding-bottom: 45px; } }
    .modal .person__photo,
    .body-content .person__photo {
      margin-top: 10px;
      margin-bottom: 17px; }
      .modal .person__photo img,
      .body-content .person__photo img {
        display: block;
        min-width: 110px;
        width: 110px;
        height: 110px;
        -o-object-position: top center;
           object-position: top center;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 55px; }
    .modal .person-content,
    .body-content .person-content {
      line-height: 1.5; }
  .modal .form-checkbox,
  .body-content .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; }
    .modal .form-checkbox input,
    .body-content .form-checkbox input {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0; }
      .modal .form-checkbox input:checked + .form-checkbox__square::after,
      .body-content .form-checkbox input:checked + .form-checkbox__square::after {
        opacity: 1; }
      .modal .form-checkbox input:focus + .form-checkbox__square,
      .body-content .form-checkbox input:focus + .form-checkbox__square {
        outline: 3px solid #000; }
    .modal .form-checkbox .label-error,
    .body-content .form-checkbox .label-error {
      display: none !important; }
    .modal .form-checkbox__input,
    .body-content .form-checkbox__input {
      position: relative;
      margin-right: 8px;
      margin-top: 3px; }
      .modal .form-checkbox__input.is-error .form-checkbox__square,
      .body-content .form-checkbox__input.is-error .form-checkbox__square {
        border-color: #CC2222; }
    .modal .form-checkbox__square,
    .body-content .form-checkbox__square {
      position: relative;
      width: 20px;
      height: 20px;
      border: 1px solid #c4c8d0;
      border-radius: 4px; }
      .modal .form-checkbox__square::after,
      .body-content .form-checkbox__square::after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 20px;
        height: 20px;
        background-image: url("../images/svg/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; }
        @media (forced-colors: active) {
          .modal .form-checkbox__square::after,
          .body-content .form-checkbox__square::after {
            border: 1px solid ActiveBorder; } }
    .modal .form-checkbox span,
    .body-content .form-checkbox span {
      font-size: 1.1713vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .form-checkbox span,
        .body-content .form-checkbox span {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .form-checkbox span,
        .body-content .form-checkbox span {
          font-size: 16px;
          line-height: 24px; } }
      .modal .form-checkbox span:first-child:not(.color_box),
      .body-content .form-checkbox span:first-child:not(.color_box) {
        width: calc(100% - 20px); }
        .modal .form-checkbox span:first-child:not(.color_box) + .form-checkbox__input,
        .body-content .form-checkbox span:first-child:not(.color_box) + .form-checkbox__input {
          margin-right: 0; }
  .modal .form-checkbox__list:not(:last-child),
  .body-content .form-checkbox__list:not(:last-child) {
    margin-bottom: 24px; }
  .modal .form-checkbox__elem,
  .body-content .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; }
    .modal .form-checkbox__elem:not(:last-child),
    .body-content .form-checkbox__elem:not(:last-child) {
      margin-bottom: 16px; }
  .modal .ereception .title,
  .body-content .ereception .title {
    max-width: 850px; }
  .modal .ereception__subtitle,
  .body-content .ereception__subtitle {
    font-weight: 600;
    font-size: 1.46413vw;
    line-height: 1.75695vw;
    color: #0E0E0F;
    margin-bottom: 24px; }
    @media screen and (min-width: 1700px) {
      .modal .ereception__subtitle,
      .body-content .ereception__subtitle {
        font-size: 1.04167vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .ereception__subtitle,
      .body-content .ereception__subtitle {
        font-size: 20px;
        line-height: 24px; } }
  .modal .ereception-content,
  .body-content .ereception-content {
    max-width: 760px; }
  .modal .ereception-links,
  .body-content .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; }
  .modal .ereception ol,
  .body-content .ereception ol {
    list-style: none;
    margin: 0;
    counter-reset: number; }
    .modal .ereception ol > li,
    .body-content .ereception ol > li {
      position: relative;
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      counter-increment: number;
      padding-left: 28px; }
      @media screen and (min-width: 1700px) {
        .modal .ereception ol > li,
        .body-content .ereception ol > li {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .ereception ol > li,
        .body-content .ereception ol > li {
          font-size: 16px;
          line-height: 24px; } }
      .modal .ereception ol > li:before,
      .body-content .ereception ol > li:before {
        content: counter(number) ". ";
        position: absolute;
        left: 0;
        top: 0; }
      .modal .ereception ol > li:not(:last-child),
      .body-content .ereception ol > li:not(:last-child) {
        margin-bottom: 16px; }
    .modal .ereception ol ul,
    .body-content .ereception ol ul {
      margin-top: 16px; }
      .modal .ereception ol ul li:not(:last-child),
      .body-content .ereception ol ul li:not(:last-child) {
        margin-bottom: 12px; }
  .modal .ereception ul li,
  .body-content .ereception ul li {
    position: relative;
    padding-left: 20px; }
    .modal .ereception ul li:before,
    .body-content .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) {
    .modal .ereception-links .button,
    .body-content .ereception-links .button {
      width: 100%;
      padding: 0 18px; } }
  .modal .feedback .msg,
  .body-content .feedback .msg {
    margin-top: 24px; }
  .modal .feedback .fieldset-file .button-add,
  .body-content .feedback .fieldset-file .button-add {
    max-width: 100%;
    white-space: nowrap; }
  .modal .feedback-form .form-captcha,
  .body-content .feedback-form .form-captcha {
    margin-top: 40px; }
  .modal .feedback-form .fieldset-file:not(.is-succes) .form-popup__files,
  .body-content .feedback-form .fieldset-file:not(.is-succes) .form-popup__files {
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .modal .feedback-form .fieldset-file__info-wrapper,
    .body-content .feedback-form .fieldset-file__info-wrapper {
      max-width: 100%;
      display: block; }
    .modal .feedback-form .fieldset-file .button-add,
    .body-content .feedback-form .fieldset-file .button-add {
      max-width: 100%; }
    .modal .feedback-form .fieldset-file__info-wrapper .button__icon,
    .body-content .feedback-form .fieldset-file__info-wrapper .button__icon {
      display: none; }
    .modal .feedback-form .fieldset-file__start,
    .modal .feedback-form .label-error,
    .body-content .feedback-form .fieldset-file__start,
    .body-content .feedback-form .label-error {
      width: 100%; } }
  .modal .eform form, .modal .eform .title,
  .body-content .eform form,
  .body-content .eform .title {
    max-width: 840px; }
  .modal .eform__title,
  .body-content .eform__title {
    font-weight: 600;
    font-size: 1.90337vw;
    line-height: 2.34261vw;
    margin-bottom: 32px;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .eform__title,
      .body-content .eform__title {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 899px) {
      .modal .eform__title,
      .body-content .eform__title {
        font-size: 26px;
        line-height: 32px; } }
  .modal .eform__label,
  .body-content .eform__label {
    font-weight: 500;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    margin-bottom: 16px;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .eform__label,
      .body-content .eform__label {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .eform__label,
      .body-content .eform__label {
        font-size: 16px;
        line-height: 24px; } }
  .modal .eform-switcher-row,
  .body-content .eform-switcher-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px; }
  .modal .eform-switcher .radio-label,
  .body-content .eform-switcher .radio-label {
    margin: 0 12px; }
  .modal .eform [data-eform='legal'],
  .body-content .eform [data-eform='legal'] {
    display: none; }
  .modal .eform .form-captcha,
  .body-content .eform .form-captcha {
    margin-top: 0; }
  .modal .eform__chief,
  .body-content .eform__chief {
    padding-bottom: 24px;
    margin-top: -8px; }
  .modal .eform-success,
  .body-content .eform-success {
    max-width: 832px; }
    .modal .eform-success .icon-checked,
    .body-content .eform-success .icon-checked {
      width: 40px;
      height: 40px; }
    .modal .eform-success__title,
    .body-content .eform-success__title {
      margin-top: 16px;
      font-weight: 600;
      font-size: 1.90337vw;
      line-height: 2.34261vw; }
      @media screen and (min-width: 1700px) {
        .modal .eform-success__title,
        .body-content .eform-success__title {
          font-size: 1.35417vw;
          line-height: 1.66667vw; } }
      @media screen and (max-width: 899px) {
        .modal .eform-success__title,
        .body-content .eform-success__title {
          font-size: 26px;
          line-height: 32px; } }
    .modal .eform-success__text,
    .body-content .eform-success__text {
      margin-top: 24px;
      font-size: 1.1713vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .eform-success__text,
        .body-content .eform-success__text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .eform-success__text,
        .body-content .eform-success__text {
          font-size: 16px;
          line-height: 24px; } }
    .modal .eform-success .button,
    .body-content .eform-success .button {
      margin-top: 24px; }
  @media screen and (min-width: 768px) {
    .modal .eform-applicant,
    .body-content .eform-applicant {
      margin-top: 24px; }
    .modal .eform-message,
    .body-content .eform-message {
      margin-top: 40px;
      max-width: 660px; }
    .modal .eform-chief,
    .body-content .eform-chief {
      margin-top: 40px; }
    .modal .eform-submit,
    .body-content .eform-submit {
      margin-top: 64px; }
    .modal .eform__surname, .modal .eform__name, .modal .eform__patronymic, .modal .eform__region, .modal .eform__street, .modal .eform__post, .modal .eform__company,
    .body-content .eform__surname,
    .body-content .eform__name,
    .body-content .eform__patronymic,
    .body-content .eform__region,
    .body-content .eform__street,
    .body-content .eform__post,
    .body-content .eform__company {
      width: 376px; }
    .modal .eform__email, .modal .eform__city, .modal .eform__district,
    .body-content .eform__email,
    .body-content .eform__city,
    .body-content .eform__district {
      width: 300px; }
    .modal .eform__phone,
    .body-content .eform__phone {
      width: 200px; }
    .modal .eform__index, .modal .eform__house, .modal .eform__building, .modal .eform__corpus, .modal .eform__flat,
    .body-content .eform__index,
    .body-content .eform__house,
    .body-content .eform__building,
    .body-content .eform__corpus,
    .body-content .eform__flat {
      width: 120px; } }
  @media screen and (max-width: 767px) {
    .modal .eform-switcher,
    .body-content .eform-switcher {
      margin-bottom: 24px; }
      .modal .eform-switcher-row,
      .body-content .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; }
        .modal .eform-switcher-row .radio-label:not(:last-child),
        .body-content .eform-switcher-row .radio-label:not(:last-child) {
          margin-bottom: 16px; }
    .modal .eform-physical__index,
    .body-content .eform-physical__index {
      max-width: 120px; } }
  .modal .fieldset-file,
  .body-content .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%;
    margin-top: -24px; }
    .modal .fieldset-file__info-wrapper,
    .body-content .fieldset-file__info-wrapper {
      display: inline-block; }
    .modal .fieldset-file__input,
    .body-content .fieldset-file__input {
      display: none; }
    .modal .fieldset-file .form-popup__files,
    .body-content .fieldset-file .form-popup__files {
      width: 100%;
      margin-bottom: 16px;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
    .modal .fieldset-file__start,
    .body-content .fieldset-file__start {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .modal .fieldset-file__stat,
    .body-content .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); }
    .modal .fieldset-file__active-load,
    .body-content .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: 1.1713vw;
      line-height: 1.75695vw;
      font-weight: 500; }
      @media screen and (min-width: 1700px) {
        .modal .fieldset-file__active-load,
        .body-content .fieldset-file__active-load {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .fieldset-file__active-load,
        .body-content .fieldset-file__active-load {
          font-size: 16px;
          line-height: 24px; } }
    .modal .fieldset-file__active-file,
    .body-content .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; }
    .modal .fieldset-file__active-icon,
    .body-content .fieldset-file__active-icon {
      width: 24px;
      height: 24px;
      margin-right: 8px;
      background: url("../images/svg/file.svg") no-repeat center; }
    .modal .fieldset-file__remove,
    .body-content .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; }
      .modal .fieldset-file__remove-icon,
      .body-content .fieldset-file__remove-icon {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        background: url("../images/svg/remove.svg") no-repeat center; }
      .modal .fieldset-file__remove-name,
      .body-content .fieldset-file__remove-name {
        color: #0044CC; }
    .modal .fieldset-file__error,
    .body-content .fieldset-file__error {
      display: none;
      position: relative;
      margin-bottom: 8px;
      color: #aa0000;
      line-height: 24px;
      padding-left: 24px; }
      .modal .fieldset-file__error:before,
      .body-content .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%); }
    .modal .fieldset-file.is_error .fieldset-file__error,
    .body-content .fieldset-file.is_error .fieldset-file__error {
      display: block; }
    .modal .fieldset-file__hint,
    .body-content .fieldset-file__hint {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-top: 12px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media screen and (min-width: 1700px) {
        .modal .fieldset-file__hint,
        .body-content .fieldset-file__hint {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .fieldset-file__hint,
        .body-content .fieldset-file__hint {
          font-size: 16px;
          line-height: 24px; } }
  .modal .fieldset-file__status,
  .body-content .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; }
  .modal .fieldset-file__active-name,
  .body-content .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; }
  .modal .fieldset-file__stat,
  .body-content .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);
    word-break: break-all;
    height: 0 !important;
    width: 0 !important;
    border: none !important; }
    .modal .fieldset-file__stat:focus,
    .body-content .fieldset-file__stat:focus {
      outline: none !important; }
  .modal .fieldset-file__active-load .fieldset-file__stat,
  .body-content .fieldset-file__active-load .fieldset-file__stat {
    height: auto !important;
    width: auto !important;
    border: none !important; }
    .modal .fieldset-file__active-load .fieldset-file__stat:focus,
    .body-content .fieldset-file__active-load .fieldset-file__stat:focus {
      outline: none !important; }
  .modal .js-delete-field,
  .body-content .js-delete-field {
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important; }
  .modal .fieldset-file__active-name,
  .body-content .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; }
  .modal .form-popup__files,
  .body-content .form-popup__files {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
    .modal .form-popup__files .fieldset-file__error,
    .body-content .form-popup__files .fieldset-file__error {
      display: none !important; }
  @media screen and (min-width: 768px) {
    .modal .fieldset-file__info-wrapper,
    .body-content .fieldset-file__info-wrapper {
      max-width: 220px; }
    .modal .fieldset-file .button-add,
    .body-content .fieldset-file .button-add {
      max-width: 220px; } }
  @media screen and (max-width: 767px) {
    .modal .fieldset-file .button-add,
    .body-content .fieldset-file .button-add {
      max-width: 100%; }
      .modal .fieldset-file .button-add .button__icon,
      .body-content .fieldset-file .button-add .button__icon {
        display: none; }
    .modal .fieldset-file__start, .modal .fieldset-file__info-wrapper,
    .body-content .fieldset-file__start,
    .body-content .fieldset-file__info-wrapper {
      width: 100%; }
    .modal .fieldset-file__error,
    .body-content .fieldset-file__error {
      margin-top: 16px; } }
  @media (forced-colors: active) {
    .modal .js-fileDelete:focus-visible,
    .body-content .js-fileDelete:focus-visible {
      outline: 3px solid #CC2222; } }
  .modal .jq-radio,
  .body-content .jq-radio {
    position: relative;
    -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; }
    .modal .jq-radio input,
    .body-content .jq-radio input {
      position: absolute;
      z-index: -1;
      margin: 0;
      padding: 0;
      opacity: 0; }
    .modal .jq-radio.focused,
    .body-content .jq-radio.focused {
      outline: 3px solid #000; }
    .modal .jq-radio.disabled,
    .body-content .jq-radio.disabled {
      opacity: 0.5; }
    .modal .jq-radio.checked,
    .body-content .jq-radio.checked {
      background: #0044CC;
      border-color: #0044CC; }
      .modal .jq-radio.checked .jq-radio__div,
      .body-content .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; }
        @media (forced-colors: active) {
          .modal .jq-radio.checked .jq-radio__div,
          .body-content .jq-radio.checked .jq-radio__div {
            background-color: ActiveBorder; } }
  .modal .radio-label,
  .body-content .radio-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer; }
  @media screen and (min-width: 1025px) {
    .modal .more-nav,
    .body-content .more-nav {
      opacity: 0;
      -webkit-transition: opacity .3 ease;
      -o-transition: opacity .3 ease;
      transition: opacity .3 ease;
      padding-right: 30px; }
      .modal .more-nav.is-visible,
      .body-content .more-nav.is-visible {
        opacity: 1; }
      .modal .more-nav .icon-down,
      .body-content .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; }
      .modal .more-nav__arrow,
      .body-content .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; }
        .modal .more-nav__arrow:before,
        .body-content .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; }
        .modal .more-nav__arrow.active:before,
        .body-content .more-nav__arrow.active:before {
          opacity: 1; }
      .modal .more-nav-dropdown,
      .body-content .more-nav-dropdown {
        position: relative; }
        .modal .more-nav-dropdown:hover .icon,
        .body-content .more-nav-dropdown:hover .icon {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .modal .more-nav-dropdown:hover .more-nav-dropdown__list,
        .body-content .more-nav-dropdown:hover .more-nav-dropdown__list {
          opacity: 1;
          visibility: visible; }
        .modal .more-nav-dropdown__list,
        .body-content .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;
          z-index: 3; }
          .modal .more-nav-dropdown__list li,
          .body-content .more-nav-dropdown__list li {
            position: relative;
            display: block;
            white-space: normal;
            font-size: 1.1713vw;
            line-height: 1.75695vw;
            padding: 12px 0; } }
        @media screen and (min-width: 1025px) and (min-width: 1700px) {
          .modal .more-nav-dropdown__list li,
          .body-content .more-nav-dropdown__list li {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (min-width: 1025px) and (max-width: 899px) {
          .modal .more-nav-dropdown__list li,
          .body-content .more-nav-dropdown__list li {
            font-size: 16px;
            line-height: 24px; } }
  @media screen and (min-width: 1025px) {
          .modal .more-nav-dropdown__list a,
          .body-content .more-nav-dropdown__list a {
            position: static;
            display: inline-block; }
            .modal .more-nav-dropdown__list a:before,
            .body-content .more-nav-dropdown__list a:before {
              display: none; }
            .modal .more-nav-dropdown__list a:after,
            .body-content .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; }
            .modal .more-nav-dropdown__list a.active,
            .body-content .more-nav-dropdown__list a.active {
              font-weight: 400; }
              .modal .more-nav-dropdown__list a.active:after,
              .body-content .more-nav-dropdown__list a.active:after {
                opacity: 1; } }
  @media screen and (max-width: 1024px) {
    .modal .more-nav-dropdown,
    .body-content .more-nav-dropdown {
      display: none; } }
  .modal .jq-select-multiple,
  .modal select[multiple],
  .body-content .jq-select-multiple,
  .body-content 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: 1.1713vw;
    line-height: 1.75695vw;
    padding: 12px 0;
    -webkit-appearance: none; }
    @media screen and (min-width: 1700px) {
      .modal .jq-select-multiple,
      .modal select[multiple],
      .body-content .jq-select-multiple,
      .body-content select[multiple] {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .jq-select-multiple,
      .modal select[multiple],
      .body-content .jq-select-multiple,
      .body-content select[multiple] {
        font-size: 16px;
        line-height: 24px; } }
    .modal .jq-select-multiple ul,
    .modal select[multiple] ul,
    .body-content .jq-select-multiple ul,
    .body-content select[multiple] ul {
      height: auto !important; }
    .modal .jq-select-multiple li,
    .modal select[multiple] li,
    .body-content .jq-select-multiple li,
    .body-content select[multiple] li {
      padding: 8px 13px;
      cursor: default; }
      .modal .jq-select-multiple li.selected,
      .modal select[multiple] li.selected,
      .body-content .jq-select-multiple li.selected,
      .body-content select[multiple] li.selected {
        background: #F3F5F7; }
    .modal .jq-select-multiple.is-error,
    .modal select[multiple].is-error,
    .body-content .jq-select-multiple.is-error,
    .body-content select[multiple].is-error {
      border-color: #CC2222; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .jq-select-multiple,
    .body-content .jq-select-multiple {
      border: none; }
    .modal .multiselect,
    .body-content .multiselect {
      position: relative;
      max-width: 480px; }
      .modal .multiselect:after,
      .body-content .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; }
    .modal select[multiple],
    .body-content select[multiple] {
      padding: 12px 15px;
      outline: none;
      width: 100%;
      border-radius: 4px;
      overflow: hidden;
      color: #0E0E0F; } }
  @media screen and (max-width: 767px) {
    .modal .jq-select-multiple,
    .body-content .jq-select-multiple {
      border: none; }
    .modal .multiselect,
    .body-content .multiselect {
      position: relative; }
      .modal .multiselect:after,
      .body-content .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; }
    .modal select[multiple],
    .body-content select[multiple] {
      padding: 12px 15px;
      outline: none;
      width: 100%;
      border-radius: 4px;
      overflow: hidden;
      color: #0E0E0F; } }
  .modal .tenders-empty,
  .body-content .tenders-empty {
    padding: 48px 0;
    max-width: 858px;
    border-bottom: 1px solid #DFE1E6; }
  .modal .tenders-item,
  .body-content .tenders-item {
    max-width: 858px;
    padding: 32px 0;
    border-bottom: 1px solid #DFE1E6; }
    .modal .tenders-item__number,
    .body-content .tenders-item__number {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F;
      margin-bottom: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .tenders-item__number,
        .body-content .tenders-item__number {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .tenders-item__number,
        .body-content .tenders-item__number {
          font-size: 16px;
          line-height: 24px; } }
    .modal .tenders-item__title,
    .body-content .tenders-item__title {
      font-weight: 600;
      font-size: 1.46413vw;
      line-height: 1.75695vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .tenders-item__title,
        .body-content .tenders-item__title {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .tenders-item__title,
        .body-content .tenders-item__title {
          font-size: 20px;
          line-height: 24px; } }
    .modal .tenders-item__text,
    .body-content .tenders-item__text {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-top: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .tenders-item__text,
        .body-content .tenders-item__text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .tenders-item__text,
        .body-content .tenders-item__text {
          font-size: 16px;
          line-height: 24px; } }
    .modal .tenders-item__table,
    .body-content .tenders-item__table {
      margin-top: 24px; }
    .modal .tenders-item__tr,
    .body-content .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; }
      .modal .tenders-item__tr:not(:last-child),
      .body-content .tenders-item__tr:not(:last-child) {
        margin-bottom: 10px; }
    .modal .tenders-item__td,
    .body-content .tenders-item__td {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .tenders-item__td,
        .body-content .tenders-item__td {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .tenders-item__td,
        .body-content .tenders-item__td {
          font-size: 16px;
          line-height: 24px; } }
      .modal .tenders-item__td:first-child,
      .body-content .tenders-item__td:first-child {
        padding-right: 12px; }
  .modal .activity-row,
  .body-content .activity-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .modal .activity-col,
  .body-content .activity-col {
    margin-bottom: 24px; }
  .modal .activity-item,
  .body-content .activity-item {
    padding: 24px;
    border: 1px solid #DFE1E6;
    height: 100%;
    min-height: 160px;
    border-radius: 4px; }
    .modal .activity-item__link,
    .body-content .activity-item__link {
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      font-weight: 600;
      -webkit-transition: color ease 0.3s;
      -o-transition: color ease 0.3s;
      transition: color ease 0.3s; }
      @media screen and (min-width: 1700px) {
        .modal .activity-item__link,
        .body-content .activity-item__link {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .activity-item__link,
        .body-content .activity-item__link {
          font-size: 18px;
          line-height: 22px; } }
      .modal .activity-item__link:hover,
      .body-content .activity-item__link:hover {
        color: #CC2222; }
  @media screen and (min-width: 1025px) {
    .modal .activity-row,
    .body-content .activity-row {
      margin: 0 -12px -24px; }
    .modal .activity-col,
    .body-content .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) {
    .modal .activity-row,
    .body-content .activity-row {
      margin: 0 -12px -24px; }
    .modal .activity-col,
    .body-content .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) {
    .modal .activity-row,
    .body-content .activity-row {
      margin-bottom: -24px; }
    .modal .activity-col,
    .body-content .activity-col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; } }
  .modal .materials,
  .body-content .materials {
    position: relative; }
    .modal .materials-list,
    .body-content .materials-list {
      margin-top: 24px; }
    .modal .materials-item,
    .body-content .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; }
    .modal .materials__date,
    .body-content .materials__date {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-bottom: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .materials__date,
        .body-content .materials__date {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .materials__date,
        .body-content .materials__date {
          font-size: 16px;
          line-height: 24px; } }
    .modal .materials__title,
    .body-content .materials__title {
      font-weight: 600;
      font-size: 1.46413vw;
      line-height: 1.75695vw;
      color: #0E0E0F; }
      @media screen and (min-width: 1700px) {
        .modal .materials__title,
        .body-content .materials__title {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .materials__title,
        .body-content .materials__title {
          font-size: 16px;
          line-height: 24px; } }
    .modal .materials__preview,
    .body-content .materials__preview {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      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; }
      @media screen and (min-width: 1700px) {
        .modal .materials__preview,
        .body-content .materials__preview {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .materials__preview,
        .body-content .materials__preview {
          font-size: 16px;
          line-height: 24px; } }
      .modal .materials__preview p,
      .body-content .materials__preview p {
        margin: 0 !important; }
    .modal .materials__category,
    .body-content .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; }
      .modal .materials__category li,
      .body-content .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: 1.1713vw;
        line-height: 1.75695vw;
        color: #696C71;
        padding-right: 8px; }
        @media screen and (min-width: 1700px) {
          .modal .materials__category li,
          .body-content .materials__category li {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .materials__category li,
          .body-content .materials__category li {
            font-size: 16px;
            line-height: 24px; } }
        .modal .materials__category li:not(:first-child):before,
        .body-content .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; }
      .modal .materials__category a,
      .body-content .materials__category a {
        font-size: 1.1713vw;
        line-height: 1.75695vw;
        color: #696C71; }
        @media screen and (min-width: 1700px) {
          .modal .materials__category a,
          .body-content .materials__category a {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .materials__category a,
          .body-content .materials__category a {
            font-size: 16px;
            line-height: 24px; } }
  .modal .poll,
  .body-content .poll {
    max-width: 760px;
    background: #fff;
    border: 1px solid #DFE1E6;
    padding: 24px; }
    .modal .poll:not(:last-child),
    .body-content .poll:not(:last-child) {
      margin-bottom: 24px; }
    .modal .poll__question,
    .body-content .poll__question {
      font-weight: 600;
      font-size: 1.31772vw;
      line-height: 1.61054vw; }
      @media screen and (min-width: 1700px) {
        .modal .poll__question,
        .body-content .poll__question {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .poll__question,
        .body-content .poll__question {
          font-size: 18px;
          line-height: 22px; } }
    .modal .poll__voted,
    .body-content .poll__voted {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-top: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .poll__voted,
        .body-content .poll__voted {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .poll__voted,
        .body-content .poll__voted {
          font-size: 16px;
          line-height: 24px; } }
    .modal .poll-content,
    .body-content .poll-content {
      margin-top: 32px; }
    .modal .poll-result,
    .body-content .poll-result {
      margin-top: 32px; }
      .modal .poll-result li,
      .body-content .poll-result li {
        position: relative; }
        .modal .poll-result li:not(:last-child),
        .body-content .poll-result li:not(:last-child) {
          margin-bottom: 12px; }
      .modal .poll-result-content,
      .body-content .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; }
      .modal .poll-result__text,
      .body-content .poll-result__text {
        color: #0E0E0F;
        font-size: 1.1713vw;
        line-height: 1.75695vw;
        font-style: normal;
        z-index: 1; }
        @media screen and (min-width: 1700px) {
          .modal .poll-result__text,
          .body-content .poll-result__text {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .poll-result__text,
          .body-content .poll-result__text {
            font-size: 16px;
            line-height: 24px; } }
        .modal .poll-result__text_out,
        .body-content .poll-result__text_out {
          margin-bottom: 8px;
          display: none; }
      .modal .poll-result-bar,
      .body-content .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; }
      .modal .poll-result__line,
      .body-content .poll-result__line {
        position: absolute;
        left: 0;
        top: 0;
        background: #dfe1e6;
        height: 40px;
        z-index: 0; }
      .modal .poll-result__percent,
      .body-content .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: 1.1713vw;
        line-height: 2.92826vw;
        z-index: 1; }
        @media screen and (min-width: 1700px) {
          .modal .poll-result__percent,
          .body-content .poll-result__percent {
            font-size: 0.83333vw;
            line-height: 2.08333vw; } }
        @media screen and (max-width: 899px) {
          .modal .poll-result__percent,
          .body-content .poll-result__percent {
            font-size: 16px;
            line-height: 40px; } }
        .modal .poll-result__percent_in,
        .body-content .poll-result__percent_in {
          display: none; }
    .modal .poll__input, .modal .poll__select,
    .body-content .poll__input,
    .body-content .poll__select {
      max-width: 480px; }
    .modal .poll__label,
    .body-content .poll__label {
      margin: 16px 0 8px;
      font-weight: 600;
      font-size: 1.1713vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .poll__label,
        .body-content .poll__label {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .poll__label,
        .body-content .poll__label {
          font-size: 16px;
          line-height: 24px; } }
    .modal .poll-list,
    .body-content .poll-list {
      list-style: none; }
      .modal .poll-list li:not(:last-child),
      .body-content .poll-list li:not(:last-child) {
        margin-bottom: 16px; }
    .modal .poll__button,
    .body-content .poll__button {
      margin-top: 32px; }
  @media screen and (max-width: 767px) {
    .modal .poll,
    .body-content .poll {
      padding: 24px 16px; }
      .modal .poll-result li:not(:last-child),
      .body-content .poll-result li:not(:last-child) {
        margin-bottom: 18px; }
      .modal .poll-result-bar,
      .body-content .poll-result-bar {
        width: 100%; }
      .modal .poll-result__text_out,
      .body-content .poll-result__text_out {
        display: block; }
      .modal .poll-result__text_in,
      .body-content .poll-result__text_in {
        display: none; }
      .modal .poll-result__percent,
      .body-content .poll-result__percent {
        padding-left: 0;
        width: auto; }
        .modal .poll-result__percent_out,
        .body-content .poll-result__percent_out {
          display: none; }
        .modal .poll-result__percent_in,
        .body-content .poll-result__percent_in {
          display: block; }
      .modal .poll .button,
      .body-content .poll .button {
        width: 100%; } }
  .modal .single-poll-item,
  .body-content .single-poll-item {
    margin-bottom: 32px; }
  .modal .single-poll__title,
  .body-content .single-poll__title {
    font-weight: 600;
    font-size: 1.1713vw;
    line-height: 1.75695vw; }
    @media screen and (min-width: 1700px) {
      .modal .single-poll__title,
      .body-content .single-poll__title {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .single-poll__title,
      .body-content .single-poll__title {
        font-size: 16px;
        line-height: 24px; } }
  .modal .single-poll__list,
  .body-content .single-poll__list {
    margin-top: 16px; }
    .modal .single-poll__list li:not(:last-child),
    .body-content .single-poll__list li:not(:last-child) {
      margin-bottom: 16px; }
  .modal .single-poll__input, .modal .single-poll__select,
  .body-content .single-poll__input,
  .body-content .single-poll__select {
    max-width: 360px;
    margin-top: 8px; }
  .modal .employee-list,
  .body-content .employee-list {
    margin-top: 16px; }
  .modal .employee__quantity,
  .body-content .employee__quantity {
    color: #696C71;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    margin-top: 16px; }
    @media screen and (min-width: 1700px) {
      .modal .employee__quantity,
      .body-content .employee__quantity {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .employee__quantity,
      .body-content .employee__quantity {
        font-size: 16px;
        line-height: 24px; } }
  .modal .employee-item,
  .body-content .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; }
  .modal .employee-photo,
  .body-content .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) {
      .modal .employee-photo picture,
      .body-content .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; } }
    .modal .employee-photo img,
    .body-content .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) {
        .modal .employee-photo img,
        .body-content .employee-photo img {
          height: auto; } }
  .modal .employee__title,
  .body-content .employee__title {
    font-weight: 600;
    font-size: 1.61054vw;
    line-height: 1.90337vw;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .employee__title,
      .body-content .employee__title {
        font-size: 1.14583vw;
        line-height: 1.35417vw; } }
    @media screen and (max-width: 899px) {
      .modal .employee__title,
      .body-content .employee__title {
        font-size: 22px;
        line-height: 26px; } }
  .modal .employee-table,
  .body-content .employee-table {
    margin-top: 16px;
    font-size: 1.1713vw;
    line-height: 1.75695vw; }
    @media screen and (min-width: 1700px) {
      .modal .employee-table,
      .body-content .employee-table {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .employee-table,
      .body-content .employee-table {
        font-size: 16px;
        line-height: 24px; } }
    .modal .employee-table-row,
    .body-content .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; }
      .modal .employee-table-row:not(:last-child),
      .body-content .employee-table-row:not(:last-child) {
        margin-bottom: 10px; }
    .modal .employee-table__title,
    .body-content .employee-table__title {
      color: #696C71;
      padding-right: 8px; }
  .modal .employee__text,
  .body-content .employee__text {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    margin-top: 16px; }
    @media screen and (min-width: 1700px) {
      .modal .employee__text,
      .body-content .employee__text {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .employee__text,
      .body-content .employee__text {
        font-size: 16px;
        line-height: 24px; } }
  @media screen and (min-width: 768px) {
    .modal .employee-item,
    .body-content .employee-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .modal .employee-content,
    .body-content .employee-content {
      padding-left: 24px;
      margin-top: -3px; } }
  @media screen and (max-width: 767px) {
    .modal .employee-content,
    .body-content .employee-content {
      margin-top: 16px; } }
  .modal .digital-content,
  .body-content .digital-content {
    max-width: 886px; }
    .modal .digital-content p:not(:last-child),
    .body-content .digital-content p:not(:last-child) {
      margin-bottom: 24px; }
    .modal .digital-content a,
    .body-content .digital-content a {
      color: #0044CC;
      text-decoration: underline; }
      .modal .digital-content a:hover,
      .body-content .digital-content a:hover {
        text-decoration: none; }
  .modal .digital .subtitle,
  .body-content .digital .subtitle {
    margin-top: 64px; }
  .modal .digital .faq-subtitle,
  .body-content .digital .faq-subtitle {
    font-weight: 500;
    font-size: 1.90337vw;
    line-height: 2.34261vw;
    margin: 0; }
    @media screen and (min-width: 1700px) {
      .modal .digital .faq-subtitle,
      .body-content .digital .faq-subtitle {
        font-size: 1.35417vw;
        line-height: 1.66667vw; } }
    @media screen and (max-width: 899px) {
      .modal .digital .faq-subtitle,
      .body-content .digital .faq-subtitle {
        font-size: 26px;
        line-height: 32px; } }
  @media screen and (min-width: 768px) {
    .modal .digital-content,
    .body-content .digital-content {
      font-size: 1.31772vw;
      line-height: 2.04978vw; } }
  @media screen and (min-width: 768px) and (min-width: 1700px) {
    .modal .digital-content,
    .body-content .digital-content {
      font-size: 0.9375vw;
      line-height: 1.45833vw; } }
  @media screen and (min-width: 768px) and (max-width: 899px) {
    .modal .digital-content,
    .body-content .digital-content {
      font-size: 18px;
      line-height: 28px; } }
  @media screen and (min-width: 768px) {
    .modal .digital li,
    .body-content .digital li {
      font-size: 1.31772vw;
      line-height: 1.31772vw; } }
  @media screen and (min-width: 768px) and (min-width: 1700px) {
    .modal .digital li,
    .body-content .digital li {
      font-size: 0.9375vw;
      line-height: 0.9375vw; } }
  @media screen and (min-width: 768px) and (max-width: 899px) {
    .modal .digital li,
    .body-content .digital li {
      font-size: 18px;
      line-height: 18px; } }
  @media screen and (min-width: 768px) {
    .modal .digital-more,
    .body-content .digital-more {
      font-size: 1.31772vw;
      line-height: 1.31772vw; } }
  @media screen and (min-width: 768px) and (min-width: 1700px) {
    .modal .digital-more,
    .body-content .digital-more {
      font-size: 0.9375vw;
      line-height: 0.9375vw; } }
  @media screen and (min-width: 768px) and (max-width: 899px) {
    .modal .digital-more,
    .body-content .digital-more {
      font-size: 18px;
      line-height: 18px; } }
  @media screen and (min-width: 768px) {
    .modal .digital .check-list,
    .body-content .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; }
      .modal .digital .check-list li,
      .body-content .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) {
    .modal .digital .title,
    .body-content .digital .title {
      margin-bottom: 24px; }
    .modal .digital-content,
    .body-content .digital-content {
      font-size: 16px;
      line-height: 24px; }
    .modal .digital .subtitle,
    .body-content .digital .subtitle {
      margin-top: 56px; }
    .modal .digital .faq-elem__content,
    .modal .digital .faq-elem__header,
    .body-content .digital .faq-elem__content,
    .body-content .digital .faq-elem__header {
      padding-right: 0; } }
  .modal .sitemap-list,
  .body-content .sitemap-list {
    max-width: 858px; }
    .modal .sitemap-list li:first-child .level_0,
    .body-content .sitemap-list li:first-child .level_0 {
      margin-top: 0; }
  .modal .sitemap a,
  .body-content .sitemap a {
    display: inline-block;
    text-transform: lowercase;
    color: #0E0E0F; }
    .modal .sitemap a::first-letter,
    .body-content .sitemap a::first-letter {
      text-transform: uppercase; }
    .modal .sitemap a:hover,
    .body-content .sitemap a:hover {
      text-decoration: underline; }
  .modal .sitemap .level_0,
  .body-content .sitemap .level_0 {
    font-weight: 600;
    font-size: 1.31772vw;
    line-height: 1.61054vw;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px; }
    @media screen and (min-width: 1700px) {
      .modal .sitemap .level_0,
      .body-content .sitemap .level_0 {
        font-size: 0.9375vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .sitemap .level_0,
      .body-content .sitemap .level_0 {
        font-size: 18px;
        line-height: 24px; } }
  .modal .sitemap-level,
  .body-content .sitemap-level {
    position: relative; }
    .modal .sitemap-level_1, .modal .sitemap-level_2, .modal .sitemap-level_3, .modal .sitemap-level_4,
    .body-content .sitemap-level_1,
    .body-content .sitemap-level_2,
    .body-content .sitemap-level_3,
    .body-content .sitemap-level_4 {
      padding-left: 24px;
      border-left: 2px solid #e3e5ea; }
      .modal .sitemap-level_1 > li, .modal .sitemap-level_2 > li, .modal .sitemap-level_3 > li, .modal .sitemap-level_4 > li,
      .body-content .sitemap-level_1 > li,
      .body-content .sitemap-level_2 > li,
      .body-content .sitemap-level_3 > li,
      .body-content .sitemap-level_4 > li {
        padding-top: 12px;
        padding-bottom: 16px; }
    .modal .sitemap-level_2, .modal .sitemap-level_3, .modal .sitemap-level_4,
    .body-content .sitemap-level_2,
    .body-content .sitemap-level_3,
    .body-content .sitemap-level_4 {
      margin-top: 16px;
      margin-bottom: -16px; }
  .modal .error-404,
  .body-content .error-404 {
    margin-top: 50px; }
    .modal .error-404__text,
    .body-content .error-404__text {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      max-width: 760px; }
      @media screen and (min-width: 1700px) {
        .modal .error-404__text,
        .body-content .error-404__text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .error-404__text,
        .body-content .error-404__text {
          font-size: 16px;
          line-height: 24px; } }
    .modal .error-404 a,
    .body-content .error-404 a {
      color: #0044CC; }
      .modal .error-404 a:hover,
      .body-content .error-404 a:hover {
        text-decoration: underline; }
  .modal .error-502,
  .body-content .error-502 {
    padding: 158px 0; }
    .modal .error-502-page,
    .body-content .error-502-page {
      background: #F3F5F7; }
    .modal .error-502-content,
    .body-content .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; }
    .modal .error-502__text,
    .body-content .error-502__text {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      max-width: 760px; }
      @media screen and (min-width: 1700px) {
        .modal .error-502__text,
        .body-content .error-502__text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .error-502__text,
        .body-content .error-502__text {
          font-size: 16px;
          line-height: 24px; } }
    .modal .error-502 a,
    .body-content .error-502 a {
      color: #0044CC; }
      .modal .error-502 a:hover,
      .body-content .error-502 a:hover {
        text-decoration: underline; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .error-502,
    .body-content .error-502 {
      min-height: calc(100% - 775px); } }
  @media screen and (max-width: 767px) {
    .modal .error-502,
    .body-content .error-502 {
      min-height: inherit;
      margin-bottom: 158px; } }
  .modal .feedback-aside,
  .body-content .feedback-aside {
    background: #F3F5F7;
    padding: 24px 24px 12px; }
    .modal .feedback-aside__title,
    .body-content .feedback-aside__title {
      font-weight: 500;
      font-size: 1.31772vw;
      line-height: 1.61054vw;
      margin-bottom: 8px; }
      @media screen and (min-width: 1700px) {
        .modal .feedback-aside__title,
        .body-content .feedback-aside__title {
          font-size: 0.9375vw;
          line-height: 1.14583vw; } }
      @media screen and (max-width: 899px) {
        .modal .feedback-aside__title,
        .body-content .feedback-aside__title {
          font-size: 18px;
          line-height: 22px; } }
    .modal .feedback-aside .button__text,
    .body-content .feedback-aside .button__text {
      width: auto; }
  .modal .announce__title,
  .body-content .announce__title {
    font-weight: 500;
    font-size: 1.31772vw;
    line-height: 1.61054vw;
    margin-bottom: 16px; }
    @media screen and (min-width: 1700px) {
      .modal .announce__title,
      .body-content .announce__title {
        font-size: 0.9375vw;
        line-height: 1.14583vw; } }
    @media screen and (max-width: 899px) {
      .modal .announce__title,
      .body-content .announce__title {
        font-size: 18px;
        line-height: 22px; } }
  .modal .announce-item,
  .body-content .announce-item {
    margin-bottom: 16px; }
  .modal .announce__date,
  .body-content .announce__date {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71;
    margin-bottom: 4px; }
    @media screen and (min-width: 1700px) {
      .modal .announce__date,
      .body-content .announce__date {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .announce__date,
      .body-content .announce__date {
        font-size: 16px;
        line-height: 24px; } }
  .modal .announce__preview,
  .body-content .announce__preview {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #0E0E0F;
    margin-bottom: 4px; }
    @media screen and (min-width: 1700px) {
      .modal .announce__preview,
      .body-content .announce__preview {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .announce__preview,
      .body-content .announce__preview {
        font-size: 16px;
        line-height: 24px; } }
  .modal .announce__link,
  .body-content .announce__link {
    font-weight: 500;
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #0E0E0F; }
    @media screen and (min-width: 1700px) {
      .modal .announce__link,
      .body-content .announce__link {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .announce__link,
      .body-content .announce__link {
        font-size: 16px;
        line-height: 24px; } }
  @media screen and (max-width: 1024px) {
    .modal .announce,
    .body-content .announce {
      margin-top: 40px; } }
  .modal .events-calendar__title,
  .body-content .events-calendar__title {
    font-weight: 500;
    font-size: 1.31772vw;
    line-height: 1.61054vw;
    margin-bottom: 16px; }
    @media screen and (min-width: 1700px) {
      .modal .events-calendar__title,
      .body-content .events-calendar__title {
        font-size: 0.9375vw;
        line-height: 1.14583vw; } }
    @media screen and (max-width: 899px) {
      .modal .events-calendar__title,
      .body-content .events-calendar__title {
        font-size: 18px;
        line-height: 22px; } }
  .modal .events-calendar #events-calendar,
  .body-content .events-calendar #events-calendar {
    height: 0;
    width: 0;
    border: none;
    line-height: 0;
    font-size: 0;
    display: block; }
  .modal .events-calendar #events-calendar:focus + .datepicker-inline,
  .body-content .events-calendar #events-calendar:focus + .datepicker-inline {
    outline: 3px solid #000; }
  .modal .events-calendar-wrap,
  .body-content .events-calendar-wrap {
    position: relative; }
  .modal .events-calendar .js-eventsCalendar:focus,
  .body-content .events-calendar .js-eventsCalendar:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
    .modal .events-calendar,
    .body-content .events-calendar {
      margin-top: 40px; } }
  @media screen and (min-width: 1025px) {
    .modal .select-nav,
    .body-content .select-nav {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .select-nav,
    .body-content .select-nav {
      margin-bottom: 42px; } }
  @media screen and (max-width: 767px) {
    .modal .select-nav,
    .body-content .select-nav {
      margin-bottom: 32px; } }
  .modal .events__date,
  .body-content .events__date {
    margin-bottom: 40px; }
  .modal .events .page-content > p:not(:last-child),
  .body-content .events .page-content > p:not(:last-child) {
    margin-bottom: 24px; }
  .modal .events .photo-slider,
  .modal .events .gallery-slider,
  .modal .events .participant-slider,
  .modal .events .files,
  .body-content .events .photo-slider,
  .body-content .events .gallery-slider,
  .body-content .events .participant-slider,
  .body-content .events .files {
    margin-top: 40px; }
  .modal .event-articles,
  .body-content .event-articles {
    margin-top: 48px; }
    .modal .event-articles__item,
    .body-content .event-articles__item {
      padding: 24px 24px 24px 0px;
      border-bottom: #DFE1E6 1px solid; }
      .modal .event-articles__item:first-child,
      .body-content .event-articles__item:first-child {
        padding-top: 0; }
    .modal .event-articles__date,
    .body-content .event-articles__date {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-bottom: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .event-articles__date,
        .body-content .event-articles__date {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .event-articles__date,
        .body-content .event-articles__date {
          font-size: 16px;
          line-height: 24px; } }
    .modal .event-articles__title,
    .body-content .event-articles__title {
      font-weight: 600;
      font-size: 1.46413vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .event-articles__title,
        .body-content .event-articles__title {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .event-articles__title,
        .body-content .event-articles__title {
          font-size: 16px;
          line-height: 24px; } }
    .modal .event-articles__text,
    .body-content .event-articles__text {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      margin-top: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .event-articles__text,
        .body-content .event-articles__text {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .event-articles__text,
        .body-content .event-articles__text {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .modal .event-articles,
    .body-content .event-articles {
      margin-top: 16px; }
      .modal .event-articles__item,
      .body-content .event-articles__item {
        padding-right: 0; } }
  .modal .participant-slider,
  .body-content .participant-slider {
    position: relative; }
    .modal .participant-slider-content,
    .body-content .participant-slider-content {
      position: relative; }
    .modal .participant-slider__img,
    .body-content .participant-slider__img {
      height: 150px; }
      .modal .participant-slider__img img,
      .body-content .participant-slider__img img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .modal .participant-slider__description,
    .body-content .participant-slider__description {
      margin-top: 25px; }
      .modal .participant-slider__description p,
      .body-content .participant-slider__description p {
        font-size: 1.1713vw;
        line-height: 1.75695vw; }
        @media screen and (min-width: 1700px) {
          .modal .participant-slider__description p,
          .body-content .participant-slider__description p {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .participant-slider__description p,
          .body-content .participant-slider__description p {
            font-size: 16px;
            line-height: 24px; } }
    .modal .participant-slider .swiper-container,
    .body-content .participant-slider .swiper-container {
      padding-right: 49px; }
    .modal .participant-slider .swiper-slide,
    .body-content .participant-slider .swiper-slide {
      width: 120px; }
    .modal .participant-slider .swiper-next,
    .modal .participant-slider .swiper-prev,
    .body-content .participant-slider .swiper-next,
    .body-content .participant-slider .swiper-prev {
      position: absolute;
      top: 60px; }
    .modal .participant-slider .swiper-prev,
    .body-content .participant-slider .swiper-prev {
      left: -24px; }
    .modal .participant-slider .swiper-next,
    .body-content .participant-slider .swiper-next {
      right: -24px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .modal .participant-slider .swiper-prev,
    .body-content .participant-slider .swiper-prev {
      left: -20px; }
    .modal .participant-slider .swiper-next,
    .body-content .participant-slider .swiper-next {
      right: -20px; } }
  @media screen and (max-width: 767px) {
    .modal .participant-slider .swiper-container,
    .body-content .participant-slider .swiper-container {
      padding-right: 32px; }
    .modal .participant-slider .swiper-prev,
    .modal .participant-slider .swiper-next,
    .body-content .participant-slider .swiper-prev,
    .body-content .participant-slider .swiper-next {
      display: none; } }
  .modal .files,
  .body-content .files {
    border-top: #DFE1E6 1px solid; }
    .modal .files .faq-elem,
    .body-content .files .faq-elem {
      border-bottom: none; }
      .modal .files .faq-elem__content,
      .body-content .files .faq-elem__content {
        padding-right: 0; }
  .modal .conf-list,
  .body-content .conf-list {
    margin-top: 24px; }
    .modal .conf-list__item,
    .body-content .conf-list__item {
      padding: 24px 24px 24px 0px;
      border-bottom: #DFE1E6 1px solid; }
    .modal .conf-list__link,
    .body-content .conf-list__link {
      font-weight: 500;
      font-size: 1.46413vw;
      line-height: 1.75695vw; }
      @media screen and (min-width: 1700px) {
        .modal .conf-list__link,
        .body-content .conf-list__link {
          font-size: 1.04167vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .conf-list__link,
        .body-content .conf-list__link {
          font-size: 20px;
          line-height: 24px; } }
    .modal .conf-list__terms,
    .body-content .conf-list__terms {
      font-size: 1.1713vw;
      line-height: 1.75695vw;
      color: #696C71;
      margin-top: 12px; }
      @media screen and (min-width: 1700px) {
        .modal .conf-list__terms,
        .body-content .conf-list__terms {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 899px) {
        .modal .conf-list__terms,
        .body-content .conf-list__terms {
          font-size: 16px;
          line-height: 24px; } }
  @media screen and (max-width: 767px) {
    .modal .conf-list,
    .body-content .conf-list {
      margin-top: 16px; }
      .modal .conf-list__item,
      .body-content .conf-list__item {
        padding-right: 0; } }
  .modal .structure-list,
  .body-content .structure-list {
    overflow: hidden; }
  .modal .structure-level,
  .body-content .structure-level {
    position: relative; }
    .modal .structure-level:last-child > .structure-item:last-of-type:after,
    .body-content .structure-level:last-child > .structure-item:last-of-type:after {
      content: '';
      position: absolute;
      top: 57px;
      height: 10000%;
      left: -40px;
      width: 6px;
      background: #fff;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .modal .structure-level:last-child > .structure-item:last-of-type:after,
        .body-content .structure-level:last-child > .structure-item:last-of-type:after {
          top: 47px;
          left: -16px; } }
    .modal .structure-level:first-child:before, .modal .structure-level.is-show:before,
    .body-content .structure-level:first-child:before,
    .body-content .structure-level.is-show:before {
      content: '';
      position: absolute;
      top: 55px;
      bottom: 53px;
      left: 98px;
      width: 2px;
      background: #DFE1E6;
      z-index: -1; }
    .modal .structure-level_0:first-child:before, .modal .structure-level_0.is-show:before,
    .body-content .structure-level_0:first-child:before,
    .body-content .structure-level_0.is-show:before {
      left: 55px; }
    .modal .structure-level_0 > .structure-item,
    .body-content .structure-level_0 > .structure-item {
      margin-bottom: 32px; }
      .modal .structure-level_0 > .structure-item:before,
      .body-content .structure-level_0 > .structure-item:before {
        display: none; }
    .modal .structure-level_0 .structure-level,
    .body-content .structure-level_0 .structure-level {
      padding-left: 45px;
      margin-left: 46px; }
    .modal .structure-level_1 .structure-item,
    .body-content .structure-level_1 .structure-item {
      margin-bottom: 24px; }
    .modal .structure-level_2 .structure-level:before,
    .body-content .structure-level_2 .structure-level:before {
      display: none; }
    .modal .structure-level_2, .modal .structure-level_3, .modal .structure-level_4,
    .body-content .structure-level_2,
    .body-content .structure-level_3,
    .body-content .structure-level_4 {
      display: none; }
      .modal .structure-level_2 .structure-item:not(:last-of-type), .modal .structure-level_3 .structure-item:not(:last-of-type), .modal .structure-level_4 .structure-item:not(:last-of-type),
      .body-content .structure-level_2 .structure-item:not(:last-of-type),
      .body-content .structure-level_3 .structure-item:not(:last-of-type),
      .body-content .structure-level_4 .structure-item:not(:last-of-type) {
        background: #fff;
        padding-bottom: 16px;
        margin-bottom: 0; }
      .modal .structure-level_2 .structure-item:last-of-type, .modal .structure-level_3 .structure-item:last-of-type, .modal .structure-level_4 .structure-item:last-of-type,
      .body-content .structure-level_2 .structure-item:last-of-type,
      .body-content .structure-level_3 .structure-item:last-of-type,
      .body-content .structure-level_4 .structure-item:last-of-type {
        margin-bottom: 16px;
        padding-bottom: 0; }
  .modal .structure-item,
  .body-content .structure-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .modal .structure-item:before,
    .body-content .structure-item:before {
      content: '';
      position: absolute;
      left: -36px;
      top: 55px;
      width: 38px;
      height: 2px;
      background: #DFE1E6;
      z-index: -1; }
  .modal .structure-photo,
  .body-content .structure-photo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: #e0e0e0 2px solid;
    background: #f7f7f7 url("../images/svg/no_photo.svg") no-repeat center; }
    .modal .structure-photo img,
    .body-content .structure-photo img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center;
      width: 100%;
      height: 100%; }
  .modal .structure-content,
  .body-content .structure-content {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 16px; }
  .modal .structure__name,
  .body-content .structure__name {
    font-weight: 500;
    font-size: 1.31772vw;
    line-height: 1.61054vw; }
    @media screen and (min-width: 1700px) {
      .modal .structure__name,
      .body-content .structure__name {
        font-size: 0.9375vw;
        line-height: 1.14583vw; } }
    @media screen and (max-width: 899px) {
      .modal .structure__name,
      .body-content .structure__name {
        font-size: 18px;
        line-height: 22px; } }
  .modal .structure__post,
  .body-content .structure__post {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71;
    margin-top: 8px; }
    @media screen and (min-width: 1700px) {
      .modal .structure__post,
      .body-content .structure__post {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .structure__post,
      .body-content .structure__post {
        font-size: 16px;
        line-height: 24px; } }
  .modal .structure-more,
  .body-content .structure-more {
    position: absolute;
    left: 75px;
    top: 85px;
    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: 28px;
    height: 28px;
    border-radius: 50%;
    border: #e0e0e0 2px solid;
    background: #fff;
    line-height: 0;
    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(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
    .modal .structure-more input,
    .body-content .structure-more input {
      width: 0;
      height: 0;
      font-size: 0;
      line-height: 0;
      border: none;
      padding: 0;
      margin: 0;
      outline: none; }
      .modal .structure-more input:focus,
      .body-content .structure-more input:focus {
        outline: none; }
      .modal .structure-more input:focus + .focus-border,
      .body-content .structure-more input:focus + .focus-border {
        outline: 3px solid #000; }
    .modal .structure-more .focus-border,
    .body-content .structure-more .focus-border {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      pointer-events: none;
      border-radius: 50%; }
    .modal .structure-more.is-active,
    .body-content .structure-more.is-active {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  @media screen and (max-width: 767px) {
    .modal .structure,
    .body-content .structure {
      position: relative; }
      .modal .structure-photo,
      .body-content .structure-photo {
        width: 90px;
        height: 90px; }
      .modal .structure__name,
      .body-content .structure__name {
        font-size: 16px;
        line-height: 24px; }
      .modal .structure__post,
      .body-content .structure__post {
        line-height: 22px;
        margin-top: 6px; }
      .modal .structure-level_0:first-child:before, .modal .structure-level_0.is-show:before,
      .body-content .structure-level_0:first-child:before,
      .body-content .structure-level_0.is-show:before {
        left: 8px;
        bottom: 44px; }
      .modal .structure-level_2, .modal .structure-level_3, .modal .structure-level_4,
      .body-content .structure-level_2,
      .body-content .structure-level_3,
      .body-content .structure-level_4 {
        display: none; }
        .modal .structure-level_2:last-child > .structure-item:last-of-type:after, .modal .structure-level_3:last-child > .structure-item:last-of-type:after, .modal .structure-level_4:last-child > .structure-item:last-of-type:after,
        .body-content .structure-level_2:last-child > .structure-item:last-of-type:after,
        .body-content .structure-level_3:last-child > .structure-item:last-of-type:after,
        .body-content .structure-level_4:last-child > .structure-item:last-of-type:after {
          top: 47px;
          left: -17px; }
        .modal .structure-level_2 .structure-item:not(:last-of-type), .modal .structure-level_3 .structure-item:not(:last-of-type), .modal .structure-level_4 .structure-item:not(:last-of-type),
        .body-content .structure-level_2 .structure-item:not(:last-of-type),
        .body-content .structure-level_3 .structure-item:not(:last-of-type),
        .body-content .structure-level_4 .structure-item:not(:last-of-type) {
          background: transparent; }
      .modal .structure-level .structure-level,
      .body-content .structure-level .structure-level {
        padding-left: 16px;
        margin-left: 8px; }
        .modal .structure-level .structure-level:before,
        .body-content .structure-level .structure-level:before {
          left: 24px;
          top: 50px;
          bottom: 44px; }
      .modal .structure-item,
      .body-content .structure-item {
        background: transparent; }
        .modal .structure-item:before,
        .body-content .structure-item:before {
          left: -16px;
          top: 45px; }
      .modal .structure-more,
      .body-content .structure-more {
        left: 65px;
        top: 65px; } }
  .modal .timetable,
  .body-content .timetable {
    border: 1px solid #dfe1e6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    margin: 40px -1px 0;
    overflow: auto; }
    .modal .timetable .mCustomScrollBox,
    .body-content .timetable .mCustomScrollBox {
      width: 1156px;
      min-width: 1156px;
      max-width: 1156px; }
    .modal .timetable.mCustomScrollbar,
    .body-content .timetable.mCustomScrollbar {
      -ms-touch-action: initial !important;
          touch-action: initial !important; }
    .modal .timetable .mCSB_scrollTools.mCSB_scrollTools_horizontal,
    .body-content .timetable .mCSB_scrollTools.mCSB_scrollTools_horizontal {
      bottom: 3px;
      left: 8px;
      right: 8px; }
    .modal .timetable .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
    .body-content .timetable .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #696C71;
      border-radius: 4px;
      height: 8px; }
    .modal .timetable .mCSB_horizontal.mCSB_inside > .mCSB_container,
    .body-content .timetable .mCSB_horizontal.mCSB_inside > .mCSB_container {
      margin-bottom: 0; }
  .modal .time_table_header,
  .body-content .time_table_header {
    padding: 20px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #dfe1e6; }
  .modal .time_table_switcher,
  .body-content .time_table_switcher {
    position: relative;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    color: #0E0E0F; }
    .modal .time_table_switcher a,
    .modal .time_table_switcher span,
    .body-content .time_table_switcher a,
    .body-content .time_table_switcher span {
      display: block; }
      .modal .time_table_switcher a:before,
      .modal .time_table_switcher span:before,
      .body-content .time_table_switcher a:before,
      .body-content .time_table_switcher span:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -20px;
        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; }
    .modal .time_table_switcher:not(:last-child),
    .body-content .time_table_switcher:not(:last-child) {
      margin-right: 24px; }
    .modal .time_table_switcher:not(.active) span,
    .body-content .time_table_switcher:not(.active) span {
      font-weight: 500; }
      .modal .time_table_switcher:not(.active) span:before,
      .body-content .time_table_switcher:not(.active) span:before {
        opacity: 1; }
  .modal .time_table_download,
  .body-content .time_table_download {
    display: inline-block;
    cursor: pointer;
    font-size: 0.95168vw;
    padding: 16px 0 16px 58px;
    color: #fff;
    text-decoration: underline;
    text-transform: uppercase; }
    @media screen and (min-width: 1700px) {
      .modal .time_table_download,
      .body-content .time_table_download {
        font-size: 0.67708vw; } }
    @media screen and (max-width: 899px) {
      .modal .time_table_download,
      .body-content .time_table_download {
        font-size: 13px; } }
  .modal .time_table_body,
  .body-content .time_table_body {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 0.87848vw; }
    @media screen and (min-width: 1700px) {
      .modal .time_table_body,
      .body-content .time_table_body {
        font-size: 0.625vw; } }
    @media screen and (max-width: 899px) {
      .modal .time_table_body,
      .body-content .time_table_body {
        font-size: 12px; } }
  .modal .time_table_body tr td,
  .modal .time_table_body tr th,
  .body-content .time_table_body tr td,
  .body-content .time_table_body tr th {
    font-size: 1.02489vw;
    line-height: 1;
    color: #0E0E0F;
    width: 156px;
    height: 60px;
    border: 1px solid #dfe1e6;
    background: #fff;
    text-align: center;
    vertical-align: top; }
    @media screen and (min-width: 1700px) {
      .modal .time_table_body tr td,
      .modal .time_table_body tr th,
      .body-content .time_table_body tr td,
      .body-content .time_table_body tr th {
        font-size: 0.72917vw; } }
    @media screen and (max-width: 899px) {
      .modal .time_table_body tr td,
      .modal .time_table_body tr th,
      .body-content .time_table_body tr td,
      .body-content .time_table_body tr th {
        font-size: 14px; } }
  .modal .time_table_body tr td:last-child,
  .body-content .time_table_body tr td:last-child {
    border-right: none; }
  .modal .time_table_body tr:last-child td,
  .body-content .time_table_body tr:last-child td {
    border-bottom: none; }
  .modal .time_table_body .time_table_horizont_header,
  .body-content .time_table_body .time_table_horizont_header {
    border-top: none;
    font-weight: normal;
    color: #000; }
  .modal .time_table_horizont_header div.toSelect,
  .body-content .time_table_horizont_header div.toSelect {
    margin: 0;
    cursor: pointer;
    -webkit-transition: background ease 0.3s;
    -o-transition: background ease 0.3s;
    transition: background ease 0.3s; }
    .modal .time_table_horizont_header div.toSelect:hover,
    .body-content .time_table_horizont_header div.toSelect:hover {
      background: #EEEFF2; }
  .modal .time_table_horizont_header div.active_day,
  .body-content .time_table_horizont_header div.active_day {
    background: #fff; }
  .modal .time_table_markup .scroll_arr,
  .body-content .time_table_markup .scroll_arr {
    height: 93%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 7%;
    width: 33px;
    cursor: pointer;
    z-index: 13; }
  .modal .time_table_markup .scroll_arr.right,
  .body-content .time_table_markup .scroll_arr.right {
    right: auto;
    left: 66px;
    display: none; }
  .modal .time_table_day,
  .body-content .time_table_day {
    height: 689px;
    left: 99px;
    position: relative;
    top: 60px;
    width: 890px;
    overflow: hidden; }
  .modal .time_table_lesons,
  .body-content .time_table_lesons {
    overflow: hidden;
    position: absolute;
    left: 60px;
    top: 60px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    /*margin-left: -119px;*/ }
  .modal .time_table_lesons .lessons_blocks,
  .body-content .time_table_lesons .lessons_blocks {
    position: relative;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    position: relative; }
  .modal .time_table_lesons .lessons_blocks.day,
  .body-content .time_table_lesons .lessons_blocks.day {
    margin-top: -689px;
    margin-left: -100px !important; }
  .modal .time_table_body tr td > div,
  .modal .time_table_body tr th > div,
  .body-content .time_table_body tr td > div,
  .body-content .time_table_body tr th > div {
    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: auto;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .modal .time_table_body .time_table_horizont_header:first-child,
  .body-content .time_table_body .time_table_horizont_header:first-child {
    border-left: none;
    width: 60px; }
  .modal .time_table_body.day_time_table .time_table_horizont_header:first-child,
  .modal .time_table_body.day_time_table .time_table_vertical_header:first-child,
  .body-content .time_table_body.day_time_table .time_table_horizont_header:first-child,
  .body-content .time_table_body.day_time_table .time_table_vertical_header:first-child {
    width: 60px; }
  .modal .time_table_body .time_table_horizont_header:last-child,
  .body-content .time_table_body .time_table_horizont_header:last-child {
    border-right: none; }
  .modal .time_table_body .time_table_vertical_header,
  .body-content .time_table_body .time_table_vertical_header {
    border-left: none;
    font-weight: normal;
    width: 60px;
    max-width: 60px;
    border-bottom: none; }
  .modal .time_table_body .time_table_vertical_header:last-child,
  .body-content .time_table_body .time_table_vertical_header:last-child {
    border-bottom: none; }
  .modal .time_table_lesson,
  .body-content .time_table_lesson {
    position: absolute;
    left: 0;
    width: 117px;
    font-size: 0.87848vw;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 1700px) {
      .modal .time_table_lesson,
      .body-content .time_table_lesson {
        font-size: 0.625vw; } }
    @media screen and (max-width: 899px) {
      .modal .time_table_lesson,
      .body-content .time_table_lesson {
        font-size: 12px; } }
    .modal .time_table_lesson-inner,
    .body-content .time_table_lesson-inner {
      height: 100%;
      padding: 10px 12px;
      background: #fff7e6;
      border: 2px solid #f0e3c7;
      border-radius: 4px; }
    .modal .time_table_lesson:hover,
    .body-content .time_table_lesson:hover {
      z-index: 1000 !important; }
      .modal .time_table_lesson:hover .time_table_lesson-inner,
      .body-content .time_table_lesson:hover .time_table_lesson-inner {
        background: #f6e4c7;
        border-color: #e1c8a1; }
      .modal .time_table_lesson:hover.Week,
      .body-content .time_table_lesson:hover.Week {
        width: 160px !important; }
  .modal .time_table_day .time_table_lesson,
  .body-content .time_table_day .time_table_lesson {
    left: -1px; }
  .modal .time_table_lesson.Week,
  .body-content .time_table_lesson.Week {
    width: 150px !important; }
  .modal .time_table_lesson.transit,
  .body-content .time_table_lesson.transit {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .modal .time_table_day .time_table_lesson,
  .body-content .time_table_day .time_table_lesson {
    width: 14.2%;
    background: rgba(225, 226, 231, 0.5); }
  .modal .time_table_day .time_table_lesson:hover,
  .body-content .time_table_day .time_table_lesson:hover {
    background: #fff7e6;
    z-index: 12 !important; }
  .modal .time_table_lesson.day_time_table_lesson,
  .body-content .time_table_lesson.day_time_table_lesson {
    width: 600px; }
  .modal .time_table_lesson.hour,
  .body-content .time_table_lesson.hour {
    top: -1px; }
  .modal .time_table_lesson.half_hour,
  .body-content .time_table_lesson.half_hour {
    top: 26px; }
  .modal .time_table_markup,
  .body-content .time_table_markup {
    position: relative;
    width: 100%;
    height: auto; }
  .modal .Day.time_table_lesson,
  .body-content .Day.time_table_lesson {
    left: 104px;
    overflow: hidden;
    width: auto !important;
    right: 3px; }
  .modal .time_table_lesson.hauto,
  .body-content .time_table_lesson.hauto {
    height: auto !important; }
  .modal .Mon.Week,
  .body-content .Mon.Week {
    left: 4px !important; }
  .modal .Tu.Week,
  .body-content .Tu.Week {
    left: 159px !important; }
  .modal .Wen.Week,
  .body-content .Wen.Week {
    left: 316px !important; }
  .modal .Th.Week,
  .body-content .Th.Week {
    left: 472px !important; }
  .modal .Fr.Week,
  .body-content .Fr.Week {
    left: 628px !important; }
  .modal .Sat.Week,
  .body-content .Sat.Week {
    left: 785px !important; }
  .modal .Sun.Week,
  .body-content .Sun.Week {
    left: 942px !important; }
  .modal .vdsv_only,
  .body-content .vdsv_only {
    display: none; }
  .modal .lesson_time,
  .body-content .lesson_time {
    margin: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    font-size: 1.02489vw;
    margin-bottom: 6px; }
    @media screen and (min-width: 1700px) {
      .modal .lesson_time,
      .body-content .lesson_time {
        font-size: 0.72917vw; } }
    @media screen and (max-width: 899px) {
      .modal .lesson_time,
      .body-content .lesson_time {
        font-size: 14px; } }
  .modal .lesson_name,
  .body-content .lesson_name {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.02489vw;
    font-weight: 500;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    line-break: normal;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    @media screen and (min-width: 1700px) {
      .modal .lesson_name,
      .body-content .lesson_name {
        font-size: 0.72917vw; } }
    @media screen and (max-width: 899px) {
      .modal .lesson_name,
      .body-content .lesson_name {
        font-size: 14px; } }
  .modal .lesson_info,
  .body-content .lesson_info {
    padding: 0;
    text-align: left;
    font-size: 1.02489vw; }
    @media screen and (min-width: 1700px) {
      .modal .lesson_info,
      .body-content .lesson_info {
        font-size: 0.72917vw; } }
    @media screen and (max-width: 899px) {
      .modal .lesson_info,
      .body-content .lesson_info {
        font-size: 14px; } }
  .modal .lesson_group,
  .body-content .lesson_group {
    display: block;
    font-weight: 500;
    margin-bottom: 6px; }
  .modal .lesson_teacher,
  .body-content .lesson_teacher {
    margin-bottom: 8px; }
  .modal .lesson_info strong,
  .body-content .lesson_info strong {
    font-size: 1.1713vw; }
    @media screen and (min-width: 1700px) {
      .modal .lesson_info strong,
      .body-content .lesson_info strong {
        font-size: 0.83333vw; } }
    @media screen and (max-width: 899px) {
      .modal .lesson_info strong,
      .body-content .lesson_info strong {
        font-size: 16px; } }
  .modal .time_table_lesson .lesson_info span.lesson_teacher,
  .body-content .time_table_lesson .lesson_info span.lesson_teacher {
    display: block; }
  .modal .time_table_header,
  .body-content .time_table_header {
    background: #f3f5f7;
    border-radius: 4px 4px 0px 0px; }
  .modal .time_table_header .select_wrapper,
  .body-content .time_table_header .select_wrapper {
    float: right !important;
    color: #050505;
    margin: -5px -16px 0 0; }
  .modal .time_table_header .type .doc_select_form_b,
  .body-content .time_table_header .type .doc_select_form_b {
    background-color: #e7e7e7;
    width: 268px;
    z-index: 1101;
    position: relative;
    padding: 8px 45px 8px 12px; }
  .modal .time_table_header .doc_options p:hover,
  .body-content .time_table_header .doc_options p:hover {
    color: #fff;
    background: #636363; }
  .modal .time_table_header .type .doc_options,
  .body-content .time_table_header .type .doc_options {
    font-size: 1.1713vw;
    padding-top: 10px;
    top: 30px;
    border: none;
    padding: 15px 0 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 1700px) {
      .modal .time_table_header .type .doc_options,
      .body-content .time_table_header .type .doc_options {
        font-size: 0.83333vw; } }
    @media screen and (max-width: 899px) {
      .modal .time_table_header .type .doc_options,
      .body-content .time_table_header .type .doc_options {
        font-size: 16px; } }
  .modal .time_table_header .doc_select_form_b input[type='text'],
  .body-content .time_table_header .doc_select_form_b input[type='text'] {
    font-size: 1.1713vw; }
    @media screen and (min-width: 1700px) {
      .modal .time_table_header .doc_select_form_b input[type='text'],
      .body-content .time_table_header .doc_select_form_b input[type='text'] {
        font-size: 0.83333vw; } }
    @media screen and (max-width: 899px) {
      .modal .time_table_header .doc_select_form_b input[type='text'],
      .body-content .time_table_header .doc_select_form_b input[type='text'] {
        font-size: 16px; } }
  .modal .time_table_header .doc_options p,
  .body-content .time_table_header .doc_options p {
    padding: 8px 16px; }
  .modal .day_time_table .time_table_horizont_header,
  .body-content .day_time_table .time_table_horizont_header {
    background: #F3F5F7; }
  .modal .time_table_error,
  .body-content .time_table_error {
    margin-top: 32px; }
  .modal .events-widget,
  .body-content .events-widget {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 100%;
    display: none;
    padding-bottom: 12px;
    width: 362px;
    z-index: 2; }
    .modal .events-widget__inner,
    .body-content .events-widget__inner {
      position: relative;
      background: #fff;
      border-radius: 8px;
      padding-bottom: 68px;
      border: 1px solid #dfe1e6;
      -webkit-box-shadow: 0px 4px 12px rgba(0, 20, 67, 0.122);
              box-shadow: 0px 4px 12px rgba(0, 20, 67, 0.122);
      overflow: hidden; }
    .modal .events-widget__content,
    .body-content .events-widget__content {
      padding: 17px 23px 0 23px;
      z-index: 10;
      width: 100%;
      max-width: 100%;
      max-height: 350px;
      overflow: auto; }
      .modal .events-widget__content .mCustomScrollBox,
      .body-content .events-widget__content .mCustomScrollBox {
        max-width: none;
        margin-right: -22px;
        padding-right: 22px; }
      .modal .events-widget__content img,
      .body-content .events-widget__content img {
        display: none; }
      .modal .events-widget__content .b-calendar-news_pic-wrp,
      .body-content .events-widget__content .b-calendar-news_pic-wrp {
        display: none; }
      .modal .events-widget__content .b-calendar-news_date,
      .body-content .events-widget__content .b-calendar-news_date {
        font-weight: 400;
        font-size: 1.1713vw;
        line-height: 1.75695vw;
        color: #696C71;
        margin: 6px 0px; }
        @media screen and (min-width: 1700px) {
          .modal .events-widget__content .b-calendar-news_date,
          .body-content .events-widget__content .b-calendar-news_date {
            font-size: 0.83333vw;
            line-height: 1.25vw; } }
        @media screen and (max-width: 899px) {
          .modal .events-widget__content .b-calendar-news_date,
          .body-content .events-widget__content .b-calendar-news_date {
            font-size: 16px;
            line-height: 24px; } }
    .modal .events-widget__bottom,
    .body-content .events-widget__bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 68px;
      padding: 0 24px;
      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-color: #fff;
      -webkit-box-shadow: inset 0px 1px 0px #DFE1E6;
              box-shadow: inset 0px 1px 0px #DFE1E6;
      z-index: 10; }
    .modal .events-widget__close,
    .body-content .events-widget__close {
      position: absolute;
      right: 10px;
      top: 10px;
      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;
      z-index: 10;
      cursor: pointer; }
      .modal .events-widget__close:active,
      .body-content .events-widget__close:active {
        top: 16px; }
      .modal .events-widget__close:hover,
      .body-content .events-widget__close:hover {
        color: #000; }
      .modal .events-widget__close svg,
      .body-content .events-widget__close svg {
        width: 10px;
        height: 10px; }
  @media screen and (max-width: 1024px) {
    .modal .events-widget,
    .body-content .events-widget {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .modal .education-list:not(:last-child),
  .body-content .education-list:not(:last-child) {
    margin-bottom: 40px; }
  .modal .education-list a,
  .body-content .education-list a {
    text-decoration: none;
    color: #002277; }
  .modal .data-table,
  .body-content .data-table {
    border-collapse: collapse;
    margin-top: 40px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .modal .data-table,
      .body-content .data-table {
        margin-top: 56px; } }
    .modal .data-table td,
    .modal .data-table th,
    .body-content .data-table td,
    .body-content .data-table th {
      border-bottom: 1px solid #DFE1E6; }
      @media screen and (max-width: 767px) {
        .modal .data-table td,
        .modal .data-table th,
        .body-content .data-table td,
        .body-content .data-table th {
          display: block; } }
    .modal .data-table th,
    .body-content .data-table th {
      font-size: 1.02489vw;
      line-height: 1.46413vw;
      color: #696C71;
      font-weight: 400;
      text-align: left;
      padding-bottom: 16px;
      border-width: 2px; }
      @media screen and (min-width: 1700px) {
        .modal .data-table th,
        .body-content .data-table th {
          font-size: 0.72917vw;
          line-height: 1.04167vw; } }
      @media screen and (max-width: 899px) {
        .modal .data-table th,
        .body-content .data-table th {
          font-size: 14px;
          line-height: 20px; } }
      @media screen and (max-width: 767px) {
        .modal .data-table th,
        .body-content .data-table th {
          display: none; } }
    @media screen and (min-width: 768px) {
      .modal .data-table:not(.data-table_multicolumn) td:first-child,
      .body-content .data-table:not(.data-table_multicolumn) td:first-child {
        width: 75%;
        padding-right: 16px; }
      .modal .data-table:not(.data-table_multicolumn) td:nth-child(2),
      .body-content .data-table:not(.data-table_multicolumn) td:nth-child(2) {
        width: 25%; } }
    .modal .data-table td,
    .body-content .data-table td {
      padding: 16px 0;
      vertical-align: text-top; }
      @media screen and (max-width: 767px) {
        .modal .data-table td::before,
        .body-content .data-table td::before {
          content: attr(data-title);
          font-size: 14px;
          line-height: 20px;
          color: #696C71;
          display: block;
          margin-bottom: 6px; }
        .modal .data-table td:first-child,
        .body-content .data-table td:first-child {
          border: 0;
          padding-bottom: 0; } }
  .modal .info-table__item:not(:last-child),
  .body-content .info-table__item:not(:last-child) {
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .modal .info-table__item:not(:last-child),
      .body-content .info-table__item:not(:last-child) {
        margin-bottom: 24px; } }
  @media screen and (min-width: 768px) {
    .modal .info-table__item,
    .body-content .info-table__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .modal .info-table__label,
  .body-content .info-table__label {
    font-size: 1.1713vw;
    line-height: 1.75695vw;
    color: #696C71; }
    @media screen and (min-width: 1700px) {
      .modal .info-table__label,
      .body-content .info-table__label {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 899px) {
      .modal .info-table__label,
      .body-content .info-table__label {
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (min-width: 768px) {
      .modal .info-table__label,
      .body-content .info-table__label {
        width: 300px; } }
    @media screen and (max-width: 767px) {
      .modal .info-table__label,
      .body-content .info-table__label {
        margin-bottom: 8px; } }
  @media screen and (min-width: 768px) {
    .modal .info-table__name,
    .body-content .info-table__name {
      width: calc(100% - 300px); } }

/*# sourceMappingURL=main.css.map */
