

/* Start:/bitrix/templates/v1.0/css/styles.css?1665142955120799*/
@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - `select`:
 *   By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - `[type="checkbox"]`:
 *   It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - `[type="number"]`:
 *   Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from `default` to `text`.
 * - `[type="search"]`:
 *   The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control `font`, `padding`, `border`, or `background`. In
 *   Chrome and Safari on Windows you can't control `border` properly. It will
 *   apply `border-width` but will only show a border color (which cannot be
 *   controlled) for the outer 1px of that border. Applying
 *   `-webkit-appearance: textfield` addresses these issues without removing the
 *   benefits of search inputs (e.g. showing past searches). Safari (but not
 *   Chrome) will clip the cancel button on when it has padding (and `textfield`
 *   appearance).
 * - `::placeholder`:
 *   In Edge, placeholders will disappear on `relative` or `absolute` positioned
 *   `<input>` elements if you use `opacity` less than `1` due to a
 *   [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
 */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  /* 1 */
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/bitrix/templates/v1.0/css/./fonts/slick.eot");
  src: url("/bitrix/templates/v1.0/css/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/v1.0/css/./fonts/slick.woff") format("woff"), url("/bitrix/templates/v1.0/css/./fonts/slick.ttf") format("truetype"), url("/bitrix/templates/v1.0/css/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: 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;
  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;
  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 */
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  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 {
  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;
  -ms-flex-positive: inherit;
      flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  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 .simplebar-content {
  pointer-events: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-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;
  transition: opacity 0.2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

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

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

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

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

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

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

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

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

@font-face {
  font-family: "MontserratRegular";
  src: url("/bitrix/templates/v1.0/css/../fonts/MontserratRegular/Montserrat-Regular.eot");
  src: url("/bitrix/templates/v1.0/css/../fonts/MontserratRegular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/v1.0/css/../fonts/MontserratRegular/Montserrat-Regular.woff") format("woff"), url("/bitrix/templates/v1.0/css/../fonts/MontserratRegular/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "MontserratSemiBold";
  src: url("/bitrix/templates/v1.0/css/../fonts/MontserratSemiBold/Montserrat-SemiBold.eot");
  src: url("/bitrix/templates/v1.0/css/../fonts/MontserratSemiBold/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/v1.0/css/../fonts/MontserratSemiBold/Montserrat-SemiBold.woff") format("woff"), url("/bitrix/templates/v1.0/css/../fonts/MontserratSemiBold/Montserrat-SemiBold.ttf") format("truetype"), url("/bitrix/templates/v1.0/css/../fonts/MontserratSemiBold/Montserrat-SemiBold.svg#robotoblack") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "MontserratBold";
  src: url("/bitrix/templates/v1.0/css/../fonts/MontserratBold/Montserrat-Bold.eot");
  src: url("/bitrix/templates/v1.0/css/../fonts/MontserratBold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/v1.0/css/../fonts/MontserratBold/Montserrat-Bold.woff") format("woff"), url("/bitrix/templates/v1.0/css/../fonts/MontserratBold/Montserrat-Bold.ttf") format("truetype"), url("/bitrix/templates/v1.0/css/../fonts/MontserratBold/Montserrat-Bold.svg#robotoblack") format("svg");
  font-style: normal;
  font-weight: normal; }

html,
body {
  background: #f0ece2;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "MontserratRegular", Arial, Verdana, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #121212; }

@media (max-width: 991px) {
  html {
    font-size: 14px; } }

body.header-nav-opened {
  position: relative;
  overflow: hidden; }
  body.header-nav-opened:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(18, 18, 18, 0.8); }

body.lock {
  overflow: hidden; }

.wrapper {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

a:not([class]),
a:not([class]):link,
a:not([class]):visited {
  color: #121212;
  text-decoration: none; }
  a:not([class]):hover,
  a:not([class]):link:hover,
  a:not([class]):visited:hover {
    color: #495057;
    text-decoration: underline; }

a:focus,
a:active {
  outline: none; }

a img, a:link img, a:visited img {
  border: none; }

img {
  max-width: 100%; }

*:focus {
  outline: none; }

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

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style-type: none; }

input[type="text"],
input[type="email"] {
  border: none; }

p {
  margin-top: 0; }

ul:not([class]):not(:last-child) {
  margin-bottom: 1rem; }

ul:not([class]) li {
  padding-left: 1.5em;
  position: relative; }
  ul:not([class]) li:before {
    content: '';
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: .875em;
    height: .875em;
    background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_check_gray") 50% 50% no-repeat;
    background-size: contain; }

.text-muted {
  color: #a6b3bf; }

.text-center {
  text-align: center; }

.more {
  display: inline-block;
  color: #495057;
  text-decoration: none;
  font-weight: 600; }

h1, .h1 {
  font-size: calc(24px + 14 * ((100vw - 320px) / 1120));
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.2; }

h2, .h2 {
  font-size: calc(20px + 14 * ((100vw - 320px) / 1120));
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.2; }

h3, .h3 {
  font-size: calc(20px + 12 * ((100vw - 320px) / 1120));
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.2; }

h4, .h4 {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1120));
  font-weight: bold;
  margin-top: .5em;
  margin-bottom: 1em;
  line-height: 1.2; }

h5, .h5 {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.2; }

.title-section {
  font-size: calc(24px + 14 * ((100vw - 320px) / 1120));
  margin-bottom: 1em;
  font-weight: 700; }

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.m-top-auto {
  margin-top: auto; }

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1190px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }

.block-btn-center {
  margin-top: 1rem;
  text-align: center;
  width: 100%; }

.btn {
  display: inline-block;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: normal;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  border: 1px solid transparent; }
  .btn.btn-default {
    border-color: #596e79;
    color: #ffffff;
    background-color: #596e79; }
    .btn.btn-default:hover {
      opacity: .8; }
  .btn.btn-second {
    border-color: #f0ece2;
    color: #121212;
    background-color: #f0ece2; }
    .btn.btn-second:hover {
      opacity: .8; }
  .btn.btn-third {
    border-color: #c7b198;
    color: #121212;
    background-color: #c7b198; }
    .btn.btn-third:hover {
      opacity: .8; }
  .btn.btn-custom {
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1); }
    .btn.btn-custom:hover {
      opacity: .8; }

.btn-default.btn-icn:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 0.75em;
  width: 0.75em;
  margin-left: .5em;
  background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_white") 0 0 no-repeat;
  background-size: contain; }

.btn-default.btn-icn:empty:after {
  margin-left: 0; }

.btn-radius {
  border-radius: 2rem; }

.btn-block {
  display: block;
  width: 100%; }

@media (min-width: 510px) {
  .group-btn .btn {
    width: 48%; }
    .group-btn .btn:first-child {
      margin-right: 2%; } }

@media (max-width: 509px) {
  .group-btn .btn {
    width: 100%; }
    .group-btn .btn:last-child {
      margin-top: 1rem; } }

.badge {
  padding: .375rem .75rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block; }

.bg-default {
  background-color: #f0ece2;
  color: #ffffff; }

.bg-second {
  background-color: #c7b198;
  color: #ffffff; }

.bg-custom {
  background-color: #596e79;
  color: #ffffff; }

.bg-accent {
  background-color: #456872;
  color: #ffffff; }

a.card {
  text-decoration: none;
  display: block; }

.card {
  border-radius: 12px;
  background-color: #ffffff;
  position: relative; }
  .card:not(.card-hor) .card__img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  .card > .badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    max-width: calc(100% - 2.50rem);
    z-index: 1; }

.card__title {
  color: #121212;
  font-weight: 700;
  font-size: 1rem; }
  .card__title:not(:last-child) {
    margin-bottom: 1em; }

.card__title-big {
  font-size: calc(18px + 2 * ((100vw - 320px) / 1120)); }

.card__subtitle {
  color: #121212;
  font-weight: 600;
  font-size: 0.875rem; }

.card__text {
  font-size: 0.75rem;
  color: #121212; }
  .card__text:not(:last-child) {
    margin-bottom: 1em; }

.card-hor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 267px; }
  @media (max-width: 609px) {
    .card-hor {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (min-width: 610px) {
    .card-hor .card__img {
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px; } }
  @media (max-width: 609px) {
    .card-hor .card__img {
      height: 200px;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px; } }
  .card-hor .card__img:before {
    padding-top: 40%; }
  .card-hor .card__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%; }

.card__img {
  overflow: hidden;
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }
  .card__img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 60%; }
  .card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

.card__img-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 1rem;
  height: 115px; }
  .card__img-small img {
    max-height: 100%;
    margin: auto; }

.card__img-round {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  height: 72px;
  width: 72px;
  border-radius: 50%; }

.card__img-small + .card__content {
  padding-top: 0;
  height: calc(100% - 115px); }

.card__content {
  padding: 1.25rem;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px; }

.card-bg .card {
  background-color: #f2f4f7; }

.card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card-list .card {
    margin: 1%;
    width: 100%; }
    @media (min-width: 1100px) {
      .card-list .card {
        max-width: 23%; } }
    @media (min-width: 768px) and (max-width: 1099px) {
      .card-list .card {
        max-width: 31%; } }
    @media (min-width: 510px) and (max-width: 767px) {
      .card-list .card {
        max-width: 48%; } }
    @media (max-width: 767px) {
      .card-list .card {
        margin-top: 2%;
        margin-bottom: 2%; } }
  .card-list .card__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }

.card-list-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card-list-small .card {
    margin: 1%;
    width: 100%; }
    @media (min-width: 992px) {
      .card-list-small .card {
        max-width: 31%; } }
    @media (min-width: 480px) and (max-width: 991px) {
      .card-list-small .card {
        max-width: 48%; } }
    @media (max-width: 767px) {
      .card-list-small .card {
        margin-top: 2%;
        margin-bottom: 2%; } }
  .card-list-small .card__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }

.card-list-big {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .card-list-big .card {
    margin: 1%;
    width: 100%; }
    @media (min-width: 1100px) {
      .card-list-big .card {
        max-width: 18%; } }
    @media (min-width: 992px) and (max-width: 1099px) {
      .card-list-big .card {
        max-width: 23%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .card-list-big .card {
        max-width: 31%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .card-list-big .card {
        max-width: 48%; } }
    @media (max-width: 767px) {
      .card-list-big .card {
        margin-top: 2%;
        margin-bottom: 2%; } }
  .card-list-big .card__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%; }

.icn-arrow-right-black:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  height: .75em;
  width: 1em;
  background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black") 0 0 no-repeat; }

.icn-arrow-right-black:empty:after {
  margin-left: 0; }

.icn-arrow-right-white:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  height: .75em;
  width: 1em;
  background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_white") 0 0 no-repeat; }

.icn-arrow-right-white:empty:after {
  margin-left: 0; }

.icn-arrow-right-gray:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  height: .75em;
  width: 1em;
  background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_gray") 0 0 no-repeat; }

.icn-arrow-right-gray:empty:after {
  margin-left: 0; }

.icn-arrow-left-black:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  height: .75em;
  width: 1em;
  background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black") 0 0 no-repeat; }

.icn-arrow-left-black:empty:before {
  margin-right: 0; }

.checked-form:not(:last-child) {
  margin-bottom: 1rem; }

.input-checkbox,
input[type="checkbox"] {
  display: none; }

.title-checkbox {
  display: inline-block;
  padding-left: 1.75rem;
  cursor: pointer;
  font-size: 0.75rem;
  position: relative; }
  .title-checkbox:before {
    content: '';
    position: absolute;
    border: 1px solid #596e79;
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.25rem;
    height: 1.25rem; }

.input-checkbox:checked + .title-checkbox:after,
input[type="checkbox"]:checked + .title-checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_check_gray");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: .75rem .75rem; }

.group-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem; }
  .group-box .radio-box:not(:last-child) {
    margin-right: 1rem; }

input[type="radio"] {
  display: none; }

.title-radio {
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  position: relative; }
  .title-radio:before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #596e79;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px; }

input[type="radio"]:checked + .title-radio:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  height: 10px;
  width: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #596e79; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f0ece2;
  z-index: 1; }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.slick-slider .slick-prev:before {
  content: '';
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black"); }

.slick-slider .slick-prev:hover:before {
  content: '';
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black"); }

.slick-slider .slick-next:before {
  content: '';
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black"); }

.slick-slider .slick-next:hover:before {
  content: '';
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black"); }

.slick-slider.slick-dotted {
  margin-bottom: 3rem; }

.slick-slider .slick-dots {
  bottom: -3rem; }
  .slick-slider .slick-dots li button:before {
    font-size: 3rem; }

.d-block {
  display: block; }

.nav-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 609px) {
    .nav-content {
      -ms-flex-direction: column;
          flex-direction: column; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.form-default {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px; }

.title-form {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1120));
  margin-bottom: 1em;
  font-weight: 700;
  color: #121212; }

.form-group-line {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 610px) {
    .form-group-line {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 609px) {
    .form-group-line {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (min-width: 610px) {
    .form-group-line .form-group {
      width: 48%; } }

.form-group {
  margin-bottom: 1em;
  padding-top: 1px; }

.label {
  display: block;
  position: relative;
  margin-top: .5em;
  padding-top: .2em;
  border: 1px solid #596e79;
  border-radius: 8px; }
  .label:before {
    content: attr(title);
    position: absolute;
    top: -.7em;
    left: 1.5em;
    font-size: 0.875rem;
    line-height: 1;
    padding: .1em .3em;
    background-color: #ffffff;
    color: #121212; }

.custom-input {
  padding: .5rem 1.25rem;
  width: 100%;
  border-radius: 8px;
  background-color: transparent; }

.textarea {
  padding: .5rem 1.25rem;
  border-radius: 8px;
  border: none;
  width: 100%;
  min-height: 100px;
  display: block; }

.icn-calendar:before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-top;
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_calendar_gray");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: 50% 50%;
  padding-right: 2em; }

.btn-close {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  height: 26px;
  width: 26px;
  cursor: pointer;
  color: #121212;
  z-index: 1; }

.ui-datepicker {
  width: 19em;
  padding: 26px;
  background-color: #ffffff;
  border-radius: 12px; }

.ui-datepicker.ui-datepicker-inline {
  border: none;
  border-radius: 12px; }

.ui-datepicker-header {
  border: none;
  margin-bottom: 1em; }

.ui-datepicker a:hover,
.ui-datepicker a:link:hover,
.ui-datepicker a:visited:hover {
  text-decoration: none; }

.ui-datepicker .ui-datepicker-title {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
  text-align: left; }

.ui-datepicker .ui-datepicker-next {
  right: 0; }

.ui-datepicker .ui-datepicker-prev {
  left: auto;
  right: 2.2em; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  transform: translate(-50%, -50%); }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #121212; }

.ui-datepicker-next,
.ui-datepicker-prev {
  top: 50% !important;
  transform: translateY(-50%);
  background-color: #f2f4f7;
  cursor: pointer;
  border-radius: 50%; }
  .ui-datepicker-next:hover, .ui-datepicker-next:active, .ui-datepicker-next:focus,
  .ui-datepicker-prev:hover,
  .ui-datepicker-prev:active,
  .ui-datepicker-prev:focus {
    background: rgba(199, 177, 152, 0.24);
    border: none; }

.ui-datepicker-next span {
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black") !important; }

.ui-datepicker-prev span {
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black") !important; }

.ui-datepicker-calendar th {
  font-weight: normal;
  font-size: .8em;
  text-transform: uppercase;
  color: #a6b3bf; }

.ui-datepicker-calendar td a {
  text-align: center;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1.6em;
  margin: .1em .2em;
  border-radius: 100%;
  border: none; }

.ui-datepicker-calendar td:not(.ui-datepicker-current-day) a {
  background: #ffffff; }

.ui-datepicker-calendar td a:hover,
.ui-datepicker-calendar td a:link:hover,
.ui-datepicker-calendar td a:visited:hover {
  background: rgba(199, 177, 152, 0.24);
  font-weight: 600; }

.ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #c7b198;
  color: #ffffff;
  font-weight: 600; }
  .ui-datepicker-calendar .ui-datepicker-current-day a:hover, .ui-datepicker-calendar .ui-datepicker-current-day a:link:hover, .ui-datepicker-calendar .ui-datepicker-current-day a:visited:hover {
    color: #121212; }

.ui-datepicker-calendar .ui-datepicker-other-month a {
  opacity: .4; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.sr-empty {
  text-indent: -999px;
  overflow: hidden; }

.header {
  background: #596e79 url("/bitrix/templates/v1.0/css/../img/bg_pattern.jpg") no-repeat 0 50%;
  background-size: contain;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  @media (max-width: 1339px) {
    .header {
      position: relative; } }
  @media (max-width: 889px) {
    .header {
      background-size: cover; } }
  @media (max-width: 1339px) {
    .header.show-nav .nav {
      display: block;
      padding-top: 32px; } }
  .header .btn-close {
    background-color: #f0ece2;
    padding: 0;
    height: 32px;
    width: 32px; }
    @media (min-width: 1340px) {
      .header .btn-close {
        display: none; } }
    .header .btn-close .icn {
      fill: #121212; }

.header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1440px; }

.logo {
  display: block;
  background-image: url("/bitrix/templates/v1.0/css/../img/logo_white.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9rem;
  height: 5rem;
  margin-right: 2rem; }

.btn-nav-toggler {
  width: 48px;
  height: 48px;
  padding: .875rem 0;
  position: relative; }
  @media (min-width: 1340px) {
    .btn-nav-toggler {
      display: none; } }
  @media (max-width: 767px) {
    .btn-nav-toggler {
      width: 42px;
      height: 42px;
      padding: .75rem 0; } }
  @media (max-width: 509px) {
    .btn-nav-toggler {
      margin-top: 1.5rem;
      margin-left: 1rem;
      -ms-flex-order: 4;
          order: 4; } }
  .btn-nav-toggler .icn {
    height: 100%;
    width: 100%; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 60%; }
  @media (min-width: 1340px) {
    .nav {
      margin-right: 1rem; } }
  @media (max-width: 1339px) {
    .nav {
      position: absolute;
      display: none;
      width: 100%;
      max-width: 450px;
      left: 0;
      top: 0;
      height: 100vh;
      background-color: #596e79;
      z-index: 999; } }
  @media (max-width: 479px) {
    .nav {
      max-width: 100%; } }

@media (max-width: 1339px) {
  .nav-main {
    height: 100%;
    overflow-y: auto; } }

.nav-main a {
  text-decoration: none; }
  @media (max-width: 1339px) {
    .nav-main a:hover {
      background-color: rgba(255, 255, 255, 0.1); } }

.nav-main__item {
  display: block; }
  @media (min-width: 1340px) {
    .nav-main__item {
      display: inline-block;
      vertical-align: middle; }
      .nav-main__item:not(:last-child) {
        margin-right: 1rem; } }

.nav-main__link {
  display: block;
  color: #ffffff;
  line-height: 1;
  font-weight: 600; }
  @media (min-width: 1340px) {
    .nav-main__link {
      display: inline-block;
      padding: .5rem; } }
  @media (max-width: 1339px) {
    .nav-main__link {
      padding: 1rem 1.5rem; } }

@media (min-width: 1340px) {
  .nav-main__dropdown-menu {
    display: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    z-index: 3;
    border-radius: 8px; } }

@media (min-width: 1340px) {
  .nav-main__dropdown-item {
    display: block; } }

.nav-main__dropdown-link {
  display: block;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 1rem 2.5rem; }
  @media (min-width: 1340px) {
    .nav-main__dropdown-link {
      padding: .75rem 1rem;
      color: #495057; }
      .nav-main__dropdown-link:hover {
        color: #121212;
        background-color: #f0ece2; } }

.nav-main__item {
  position: relative; }
  .nav-main__item:hover .nav-main__dropdown-menu {
    display: block; }

.header__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto; }
  @media (max-width: 509px) {
    .header__controls {
      -ms-flex-order: 3;
          order: 3;
      width: calc(100% - 58px);
      margin-top: 1.5rem;
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  .header__controls .icn {
    fill: #ffffff; }

.btn-impaired {
  width: 48px;
  height: 48px;
  padding: 1rem 0;
  margin-right: 1rem; }
  @media (max-width: 767px) {
    .btn-impaired {
      width: 42px;
      height: 42px;
      padding: .875rem 0; } }
  .btn-impaired .icn {
    height: 100%;
    width: 100%; }

.header__search {
  width: 48px;
  height: 48px;
  position: relative; }
  @media (max-width: 767px) {
    .header__search {
      width: 42px;
      height: 42px; }
      .header__search:after {
        width: 42px;
        height: 42px; } }
  .header__search:hover .btn-search {
    opacity: .8; }
  .header__search:hover .header__search-field:focus + .btn-search {
    background-color: #ffffff; }
  .header__search:after {
    content: '';
    position: absolute;
    pointer-events: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    z-index: 4; }
  .header__search .header__search-field {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    color: #ffffff;
    opacity: 0;
    width: 0;
    height: 48px;
    padding-right: 48px;
    transition: all .2s ease-out;
    z-index: 3;
    cursor: pointer;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .header__search .header__search-field {
        padding-right: 42px;
        height: 42px; } }
    .header__search .header__search-field:-ms-input-placeholder {
      color: #121212; }
    .header__search .header__search-field::-ms-input-placeholder {
      color: #121212; }
    .header__search .header__search-field::placeholder {
      color: #121212; }
  .header__search .header__search-field:focus {
    width: 15em;
    cursor: text;
    opacity: 1;
    z-index: 1;
    transition: width 1s ease-out;
    box-shadow: 0 0 1px 1px #596e79;
    padding-left: .4rem;
    background-color: #ffffff;
    color: #121212; }
  .header__search .header__search-field:focus + .btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff; }
    .header__search .header__search-field:focus + .btn-search .icn {
      fill: #121212; }
    .header__search .header__search-field:focus + .btn-search .bi {
      color: red; }
  .header__search .btn-search {
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
    position: absolute;
    z-index: 2;
    outline: none;
    font-size: 1.25rem; }
    .header__search .btn-search:hover {
      cursor: pointer; }
    @media (max-width: 767px) {
      .header__search .btn-search {
        width: 42px;
        height: 42px;
        padding: .875rem 0; } }

.btn-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
  height: 48px;
  border: none;
  padding: 1rem 0;
  cursor: pointer; }
  @media (max-width: 767px) {
    .btn-search {
      width: 42px;
      height: 42px; } }
  .btn-search .icn {
    height: 100%;
    width: 100%; }

.small-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-left: 1rem;
  background: url("/bitrix/templates/v1.0/css/../img/logo_small_white.svg") 50% 50% no-repeat;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .small-logo {
      width: 42px;
      height: 42px; } }
  @media (max-width: 509px) {
    .small-logo {
      -ms-flex-order: 2;
          order: 2;
      margin-left: auto; } }

.small-logo-bilet {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-left: 1rem;
  background: url("/bitrix/templates/v1.0/css/../img/bilet.svg") 50% 50% no-repeat;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .small-logo {
      width: 42px;
      height: 42px; } }
  @media (max-width: 509px) {
    .small-logo {
      -ms-flex-order: 2;
          order: 2;
      margin-left: auto; } }


.section {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.header-section, .header-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1rem; }
  @media (max-width: 609px) {
    .header-section, .header-page {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }
  .header-section .title-section, .header-page .title-section {
    margin-bottom: 0; }
    @media (max-width: 609px) {
      .header-section .title-section, .header-page .title-section {
        margin-bottom: .5em; } }

.section-steps {
  background-color: #f0ece2; }

.section-possibilities .card-list-big {
  text-align: center; }

.section-resources,
.section-networking {
  background-color: #ffffff; }

.carousel-default {
  background-color: #ffffff;
  border-radius: 12px; }
  .carousel-default .card-content {
    padding-right: 140px; }
  @media (min-width: 610px) {
    .carousel-default .card-hor {
      min-height: 350px; } }
  @media (min-width: 610px) {
    .carousel-default .card-hor .card__content {
      padding-right: 150px; } }
  .carousel-default .slick-prev,
  .carousel-default .slick-next {
    top: calc(100% - 40px);
    transform: translateY(-50%); }
  .carousel-default .slick-prev {
    right: 100px;
    left: auto; }
  .carousel-default .slick-next {
    right: 20px; }

.carousel-custom {
  border-radius: 12px;
  margin-bottom: 80px; }
  .carousel-custom .carousel-item {
    margin: 0 10px; }
  .carousel-custom .card {
    min-height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .carousel-custom .card__img-small {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .carousel-custom .card_content {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .carousel-custom .slick-prev,
  .carousel-custom .slick-next {
    top: calc(100% + 55px);
    left: auto; }
  .carousel-custom .slick-prev {
    right: 100px; }
  .carousel-custom .slick-next {
    right: 20px; }

.carousel-bg .slick-prev,
.carousel-bg .slick-next {
  background-color: rgba(199, 177, 152, 0.24); }

.calendar {
  -ms-flex-preferred-size: 19em;
      flex-basis: 19em; }
  @media (max-width: 509px) {
    .calendar {
      margin: 0 auto; } }

.events-col {
  width: calc(100% - 25em);
  margin-left: auto; }
  @media (max-width: 991px) {
    .events-col {
      width: 100%;
      margin-top: 2rem; } }

.title-carousel {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: calc(18px + 6 * ((100vw - 320px) / 1120)); }

.events-carousel {
  margin-bottom: 70px; }
  .events-carousel .slick-prev,
  .events-carousel .slick-next {
    top: calc(100% + 20px);
    background-color: rgba(199, 177, 152, 0.24); }
    .events-carousel .slick-prev:before,
    .events-carousel .slick-next:before {
      transform: rotate(-90deg); }
  .events-carousel .slick-prev {
    left: 50%;
    transform: translateX(-60px); }
  .events-carousel .slick-next {
    right: 50%;
    transform: translateX(60px); }

.event-carousel-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 1rem;
  margin: .5rem;
  font-weight: 600; }

.event-carousel-data {
  color: #a6b3bf;
  display: block;
  margin-bottom: .4rem;
  font-weight: 400; }

.main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.docs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .docs-list {
      -ms-flex-direction: column;
          flex-direction: column; } }

.docs-list__item {
  padding-left: 3rem;
  position: relative;
  padding-top: .2em;
  padding-bottom: .2em;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .docs-list__item {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .docs-list__item:nth-child(odd) {
        margin-right: 2%; } }
  @media (max-width: 767px) {
    .docs-list__item:last-child {
      margin-bottom: 0; } }

.icn_pdf:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: url("/bitrix/templates/v1.0/css/../img/icn_pdf.png") 50% 50% no-repeat;
  background-size: contain; }

.footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-top: auto;
  padding: 1rem 0;
  background-color: #596e79;
  color: #ffffff; }
  .footer .icn {
    fill: #ffffff; }
  @media (max-width: 509px) {
    .footer .logo {
      margin-right: auto; } }
  @media (max-width: 359px) {
    .footer .logo {
      margin-right: 1rem;
      margin-bottom: 1rem; } }

.footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1440px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 830px) and (max-width: 1135px) {
    .footer-content {
      -ms-flex-pack: center;
          justify-content: center; } }

.footer__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1136px) {
    .footer__contacts {
      margin-right: 2rem;
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  @media (min-width: 830px) and (max-width: 1135px) {
    .footer__contacts {
      margin: 0 auto; } }
  @media (max-width: 1135px) {
    .footer__contacts {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -ms-flex-positive: 0;
          flex-grow: 0; } }
  @media (max-width: 829px) {
    .footer__contacts {
      -ms-flex-positive: 1;
          flex-grow: 1; } }
  @media (max-width: 509px) {
    .footer__contacts {
      -ms-flex-order: 3;
          order: 3;
      margin-top: 1rem; } }

.footer__contacts-item {
  color: #ffffff;
  position: relative;
  padding-left: 4em;
  text-decoration: none;
  margin: .5em; }
  .footer__contacts-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3.375em;
    height: 3.375em;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.1);
    background-size: 1.375rem 1.375rem; }

.contact-phone:before {
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_phone_white"); }

.contact-email:before {
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_email_white"); }

.contact-address:before {
  background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_point_white"); }

.contacts-item__title,
.contacts-item__data {
  display: block; }

.contacts-item__title {
  color: rgba(255, 255, 255, 0.5); }

.contacts-item__data {
  font-size: 0.875rem; }

.social li {
  display: inline-block;
  vertical-align: middle;
  margin-top: .5em;
  margin-bottom: .5em; }
  .social li:not(:last-child) {
    margin-right: .75rem; }

.social a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1); }

.footer__social {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 830px) {
    .footer__social {
      margin-left: auto; } }
  @media (min-width: 510px) and (max-width: 829px) {
    .footer__social {
      width: 100%;
      text-align: center;
      margin-top: 1rem; } }
  @media (max-width: 509px) {
    .footer__social {
      -ms-flex-order: 2;
          order: 2; } }
  .footer__social svg {
    width: 1.625rem;
    height: 1.625rem; }

.special .special-controls {
  line-height: 1;
  padding: 1rem 0; }
  .special .special-controls .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1440px; }
    @media (max-width: 1299px) {
      .special .special-controls .container {
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.special .controls-section {
  padding: .5rem .625rem;
  margin-bottom: 1rem; }
  .special .controls-section li {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    cursor: pointer;
    padding: .25rem .5rem; }

.special .controls-title {
  margin-bottom: 1rem; }

@media (max-width: 1299px) {
  .special .size-section {
    -ms-flex-order: 1;
        order: 1;
    margin-right: 3%; } }

.special .size-select li,
.special .color-select li {
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  font-weight: bold; }

.special .size-normal {
  font-size: 1.125rem;
  line-height: 1.7; }

.special .size-medium {
  font-size: 1.25rem;
  line-height: 1.2; }

.special .size-large {
  font-size: 1.5rem; }

@media (max-width: 1299px) {
  .special .color-section {
    -ms-flex-order: 4;
        order: 4; } }

.special .color-select li {
  line-height: 2rem; }

.special .color-base {
  background-color: #ffffff;
  color: #121212; }

.special .color-invert {
  background-color: #121212;
  color: #ffffff; }

.special .color-chromatic {
  background-color: #9dd1ff;
  color: #195183; }

@media (max-width: 1299px) {
  .special .spacing-section {
    -ms-flex-order: 2;
        order: 2; } }

.special .spacing-select li,
.special .font-select li {
  padding-top: .5em;
  padding-bottom: .5em; }

.special .spacing-normal {
  letter-spacing: normal; }

.special .spacing-medium {
  letter-spacing: 1px; }

.special .spacing-large {
  letter-spacing: 2px; }

@media (max-width: 1299px) {
  .special .font-section {
    -ms-flex-order: 3;
        order: 3;
    margin-right: 3%; } }

.special .font-sans-serif {
  font-family: "MontserratRegular", Arial, Verdana, Helvetica, sans-serif; }

.special .font-serif {
  font-family: "Times New Roman", Times, Georgia, serif; }

.special ul:not([class]) li:before {
  width: .875em;
  height: .875em;
  border-radius: 50%; }

.special .more {
  padding: .25rem .5rem; }
  .special .more.icn-arrow-right-gray:after {
    display: none; }

.special .btn.btn-icn:after {
  display: none; }

.special .badge {
  font-size: inherit;
  padding: .75rem 1rem; }

.special .card-list-big {
  -ms-flex-pack: center;
      justify-content: center; }

.special .card .badge {
  position: static;
  margin-top: 1.25rem;
  margin-left: 1.25rem; }

.special .card .badge ~ .card__content {
  margin-top: 2rem; }

.special .card__img-small + .card__content {
  padding: 1.25rem;
  height: 100%; }

.special .card-list .card__img,
.special .card-list-small .card__img {
  display: none; }

.special .card__img-small,
.special .card__img-round {
  display: none; }

.special .slick-slider .slick-prev,
.special .slick-slider .slick-next {
  top: auto;
  bottom: -80px; }
  .special .slick-slider .slick-prev:before,
  .special .slick-slider .slick-next:before {
    background-size: 1.5rem 1.5rem; }

.special .slick-slider .slick-prev {
  left: 43%;
  transform: translateX(-100%); }

.special .slick-slider .slick-next {
  left: 52%;
  transform: translateX(100%); }

.special .slick-slider .card {
  margin: 4px; }

.special .slick-dots {
  font-size: 0;
  bottom: -60px; }
  .special .slick-dots li {
    width: 20px;
    height: 20px;
    margin-left: 16px;
    margin-right: 16px; }
    .special .slick-dots li button {
      width: 20px;
      height: 20px; }
    .special .slick-dots li button:before {
      width: 20px;
      height: 20px; }

.special .carousel-default .card__content {
  padding-right: 0; }

.special .carousel-custom .card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.special .block-btn-center {
  margin-top: 2rem; }

.special .icn_pdf:before {
  display: none; }

.special .icn-calendar::before,
.special .icn-arrow-left-black::before {
  display: none; }

.special .logo {
  width: 12rem;
  height: 7rem; }

.special .header {
  background-image: none; }
  .special .header .btn-search,
  .special .header .btn-impaired {
    padding: 1rem 0;
    line-height: 1; }
    @media (max-width: 767px) {
      .special .header .btn-search,
      .special .header .btn-impaired {
        width: 48px;
        height: 48px; } }
  @media (max-width: 767px) {
    .special .header .header__search {
      height: 48px;
      width: 48px; } }
  @media (max-width: 767px) {
    .special .header .header__search-field {
      padding-right: 48px;
      height: 48px; } }

@media (min-width: 1340px) {
  .special .nav {
    max-width: calc(100% - 14rem);
    margin-right: 0; } }

@media (max-width: 1339px) {
  .special .nav {
    position: fixed;
    top: 0; } }

.special .nav-main__dropdown-menu {
  border-radius: 0; }
  @media (min-width: 1340px) {
    .special .nav-main__dropdown-menu {
      width: 100%;
      max-width: 400px;
      min-width: 350px; } }

.special .header__controls {
  -ms-flex-order: 2;
      order: 2; }
  @media (max-width: 879px) {
    .special .header__controls {
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media (max-width: 521px) {
    .special .header__controls {
      width: auto;
      margin-top: 0; } }

@media (max-width: 767px) {
  .special .btn-nav-toggler,
  .special .small-logo {
    width: 48px;
    height: 48px; } }

.special .btn-nav-toggler {
  -ms-flex-order: 4;
      order: 4;
  margin-left: 1rem; }
  @media (min-width: 680px) {
    .special .btn-nav-toggler {
      margin-right: 1rem; } }
  @media (max-width: 521px) {
    .special .btn-nav-toggler {
      margin-top: 0; } }
  @media (max-width: 441px) {
    .special .btn-nav-toggler {
      margin-top: 1.5rem; } }
  .special .btn-nav-toggler:before {
    width: 80%;
    height: 80%; }

.special .small-logo {
  -ms-flex-order: 3;
      order: 3;
  margin-left: 1rem; }
  @media (max-width: 387px) {
    .special .small-logo {
      margin-top: 1.5rem; } }

.special .docs-list__item {
  padding-left: 0; }

.special .label {
  margin-top: 2.5em;
  padding-top: 0; }
  .special .label:before {
    content: attr(title);
    position: absolute;
    top: -2em;
    left: 0;
    font-size: inherit; }
  .special .label.icn-calendar {
    background-image: none; }

.special .contacts__heading {
  font-size: 1.75rem; }

.special .footer__contacts-item {
  padding-left: 0;
  margin-left: 1em;
  margin-right: 1em; }
  @media (max-width: 553px) {
    .special .footer__contacts-item {
      margin-left: 0; } }
  .special .footer__contacts-item:before {
    display: none; }

.ui-datepicker .ui-datepicker-header {
  padding-bottom: 5rem; }

.ui-datepicker .ui-datepicker-title {
  text-align: center; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: auto !important;
  transform: none;
  bottom: 0; }

.ui-datepicker .ui-datepicker-prev {
  left: 0; }

body.special.black {
  color: #ffffff;
  background: #121212; }
  body.special.black .special-controls {
    border-bottom: 2px solid #ffffff; }
  body.special.black .controls-section li:hover, body.special.black .controls-section li.active, body.special.black .controls-section li:active {
    box-shadow: 0 0 0 2px #ffffff; }
  body.special.black.header-nav-opened:before {
    background-color: #121212; }
  body.special.black a:not([class]),
  body.special.black a:not([class]):link,
  body.special.black a:not([class]):visited {
    color: #ffffff; }
  body.special.black ul:not([class]) li:before {
    background: #ffffff; }
  body.special.black .text-muted {
    color: #ffffff; }
  body.special.black .more {
    background: #ffffff;
    color: #121212; }
    body.special.black .more:hover {
      background: #121212;
      color: #ffffff;
      box-shadow: 0 0 0 2px #ffffff; }
  body.special.black .btn.btn-default, body.special.black .btn.btn-second, body.special.black .btn.btn-third, body.special.black .btn.btn-custom {
    border: 2px solid #121212;
    color: #121212;
    background-color: #ffffff; }
    body.special.black .btn.btn-default:hover, body.special.black .btn.btn-second:hover, body.special.black .btn.btn-third:hover, body.special.black .btn.btn-custom:hover {
      border: 2px solid #ffffff;
      color: #ffffff;
      background-color: #121212; }
  body.special.black .badge {
    box-shadow: 0 0 0 2px #ffffff; }
  body.special.black .bg-default,
  body.special.black .bg-second,
  body.special.black .bg-custom,
  body.special.black .bg-accent {
    background-color: #121212;
    color: #ffffff; }
  body.special.black .card {
    background-color: #121212;
    box-shadow: 0 0 0 2px #ffffff; }
  body.special.black .card__title,
  body.special.black .card__subtitle,
  body.special.black .card__text {
    color: #ffffff; }
  body.special.black .card-bg .card {
    background-color: #121212; }
  body.special.black .form-default {
    background-color: #121212;
    color: #ffffff; }
  body.special.black .title-form {
    color: #ffffff; }
  body.special.black .label:before {
    background-color: #121212;
    color: #ffffff; }
  body.special.black textarea {
    border: 2px solid #ffffff;
    background-color: #121212;
    color: #ffffff; }
    body.special.black textarea::-webkit-input-placeholder {
      color: #ffffff; }
    body.special.black textarea::-moz-placeholder {
      color: #ffffff; }
    body.special.black textarea:-moz-placeholder {
      color: #ffffff; }
    body.special.black textarea:-ms-input-placeholder {
      color: #ffffff; }
  body.special.black input[type="text"],
  body.special.black input[type="email"] {
    background-color: #121212;
    color: #ffffff;
    border: 2px solid #ffffff; }
    body.special.black input[type="text"]::-webkit-input-placeholder,
    body.special.black input[type="email"]::-webkit-input-placeholder {
      color: #ffffff; }
    body.special.black input[type="text"]::-moz-placeholder,
    body.special.black input[type="email"]::-moz-placeholder {
      color: #ffffff; }
    body.special.black input[type="text"]:-moz-placeholder,
    body.special.black input[type="email"]:-moz-placeholder {
      color: #ffffff; }
    body.special.black input[type="text"]:-ms-input-placeholder,
    body.special.black input[type="email"]:-ms-input-placeholder {
      color: #ffffff; }
  body.special.black .title-checkbox:before {
    background-color: #ffffff;
    border: 1px solid #ffffff; }
  body.special.black .input-checkbox:checked + .title-checkbox:before,
  body.special.black input[type="checkbox"]:checked + .title-checkbox:before {
    background-color: #ffffff;
    border-color: #ffffff; }
  body.special.black .input-checkbox:checked + .title-checkbox:after,
  body.special.black input[type="checkbox"]:checked + .title-checkbox:after {
    background: #121212; }
  body.special.black .title-radio:before {
    background-color: #ffffff;
    border-color: #ffffff; }
  body.special.black input[type="radio"]:checked + .title-radio:after {
    background-color: #121212; }
  body.special.black .slick-slider .slick-prev,
  body.special.black .slick-slider .slick-next {
    background-color: #ffffff;
    border: 1px solid #121212; }
    body.special.black .slick-slider .slick-prev:hover,
    body.special.black .slick-slider .slick-next:hover {
      border: 1px solid #ffffff;
      background-color: #121212; }
  body.special.black .slick-slider .slick-prev:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black");
    background-position: 40% 50%; }
  body.special.black .slick-slider .slick-prev:hover:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_white"); }
  body.special.black .slick-slider .slick-next:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black");
    background-position: 60% 50%; }
  body.special.black .slick-slider .slick-next:hover:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_white"); }
  body.special.black .slick-dots li button:before {
    color: #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1; }
  body.special.black .slick-dots li.slick-active button:before {
    box-shadow: 0 0 0 4px #121212, 0 0 0 8px #ffffff; }
  body.special.black .ui-datepicker {
    background-color: #121212; }
  body.special.black .ui-state-default,
  body.special.black .ui-widget-content .ui-state-default,
  body.special.black .ui-widget-header .ui-state-default,
  body.special.black .ui-button,
  body.special.black html .ui-button.ui-state-disabled:hover,
  body.special.black html .ui-button.ui-state-disabled:active {
    color: #ffffff; }
  body.special.black .ui-datepicker-next,
  body.special.black .ui-datepicker-prev {
    background: #ffffff;
    color: #121212; }
    body.special.black .ui-datepicker-next:hover, body.special.black .ui-datepicker-next:active, body.special.black .ui-datepicker-next:focus,
    body.special.black .ui-datepicker-prev:hover,
    body.special.black .ui-datepicker-prev:active,
    body.special.black .ui-datepicker-prev:focus {
      background-color: #121212;
      box-shadow: 0 0 0 2px #ffffff; }
  body.special.black .ui-datepicker-next:hover span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_white") !important; }
  body.special.black .ui-datepicker-next span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black") !important; }
  body.special.black .ui-datepicker-prev:hover span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_white") !important; }
  body.special.black .ui-datepicker-prev span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black") !important; }
  body.special.black .ui-datepicker-calendar th {
    color: #ffffff; }
  body.special.black .ui-datepicker-calendar td:not(.ui-datepicker-current-day) a {
    background-color: #121212; }
  body.special.black .ui-datepicker-calendar td a:hover,
  body.special.black .ui-datepicker-calendar td a:link:hover,
  body.special.black .ui-datepicker-calendar td a:visited:hover {
    background: #ffffff;
    color: #121212; }
  body.special.black .ui-datepicker-calendar .ui-datepicker-current-day a {
    background: #ffffff;
    color: #121212; }
    body.special.black .ui-datepicker-calendar .ui-datepicker-current-day a:hover, body.special.black .ui-datepicker-calendar .ui-datepicker-current-day a:link:hover, body.special.black .ui-datepicker-calendar .ui-datepicker-current-day a:visited:hover {
      background: #ffffff;
      color: #121212; }
  body.special.black .ui-datepicker-calendar .ui-datepicker-other-month a {
    opacity: 1; }
  body.special.black .header {
    background-color: #121212;
    color: #ffffff; }
    body.special.black .header .logo {
      background-image: url("/bitrix/templates/v1.0/css/../img/logo_white.svg"); }
    body.special.black .header .btn-close {
      background-color: #ffffff;
      box-shadow: 0 0 0 2px #121212; }
      body.special.black .header .btn-close .icn {
        fill: #121212; }
      body.special.black .header .btn-close:hover {
        background-color: #121212; }
        body.special.black .header .btn-close:hover .icn {
          fill: #ffffff; }
  body.special.black .btn-nav-toggler {
    background-color: #121212; }
    body.special.black .btn-nav-toggler:before {
      background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_burger_white");
      background-size: contain; }
  @media (max-width: 1339px) {
    body.special.black .nav {
      background-color: #ffffff; } }
  @media (max-width: 1339px) {
    body.special.black .nav-main a:hover {
      background-color: #121212;
      color: #ffffff; } }
  @media (min-width: 1340px) {
    body.special.black .nav-main__item:hover .nav-main__link {
      color: #121212;
      background-color: #ffffff; } }
  body.special.black .nav-main__link {
    color: #ffffff; }
    body.special.black .nav-main__link:hover {
      color: #121212;
      background-color: #ffffff; }
    @media (max-width: 1339px) {
      body.special.black .nav-main__link {
        color: #121212; } }
  @media (min-width: 1340px) {
    body.special.black .nav-main__dropdown-menu {
      background-color: #121212;
      color: #ffffff;
      border: 2px solid #ffffff; } }
  body.special.black .nav-main__dropdown-link {
    color: #121212; }
    @media (min-width: 1340px) {
      body.special.black .nav-main__dropdown-link {
        color: #ffffff; }
        body.special.black .nav-main__dropdown-link:hover {
          color: #121212;
          background-color: #ffffff; } }
  body.special.black .header__controls .icn {
    fill: #121212; }
  body.special.black .header__controls .btn-impaired:hover .icn {
    fill: #ffffff; }
  body.special.black .header__controls .btn-search:hover .icn {
    fill: #ffffff; }
  body.special.black .header__search:hover .btn-search {
    background-color: #121212;
    border-color: #ffffff;
    color: #ffffff; }
    body.special.black .header__search:hover .btn-search .icn {
      fill: #ffffff; }
  body.special.black .header__search:hover .header__search-field:focus + .btn-search {
    background-color: #121212;
    border-color: #121212; }
    body.special.black .header__search:hover .header__search-field:focus + .btn-search .icn {
      fill: #ffffff; }
  body.special.black .header__search:hover:after {
    background-color: transparent; }
  body.special.black .header__search .header__search-field {
    color: #ffffff; }
    body.special.black .header__search .header__search-field:-ms-input-placeholder {
      color: #121212; }
    body.special.black .header__search .header__search-field::-ms-input-placeholder {
      color: #121212; }
    body.special.black .header__search .header__search-field::placeholder {
      color: #121212; }
  body.special.black .header__search .header__search-field:focus {
    box-shadow: 0 0 0 2px #ffffff;
    background-color: #ffffff;
    color: #121212; }
  body.special.black .header__search .header__search-field:focus + .btn-search {
    background-color: #121212; }
    body.special.black .header__search .header__search-field:focus + .btn-search .icn {
      fill: #ffffff; }
  body.special.black .small-logo {
    background: url("/bitrix/templates/v1.0/css/../img/logo_small_white.svg") 50% 50% no-repeat;
    background-size: contain; }
  body.special.black .main {
    background: #121212; }
  body.special.black .section-steps,
  body.special.black .section-possibilities,
  body.special.black .section-resources,
  body.special.black .section-news,
  body.special.black .section-networking,
  body.special.black .section-partners,
  body.special.black .section-calendar {
    color: #ffffff;
    background: #121212; }
  body.special.black .carousel-default,
  body.special.black .carousel-custom {
    background-color: #121212; }
  body.special.black .event-carousel-item {
    background-color: #121212;
    box-shadow: 0 0 0 2px #ffffff; }
  body.special.black .event-carousel-data {
    color: #ffffff; }
  body.special.black .select {
    background-color: #121212;
    color: #ffffff;
    box-shadow: 0 0 0 2px #ffffff; }
  body.special.black .footer {
    color: #ffffff;
    background: #121212;
    border-top: 2px solid #ffffff; }
    body.special.black .footer .logo {
      background-image: url("/bitrix/templates/v1.0/css/../img/logo_white.svg"); }
  body.special.black .footer__contacts-item {
    color: #ffffff; }
  body.special.black .contacts-item__title {
    color: #ffffff; }
  body.special.black .social a {
    background-color: #ffffff; }
    body.special.black .social a:hover {
      background-color: #121212;
      box-shadow: 0 0 0 2px #ffffff; }
      body.special.black .social a:hover .icn {
        fill: #ffffff; }
  body.special.black .social .icn {
    fill: #121212; }

body.special.blue {
  color: #195183;
  background: #9dd1ff; }
  body.special.blue .special-controls {
    border-bottom: 2px solid #195183; }
  body.special.blue .controls-section li:hover, body.special.blue .controls-section li.active, body.special.blue .controls-section li:active {
    box-shadow: 0 0 0 2px #195183; }
  body.special.blue.header-nav-opened:before {
    background-color: #9dd1ff; }
  body.special.blue a:not([class]),
  body.special.blue a:not([class]):link,
  body.special.blue a:not([class]):visited {
    color: #195183; }
  body.special.blue ul:not([class]) li:before {
    background: #195183; }
  body.special.blue .text-muted {
    color: #195183; }
  body.special.blue .more {
    background: #195183;
    color: #9dd1ff; }
    body.special.blue .more:hover {
      background: #9dd1ff;
      color: #195183;
      box-shadow: 0 0 0 2px #195183; }
  body.special.blue .btn.btn-default, body.special.blue .btn.btn-second, body.special.blue .btn.btn-third, body.special.blue .btn.btn-custom {
    border: 2px solid #9dd1ff;
    color: #9dd1ff;
    background-color: #195183; }
    body.special.blue .btn.btn-default:hover, body.special.blue .btn.btn-second:hover, body.special.blue .btn.btn-third:hover, body.special.blue .btn.btn-custom:hover {
      border: 2px solid #195183;
      color: #195183;
      background-color: #9dd1ff; }
  body.special.blue .badge {
    box-shadow: 0 0 0 2px #195183; }
  body.special.blue .bg-default,
  body.special.blue .bg-second,
  body.special.blue .bg-custom,
  body.special.blue .bg-accent {
    background-color: #9dd1ff;
    color: #195183; }
  body.special.blue .card {
    background-color: #9dd1ff;
    box-shadow: 0 0 0 2px #195183; }
  body.special.blue .card__title,
  body.special.blue .card__subtitle,
  body.special.blue .card__text {
    color: #195183; }
  body.special.blue .card-bg .card {
    background-color: #9dd1ff; }
  body.special.blue .form-default {
    background-color: #9dd1ff;
    color: #195183; }
  body.special.blue .title-form {
    color: #195183; }
  body.special.blue .label:before {
    background-color: #9dd1ff;
    color: #195183; }
  body.special.blue textarea {
    border: 2px solid #195183;
    background-color: #9dd1ff;
    color: #195183; }
    body.special.blue textarea::-webkit-input-placeholder {
      color: #195183; }
    body.special.blue textarea::-moz-placeholder {
      color: #195183; }
    body.special.blue textarea:-moz-placeholder {
      color: #195183; }
    body.special.blue textarea:-ms-input-placeholder {
      color: #195183; }
  body.special.blue input[type="text"],
  body.special.blue input[type="email"] {
    background-color: #9dd1ff;
    color: #195183;
    border: 2px solid #195183; }
    body.special.blue input[type="text"]::-webkit-input-placeholder,
    body.special.blue input[type="email"]::-webkit-input-placeholder {
      color: #195183; }
    body.special.blue input[type="text"]::-moz-placeholder,
    body.special.blue input[type="email"]::-moz-placeholder {
      color: #195183; }
    body.special.blue input[type="text"]:-moz-placeholder,
    body.special.blue input[type="email"]:-moz-placeholder {
      color: #195183; }
    body.special.blue input[type="text"]:-ms-input-placeholder,
    body.special.blue input[type="email"]:-ms-input-placeholder {
      color: #195183; }
  body.special.blue .title-checkbox:before {
    background-color: #195183;
    border: 1px solid #195183; }
  body.special.blue .input-checkbox:checked + .title-checkbox:before,
  body.special.blue input[type="checkbox"]:checked + .title-checkbox:before {
    background-color: #195183;
    border-color: #195183; }
  body.special.blue .input-checkbox:checked + .title-checkbox:after,
  body.special.blue input[type="checkbox"]:checked + .title-checkbox:after {
    background: #9dd1ff; }
  body.special.blue .title-radio:before {
    background-color: #195183;
    border-color: #195183; }
  body.special.blue input[type="radio"]:checked + .title-radio:after {
    background-color: #9dd1ff; }
  body.special.blue .slick-slider .slick-prev,
  body.special.blue .slick-slider .slick-next {
    background-color: #195183;
    border: 1px solid #9dd1ff; }
    body.special.blue .slick-slider .slick-prev:hover,
    body.special.blue .slick-slider .slick-next:hover {
      border: 1px solid #195183;
      background-color: #9dd1ff; }
  body.special.blue .slick-slider .slick-prev:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_blue");
    background-position: 40% 50%; }
  body.special.blue .slick-slider .slick-prev:hover:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_dark-blue"); }
  body.special.blue .slick-slider .slick-next:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_blue");
    background-position: 60% 50%; }
  body.special.blue .slick-slider .slick-next:hover:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_dark-blue"); }
  body.special.blue .slick-dots li button:before {
    color: #195183;
    background-color: #195183;
    border-radius: 50%;
    opacity: 1; }
  body.special.blue .slick-dots li.slick-active button:before {
    box-shadow: 0 0 0 4px #9dd1ff, 0 0 0 8px #195183; }
  body.special.blue .ui-datepicker {
    background-color: #9dd1ff; }
  body.special.blue .ui-state-default,
  body.special.blue .ui-widget-content .ui-state-default,
  body.special.blue .ui-widget-header .ui-state-default,
  body.special.blue .ui-button,
  body.special.blue html .ui-button.ui-state-disabled:hover,
  body.special.blue html .ui-button.ui-state-disabled:active {
    color: #195183; }
  body.special.blue .ui-datepicker-next,
  body.special.blue .ui-datepicker-prev {
    background: #195183;
    color: #9dd1ff; }
    body.special.blue .ui-datepicker-next:hover, body.special.blue .ui-datepicker-next:active, body.special.blue .ui-datepicker-next:focus,
    body.special.blue .ui-datepicker-prev:hover,
    body.special.blue .ui-datepicker-prev:active,
    body.special.blue .ui-datepicker-prev:focus {
      background-color: #9dd1ff;
      box-shadow: 0 0 0 2px #195183; }
  body.special.blue .ui-datepicker-next:hover span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_dark-blue") !important; }
  body.special.blue .ui-datepicker-next span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_blue") !important; }
  body.special.blue .ui-datepicker-prev:hover span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_dark-blue") !important; }
  body.special.blue .ui-datepicker-prev span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_blue") !important; }
  body.special.blue .ui-datepicker-calendar th {
    color: #195183; }
  body.special.blue .ui-datepicker-calendar td:not(.ui-datepicker-current-day) a {
    background-color: #9dd1ff; }
  body.special.blue .ui-datepicker-calendar td a:hover,
  body.special.blue .ui-datepicker-calendar td a:link:hover,
  body.special.blue .ui-datepicker-calendar td a:visited:hover {
    background: #195183;
    color: #9dd1ff; }
  body.special.blue .ui-datepicker-calendar .ui-datepicker-current-day a {
    background: #195183;
    color: #9dd1ff; }
    body.special.blue .ui-datepicker-calendar .ui-datepicker-current-day a:hover, body.special.blue .ui-datepicker-calendar .ui-datepicker-current-day a:link:hover, body.special.blue .ui-datepicker-calendar .ui-datepicker-current-day a:visited:hover {
      background: #195183;
      color: #9dd1ff; }
  body.special.blue .ui-datepicker-calendar .ui-datepicker-other-month a {
    opacity: 1; }
  body.special.blue .header {
    background-color: #9dd1ff;
    color: #195183; }
    body.special.blue .header .logo {
      background-image: url("/bitrix/templates/v1.0/css/../img/logo_dark-blue.svg"); }
    body.special.blue .header .btn-close {
      background-color: #195183;
      box-shadow: 0 0 0 2px #9dd1ff; }
      body.special.blue .header .btn-close .icn {
        fill: #9dd1ff; }
      body.special.blue .header .btn-close:hover {
        background-color: #9dd1ff; }
        body.special.blue .header .btn-close:hover .icn {
          fill: #195183; }
  body.special.blue .btn-nav-toggler {
    background-color: #9dd1ff; }
    body.special.blue .btn-nav-toggler:before {
      background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_burger_dark-blue");
      background-size: contain; }
  @media (max-width: 1339px) {
    body.special.blue .nav {
      background-color: #195183; } }
  @media (max-width: 1339px) {
    body.special.blue .nav-main a:hover {
      background-color: #9dd1ff;
      color: #195183; } }
  @media (min-width: 1340px) {
    body.special.blue .nav-main__item:hover .nav-main__link {
      color: #9dd1ff;
      background-color: #195183; } }
  body.special.blue .nav-main__link {
    color: #195183; }
    body.special.blue .nav-main__link:hover {
      color: #9dd1ff;
      background-color: #195183; }
    @media (max-width: 1339px) {
      body.special.blue .nav-main__link {
        color: #9dd1ff; } }
  @media (min-width: 1340px) {
    body.special.blue .nav-main__dropdown-menu {
      background-color: #9dd1ff;
      color: #195183;
      border: 2px solid #195183; } }
  body.special.blue .nav-main__dropdown-link {
    color: #9dd1ff; }
    @media (min-width: 1340px) {
      body.special.blue .nav-main__dropdown-link {
        color: #195183; }
        body.special.blue .nav-main__dropdown-link:hover {
          color: #9dd1ff;
          background-color: #195183; } }
  body.special.blue .header__controls .icn {
    fill: #9dd1ff; }
  body.special.blue .header__controls .btn-impaired:hover .icn {
    fill: #195183; }
  body.special.blue .header__controls .btn-search:hover .icn {
    fill: #195183; }
  body.special.blue .header__search:hover .btn-search {
    background-color: #9dd1ff;
    border-color: #195183;
    color: #195183; }
    body.special.blue .header__search:hover .btn-search .icn {
      fill: #195183; }
  body.special.blue .header__search:hover .header__search-field:focus + .btn-search {
    background-color: #9dd1ff;
    border-color: #9dd1ff; }
    body.special.blue .header__search:hover .header__search-field:focus + .btn-search .icn {
      fill: #195183; }
  body.special.blue .header__search:hover:after {
    background-color: transparent; }
  body.special.blue .header__search .header__search-field {
    color: #195183; }
    body.special.blue .header__search .header__search-field:-ms-input-placeholder {
      color: #9dd1ff; }
    body.special.blue .header__search .header__search-field::-ms-input-placeholder {
      color: #9dd1ff; }
    body.special.blue .header__search .header__search-field::placeholder {
      color: #9dd1ff; }
  body.special.blue .header__search .header__search-field:focus {
    box-shadow: 0 0 0 2px #195183;
    background-color: #195183;
    color: #9dd1ff; }
  body.special.blue .header__search .header__search-field:focus + .btn-search {
    background-color: #9dd1ff; }
    body.special.blue .header__search .header__search-field:focus + .btn-search .icn {
      fill: #195183; }
  body.special.blue .small-logo {
    background: url("/bitrix/templates/v1.0/css/../img/logo_small_dark-blue.svg") 50% 50% no-repeat;
    background-size: contain; }
  body.special.blue .main {
    background: #9dd1ff; }
  body.special.blue .section-steps,
  body.special.blue .section-possibilities,
  body.special.blue .section-resources,
  body.special.blue .section-news,
  body.special.blue .section-networking,
  body.special.blue .section-partners,
  body.special.blue .section-calendar {
    color: #195183;
    background: #9dd1ff; }
  body.special.blue .carousel-default,
  body.special.blue .carousel-custom {
    background-color: #9dd1ff; }
  body.special.blue .event-carousel-item {
    background-color: #9dd1ff;
    box-shadow: 0 0 0 2px #195183; }
  body.special.blue .event-carousel-data {
    color: #195183; }
  body.special.blue .select {
    background-color: #9dd1ff;
    color: #195183;
    box-shadow: 0 0 0 2px #195183; }
  body.special.blue .footer {
    color: #195183;
    background: #9dd1ff;
    border-top: 2px solid #195183; }
    body.special.blue .footer .logo {
      background-image: url("/bitrix/templates/v1.0/css/../img/logo_dark-blue.svg"); }
  body.special.blue .footer__contacts-item {
    color: #195183; }
  body.special.blue .contacts-item__title {
    color: #195183; }
  body.special.blue .social a {
    background-color: #195183; }
    body.special.blue .social a:hover {
      background-color: #9dd1ff;
      box-shadow: 0 0 0 2px #195183; }
      body.special.blue .social a:hover .icn {
        fill: #195183; }
  body.special.blue .social .icn {
    fill: #9dd1ff; }

body.special.white {
  color: #121212;
  background: #ffffff; }
  body.special.white .special-controls {
    border-bottom: 2px solid #121212; }
  body.special.white .controls-section li:hover, body.special.white .controls-section li.active, body.special.white .controls-section li:active {
    box-shadow: 0 0 0 2px #121212; }
  body.special.white.header-nav-opened:before {
    background-color: #ffffff; }
  body.special.white a:not([class]),
  body.special.white a:not([class]):link,
  body.special.white a:not([class]):visited {
    color: #121212; }
  body.special.white ul:not([class]) li:before {
    background: #121212; }
  body.special.white .text-muted {
    color: #121212; }
  body.special.white .more {
    background: #121212;
    color: #ffffff; }
    body.special.white .more:hover {
      background: #ffffff;
      color: #121212;
      box-shadow: 0 0 0 2px #121212; }
  body.special.white .btn.btn-default, body.special.white .btn.btn-second, body.special.white .btn.btn-third, body.special.white .btn.btn-custom {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: #121212; }
    body.special.white .btn.btn-default:hover, body.special.white .btn.btn-second:hover, body.special.white .btn.btn-third:hover, body.special.white .btn.btn-custom:hover {
      border: 2px solid #121212;
      color: #121212;
      background-color: #ffffff; }
  body.special.white .badge {
    box-shadow: 0 0 0 2px #121212; }
  body.special.white .bg-default,
  body.special.white .bg-second,
  body.special.white .bg-custom,
  body.special.white .bg-accent {
    background-color: #ffffff;
    color: #121212; }
  body.special.white .card {
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #121212; }
  body.special.white .card__title,
  body.special.white .card__subtitle,
  body.special.white .card__text {
    color: #121212; }
  body.special.white .card-bg .card {
    background-color: #ffffff; }
  body.special.white .form-default {
    background-color: #ffffff;
    color: #121212; }
  body.special.white .title-form {
    color: #121212; }
  body.special.white .label:before {
    background-color: #ffffff;
    color: #121212; }
  body.special.white textarea {
    border: 2px solid #121212;
    background-color: #ffffff;
    color: #121212; }
    body.special.white textarea::-webkit-input-placeholder {
      color: #121212; }
    body.special.white textarea::-moz-placeholder {
      color: #121212; }
    body.special.white textarea:-moz-placeholder {
      color: #121212; }
    body.special.white textarea:-ms-input-placeholder {
      color: #121212; }
  body.special.white input[type="text"],
  body.special.white input[type="email"] {
    background-color: #ffffff;
    color: #121212;
    border: 2px solid #121212; }
    body.special.white input[type="text"]::-webkit-input-placeholder,
    body.special.white input[type="email"]::-webkit-input-placeholder {
      color: #121212; }
    body.special.white input[type="text"]::-moz-placeholder,
    body.special.white input[type="email"]::-moz-placeholder {
      color: #121212; }
    body.special.white input[type="text"]:-moz-placeholder,
    body.special.white input[type="email"]:-moz-placeholder {
      color: #121212; }
    body.special.white input[type="text"]:-ms-input-placeholder,
    body.special.white input[type="email"]:-ms-input-placeholder {
      color: #121212; }
  body.special.white .title-checkbox:before {
    background-color: #121212;
    border: 1px solid #121212; }
  body.special.white .input-checkbox:checked + .title-checkbox:before,
  body.special.white input[type="checkbox"]:checked + .title-checkbox:before {
    background-color: #121212;
    border-color: #121212; }
  body.special.white .input-checkbox:checked + .title-checkbox:after,
  body.special.white input[type="checkbox"]:checked + .title-checkbox:after {
    background: #ffffff; }
  body.special.white .title-radio:before {
    background-color: #121212;
    border-color: #121212; }
  body.special.white input[type="radio"]:checked + .title-radio:after {
    background-color: #ffffff; }
  body.special.white .slick-slider .slick-prev,
  body.special.white .slick-slider .slick-next {
    background-color: #121212;
    border: 1px solid #ffffff; }
    body.special.white .slick-slider .slick-prev:hover,
    body.special.white .slick-slider .slick-next:hover {
      border: 1px solid #121212;
      background-color: #ffffff; }
  body.special.white .slick-slider .slick-prev:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_white");
    background-position: 40% 50%; }
  body.special.white .slick-slider .slick-prev:hover:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black"); }
  body.special.white .slick-slider .slick-next:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_white");
    background-position: 60% 50%; }
  body.special.white .slick-slider .slick-next:hover:before {
    content: '';
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black"); }
  body.special.white .slick-dots li button:before {
    color: #121212;
    background-color: #121212;
    border-radius: 50%;
    opacity: 1; }
  body.special.white .slick-dots li.slick-active button:before {
    box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #121212; }
  body.special.white .ui-datepicker {
    background-color: #ffffff; }
  body.special.white .ui-state-default,
  body.special.white .ui-widget-content .ui-state-default,
  body.special.white .ui-widget-header .ui-state-default,
  body.special.white .ui-button,
  body.special.white html .ui-button.ui-state-disabled:hover,
  body.special.white html .ui-button.ui-state-disabled:active {
    color: #121212; }
  body.special.white .ui-datepicker-next,
  body.special.white .ui-datepicker-prev {
    background: #121212;
    color: #ffffff; }
    body.special.white .ui-datepicker-next:hover, body.special.white .ui-datepicker-next:active, body.special.white .ui-datepicker-next:focus,
    body.special.white .ui-datepicker-prev:hover,
    body.special.white .ui-datepicker-prev:active,
    body.special.white .ui-datepicker-prev:focus {
      background-color: #ffffff;
      box-shadow: 0 0 0 2px #121212; }
  body.special.white .ui-datepicker-next:hover span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_black") !important; }
  body.special.white .ui-datepicker-next span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-right_white") !important; }
  body.special.white .ui-datepicker-prev:hover span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_black") !important; }
  body.special.white .ui-datepicker-prev span {
    background-image: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_arrow-left_white") !important; }
  body.special.white .ui-datepicker-calendar th {
    color: #121212; }
  body.special.white .ui-datepicker-calendar td:not(.ui-datepicker-current-day) a {
    background-color: #ffffff; }
  body.special.white .ui-datepicker-calendar td a:hover,
  body.special.white .ui-datepicker-calendar td a:link:hover,
  body.special.white .ui-datepicker-calendar td a:visited:hover {
    background: #121212;
    color: #ffffff; }
  body.special.white .ui-datepicker-calendar .ui-datepicker-current-day a {
    background: #121212;
    color: #ffffff; }
    body.special.white .ui-datepicker-calendar .ui-datepicker-current-day a:hover, body.special.white .ui-datepicker-calendar .ui-datepicker-current-day a:link:hover, body.special.white .ui-datepicker-calendar .ui-datepicker-current-day a:visited:hover {
      background: #121212;
      color: #ffffff; }
  body.special.white .ui-datepicker-calendar .ui-datepicker-other-month a {
    opacity: 1; }
  body.special.white .header {
    background-color: #ffffff;
    color: #121212; }
    body.special.white .header .logo {
      background-image: url("/bitrix/templates/v1.0/css/../img/logo_black.svg"); }
    body.special.white .header .btn-close {
      background-color: #121212;
      box-shadow: 0 0 0 2px #ffffff; }
      body.special.white .header .btn-close .icn {
        fill: #ffffff; }
      body.special.white .header .btn-close:hover {
        background-color: #ffffff; }
        body.special.white .header .btn-close:hover .icn {
          fill: #121212; }
  body.special.white .btn-nav-toggler {
    background-color: #ffffff; }
    body.special.white .btn-nav-toggler:before {
      background: url("/bitrix/templates/v1.0/css/../img/spriteColor.svg#icn_burger_black");
      background-size: contain; }
  @media (max-width: 1339px) {
    body.special.white .nav {
      background-color: #121212; } }
  @media (max-width: 1339px) {
    body.special.white .nav-main a:hover {
      background-color: #ffffff;
      color: #121212; } }
  @media (min-width: 1340px) {
    body.special.white .nav-main__item:hover .nav-main__link {
      color: #ffffff;
      background-color: #121212; } }
  body.special.white .nav-main__link {
    color: #121212; }
    body.special.white .nav-main__link:hover {
      color: #ffffff;
      background-color: #121212; }
    @media (max-width: 1339px) {
      body.special.white .nav-main__link {
        color: #ffffff; } }
  @media (min-width: 1340px) {
    body.special.white .nav-main__dropdown-menu {
      background-color: #ffffff;
      color: #121212;
      border: 2px solid #121212; } }
  body.special.white .nav-main__dropdown-link {
    color: #ffffff; }
    @media (min-width: 1340px) {
      body.special.white .nav-main__dropdown-link {
        color: #121212; }
        body.special.white .nav-main__dropdown-link:hover {
          color: #ffffff;
          background-color: #121212; } }
  body.special.white .header__controls .icn {
    fill: #ffffff; }
  body.special.white .header__controls .btn-impaired:hover .icn {
    fill: #121212; }
  body.special.white .header__controls .btn-search:hover .icn {
    fill: #121212; }
  body.special.white .header__search:hover .btn-search {
    background-color: #ffffff;
    border-color: #121212;
    color: #121212; }
    body.special.white .header__search:hover .btn-search .icn {
      fill: #121212; }
  body.special.white .header__search:hover .header__search-field:focus + .btn-search {
    background-color: #ffffff;
    border-color: #ffffff; }
    body.special.white .header__search:hover .header__search-field:focus + .btn-search .icn {
      fill: #121212; }
  body.special.white .header__search:hover:after {
    background-color: transparent; }
  body.special.white .header__search .header__search-field {
    color: #121212; }
    body.special.white .header__search .header__search-field:-ms-input-placeholder {
      color: #ffffff; }
    body.special.white .header__search .header__search-field::-ms-input-placeholder {
      color: #ffffff; }
    body.special.white .header__search .header__search-field::placeholder {
      color: #ffffff; }
  body.special.white .header__search .header__search-field:focus {
    box-shadow: 0 0 0 2px #121212;
    background-color: #121212;
    color: #ffffff; }
  body.special.white .header__search .header__search-field:focus + .btn-search {
    background-color: #ffffff; }
    body.special.white .header__search .header__search-field:focus + .btn-search .icn {
      fill: #121212; }
  body.special.white .small-logo {
    background: url("/bitrix/templates/v1.0/css/../img/logo_small_black.svg") 50% 50% no-repeat;
    background-size: contain; }
  body.special.white .main {
    background: #ffffff; }
  body.special.white .section-steps,
  body.special.white .section-possibilities,
  body.special.white .section-resources,
  body.special.white .section-news,
  body.special.white .section-networking,
  body.special.white .section-partners,
  body.special.white .section-calendar {
    color: #121212;
    background: #ffffff; }
  body.special.white .carousel-default,
  body.special.white .carousel-custom {
    background-color: #ffffff; }
  body.special.white .event-carousel-item {
    background-color: #ffffff;
    box-shadow: 0 0 0 2px #121212; }
  body.special.white .event-carousel-data {
    color: #121212; }
  body.special.white .select {
    background-color: #ffffff;
    color: #121212;
    box-shadow: 0 0 0 2px #121212; }
  body.special.white .footer {
    color: #121212;
    background: #ffffff;
    border-top: 2px solid #121212; }
    body.special.white .footer .logo {
      background-image: url("/bitrix/templates/v1.0/css/../img/logo_black.svg"); }
  body.special.white .footer__contacts-item {
    color: #121212; }
  body.special.white .contacts-item__title {
    color: #121212; }
  body.special.white .social a {
    background-color: #121212; }
    body.special.white .social a:hover {
      background-color: #ffffff;
      box-shadow: 0 0 0 2px #121212; }
      body.special.white .social a:hover .icn {
        fill: #121212; }
  body.special.white .social .icn {
    fill: #ffffff; }

body.special.normal {
  font-size: 1rem; }
  body.special.normal ul:not([class]) li {
    padding-left: 20px; }
    body.special.normal ul:not([class]) li:before {
      top: 0.5rem;
      left: 0;
      width: 7px;
      height: 7px; }
  body.special.normal h1, body.special.normal .h1 {
    font-size: calc(26px + 2 * ((100vw - 320px) / 1120)); }
  body.special.normal h2, body.special.normal .h2 {
    font-size: calc(24px + 2 * ((100vw - 320px) / 1120)); }
  body.special.normal h3, body.special.normal .h3 {
    font-size: calc(22px + 2 * ((100vw - 320px) / 1120)); }
  body.special.normal h4, body.special.normal .h4 {
    font-size: calc(20px + 2 * ((100vw - 320px) / 1120)); }
  body.special.normal h5, body.special.normal .h5 {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1120)); }
  body.special.normal .title-section {
    font-size: calc(26px + 2 * ((100vw - 320px) / 1120)); }
  body.special.normal .btn {
    padding: 1rem 1rem;
    font-size: 1rem; }
    @media (max-width: 767px) {
      body.special.normal .btn {
        font-size: 1rem; } }
  body.special.normal .btn-radius {
    border-radius: 2rem; }
  body.special.normal .badge {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem; }
  body.special.normal .card__title {
    font-size: 1.125rem; }
  body.special.normal .card__subtitle {
    font-size: 1rem; }
  body.special.normal .card__text {
    font-size: 0.875rem; }
  body.special.normal .title-checkbox {
    padding-left: 28px;
    font-size: 0.875rem; }
    body.special.normal .title-checkbox:before {
      width: 20px;
      height: 20px; }
  body.special.normal .input-checkbox:checked + .title-checkbox:after,
  body.special.normal input[type="checkbox"]:checked + .title-checkbox:after {
    left: 5px;
    width: 10px;
    height: 10px; }
  body.special.normal .title-radio {
    padding-left: 25px; }
    body.special.normal .title-radio:before {
      width: 16px;
      height: 16px; }
  body.special.normal input[type="radio"]:checked + .title-radio:after {
    left: 4px;
    height: 8px;
    width: 8px; }
  body.special.normal .title-form {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1120)); }
  body.special.normal .custom-input {
    padding: 0.5rem 1.25rem; }
  body.special.normal .ui-datepicker .ui-datepicker-title {
    font-size: 1.5rem; }
  body.special.normal .ui-datepicker .ui-datepicker-next span,
  body.special.normal .ui-datepicker .ui-datepicker-prev span {
    width: 12px;
    height: 12px; }
  body.special.normal .title-carousel {
    font-size: 1.5rem; }
  body.special.normal .header .btn-search {
    font-size: 1.25rem; }
  body.special.normal .nav-main__dropdown-link {
    font-size: 0.875rem; }
  body.special.normal .docs-list__item {
    font-size: 1.125rem; }
  body.special.normal .card-list-big .card {
    margin: 1%;
    width: 100%; }
    @media (min-width: 1100px) {
      body.special.normal .card-list-big .card {
        max-width: 23%; } }
    @media (min-width: 992px) and (max-width: 1099px) {
      body.special.normal .card-list-big .card {
        max-width: 31%; } }
    @media (min-width: 710px) and (max-width: 991px) {
      body.special.normal .card-list-big .card {
        max-width: 48%; } }
    @media (max-width: 709px) {
      body.special.normal .card-list-big .card {
        max-width: 100%; } }
    @media (max-width: 767px) {
      body.special.normal .card-list-big .card {
        margin-top: 2%;
        margin-bottom: 2%; } }
  body.special.normal .card-list .card,
  body.special.normal .card-list-small .card {
    word-wrap: break-word; }
    @media (min-width: 768px) {
      body.special.normal .card-list .card,
      body.special.normal .card-list-small .card {
        max-width: 48%; } }
    @media (max-width: 767px) {
      body.special.normal .card-list .card,
      body.special.normal .card-list-small .card {
        max-width: 100%; } }
    @media (min-width: 992px) {
      body.special.normal .card-list .card,
      body.special.normal .card-list-small .card {
        max-width: 31%; } }
    @media (min-width: 610px) and (max-width: 991px) {
      body.special.normal .card-list .card,
      body.special.normal .card-list-small .card {
        max-width: 48%; } }
  body.special.normal .contacts-item__data {
    font-size: 0.875rem; }

body.special.medium {
  font-size: 1.5rem; }
  body.special.medium .controls-title {
    margin-bottom: 1.5rem; }
  body.special.medium ul:not([class]) li {
    padding-left: 30px; }
    body.special.medium ul:not([class]) li:before {
      top: 0.75rem;
      left: 0;
      width: 10.5px;
      height: 10.5px; }
  body.special.medium h1, body.special.medium .h1 {
    font-size: calc(26px + 16 * ((100vw - 320px) / 1120)); }
  body.special.medium h2, body.special.medium .h2 {
    font-size: calc(24px + 15 * ((100vw - 320px) / 1120)); }
  body.special.medium h3, body.special.medium .h3 {
    font-size: calc(22px + 14 * ((100vw - 320px) / 1120)); }
  body.special.medium h4, body.special.medium .h4 {
    font-size: calc(20px + 13 * ((100vw - 320px) / 1120)); }
  body.special.medium h5, body.special.medium .h5 {
    font-size: calc(18px + 12 * ((100vw - 320px) / 1120)); }
  body.special.medium .title-section {
    font-size: calc(26px + 16 * ((100vw - 320px) / 1120)); }
  body.special.medium .btn {
    padding: 1rem 1rem;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      body.special.medium .btn {
        font-size: 1.5rem; } }
  body.special.medium .btn-radius {
    border-radius: 3rem; }
  body.special.medium .badge {
    padding: 0.5625rem 1.125rem;
    font-size: 1.3125rem; }
  body.special.medium .card__title {
    font-size: 1.6875rem; }
  body.special.medium .card__subtitle {
    font-size: 1.5rem; }
  body.special.medium .card__text {
    font-size: 1.3125rem; }
  body.special.medium .title-checkbox {
    padding-left: 42px;
    font-size: 1.3125rem; }
    body.special.medium .title-checkbox:before {
      width: 30px;
      height: 30px; }
  body.special.medium .input-checkbox:checked + .title-checkbox:after,
  body.special.medium input[type="checkbox"]:checked + .title-checkbox:after {
    left: 8px;
    width: 15px;
    height: 15px; }
  body.special.medium .title-radio {
    padding-left: 37.5px; }
    body.special.medium .title-radio:before {
      width: 24px;
      height: 24px; }
  body.special.medium input[type="radio"]:checked + .title-radio:after {
    left: 6px;
    height: 12px;
    width: 12px; }
  body.special.medium .title-form {
    font-size: calc(18px + 18 * ((100vw - 320px) / 1120)); }
  body.special.medium .custom-input {
    padding: 0.75rem 1.875rem; }
  body.special.medium .ui-datepicker .ui-datepicker-title {
    font-size: 2.25rem; }
  body.special.medium .ui-datepicker .ui-datepicker-next span,
  body.special.medium .ui-datepicker .ui-datepicker-prev span {
    width: 18px;
    height: 18px; }
  @media (max-width: 1179px) {
    body.special.medium .events-col {
      width: 100%; } }
  body.special.medium .title-carousel {
    font-size: 2.25rem; }
  body.special.medium .header .btn-search,
  body.special.medium .header .btn-impaired,
  body.special.medium .header .btn-nav-toggler,
  body.special.medium .header .small-logo {
    width: 58px;
    height: 58px; }
  body.special.medium .header .header__search {
    width: 58px;
    height: 58px; }
  body.special.medium .header .header__search-field {
    height: 58px; }
  body.special.medium .header .btn-search {
    font-size: 1.875rem; }
  body.special.medium .nav-main__dropdown-link {
    font-size: 1.3125rem; }
  @media (max-width: 489px) {
    body.special.medium .btn-nav-toggler {
      margin-top: 1.5rem; } }
  @media (min-width: 1340px) {
    body.special.medium .header__controls,
    body.special.medium .small-logo {
      margin-top: 1em; } }
  @media (max-width: 417px) {
    body.special.medium .small-logo {
      margin-top: 1.5rem; } }
  @media (max-width: 1099px) {
    body.special.medium .docs-list {
      -ms-flex-direction: column;
          flex-direction: column; } }
  body.special.medium .docs-list__item {
    font-size: 1.6875rem; }
    @media (min-width: 1100px) {
      body.special.medium .docs-list__item {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        -ms-flex-positive: 1;
            flex-grow: 1; } }
  body.special.medium .card-list-big .card {
    margin: 1%;
    width: 100%; }
    @media (min-width: 1100px) {
      body.special.medium .card-list-big .card {
        max-width: 31%; } }
    @media (min-width: 768px) and (max-width: 1099px) {
      body.special.medium .card-list-big .card {
        max-width: 48%; } }
    @media (max-width: 767px) {
      body.special.medium .card-list-big .card {
        max-width: 100%; } }
    @media (max-width: 767px) {
      body.special.medium .card-list-big .card {
        margin-top: 2%;
        margin-bottom: 2%; } }
    @media (max-width: 767px) {
      body.special.medium .card-list-big .card {
        margin-top: 2%;
        margin-bottom: 2%; } }
  body.special.medium .card-list .card,
  body.special.medium .card-list-small .card {
    word-wrap: break-word; }
    @media (min-width: 768px) {
      body.special.medium .card-list .card,
      body.special.medium .card-list-small .card {
        max-width: 48%; } }
    @media (max-width: 767px) {
      body.special.medium .card-list .card,
      body.special.medium .card-list-small .card {
        max-width: 100%; } }
  body.special.medium .contacts-item__data {
    font-size: 1.3125rem; }
  @media (min-width: 1136px) and (max-width: 1255px) {
    body.special.medium .footer__contacts {
      margin-right: 0; } }
  @media (max-width: 829px) {
    body.special.medium .footer__contacts {
      margin: 1rem 0 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -ms-flex-order: 3;
          order: 3; } }
  @media (min-width: 830px) and (max-width: 1255px) {
    body.special.medium .footer__social {
      margin-right: auto; } }
  @media (max-width: 829px) {
    body.special.medium .footer__social {
      -ms-flex-order: 2;
          order: 2;
      width: auto;
      margin-left: auto; } }
  @media (max-width: 399px) {
    body.special.medium .footer__social {
      width: 100%;
      margin-top: 1rem; } }

body.special.big {
  font-size: 2rem; }
  body.special.big .controls-title {
    margin-bottom: 1.5rem; }
  body.special.big ul:not([class]) li {
    padding-left: 40px; }
    body.special.big ul:not([class]) li:before {
      top: 1rem;
      left: 0;
      width: 14px;
      height: 14px; }
  body.special.big h1, body.special.big .h1 {
    font-size: calc(26px + 30 * ((100vw - 320px) / 1120)); }
  body.special.big h2, body.special.big .h2 {
    font-size: calc(24px + 28 * ((100vw - 320px) / 1120)); }
  body.special.big h3, body.special.big .h3 {
    font-size: calc(22px + 26 * ((100vw - 320px) / 1120)); }
  body.special.big h4, body.special.big .h4 {
    font-size: calc(20px + 24 * ((100vw - 320px) / 1120)); }
  body.special.big h5, body.special.big .h5 {
    font-size: calc(18px + 22 * ((100vw - 320px) / 1120)); }
  body.special.big .title-section {
    font-size: calc(26px + 30 * ((100vw - 320px) / 1120)); }
  body.special.big .btn {
    padding: 1rem 1rem;
    font-size: 2rem; }
    @media (max-width: 767px) {
      body.special.big .btn {
        font-size: 2rem; } }
  body.special.big .btn-radius {
    border-radius: 4rem; }
  body.special.big .badge {
    padding: 0.75rem 1.5rem;
    font-size: 1.75rem; }
  body.special.big .card__title {
    font-size: 2.25rem; }
  body.special.big .card__subtitle {
    font-size: 2rem; }
  body.special.big .card__text {
    font-size: 1.75rem; }
  body.special.big .title-checkbox {
    padding-left: 56px;
    font-size: 1.75rem; }
    body.special.big .title-checkbox:before {
      width: 40px;
      height: 40px; }
  body.special.big .input-checkbox:checked + .title-checkbox:after,
  body.special.big input[type="checkbox"]:checked + .title-checkbox:after {
    left: 10px;
    width: 20px;
    height: 20px; }
  body.special.big .title-radio {
    padding-left: 50px; }
    body.special.big .title-radio:before {
      width: 32px;
      height: 32px; }
  body.special.big input[type="radio"]:checked + .title-radio:after {
    left: 8px;
    height: 16px;
    width: 16px; }
  body.special.big .title-form {
    font-size: calc(18px + 30 * ((100vw - 320px) / 1120)); }
  body.special.big .custom-input {
    padding: 1rem 2.5rem; }
  body.special.big .ui-datepicker .ui-datepicker-title {
    font-size: 3rem; }
  body.special.big .ui-datepicker .ui-datepicker-next span,
  body.special.big .ui-datepicker .ui-datepicker-prev span {
    width: 24px;
    height: 24px; }
  body.special.big .events-col {
    width: 100%; }
  body.special.big .title-carousel {
    font-size: 3rem; }
  body.special.big .header .btn-search,
  body.special.big .header .btn-impaired,
  body.special.big .header .btn-nav-toggler,
  body.special.big .header .small-logo {
    width: 66px;
    height: 66px; }
  body.special.big .header .header__search {
    width: 66px;
    height: 66px; }
  body.special.big .header .header__search-field {
    height: 66px; }
  body.special.big .header .btn-search {
    font-size: 2.5rem; }
  @media (min-width: 1340px) {
    body.special.big .nav {
      -ms-flex-order: 4;
          order: 4;
      margin-top: 1rem;
      max-width: 100%;
      margin-right: 0; } }
  body.special.big .nav-main__dropdown-link {
    font-size: 1.75rem; }
  @media (max-width: 521px) {
    body.special.big .btn-nav-toggler {
      margin-top: 1.5rem; } }
  @media (max-width: 361px) {
    body.special.big .header__controls {
      margin-top: 1.5rem; } }
  @media (max-width: 441px) {
    body.special.big .small-logo {
      margin-top: 1.5rem; } }
  body.special.big .docs-list {
    -ms-flex-direction: column;
        flex-direction: column; }
  body.special.big .docs-list__item {
    font-size: 2.25rem; }
  body.special.big .card-list-big .card {
    margin: 1%;
    width: 100%; }
    @media (min-width: 1100px) {
      body.special.big .card-list-big .card {
        max-width: 48%; } }
    @media (min-width: 992px) and (max-width: 1099px) {
      body.special.big .card-list-big .card {
        max-width: 48%; } }
    @media (max-width: 991px) {
      body.special.big .card-list-big .card {
        max-width: 100%; } }
    @media (max-width: 767px) {
      body.special.big .card-list-big .card {
        margin-top: 2%;
        margin-bottom: 2%; } }
  body.special.big .card-list .card,
  body.special.big .card-list-small .card {
    word-wrap: break-word; }
    @media (min-width: 768px) {
      body.special.big .card-list .card,
      body.special.big .card-list-small .card {
        max-width: 48%; } }
    @media (max-width: 767px) {
      body.special.big .card-list .card,
      body.special.big .card-list-small .card {
        max-width: 100%; } }
  body.special.big .card .badge ~ .card__content {
    margin-top: 4rem; }
  body.special.big .contacts-item__data {
    font-size: 1.75rem; }
  body.special.big .footer__contacts {
    margin-right: 0; }
    @media (max-width: 1283px) {
      body.special.big .footer__contacts {
        -ms-flex-order: 3;
            order: 3;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media (max-width: 555px) {
      body.special.big .footer__contacts {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  @media (min-width: 1284px) {
    body.special.big .footer__social {
      margin-right: auto; } }
  @media (max-width: 1283px) {
    body.special.big .footer__social {
      -ms-flex-order: 2;
          order: 2;
      width: auto;
      margin-left: auto;
      margin-top: 0; } }
  @media (max-width: 439px) {
    body.special.big .footer__social {
      width: 100%;
      margin-top: 1rem; } }

body.special.sans-serif {
  font-family: "MontserratRegular", Arial, Verdana, Helvetica, sans-serif; }

body.special.serif {
  font-family: "Times New Roman", Times, Georgia, serif; }

body.special.spacing-normal {
  letter-spacing: normal; }

body.special.spacing-medium {
  letter-spacing: 1px; }

body.special.spasing-large {
  letter-spacing: 2px; }
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1639580214666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/v1.0/styles.css?1665142566527*/
.special.black .slider-jumbotron .slider-jumbotron__item {background: #000000 !important;}
.special.black .carousel__item-text {color:#fff;}
.special.black .slick-slider .carousel__item {color:#fff;}
.special-controls {display:none;}
.special .special-controls {display:block;}

.card .badge {color:#fff;}
.ui-datepicker-calendar .ui-datepicker-event-day a {background:#596e79 !important;color:#fff;border:none;}
.ui-datepicker-calendar .ui-datepicker-current-day a {background: #c7b198 !important;color:#fff;font-weight: 600;}
/* End */
/* /bitrix/templates/v1.0/css/styles.css?1665142955120799 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1639580214666 */
/* /bitrix/templates/v1.0/styles.css?1665142566527 */
