@charset "UTF-8";
/**
* вендоры вебмотор
*/
/* Вендоры, стили разных подключаемых библиотек */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in 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;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  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 OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* 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-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
.slick-prev:before[dir="rtl"] {
  content: "";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
.slick-next:before[dir="rtl"] {
  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: 1;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn)}0%,40%{animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95)}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateX(-20deg)}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateY(-20deg)}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg)}60%,80%{opacity:1}80%{transform:skewX(-5deg)}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
/* переменные */
/**
* 3. ШРИФТЫ
* -----------------------------------------------------------------------------
*/
.rouble {
  font-family: 'rouble';
  font-weight: normal;
  font-style: normal;
}
/**
* 4. ТИПОГРАФИКА
* -----------------------------------------------------------------------------
*/
/**
* 5. КОМПОНЕНТЫ (кнопки, хлебные крошки, пагинация, js-компоненты (слайдер, спойлер))
* -----------------------------------------------------------------------------
*/
/* модульная сетка на flexbox */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  order: 1;
}
/* шрифты */
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/regular/roboto-regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Roboto/Regular/roboto-regular.woff?v=1.1.0") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/bold/roboto-bold.woff2") format("woff2"), url("../fonts/Roboto/Bold/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* OPEN SANS */
@font-face {
  font-family: "open sans";
  src: url("../fonts/opensans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/opensans/OpenSans-Italic.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/opensans/OpenSans-Light.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/opensans/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/opensans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/opensans/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/**
* rouble font
*/
/* типографика сайта */
/**
* Таблица стилей содержит стили типографики для визуального редактора CKEditor
* переменные редактируются из файла ./src/less/variables.less
*/
/**
* Основные настройки контентной области
*/
.content {
  color: #0a0a0a;
}
/**
* Основной текст
*/
.content p,
.p {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 500;
}
.content p.lead,
.p.lead {
  font-size: 22.5px;
}
.content p.before_list,
.p.before_list {
  margin-bottom: 13.63636364px;
}
.content p.p-comment,
.p.p-comment {
  font-style: italic;
}
.content p.p-comment-sm,
.p.p-comment-sm {
  font-style: italic;
  font-size: 12px;
}
.content p.news__item_text--caption,
.p.news__item_text--caption {
  margin-bottom: 22px;
}
.contacts__info_main.content p {
  margin-bottom: 20px;
}
.marked,
.content .marked {
  font-weight: 700;
}
.marked-color,
.content .marked-color {
  font-weight: 700;
  color: #fc4d34;
}
figure {
  margin-left: 0;
  margin-right: 0;
}
figure figcaption {
  text-align: right;
  font-weight: 400;
  font-style: italic;
}
/**
* Заголовки
* -----------------------------------------------------------------------------
*/
.h1,
h1,
.content h1,
.content .h1 {
  font-family: "open sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #222;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
.h1 small,
h1 small,
.content h1 small,
.content .h1 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
}
.h2,
h2,
.content h2,
.content .h2 {
  font-family: "open sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #222;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 14px;
}
.h2 small,
h2 small,
.content h2 small,
.content .h2 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
}
.h2.h2-slim,
h2.h2-slim,
.content h2.h2-slim,
.content .h2.h2-slim {
  font-weight: 500;
}
.h2.show__banner_text--heading,
h2.show__banner_text--heading,
.content h2.show__banner_text--heading,
.content .h2.show__banner_text--heading {
  color: #ffffff;
}
.h3,
h3,
.content h3,
.content .h3 {
  font-family: "open sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #222;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 13px;
}
.h3 small,
h3 small,
.content h3 small,
.content .h3 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
}
.h3.h3-slim,
h3.h3-slim,
.content h3.h3-slim,
.content .h3.h3-slim {
  font-weight: 500;
}
.h3.h3-thin,
h3.h3-thin,
.content h3.h3-thin,
.content .h3.h3-thin {
  font-weight: 300;
}
.h4,
h4,
.content h4,
.content .h4 {
  font-family: "open sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
.h4 small,
h4 small,
.content h4 small,
.content .h4 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
}
.h4.h4-slim,
h4.h4-slim,
.content h4.h4-slim,
.content .h4.h4-slim {
  font-weight: 500;
}
.h4.h4-thin,
h4.h4-thin,
.content h4.h4-thin,
.content .h4.h4-thin {
  font-weight: 300;
}
.h5,
h5,
.content h5,
.content .h5 {
  font-family: "open sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #222;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
.h5 small,
h5 small,
.content h5 small,
.content .h5 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
}
.h6,
h6,
.content h6,
.content .h6 {
  font-family: "open sans", Helvetica, Tahoma, Arial, sans-serif;
  color: #222;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
.h6 small,
h6 small,
.content h6 small,
.content .h6 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #0a0a0a;
}
h1.inverted,
h2.inverted,
h3.inverted,
h4.inverted,
h5.inverted,
h6.inverted,
.content h1.inverted,
.content h2.inverted,
.content h3.inverted,
.content h4.inverted,
.content h5.inverted,
.content h6.inverted {
  color: #ffffff;
}
/**
* Оформление текста внутри абзаца
* -----------------------------------------------------------------------------
*/
b,
strong {
  font-weight: 600;
}
i,
cite,
em,
var,
dfn {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
mark,
.mark {
  padding: .2rem;
  color: #0a0a0a;
  background-color: #ff0;
}
/**
* листинги кода
* -----------------------------------------------------------------------------
*/
code,
pre {
  font-size: 0.9rem;
  padding: 3px 8px 1px;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  color: #c7254e;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/**
* ссылки
* -----------------------------------------------------------------------------
*/
.a,
.content a {
  color: #ef7f1b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}
.a:active,
.content a:active {
  color: #ef691b;
}
.a:visited,
.content a:visited {
  color: #ef7f1b;
}
.a:hover,
.content a:hover,
.a.hover,
.content a.hover {
  color: #a52315;
  transition: all ease-in-out 0.3s;
}
.a.a-special,
.content a.a-special {
  color: #000000;
}
.a.a-special:hover,
.content a.a-special:hover {
  color: #3186ad;
}
.a.a-bg,
.content a.a-bg {
  color: #ffffff;
}
.a.a-bg:hover,
.content a.a-bg:hover {
  color: #ffffff;
}
.a.header__main_menu-item--link,
.content a.header__main_menu-item--link {
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  line-height: 17px;
}
.a.header__main_menu-item--link:hover,
.content a.header__main_menu-item--link:hover {
  text-decoration: none;
}
.a.header__news_item-newcomer--link-area,
.content a.header__news_item-newcomer--link-area {
  color: #ffffff;
  text-decoration: none;
}
.a.wrap__item_menu-link,
.content a.wrap__item_menu-link {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
.a.wrap__item_menu-link:visited,
.content a.wrap__item_menu-link:visited {
  color: #ffffff;
}
.a.wrap__item_menu-link:active,
.content a.wrap__item_menu-link:active {
  color: #ef7f1b;
}
.a.wrap__item_menu-link:hover,
.content a.wrap__item_menu-link:hover {
  color: #ef7f1b;
}
.a.header__news_item--link,
.content a.header__news_item--link {
  text-decoration: none;
  color: #000000;
}
.a.header__news_item--link:visited,
.content a.header__news_item--link:visited {
  color: #000000;
}
.a.header__news_item--link:active,
.content a.header__news_item--link:active {
  color: #ef7f1b;
}
.a.header__news_item--link:hover,
.content a.header__news_item--link:hover {
  color: #ef7f1b;
}
.a.wrap-mob__menu_item-link,
.content a.wrap-mob__menu_item-link {
  font-size: 14px;
  color: #777777;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.a.wrap-mob__menu_item-link:visited,
.content a.wrap-mob__menu_item-link:visited {
  color: #777777;
}
.a.wrap-mob__menu_item-link:active,
.content a.wrap-mob__menu_item-link:active {
  color: #000;
  text-decoration: none;
}
.a.wrap-mob__menu_item-link:hover,
.content a.wrap-mob__menu_item-link:hover {
  color: #000;
  text-decoration: none;
}
.a.sidebar__list_item-link,
.content a.sidebar__list_item-link {
  text-decoration: none;
  color: #777777;
  transition: all ease-in-out 0.3s;
}
.a.sidebar__list_item-link:visited,
.content a.sidebar__list_item-link:visited {
  color: #777777;
}
.a.sidebar__list_item-link:active,
.content a.sidebar__list_item-link:active {
  color: #777777;
  text-decoration: underline;
}
.a.sidebar__list_item-link:hover,
.content a.sidebar__list_item-link:hover {
  color: #777777;
  text-decoration: underline;
}
.a.afisha__item_preview-hover-text--link,
.content a.afisha__item_preview-hover-text--link {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.a.afisha__item_preview-hover-text--link:visited,
.content a.afisha__item_preview-hover-text--link:visited {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.a.afisha__item_preview-hover-text--link:active,
.content a.afisha__item_preview-hover-text--link:active {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.a.afisha__item_preview-hover-text--link:hover,
.content a.afisha__item_preview-hover-text--link:hover {
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.a.contacts__info_item--link,
.content a.contacts__info_item--link {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.contacts__info_item--link:visited,
.content a.contacts__info_item--link:visited {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.contacts__info_item--link:active,
.content a.contacts__info_item--link:active {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.contacts__info_item--link:hover,
.content a.contacts__info_item--link:hover {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.contacts__info_item--link-mail,
.content a.contacts__info_item--link-mail {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.contacts__info_item--link-mail:visited,
.content a.contacts__info_item--link-mail:visited {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.contacts__info_item--link-mail:active,
.content a.contacts__info_item--link-mail:active {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.contacts__info_item--link-mail:hover,
.content a.contacts__info_item--link-mail:hover {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.site-form__agreement--link,
.content a.site-form__agreement--link {
  font-size: 12px;
  font-weight: 400;
  color: #ef7f1b;
  text-decoration: underline;
}
.a.site-form__agreement--link:visited,
.content a.site-form__agreement--link:visited {
  font-weight: 400;
  text-decoration: underline;
  color: #ef7f1b;
}
.a.site-form__agreement--link:active,
.content a.site-form__agreement--link:active {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.site-form__agreement--link:hover,
.content a.site-form__agreement--link:hover {
  font-weight: 400;
  text-decoration: underline;
  color: #ef691b;
}
.a.graduation__main_link,
.content a.graduation__main_link {
  text-decoration: none;
  color: #ffffff;
}
.a.graduation__main_link:visited,
.content a.graduation__main_link:visited {
  text-decoration: none;
  color: #ffffff;
}
.a.graduation__main_link:active,
.content a.graduation__main_link:active {
  text-decoration: none;
  color: #ffffff;
}
.a.graduation__main_link:hover,
.content a.graduation__main_link:hover {
  text-decoration: none;
  color: #ffffff;
}
.a.header__logo_link,
.content a.header__logo_link {
  display: block;
  text-decoration: none;
  color: #000;
}
.a.header__logo_link:visited,
.content a.header__logo_link:visited {
  text-decoration: none;
  color: #000;
}
.a.header__logo_link:active,
.content a.header__logo_link:active {
  text-decoration: none;
  color: #000;
}
.a.header__logo_link:hover,
.content a.header__logo_link:hover {
  text-decoration: underline;
  color: #000;
}
.a.studio__gallery_item-desc--link,
.content a.studio__gallery_item-desc--link {
  color: #ffffff;
}
.a-external,
.content .a-external {
  color: #ebebeb;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.a-external:active,
.content .a-external:active {
  color: #ebebeb;
}
.a-external:visited,
.content .a-external:visited {
  color: #ebebeb;
}
.a-external:hover,
.content .a-external:hover,
.a-external.hover,
.content .a-external.hover {
  color: #ebebeb;
  text-decoration: underline;
}
.wrap__item_menu.content a {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 49%;
  text-align: left;
}
.wrap__item_menu.content a:visited {
  font-size: 12px;
  color: #777777;
  text-decoration: none;
}
.wrap__item_menu.content a:active {
  color: #000;
  text-decoration: none;
  background-color: #f2f2f2;
}
.wrap__item_menu.content a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f2f2f2;
}
/**
* списки
* -----------------------------------------------------------------------------
*/
.content {
  /* нумерованный */
}
.content ul {
  font-weight: 500;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 13px;
  list-style-type: none;
}
.content ul li {
  position: relative;
  margin-bottom: 5px;
  line-height: 22px;
  padding-left: 13px;
  /* место под маркер списка */
}
.content ul ul {
  margin: 0;
  padding-top: 0;
  padding-left: 0;
}
.content ul ul li {
  margin-bottom: 0;
}
.content ul ul li::before {
  background-color: transparent;
}
.content ul li::before {
  content: '';
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #000000;
  border: none;
  border-radius: 50%;
}
.content ul.breadcrumb {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.content ul.breadcrumb li {
  padding-left: 0;
  line-height: 19px;
}
.content ul.breadcrumb li::before {
  content: '';
  top: auto;
  left: auto;
  width: 0;
  height: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.content ul.breadcrumb li ul li {
  padding-left: 0;
}
.content ul.breadcrumb li ul li::before {
  content: '';
  top: auto;
  left: auto;
  width: 0;
  height: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.content ul.wrap-mob__menu_group li::before {
  content: '';
  top: 10px;
  left: 15px;
  width: 2px;
  height: 3px;
  background-color: #777777;
  border: none;
  border-radius: 0;
}
.content ul.sidebar__list {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.content ul.sidebar__list li {
  padding-left: 30px;
}
.content ul.sidebar__list li::before {
  content: '';
  top: 10px;
  left: 15px;
  width: 2px;
  height: 3px;
  background-color: #777777;
  border: none;
  border-radius: 0;
}
.content ul.sidebar__list_news {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.content ul.sidebar__list_news li {
  padding-left: 0;
}
.content ul.sidebar__list_news li::before {
  content: '';
  top: 45%;
  left: 15px;
  width: 0;
  height: 0;
  background-color: #000000;
  border: none;
  border-radius: 0;
}
.content ul.student__info_tabs {
  margin-bottom: 26px;
}
.content ul.student__info_tabs li {
  margin-bottom: 0;
}
.content ul.ul-short li {
  line-height: 1.5;
  margin-bottom: 0;
}
.content ol {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 4px;
  list-style-type: none;
  counter-reset: num;
  /* Задаём имя счетчика */
}
.content ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-weight: 500;
}
.content ol ol {
  margin: 0;
  padding-left: 10px;
  padding-top: 0;
  list-style-type: none;
  counter-reset: num;
  /* Задаём имя счетчика */
  /**
			* многоуровневый нумерованный пункт списка
			*/
}
.content ol ol li {
  margin-bottom: 0;
  line-height: 24px;
}
.content ol ol li::before {
  content: counter(num) '.';
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  display: inline-block;
  vertical-align: baseline;
  margin-right: 2px;
  color: #00384e;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.content ol li::before {
  content: counter(num) '.';
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  width: 22px;
  text-align: right;
  color: #00384e;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
/**
* таблица
* -----------------------------------------------------------------------------
*/
.content table {
  width: 100% !important;
  border: none !important;
  border-collapse: collapse !important;
}
.content table td {
  border: none;
}
.content table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.content table.table-striped tr:nth-child(even) {
  background-color: #f5f5f5;
}
.content table.table-hover tr:hover {
  background-color: #f5f5f5;
}
/**
* только для настоящих таблиц
*/
table,
table.table {
  table-layout: auto;
  border-spacing: 2px 2px;
  margin-bottom: 50px;
}
table th,
table.table th {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  color: #00384e;
  text-align: left;
  vertical-align: middle;
}
table td,
table.table td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.table-responsive {
  position: relative;
  /* тень выравнивается относительно этого блока */
  overflow: hidden;
  /* нужно для того чтоб тень не прокручивалась */
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.table-responsive div {
  overflow-x: auto;
  /* этот див нужен для тени */
}
/**
* цитата blockquote
* -----------------------------------------------------------------------------
*/
.content blockquote {
  font-size: 18.75px;
  border-left-color: #f6f6f6;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 12px 2%;
  margin: 0 2% 20px;
}
.content blockquote footer,
.content blockquote small {
  font-size: 15px;
}
.content blockquote footer::before,
.content blockquote small::before {
  content: '\2014 \00A0';
}
/**
* элемент важно и комментарий
* -----------------------------------------------------------------------------
*/
.important,
.content .important {
  background-color: #f3481a;
  color: #fff;
  padding: 32px 8.5%;
  margin-bottom: 40px;
}
.important h3,
.content .important h3 {
  color: #fff;
}
.important p,
.content .important p {
  margin-bottom: 0;
}
.comment,
.content .comment {
  background-color: #244373;
  color: #fff;
  padding: 32px 8.5%;
  margin-bottom: 40px;
}
.comment h3,
.content .comment h3,
.comment .h3,
.content .comment .h3 {
  color: #fff;
}
.comment p,
.content .comment p {
  margin-bottom: 0;
  font-style: italic;
}
/**
* сноски (footnotes)
* -----------------------------------------------------------------------------
*/
.content .footnote {
  color: #0a0a0a;
  text-decoration: none;
}
.content .footnote:hover {
  color: #ef691b;
}
.content .footnote:visited {
  color: #0a0a0a;
}
.content .footnote sup {
  color: #ef691b;
}
.content .footnotes li {
  font-size: 14px;
}
.content .footnotes li::before {
  font-size: 14px;
}
/* классы - helper'ы */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.no-padding {
  padding: 0;
}
.text-align-center {
  text-align: center;
}
/* подключаемые КОМПОНЕНТЫ */
.breadcrumb {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 35px;
  margin: 0;
}
.breadcrumb a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #8a9fa7;
  text-decoration: none;
  padding-right: 5px;
}
.breadcrumb a[href] span {
  font-weight: 700;
  text-decoration: none;
  color: #0a0a0a;
  transition: all ease-in-out 0.3s;
}
.breadcrumb a[href] span:hover {
  color: #ef691b;
}
.breadcrumb a span {
  overflow: hidden;
}
.breadcrumb a[href]:hover {
  color: #ef691b;
  cursor: pointer;
}
.breadcrumb a[href]:hover svg {
  fill: #424141;
}
.breadcrumb a::after {
  display: none;
  content: '/';
  text-decoration: none;
}
.breadcrumb li {
  float: left;
  padding-right: 5px;
  line-height: 0.5;
}
.breadcrumb li.breadcrumb-downed {
  float: none;
}
.breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb li:last-child a::after {
  display: none;
}
.breadcrumb li.active a {
  color: #424141;
}
.breadcrumb li.active a span {
  font-weight: 700;
  text-decoration: none;
  color: #0a0a0a;
}
.breadcrumb li svg {
  display: inline-block;
  fill: #000;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.breadcrumb_arrow--icon {
  width: 14px;
  height: 11px;
}
.breadcrumb_arrow--fill {
  fill: #0a0a0a;
}
/**
* wm buttons
*/
.btn,
.content .btn {
  display: inline-block;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 53px;
  padding-right: 53px;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: border-color, background-color;
}
.btn--sm,
.content .btn--sm {
  padding: 4px 7px;
  border-radius: 3px;
  font-size: 14px;
}
/**
* button primary
*/
.btn--primary,
.content .btn--primary {
  border-color: #ffbe0a;
  background-color: #ffbe0a;
  color: #fff;
}
.btn--primary:hover,
.content .btn--primary:hover {
  border-color: #efb003;
  background-color: #efb003;
  color: #fff;
}
.btn--primary:visited,
.content .btn--primary:visited {
  color: #fff;
}
/**
* button secondary
*/
.btn--secondary,
.content .btn--secondary {
  border-color: #00384e;
  background-color: #00384e;
  color: #fff;
}
.btn--secondary:hover,
.content .btn--secondary:hover {
  border-color: #005d81;
  background-color: #005d81;
  color: #fff;
}
.btn--secondary:visited,
.content .btn--secondary:visited {
  color: #fff;
}
/**
* button transparent
*/
.btn--transparent,
.content .btn--transparent {
  border-color: #fff;
  background-color: transparent;
  color: #000;
}
.btn--transparent:hover,
.content .btn--transparent:hover {
  border-color: #fff;
  background-color: #fff;
  color: #00384e;
}
.btn--transparent:visited,
.content .btn--transparent:visited {
  color: #000;
}
.btn--transparent.btn--primary,
.content .btn--transparent.btn--primary {
  border-color: #ffbe0a;
  color: #ffbe0a;
}
.btn--transparent.btn--secondary,
.content .btn--transparent.btn--secondary {
  border-color: #00384e;
  color: #00384e;
}
/**
* button disabled
*/
.btn.btn--disabled,
.btn[disabled],
.content .btn[disabled],
.content .btn.btn--disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  background-color: #bcbcbc;
  border-color: #bcbcbc;
  color: #7f7f7f;
}
.btn.btn--disabled:hover,
.btn[disabled]:hover,
.content .btn[disabled]:hover,
.content .btn.btn--disabled:hover {
  border-color: #bcbcbc;
  background-color: #bcbcbc;
  color: #7f7f7f;
}
.btn.btn--disabled:visited,
.btn[disabled]:visited,
.content .btn[disabled]:visited,
.content .btn.btn--disabled:visited {
  color: #7f7f7f;
}
/**
* основная кнопка
*/
.btn--link,
.content .btn--link {
  border-color: transparent;
  background-color: transparent;
  color: #ef7f1b;
  text-decoration: underline;
}
.btn--link:hover,
.content .btn--link:hover {
  border-color: transparent;
  background-color: transparent;
  color: #ef691b;
}
.btn--link:focus,
.content .btn--link:focus {
  border-color: transparent;
  background-color: transparent;
  color: #ef691b;
}
.btn--link:visited,
.content .btn--link:visited {
  color: #ef7f1b;
}
.btn--banner,
.content .btn--banner {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 44px;
  padding-right: 41px;
}
.btn--banner:hover,
.content .btn--banner:hover {
  border-color: #ffffff;
  background-color: #ef7f1b;
  color: #ffffff;
  outline: none;
}
.btn--banner:focus,
.content .btn--banner:focus {
  border-color: #ffffff;
  background-color: #ef7f1b;
  color: #ffffff;
  outline: none;
}
.btn--banner:visited,
.content .btn--banner:visited {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.btn--qna,
.content .btn--qna {
  border: 3px solid #ef7f1b;
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 0;
  padding-right: 0;
}
.btn--qna:hover,
.content .btn--qna:hover {
  border-color: #ef7f1b;
  background-color: #ef7f1b;
  color: #ffffff;
  outline: none;
}
.btn--qna:focus,
.content .btn--qna:focus {
  border-color: #ef7f1b;
  background-color: #ef7f1b;
  color: #ffffff;
  outline: none;
}
.btn--qna:visited,
.content .btn--qna:visited {
  border-color: #ef7f1b;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.btn--arrow,
.content .btn--arrow {
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  border-color: #fff;
  background-color: transparent;
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
  transition: all ease-in-out 0.3s;
}
.btn--arrow:hover,
.content .btn--arrow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fc4d34;
  outline: none;
}
.btn--arrow:hover svg use,
.content .btn--arrow:hover svg use {
  fill: #fc4d34;
}
.btn--arrow:visited,
.content .btn--arrow:visited {
  color: #000;
  outline: none;
}
.btn--arrow.btn--primary,
.content .btn--arrow.btn--primary {
  border-color: #ffbe0a;
  color: #ffbe0a;
  outline: none;
}
.btn--arrow.btn--secondary,
.content .btn--arrow.btn--secondary {
  border-color: #00384e;
  color: #00384e;
  outline: none;
}
.news__item_text-button.btn--arrow,
.news__item_text-button .content .btn--arrow {
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  border-color: #fff;
  background-color: transparent;
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
  transition: all ease-in-out 0.3s;
}
.news__item_text-button.btn--arrow:visited,
.news__item_text-button .content .btn--arrow:visited {
  color: #000;
  outline: none;
}
.news__item_text-button.btn--arrow:hover,
.news__item_text-button .content .btn--arrow:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fc4d34;
  outline: none;
}
.news__item_text-button.btn--arrow:hover svg use,
.news__item_text-button .content .btn--arrow:hover svg use {
  fill: #fc4d34 !important;
}
.news__item_text-button.btn--arrow.btn--primary,
.news__item_text-button .content .btn--arrow.btn--primary {
  border-color: #ffbe0a;
  color: #ffbe0a;
  outline: none;
}
.news__item_text-button.btn--arrow.btn--secondary,
.news__item_text-button .content .btn--arrow.btn--secondary {
  border-color: #00384e;
  color: #00384e;
  outline: none;
}
.spoiler {
  margin-top: 0;
  margin-bottom: 20px;
}
.spoiler__text {
  display: none;
  padding-top: 20px;
}
.spoiler__title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  color: #ef7f1b;
  font-weight: 400;
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #ef7f1b;
  cursor: pointer;
}
.spoiler-title-icon-wrapper {
  position: absolute;
  top: 3px;
  right: -25px;
  width: 14px;
  height: 14px;
  fill: #ef7f1b;
}
.spoiler-title-icon-wrapper .icon {
  width: 14px;
  height: 14px;
  transition: 0.15s transform ease;
}
.spoiler__title:hover {
  color: #ef691b;
  border-bottom-color: #ef691b;
}
.spoiler__title:hover .icon {
  fill: #ef691b;
}
.spoiler.active .spoiler__text {
  display: block;
}
.spoiler.active .spoiler__title {
  color: #ef691b;
  border-bottom-color: #ef691b;
}
.spoiler.active .icon {
  fill: #ef691b;
  transform: rotate(180deg);
}
.wrap-mob__menu_spoiler.spoiler {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wrap-mob__menu_spoiler .spoiler__text {
  display: none;
  padding-top: 20px;
}
.wrap-mob__menu_spoiler .spoiler__title {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  color: #777777;
  font-weight: 600;
  font-size: 16px;
  border-bottom: none;
  border-left: 3px solid transparent;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  z-index: 20;
}
.wrap-mob__menu_spoiler .spoiler-title-icon-wrapper {
  position: absolute;
  top: 30%;
  left: 45%;
  width: 14px;
  height: 14px;
  fill: #777777;
  z-index: 20;
}
.wrap-mob__menu_spoiler .spoiler-title-icon-wrapper .icon {
  width: 14px;
  height: 14px;
  transition: 0.15s transform ease;
}
.wrap-mob__menu_spoiler .spoiler__title:hover {
  color: #000;
  text-decoration: none;
}
.wrap-mob__menu_spoiler .spoiler__title:hover .icon {
  fill: #000;
}
.wrap-mob__menu_spoiler .spoiler.active .spoiler__text {
  display: block;
}
.wrap-mob__menu_spoiler .spoiler.active .icon {
  fill: #ef691b;
  transform: rotate(180deg);
}
.wrap-mob__menu_spoiler.spoiler.active {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wrap-mob__menu_spoiler.spoiler.active .spoiler__title {
  color: #000;
  font-weight: 600;
  border-left: 3px solid #e57c1b;
}
.wrap-mob__menu_spoiler.spoiler.active .spoiler__text {
  width: 100%;
  background-color: #f2f2f2;
}
.wrap-mob__menu_spoiler.spoiler.active .spoiler-title-icon-wrapper {
  top: 30%;
  left: 45%;
  z-index: 20;
}
.wrap-mob__menu_spoiler.spoiler.active .icon {
  fill: #000;
  transform: rotate(180deg);
}
.wrap-mob--static .wrap-mob__menu_spoiler .spoiler__title .spoiler-title-icon-wrapper {
  left: 87%;
}
.workshop__info_item--students--rest .spoiler-title-icon-wrapper {
  display: none;
}
.workshop__info_item--students--rest .spoiler__title {
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  color: #000;
  border-bottom: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.workshop__info_item--students--rest.active .spoiler__title {
  color: #000;
}
.workshop__info_item--students--rest .spoiler__text {
  padding-top: 10px;
}
.pagination-wrapper {
  text-align: center;
}
.pagination,
.content .pagination {
  margin-bottom: 60px;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
}
.pagination li,
.content .pagination li {
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 0;
}
.pagination li::before,
.content .pagination li::before {
  display: none !important;
}
.pagination li:last-child,
.content .pagination li:last-child {
  margin-right: 0;
}
.pagination a,
.content .pagination a,
.pagination span,
.content .pagination span {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  border-bottom: none;
  background: transparent;
  transition: 0.15s background-color ease-in;
}
.pagination a:visited,
.content .pagination a:visited,
.pagination span:visited,
.content .pagination span:visited {
  color: #000;
}
.pagination a:hover,
.content .pagination a:hover,
.pagination span:hover,
.content .pagination span:hover {
  background-color: transparent;
  border-bottom-color: transparent;
  color: #ef7f1b;
}
.pagination a.active,
.content .pagination a.active,
.pagination span.active,
.content .pagination span.active {
  background-color: transparent;
  color: #ef7f1b;
  cursor: default;
}
.pagination a.disabled,
.content .pagination a.disabled,
.pagination span.disabled,
.content .pagination span.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination a.disabled .icon,
.content .pagination a.disabled .icon,
.pagination span.disabled .icon,
.content .pagination span.disabled .icon {
  fill: #777;
}
.pagination .pagination__prev,
.content .pagination .pagination__prev,
.pagination .pagination__next,
.content .pagination .pagination__next {
  border-bottom: 0;
}
.pagination .pagination__prev .icon,
.content .pagination .pagination__prev .icon,
.pagination .pagination__next .icon,
.content .pagination .pagination__next .icon {
  width: 9px;
  height: 8px;
  fill: #000000;
  transition: 0.15s fill ease-in;
}
.pagination .pagination__prev:hover,
.content .pagination .pagination__prev:hover,
.pagination .pagination__next:hover,
.content .pagination .pagination__next:hover {
  background-color: transparent;
  color: inherit;
}
.pagination__prev .icon {
  transform: rotate(-180deg);
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tab-pane.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.tab-pane.fade.in {
  opacity: 1;
}
.tab-content {
  margin-bottom: 40px;
}
.content .tab,
.tab {
  padding-left: 0;
  margin-left: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.content .tab li,
.tab li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0;
  margin-right: 10px;
  max-width: 350px;
}
.content .tab li:last-child,
.tab li:last-child {
  margin-right: 0;
}
.content .tab li::before,
.tab li::before {
  content: none;
}
.content .tab li.active a,
.tab li.active a {
  cursor: default;
  background-color: #00384e;
  color: #fff;
}
.content .tab a,
.tab a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #eff0f1;
  text-transform: uppercase;
  font-size: 16px;
  color: #656565;
  padding-top: 9px;
  padding-bottom: 7px;
  text-decoration: none;
  border-bottom: 0;
  transition: 0.2s background-color ease-in;
}
.content .tab a:hover,
.tab a:hover {
  color: #00384e;
}
.content .tab.tab--catalog,
.tab.tab--catalog {
  width: calc(100% - 2px);
  margin-bottom: 0;
}
.content .tab.tab--catalog li,
.tab.tab--catalog li {
  border: 2px solid gray;
  border-bottom: 0;
  border-left: 0;
  margin-right: 0;
  border-radius: 2px;
  position: relative;
  left: 2px;
  margin-left: -2px;
  border-left: 2px solid gray;
}
.content .tab.tab--catalog li:first-child,
.tab.tab--catalog li:first-child {
  border-left: 2px solid gray;
}
.content .tab.tab--catalog li.active,
.tab.tab--catalog li.active {
  border: 2px solid #00384e;
  border-bottom-color: #fff;
  z-index: 10;
  top: 2px;
  margin-top: -2px;
  overflow: hidden;
}
.content .tab.tab--catalog li.active a,
.tab.tab--catalog li.active a {
  position: relative;
  left: -2px;
  background-color: #fff;
  color: #00384e;
  border-left: 2px solid #00384e;
}
.content .tab.tab--catalog a,
.tab.tab--catalog a {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 2px solid transparent;
  transition: none;
}
.content .tab.tab--catalog + .tab-content,
.tab.tab--catalog + .tab-content {
  min-height: 200px;
  border: 2px solid #00384e;
  padding: 22px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.student__info .tab-content > .tab-pane {
  display: none;
}
.student__info .tab-content > .active {
  display: block;
}
.student__info .tab-pane.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.student__info .tab-pane.fade.in {
  opacity: 1;
}
.student__info .tab-content {
  margin-bottom: 40px;
}
.student__info .content .tab,
.student__info .tab {
  padding-left: 0;
  margin-left: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.student__info .content .tab li,
.student__info .tab li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0;
  margin-right: 15px;
  max-width: 350px;
}
.student__info .content .tab li:last-child,
.student__info .tab li:last-child {
  margin-right: 0;
}
.student__info .content .tab li::before,
.student__info .tab li::before {
  content: none;
}
.student__info .content .tab li.active a,
.student__info .tab li.active a {
  cursor: default;
  background-color: #ef7f1b;
  color: #fff;
}
.student__info .content .tab a,
.student__info .tab a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #e2e2e2;
  text-transform: none;
  font-size: 14px;
  color: #7f7f7f;
  padding-top: 7px;
  padding-bottom: 6px;
  text-decoration: none;
  border-bottom: 0;
  transition: all ease-in-out 0.3s;
}
.student__info .content .tab a:hover,
.student__info .tab a:hover {
  color: #00384e;
}
.student__info .content .tab.tab--catalog,
.student__info .tab.tab--catalog {
  width: calc(100% - 2px);
  margin-bottom: 0;
}
.student__info .content .tab.tab--catalog li,
.student__info .tab.tab--catalog li {
  border: 2px solid gray;
  border-bottom: 0;
  border-left: 0;
  margin-right: 0;
  border-radius: 2px;
  position: relative;
  left: 2px;
  margin-left: -2px;
  border-left: 2px solid gray;
}
.student__info .content .tab.tab--catalog li:first-child,
.student__info .tab.tab--catalog li:first-child {
  border-left: 2px solid gray;
}
.student__info .content .tab.tab--catalog li.active,
.student__info .tab.tab--catalog li.active {
  border: 2px solid #00384e;
  border-bottom-color: #fff;
  z-index: 10;
  top: 2px;
  margin-top: -2px;
  overflow: hidden;
}
.student__info .content .tab.tab--catalog li.active a,
.student__info .tab.tab--catalog li.active a {
  position: relative;
  left: -2px;
  background-color: #fff;
  color: #00384e;
  border-left: 2px solid #00384e;
}
.student__info .content .tab.tab--catalog a,
.student__info .tab.tab--catalog a {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 2px solid transparent;
  transition: none;
}
.student__info .content .tab.tab--catalog + .tab-content,
.student__info .tab.tab--catalog + .tab-content {
  min-height: 200px;
  border: 2px solid #00384e;
  padding: 22px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.panel-group {
  margin-bottom: 60px;
}
.panel-group .panel {
  margin-bottom: 20px;
  border-radius: 0;
}
.panel-group .panel-title {
  margin-bottom: 0;
}
.panel-group .panel-title a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #f6f6f6;
  transition: 0.15s background-color ease-in;
}
.panel-group .panel-title a .panel-title-link__text {
  color: #ef7f1b;
}
.panel-group .panel-title a:hover .panel-title-link__text {
  color: #00384e;
}
.panel-group .panel-title a:not(.collapsed) .panel-title-link__text {
  color: #00384e;
  font-weight: 500;
  background-color: transparent;
}
.panel-group .panel-title a:not(.collapsed) .panel-title-link__icon .icon {
  width: 35px;
  height: 35px;
  fill: #00384e;
  transform: rotate(0);
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #adadad;
}
.panel-body {
  padding: 10px 15px 25px;
}
.panel-default {
  border: 1px solid #ececec;
}
.panel-default.active {
  border-color: #00384e;
  outline: 1px solid #00384e;
}
.collapse.in {
  display: block;
}
.collapse {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}
.panel-title-link__icon {
  height: 31px;
}
.panel-title-link__icon .icon {
  width: 31px;
  height: 31px;
  fill: #ef7f1b;
  transform: rotate(-45deg);
  transition: 0.15s transform ease-in;
}
.panel-title-link__text {
  transition: 0.15s color ease-in;
}
.sidebar__main .panel-group {
  margin-bottom: 30px;
}
.sidebar__main .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.sidebar__main .panel-group .panel-title {
  margin-bottom: 0;
}
.sidebar__main .panel-group .panel-title a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #ececec;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid transparent;
  transition: 0.15s background-color ease-in;
}
.sidebar__main .panel-group .panel-title a .panel-title-link__text {
  color: #ef7f1b;
}
.sidebar__main .panel-group .panel-title a:hover .panel-title-link__text {
  color: #00384e;
}
.sidebar__main .panel-group .panel-title a.collapsed .panel-title-link__text {
  color: #777777;
  font-weight: 600;
  background-color: transparent;
}
.sidebar__main .panel-group .panel-title a.collapsed:hover {
  background-color: #f2f2f2;
}
.sidebar__main .panel-group .panel-title a.collapsed:hover .panel-title-link__text {
  color: #000;
}
.sidebar__main .panel-group .panel-title a:not(.collapsed) {
  background-color: #e57c1b;
}
.sidebar__main .panel-group .panel-title a:not(.collapsed) .panel-title-link__text {
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}
.sidebar__main .panel-group .panel-title a:not(.collapsed) .panel-title-link__icon .icon {
  width: 35px;
  height: 35px;
  fill: #00384e;
  transform: rotate(0);
}
.sidebar__main .panel-group .panel-heading {
  border-bottom: 0;
}
.sidebar__main .panel-group .panel-footer {
  border-top: 0;
}
.sidebar__main .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #adadad;
}
.sidebar__main .panel-body {
  padding: 10px 15px 25px;
  background-color: #f2f2f2;
}
.sidebar__main .panel-default {
  border: none;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.sidebar__main .panel-default.active {
  border: none;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  outline: none;
}
.sidebar__main .collapse.in {
  display: block;
}
.sidebar__main .collapse {
  display: none;
}
.sidebar__main .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}
.sidebar__main .panel-title-link__icon {
  height: 31px;
}
.sidebar__main .panel-title-link__icon .icon {
  width: 31px;
  height: 31px;
  fill: #ef7f1b;
  transform: rotate(-45deg);
  transition: 0.15s transform ease-in;
}
.sidebar__main .panel-title-link__text {
  transition: 0.15s color ease-in;
}
.sidebar__news .panel-group {
  margin-bottom: 60px;
  border-bottom: 1px solid #ececec;
}
.sidebar__news .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.sidebar__news .panel-group .panel-title {
  margin-bottom: 0;
}
.sidebar__news .panel-group .panel-title a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #ececec;
  transition: 0.15s background-color ease-in;
}
.sidebar__news .panel-group .panel-title a .panel-title-link__text {
  color: #ef7f1b;
}
.sidebar__news .panel-group .panel-title a:hover .panel-title-link__text {
  color: #00384e;
}
.sidebar__news .panel-group .panel-title a:not(.collapsed) .panel-title-link__text {
  color: #4f4f4f;
  font-weight: 600;
  background-color: transparent;
}
.sidebar__news .panel-group .panel-title a:not(.collapsed) .panel-title-link__icon .icon {
  width: 35px;
  height: 35px;
  fill: #00384e;
  transform: rotate(0);
}
.sidebar__news .panel-group .panel-title a.collapsed .panel-title-link__text {
  color: #4f4f4f;
  font-weight: 600;
  background-color: transparent;
}
.sidebar__news .panel-group .panel-heading {
  border-bottom: 0;
}
.sidebar__news .panel-group .panel-footer {
  border-top: 0;
}
.sidebar__news .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #adadad;
}
.sidebar__news .panel-body {
  padding: 10px 15px 25px;
}
.sidebar__news .panel-body ul li a {
  color: #7f7f7f;
}
.sidebar__news .panel-body ul li a:visited {
  color: #7f7f7f;
}
.sidebar__news .panel-body ul li a:active {
  color: #7f7f7f;
}
.sidebar__news .panel-body ul li a:hover {
  color: #7f7f7f;
}
.sidebar__news .panel-default {
  border: none;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.sidebar__news .panel-default.active {
  border: none;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  outline: none;
}
.sidebar__news .collapse.in {
  display: block;
}
.sidebar__news .collapse {
  display: none;
}
.sidebar__news .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}
.sidebar__news .panel-title-link__icon {
  height: 31px;
}
.sidebar__news .panel-title-link__icon .icon {
  width: 31px;
  height: 31px;
  fill: #ef7f1b;
  transform: rotate(-45deg);
  transition: 0.15s transform ease-in;
}
.sidebar__news .panel-title-link__text {
  transition: 0.15s color ease-in;
}
.sidebar__news .panel-default.active .panel-heading .panel-title a {
  background-color: #ececec;
}
.qna__accordion .panel-group {
  margin-bottom: 60px;
}
.qna__accordion .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.qna__accordion .panel-group .panel-title {
  margin-bottom: 0;
}
.qna__accordion .panel-group .panel-title a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  text-decoration: none;
  background-color: #ececec;
  transition: 0.15s background-color ease-in;
}
.qna__accordion .panel-group .panel-title a .panel-title-link__text {
  color: #999999;
}
.qna__accordion .panel-group .panel-title a:hover .panel-title-link__text {
  color: #00384e;
}
.qna__accordion .panel-group .panel-title a:not(.collapsed) .panel-title-link__text {
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}
.qna__accordion .panel-group .panel-title a:not(.collapsed) .panel-title-link__icon .icon {
  width: 35px;
  height: 35px;
  fill: #00384e;
  transform: rotate(0);
}
.qna__accordion .panel-group .panel-title a.collapsed .panel-title-link__text {
  color: #999999;
  font-weight: 600;
  background-color: transparent;
}
.qna__accordion .panel-group .panel-heading {
  border-bottom: 0;
}
.qna__accordion .panel-group .panel-footer {
  border-top: 0;
}
.qna__accordion .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #adadad;
}
.qna__accordion .panel-body {
  padding: 28px 50px 39px;
  background-color: #ffffff;
}
.qna__accordion .panel-default {
  border: none;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.qna__accordion .panel-default.active {
  border: none;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  outline: none;
}
.qna__accordion .collapse.in {
  display: block;
}
.qna__accordion .collapse {
  display: none;
}
.qna__accordion .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}
.qna__accordion .panel-title-link__icon {
  height: 31px;
}
.qna__accordion .panel-title-link__icon .icon {
  width: 31px;
  height: 31px;
  fill: #ef7f1b;
  transform: rotate(-45deg);
  transition: 0.15s transform ease-in;
}
.qna__accordion .panel-title-link__text {
  transition: 0.15s color ease-in;
}
.panel-default.active .panel-heading .panel-title a span {
  color: #777777;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #adadad;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #adadad;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #adadad;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #adadad;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 6px 12px;
  color: #000;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #adadad;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.fade.in {
  opacity: 1;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
/**
* form style
*/
.site-form-wrapper {
  border: 2px solid #00384e;
  margin-bottom: 40px;
}
.site-form {
  padding-top: 56px;
  padding-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 398px;
}
.site-form-element-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.site-form__label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  color: #82888f;
}
.site-form__input {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #adadad;
  border-radius: 0;
  background-color: #f6f6f6;
  padding-left: 15px;
  padding-right: 15px;
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: ease-in;
}
.site-form__input:focus {
  outline: 0;
  border-color: #00384e;
  background-color: #fff;
}
.site-form__input:hover {
  background-color: #fff;
}
.site-form__textarea {
  display: block;
  width: 100%;
  min-height: 110px;
  background-color: #f6f6f6;
  border: 1px solid #adadad;
  border-radius: 0;
  padding: 15px;
  resize: vertical;
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: ease-in;
}
.site-form__textarea:focus {
  border-color: #00384e;
  outline: 0;
  background-color: #fff;
}
.site-form__textarea:hover {
  background-color: #fff;
}
.site-form__checkbox {
  width: 26px;
  height: 20px;
  margin-right: 8px;
}
.site-form__input.error {
  border-color: #d04035;
  background-color: #f6dede;
}
.site-form__input.error:focus {
  outline: 0;
}
.site-form label.error {
  left: 10px;
  color: #d04035;
}
.content .site-form__button-submit,
.site-form__button-submit {
  padding-left: 105px;
  padding-right: 105px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slider-simple-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.slider-simple {
  width: 900px;
  height: 566px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.slider-simple-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.slider-simple__button-prev,
.slider-simple__button-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  border: 0;
  background-color: transparent;
  padding: 0;
  transform: translateY(-50%);
}
.slider-simple__button-prev:focus,
.slider-simple__button-next:focus {
  outline: 0;
}
.slider-simple__button-prev:hover .icon,
.slider-simple__button-next:hover .icon {
  fill: #00384e;
}
.slider-simple__button-prev .icon,
.slider-simple__button-next .icon {
  fill: #0c4733;
  transition: 0.2s fill ease;
}
.slider-simple__button-prev {
  left: 0;
}
.slider-simple__button-prev .icon {
  transform: rotate(90deg);
}
.slider-simple__button-next {
  right: 0;
}
.slider-simple__button-next .icon {
  transform: rotate(-90deg);
}
/**
* modal form style
*
* Dependencies:
* 1. /src/components/wm.form/wm.form.less
* 2. /src/components/wm.buttons/wm.buttons.less
*/
.site-form-wrapper--modal {
  position: relative;
  background-color: #fff;
  max-width: 512px;
  margin: 15px auto;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.site-form-wrapper--modal .site-form__textarea {
  resize: none;
}
.modal-form-message-info-wrapper {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: visible;
  background-color: #fff;
  padding-left: 3.5%;
  padding-right: 3.5%;
  text-align: center;
}
.modal-form-message-info-wrapper.disabled {
  z-index: -1;
  visibility: hidden;
}
.modal-form__message-info {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #222;
  margin-bottom: 40px;
}
.modal-form__message-info > div {
  margin-bottom: 12px;
}
.modal-form__message-info > div:last-child {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}
.modal-form__message-caption {
  color: #0a0a0a;
}
.nested-folder {
  margin-bottom: 40px;
}
.content .folder__head,
.folder__head {
  color: #00384e;
  margin-bottom: 5px;
}
.folder-list {
  background-color: #f6f6f6;
  padding: 15px 30px;
}
.folder-item:last-child .folder-item-filename-wrapper {
  margin-bottom: 0;
}
.folder-item:last-child .nested-folder-list {
  padding-bottom: 0;
}
.content .folder-item-filename-wrapper,
.folder-item-filename-wrapper {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 5px;
}
.content .folder-item-filename-wrapper:hover .icon,
.folder-item-filename-wrapper:hover .icon {
  fill: #ef691b;
}
.content .folder-item-filename-wrapper:hover .folder-item__filename,
.folder-item-filename-wrapper:hover .folder-item__filename {
  border-bottom-color: #ef691b;
}
.content .folder-item-filename-wrapper .icon,
.folder-item-filename-wrapper .icon {
  position: relative;
  top: 2px;
  display: block;
  width: 18px;
  height: 13px;
  fill: #ef7f1b;
  margin-left: 5px;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.15s transform ease-in;
}
.content .folder-item-filename-wrapper.active,
.folder-item-filename-wrapper.active {
  color: #ef691b;
}
.content .folder-item-filename-wrapper.active .icon,
.folder-item-filename-wrapper.active .icon {
  fill: #ef691b;
  transform: rotate(-180deg);
}
.content .folder-item-filename-wrapper.active .folder-item__filename,
.folder-item-filename-wrapper.active .folder-item__filename {
  border-bottom-color: #ef691b;
}
.folder-item__filename {
  border-bottom: 1px dashed #ef7f1b;
}
.folder-item-icon-wrapper {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.nested-folder-list {
  padding: 15px 30px;
  background-color: #f6f6f6;
}
.nested-folder-item {
  margin-bottom: 10px;
}
.nested-folder-item:last-child {
  margin-bottom: 0;
}
.nested-folder-link {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.nested-folder-link:hover .icon {
  fill: #ef691b;
}
.nested-folder-link .icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: #ef7f1b;
  margin-right: 10px;
}
.nested-folder-link-icon-wrapper {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.select2 {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 1px;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.05);
}
.select2:focus {
  outline: 0;
}
.select2-container .select2-selection--single {
  height: 32px;
  background-color: #ececec;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #aaa;
  border-radius: 1px;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #646464;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fab908;
  color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #646464;
}
.select2-results__option {
  padding: 6px;
}
/* Подключаемые страницы */
/**
* Страница поиска
* Содержит в себе следующие компоненты:
* 1. Форма поиска
* 2. Список с результатами
* 3. Дополнительное меню с категориями
* -----------------------------------------------------------------------------
*/
.search-form {
  width: 100%;
  margin-bottom: 40px;
}
.search-form-input-wrapper {
  position: relative;
  display: inline;
}
.search-form__label {
  display: block;
  margin-bottom: 15px;
}
.search-form__input {
  display: inline-block;
  width: 100%;
  height: 66px;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 57px;
  border-width: 3px;
  border-color: #e0e0e0;
  border-style: solid;
}
.search-form__input:focus {
  outline: 0;
}
.search-form__button-submit {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.search-form__button-submit .icon {
  width: 40px;
  height: 40px;
  padding: 7px;
  fill: #454545;
}
.search-result-list {
  margin-bottom: 40px;
}
.search-result-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.search-result-item:last-child {
  margin-bottom: 0;
}
.search-item-icon-wrapper {
  width: 45px;
  min-width: 45px;
  margin-right: 10px;
}
.search-item-icon-inner-wrapper {
  width: 45px;
  height: 45px;
  background-color: #f4f4f4;
  padding: 12px;
}
.search-item-icon-inner-wrapper svg,
.search-item-icon__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.search-item-head {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
}
.search-item-head:hover .search-item-head__text {
  color: #ef691b;
}
.search-item-head:visited .search-item-head__text {
  color: #ef7f1b;
}
.search-item-head__text {
  color: #ef7f1b;
  text-decoration: underline;
  transition: 0.15s color ease-in;
}
.search-item-head__date {
  color: #666;
  padding-left: 5px;
  text-decoration: none;
}
.search-category-list {
  position: relative;
  top: -106px;
  margin-bottom: 40px;
}
.search-category-item {
  margin-bottom: 4px;
}
.search-category-item-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 66px;
  background-color: #f4f4f4;
  padding-right: 15px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  transition: 0.15s background-color ease-in;
}
.search-category-item-link:hover {
  background-color: #00384e;
}
.search-category-item-link:hover .search-category-item-link__text {
  color: #fff;
}
.search-category-item-link:hover .search-category-item-link__count {
  color: #e0e0e0;
}
.search-category-item-link:hover svg {
  fill: #fff;
}
.search-category-item-link--result-all {
  opacity: 0.7;
  background-color: #00384e;
  transition: 0.15s opacity ease-in;
}
.search-category-item-link--result-all .search-category-item-link__text {
  color: #fff;
}
.search-category-item-link--result-all .search-category-item-link__count {
  color: #e0e0e0;
}
.search-category-item-link--result-all svg {
  fill: #fff;
}
.search-category-item-link--result-all:hover {
  opacity: 1;
}
.search-category-item-link-icon-wrapper {
  width: 45px;
  min-width: 45px;
}
.search-category-item-link-icon-wrapper + .search-category-item-link__text {
  padding-left: 3px;
}
.search-category-item-link-icon-inner-wrapper {
  width: 45px;
  height: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-category-item-link-icon-inner-wrapper svg {
  width: 100%;
  height: auto;
  max-width: 21px;
  transition: 0.15s fill ease-in;
}
.search-category-item-link__text {
  transition: 0.15s color ease-in;
  padding-right: 5px;
  padding-left: 15px;
}
.search-category-item-link__count {
  transition: 0.15s color ease-in;
  color: #666;
}
.paginaion-search-wrapper .pagination-wrapper {
  text-align: left;
}
/* print styles */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px){

  .mfp-arrow{
    transform: scale(0.75);
  }

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

  .mfp-arrow-right{
    transform-origin: 100%;
  }

  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image: url('../img/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div{
    background-image: url('../img/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@media only screen and (min-width: 768px){

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-sm{
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1{
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2{
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4{
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5{
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7{
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8{
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10{
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11{
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0{
    margin-left: 0;
  }

  .col-sm-offset-1{
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2{
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3{
    margin-left: 25%;
  }

  .col-sm-offset-4{
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5{
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6{
    margin-left: 50%;
  }

  .col-sm-offset-7{
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8{
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9{
    margin-left: 75%;
  }

  .col-sm-offset-10{
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11{
    margin-left: 91.66666667%;
  }

  .start-sm{
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm{
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm{
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm{
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm{
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm{
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm{
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm{
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1024px){

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-md{
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1{
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2{
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4{
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5{
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7{
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8{
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10{
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11{
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0{
    margin-left: 0;
  }

  .col-md-offset-1{
    margin-left: 8.33333333%;
  }

  .col-md-offset-2{
    margin-left: 16.66666667%;
  }

  .col-md-offset-3{
    margin-left: 25%;
  }

  .col-md-offset-4{
    margin-left: 33.33333333%;
  }

  .col-md-offset-5{
    margin-left: 41.66666667%;
  }

  .col-md-offset-6{
    margin-left: 50%;
  }

  .col-md-offset-7{
    margin-left: 58.33333333%;
  }

  .col-md-offset-8{
    margin-left: 66.66666667%;
  }

  .col-md-offset-9{
    margin-left: 75%;
  }

  .col-md-offset-10{
    margin-left: 83.33333333%;
  }

  .col-md-offset-11{
    margin-left: 91.66666667%;
  }

  .start-md{
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md{
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md{
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md{
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md{
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md{
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md{
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md{
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px){

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-lg{
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1{
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2{
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4{
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5{
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7{
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8{
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10{
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11{
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0{
    margin-left: 0;
  }

  .col-lg-offset-1{
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2{
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3{
    margin-left: 25%;
  }

  .col-lg-offset-4{
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5{
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6{
    margin-left: 50%;
  }

  .col-lg-offset-7{
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8{
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9{
    margin-left: 75%;
  }

  .col-lg-offset-10{
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11{
    margin-left: 91.66666667%;
  }

  .start-lg{
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg{
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg{
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg{
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg{
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg{
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg{
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg{
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1024px){

  .content p.news__item_text--caption,
  .p.news__item_text--caption{
    margin-bottom: 10px;
  }

  .h4.news__item_text--heading,
  h4.news__item_text--heading,
  .content h4.news__item_text--heading,
  .content .h4.news__item_text--heading{
    font-size: 14px;
  }

  code,
  pre{
    display: block;
    overflow-x: scroll;
    padding: 10px;
  }

  .content table.table{
    width: auto;
    max-width: 100%;
  }

  .table-responsive{
    position: relative;
    /* тень выравнивается относительно этого блока */
    overflow: hidden;
    /* нужно для того чтоб тень не прокручивалась */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .table-responsive div{
    overflow-x: auto;
    /* этот див нужен для тени */
  }

  .content ul,
  .content ol{
    margin-left: 1%;
    padding-left: 1%;
  }

  .content ul ul,
  .content ol ol{
    padding-left: 0;
  }

  .content ul li{
    padding-left: 25px;
  }

  .btn{
    padding-left: 20px;
    padding-right: 20px;
  }

  .content .pagination,
  .pagination{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .content .pagination li,
  .pagination li{
    margin-bottom: 20px;
  }

  .student__info .content .tab,
  .student__info .tab{
    width: 100%;
  }

  .slider-simple{
    width: 710px;
    height: 447px;
  }

  .search-category-list{
    position: static;
  }
}
@media (max-width: 768px){

  .h2,
  h2,
  .content h2,
  .content .h2{
    font-size: 30px;
  }
  /* 768px по умолчанию */

  .btn,
  .content .btn{
    padding-left: 20px;
    padding-right: 20px;
  }
  /* 768px по умолчанию */

  .content .tab,
  .tab{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content .tab li,
  .tab li{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    border: 1px solid #adadad;
    border-bottom: 0;
  }

  .content .tab li:last-child,
  .tab li:last-child{
    border-bottom: 1px solid #adadad;
  }

  .content .tab.tab--catalog li,
  .tab.tab--catalog li{
    border: 1px solid #adadad;
    border-bottom: 0;
    border-radius: 0;
  }

  .content .tab.tab--catalog li:first-child,
  .tab.tab--catalog li:first-child{
    border-left: 1px solid #adadad;
  }

  .content .tab.tab--catalog li:last-child,
  .tab.tab--catalog li:last-child{
    border-bottom: 1px solid #adadad;
  }

  .content .tab.tab--catalog li.active,
  .tab.tab--catalog li.active{
    border: 1px solid #adadad;
    border-bottom: 0;
  }

  .content .tab.tab--catalog li.active:last-child,
  .tab.tab--catalog li.active:last-child{
    border-bottom: 1px solid #adadad;
  }

  .content .tab.tab--catalog li.active a,
  .tab.tab--catalog li.active a{
    position: static;
    background-color: #00384e;
    color: #fff;
    border: 0;
  }

  .content .tab.tab--catalog a,
  .tab.tab--catalog a{
    position: static;
  }

  .content .tab.tab--catalog + .tab-content,
  .tab.tab--catalog + .tab-content{
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 20px 0 40px;
  }

  .student__info{
    /* 768px по умолчанию */
  }

  .student__info .content .tab,
  .student__info .tab{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .student__info .content .tab li,
  .student__info .tab li{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0;
    border: 1px solid #adadad;
    border-bottom: 0;
  }

  .student__info .content .tab li:last-child,
  .student__info .tab li:last-child{
    border-bottom: 1px solid #adadad;
  }

  .student__info .content .tab.tab--catalog li,
  .student__info .tab.tab--catalog li{
    border: 1px solid #adadad;
    border-bottom: 0;
    border-radius: 0;
  }

  .student__info .content .tab.tab--catalog li:first-child,
  .student__info .tab.tab--catalog li:first-child{
    border-left: 1px solid #adadad;
  }

  .student__info .content .tab.tab--catalog li:last-child,
  .student__info .tab.tab--catalog li:last-child{
    border-bottom: 1px solid #adadad;
  }

  .student__info .content .tab.tab--catalog li.active,
  .student__info .tab.tab--catalog li.active{
    border: 1px solid #adadad;
    border-bottom: 0;
  }

  .student__info .content .tab.tab--catalog li.active:last-child,
  .student__info .tab.tab--catalog li.active:last-child{
    border-bottom: 1px solid #adadad;
  }

  .student__info .content .tab.tab--catalog li.active a,
  .student__info .tab.tab--catalog li.active a{
    position: static;
    background-color: #00384e;
    color: #fff;
    border: 0;
  }

  .student__info .content .tab.tab--catalog a,
  .student__info .tab.tab--catalog a{
    position: static;
  }

  .student__info .content .tab.tab--catalog + .tab-content,
  .student__info .tab.tab--catalog + .tab-content{
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 20px 0 40px;
  }
  /* 768px по умолчанию */

  .content .site-form__button-submit,
  .site-form__button-submit{
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-simple{
    width: auto;
    height: auto;
    max-height: 458px;
  }
}
@media (max-width: 480px){

  .h2.show__banner_text--heading,
  h2.show__banner_text--heading,
  .content h2.show__banner_text--heading,
  .content .h2.show__banner_text--heading{
    font-size: 24px;
  }

  .h2.article__heading_text--h2,
  h2.article__heading_text--h2,
  .content h2.article__heading_text--h2,
  .content .h2.article__heading_text--h2{
    font-size: 20px;
  }

  .a.graduation__main_link,
  .content a.graduation__main_link{
    font-size: 10px;
  }

  .a.header__logo_link,
  .content a.header__logo_link{
    font-size: 10px;
  }

  .btn--arrow,
  .content .btn--arrow{
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .news__item_text-button.btn--arrow,
  .news__item_text-button .content .btn--arrow{
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .wrap-mob__menu_spoiler .spoiler-title-icon-wrapper{
    left: 87%;
  }

  .wrap-mob__menu_spoiler.spoiler.active .spoiler-title-icon-wrapper{
    left: 87%;
  }
}
@media (min-width: 481px) and (max-width: 768px){

  .h2.article__heading_text--h2,
  h2.article__heading_text--h2,
  .content h2.article__heading_text--h2,
  .content .h2.article__heading_text--h2{
    font-size: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px){

  .a.header__main_menu-item--link,
  .content a.header__main_menu-item--link{
    letter-spacing: -0.7px;
  }
}
@media (min-width: 769px) and (max-width: 950px){

  .a.header__main_menu-item--link,
  .content a.header__main_menu-item--link{
    font-size: 11px;
  }
}
@media (min-width: 321px) and (max-width: 768px){

  .breadcrumb a[href] span{
    font-weight: 600;
    font-size: 12px;
  }

  .breadcrumb li.active a span{
    font-weight: 600;
    font-size: 12px;
  }

  .breadcrumb li svg{
    width: 10px;
    height: 7px;
  }
}
@media (max-width: 320px){

  .breadcrumb a[href] span{
    font-size: 8px;
  }

  .breadcrumb li.active a span{
    font-size: 8px;
  }

  .breadcrumb li svg{
    width: 7px;
    height: 5px;
  }

  .wrap-mob__menu_spoiler .spoiler__title{
    font-size: 16px;
  }
}
@media (max-width: 510px){

  .site-form{
    max-width: 300px;
  }

  .site-form-wrapper--modal{
    max-width: 320px;
  }
}
@media print{

  *,
  *:before,
  *:after{
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited{
    text-decoration: underline;
  }

  abbr[title]:after{
    content: " (" attr(title) ")";
  }

  pre,
  blockquote{
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead{
    display: table-header-group;
  }

  tr,
  img{
    page-break-inside: avoid;
  }

  img{
    max-width: 100% !important;
  }

  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }

  h2,
  h3{
    page-break-after: avoid;
  }

  .navbar{
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret{
    border-top-color: #000 !important;
  }

  .label{
    border: 1px solid #000;
  }

  .table{
    border-collapse: collapse !important;
  }

  .table td,
  .table th{
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td{
    border: 1px solid #ddd !important;
  }
}

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