

/* Start:/local/templates/kemsu/css/normalize.css?15136645597379*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

/* Sections
   ========================================================================== */

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

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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: bold;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

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

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

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

button,
html [type="button"], /* 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;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

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

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/kemsu/css/grid.css?151366455921130*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 425px) {
    .container {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 768px) {
    .container {
      /*width: 768px;*/ } }
  @media (min-width: 1008px) {
    .container {
      /*width: 1008px;*/ } }
  @media (min-width: 1152px) {
    .container {
      /*width: 1152px;*/ } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -4px;
  margin-right: -4px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px; }

.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 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1008px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1471px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1007px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1008px) and (max-width: 1471px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1008px) and (max-width: 1471px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1008px) and (max-width: 1471px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1008px) and (max-width: 1471px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1152px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1152px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1152px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1152px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1007px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1008px) and (max-width: 1151px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1152px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media (min-width: 1872px) {
  .container {
    width: 1872px; } }

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px; }

@media (min-width: 1872px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

html, body {
  margin: 0;
  padding: 0; }

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 768px) {
    .container {
      padding-left: 9px;
      padding-right: 9px;
      width: 98%; } }
  @media (min-width: 1008px) {
    .container {
      padding-left: 14px;
      padding-right: 14px; } }
  @media (min-width: 1152px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 1890px) {
    .container {
      width: 1872px; } }

@media (min-width: 425px) {
  .row {
    margin-left: -6px;
    margin-right: -6px; } }

@media (min-width: 768px) {
  .row {
    margin-left: -9px;
    margin-right: -9px; } }

@media (min-width: 1008px) {
  .row {
    margin-left: -14px;
    margin-right: -14px; } }

@media (min-width: 1152px) {
  .row {
    margin-left: -16px;
    margin-right: -16px; } }

[class*="col-"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 425px) {
    [class*="col-"] {
      padding-left: 6px;
      padding-right: 6px; } }
  @media (min-width: 768px) {
    [class*="col-"] {
      padding-left: 9px;
      padding-right: 9px; } }
  @media (min-width: 1008px) {
    [class*="col-"] {
      padding-left: 14px;
      padding-right: 14px; } }
  @media (min-width: 1152px) {
    [class*="col-"] {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 1872px) {
    [class*="col-"] {
      padding-left: 16px;
      padding-right: 16px; } }

@media (min-width: 1872px) {
  .no-gutter-xl-l,
  .no-gutter-xl-b {
    padding-left: 0 !important; }
  .no-gutter-xl-r,
  .no-gutter-xl-b {
    padding-right: 0 !important; } }

@media (min-width: 1152px) and (max-width: 1871px) {
  .no-gutter-lg-l,
  .no-gutter-lg-b {
    padding-left: 0 !important; }
  .no-gutter-lg-r,
  .no-gutter-lg-b {
    padding-right: 0 !important; } }

@media (min-width: 1008px) and (max-width: 1151px) {
  .no-gutter-md-l,
  .no-gutter-md-b {
    padding-left: 0 !important; }
  .no-gutter-md-r,
  .no-gutter-md-b {
    padding-right: 0 !important; } }

@media (min-width: 768px) and (max-width: 1007px) {
  .no-gutter-sm-l,
  .no-gutter-sm-b {
    padding-left: 0 !important; }
  .no-gutter-sm-r,
  .no-gutter-sm-b {
    padding-right: 0 !important; } }

@media (max-width: 767px) {
  .no-gutter-xs-l,
  .no-gutter-xs-b {
    padding-left: 0 !important; }
  .no-gutter-xs-r,
  .no-gutter-xs-b {
    padding-right: 0 !important; } }

/* Календарь событий СЕТКА*/
.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
  position: relative;
  min-height: 1px;

}
.col-xs-1-7 {
  width: 14.2857%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-7 {
    width: 14.2857%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-7 {
    width: 14.2857%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-7 {
    width: 14.2857%;
    float: left;
  }
}
/* End */


/* Start:/local/templates/kemsu/libs/font-awesome-4.2.0/css/font-awesome.min.css?151366455921984*/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/kemsu/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('/local/templates/kemsu/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('/local/templates/kemsu/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('/local/templates/kemsu/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('/local/templates/kemsu/libs/font-awesome-4.2.0/css/../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
/* End */


/* Start:/local/templates/kemsu/libs/fancybox/jquery.fancybox.min.css?151996300613775*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:0px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}.fancybox-button--share {display: none;}
/* End */


/* Start:/local/templates/kemsu/libs/scrollbar/jquery.scrollbar.css?152343859022618*/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}










/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }








/* End */


/* Start:/local/templates/kemsu/libs/slick/slick.css?15136645591729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* End */


/* Start:/local/templates/kemsu/libs/easydropdown/easydropdown.css?15211678542960*/
/* --- EASYDROPDOWN DEFAULT THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.dropdown .selected::after,
.dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */

.dropdown{
	position: relative;
	width: 160px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #fff;

	border-radius: 3px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.dropdown.open{
	z-index: 2;
}

.dropdown:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.dropdown.focus{
	box-shadow: 0 0 5px rgba(51,102,248,.4);
}

/* CARAT */

.dropdown .carat{
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	border: 6px solid transparent;
	border-top: 8px solid #000;
}

.dropdown.open .carat{
	margin-top: -10px;
	border-top: 6px solid transparent;
	border-bottom: 8px solid #000;
}

.dropdown.disabled .carat{
	border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 

.dropdown .selected,
.dropdown li{
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #000;
	padding: 9px 12px;
	overflow: hidden;
	white-space: nowrap;
}

.dropdown.disabled .selected{
	color: #999;
}

.dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	
	border-radius: 0 2px 2px 0;
	box-shadow: inset -55px 0 25px -20px #fff;
}

/* DROP DOWN WRAPPER */

.dropdown div{
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	opacity: 0;
}

/* Height is adjusted by JS on open */

.dropdown.open div{
	opacity: 1;
	z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	
	box-shadow: inset 0 -50px 30px -35px #fff;
}

.dropdown.scrollable.bottom div::after{
	opacity: 0;
}

/* DROP DOWN LIST */

.dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.dropdown.scrollable.open ul{
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.dropdown li{
	list-style: none;
	padding: 8px 12px;
}

/* .focus class is also added on hover */

.dropdown li.focus{
	background: #d24a67;
	position: relative;
	z-index: 3;
	color: #fff;
}

.dropdown li.active{
	font-weight: 700;
}
/* End */


/* Start:/local/templates/kemsu/libs/jMosaic/jquery.jMosaic.css?1521163474661*/
/*
 * jQuery jMosaic plugin 0.1.3 
 * https://github.com/absentik/jMosaic
 * 
 * Author: Seleznev Alexander (ABSENT) 
 * Email: absenteg@gmail.com 
 * Website: http://whoisabsent.ru 
 *  
 * Licensed under the MIT license. 
 * http://www.opensource.org/licenses/mit-license.php 
 */

.jMosaic-clear { clear: both; }
.jMosaic-selector { clear: both; position: relative; }
.jMosaic-selector > .jMosaic-item { display: block; float: left; position: relative; overflow: hidden; width: auto; }
.jMosaic-selector > .jMosaic-item:hover, .jMosaic-selector > .jMosaic-item:focus { }
.jMosaic-selector a {
	display: inline !important;
}
.main .photo a img {
	opacity:0;
}
/* End */


/* Start:/local/templates/kemsu/css/main.css?155565818093445*/
@font-face {
  font-family: 'GerberaBold';
  src: url('/local/templates/kemsu/css/../fonts/Gerbera-Bold.eot');
  src: url('/local/templates/kemsu/css/../fonts/Gerbera-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/kemsu/css/../fonts/Gerbera-Bold.woff') format('woff'), url('/local/templates/kemsu/css/../fonts/Gerbera-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GerberaRegular';
  src: url('/local/templates/kemsu/css/../fonts/Gerbera.eot');
  src: url('/local/templates/kemsu/css/../fonts/Gerbera.eot?#iefix') format('embedded-opentype'), url('/local/templates/kemsu/css/../fonts/Gerbera.woff') format('woff'), url('/local/templates/kemsu/css/../fonts/Gerbera.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GerberaLight';
  src: url('/local/templates/kemsu/css/../fonts/Gerbera-Light.eot');
  src: url('/local/templates/kemsu/css/../fonts/Gerbera-Light.eot?#iefix') format('embedded-opentype'), url('/local/templates/kemsu/css/../fonts/Gerbera-Light.woff') format('woff'), url('/local/templates/kemsu/css/../fonts/Gerbera-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}
body {
  font-family: 'GerberaRegular', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  /*height: 100%;*/
  width: 100%;
}
::-moz-selection {
  background-color: #d2ae42;
  color: #ffffff;
}
::selection {
  background-color: #d2ae42;
  color: #ffffff;
}
::-moz-selection {
  background-color: #d2ae42;
  color: #ffffff;
}
::-webkit-selection {
  background-color: #d2ae42;
  color: #ffffff;
}
.hidden {
  display: none !important;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.pad-0 {
  padding: 0 !important;
}
.pad-top-30 {
  padding-top: 30px;
}
.pad-30 {
  padding: 15px 0;
}
.pad-45 {
  padding: 15px 0 30px;
}
.pad-60 {
  padding: 30px 0;
}
.mar-0 {
  margin: 0;
}
.mar-30 {
  margin: 15px 0;
}
.mp-normal {
  margin: 25px 0 10px !important;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #ff4300;
  border-color: #ff4300;
}
a,
input,
button,
textarea {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
p {
  margin-top: 10px;
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
  line-height: 1.5em;
  font-weight: normal;
}
@media screen and (max-width: 1470px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-weight: normal;
  font-size: 48px;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 10px;
}
h2:first-child {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
  h2:first-child {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 10px;
}
h3:first-child {
  margin-top: 10px;
  margin-bottom: 30px;
}
h3.mar-bot-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font: 24px 'GerberaLight';
  line-height: 1.5em;
  font-weight: normal;
  margin: 25px 0 15px 0;
}
h4:first-child {
  margin-top: 0px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font: 24px 'GerberaBold';
  font-weight: normal;
}
.body-lock {
  overflow-y: scroll;
  position: fixed;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  display: block;
  clear: both;
}
hr {
  border-top: 0;
  border-bottom: 1px solid #cdcdcd;
}
.header {
  position: relative;
  z-index: 900;
  padding: 15px 0;
  height: 150px;
  background-color: #fff;
}
.header.magamenu_active {
  border-bottom: 1px solid #eee;
}
.header.magamenu_active .main-menu {
  display: none;
}
.header.magamenu_active .search form {
  width: 400px !important;
}
.header div {
  position: static;
}
.header .logo {
  position: absolute;
  margin-top: 5px;
  top: 30px;
  height: 81px;
  width: 220px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .logo__animation {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 74px;
  height: 100%;
}
.header .logo__animation-one,
.header .logo__animation-bkt {
  position: absolute;
  top: 0;
}
.header .logo__animation-one {
  left: 0;
  width: 44px;
  height: 100%;
  background: url(/local/templates/kemsu/css/../images/logo-1-t.png) no-repeat 0 0, url(/local/templates/kemsu/css/../images/logo-1-b.png) no-repeat 0 100%, url(/local/templates/kemsu/css/../images/logo-1-r.png) repeat-y;
  background-size: 44px;
}
.header .logo__animation-bkt {
  left: 44px;
  width: 30px;
  height: 100%;
  background: url(/local/templates/kemsu/css/../images/logo-bkt-t.png) no-repeat 0 0, url(/local/templates/kemsu/css/../images/logo-bkt-b.png) no-repeat 0 100.5%, url(/local/templates/kemsu/css/../images/logo-bkt-m.png) no-repeat 0 50%, url(/local/templates/kemsu/css/../images/logo-bkt-r.png) repeat-y;
  background-size: 30px;
}
.header .logo__animation-2017 {
  position: absolute;
  font: 7px/7px 'GerberaBold';
  top: 2px;
  left: 32px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .logo span {
  opacity: 0;
  display: block;
  padding-top: 10px;
  font: 15px/16px 'GerberaRegular';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header .logo:hover,
.header .logo.active {
  top: 10px;
  height: 121px;
}
.header .logo:hover span,
.header .logo.active span {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header .logo:hover .logo__animation-2017,
.header .logo.active .logo__animation-2017 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin-left: 10px;
  }
}
.header .logo a {
  position: relative;
  z-index: 5;
  display: block;
  font: 14px/15px 'GerberaBold';
  padding: 15px 0 0 80px;
  height: 100%;
  color: #000;
}
.header .main-menu {
  padding-top: 35px;
}
@media screen and (max-width: 1200px) {
  .header .main-menu {
    display: none;
  }
}
.header .main-menu nav {
  display: block;
  padding: 0;
  margin: 0;
}
.header .main-menu nav a {
  margin: 0 30px 0 0;
  cursor: pointer;
}
.header .main-menu nav.lvl-1 {
  padding-left: 40px;
  font: 15px/16px 'GerberaLight';
}
.header .main-menu nav.lvl-2 {
  padding-top: 10px;
  padding-left: 40px;
  font: 20px/30px 'GerberaLight';
}
.header .main-menu nav.lvl-2 .has-sub {
  position: relative;
  padding-right: 20px;
}
.header .main-menu nav.lvl-2 .has-sub::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f107";
  font: 20px/30px 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header .main-menu nav.lvl-2 .has-sub.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.header .menu__item {
  display: inline-block;
}
.header .menu__item:last-child a {
  margin: 0;
}
.header .menu__tab {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: -1px;
  padding: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .menu__tab.active {
  display: block;
}
.header .menu__tab .border {
  padding: 30px 0 0px;
  border-top: 1px solid #eee;
}
.header .menu__tab .header-submenu__item {
  padding: 5px 0;
}
.header .menu__tab .header-submenu__item a {
  display: block;
  font: 18px/24px 'GerberaLight';
}
.header .menu__tab .header-submenu__item a:hover {
  color: #000;
  text-decoration: underline;
}
.header .toolbar {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .header .toolbar {
    margin-right: 10px;
  }
}
.header .toolbar .search {
  position: absolute;
  top: 20px;
  right: 88px;
  z-index: 9999;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .header .toolbar .search {
    display: none !important;
  }
}
.header .toolbar .search__button {
  position: absolute;
  z-index: 810;
  height: 30px;
  width: 30px;
  margin-left: 0px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  background-image: url(/local/templates/kemsu/css/../images/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.header .toolbar .search form {
  z-index: 805;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 16px;
  height: 50px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}
.header .toolbar .search form input {
  position: absolute;
  right: 0;
  width: 400px;
  height: 50px;
  padding: 0 30px 0 20px;
  border: 0;
  border-bottom: 3px solid #ff4300;
}
.header .toolbar .search.active form {
  width: 400px !important;
}
.header .toolbar .select-lang {
  position: absolute;
  top: 20px;
  right: 44px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .header .toolbar .select-lang {
    display: none;
  }
}
.header .toolbar .special-eye {
  position: absolute;
  background-image: url(/local/templates/kemsu/css/../images/eye.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 34px;
  top: 20px;
  right: 42px;
  height: 30px;
  width: 34px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .header .toolbar .special-eye {
    display: none;
  }
}
.header .toolbar .special-eye a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.header .toolbar .megamenu-opener {
  position: absolute;
  top: 20px;
  right: 0;
  width: 24px;
  height: 30px;
  z-index: 0;
  vertical-align: middle;
  cursor: pointer;
}
.header .toolbar .megamenu-opener .megamenu-opener__bit-1::before {
  content: '';
  left: 0px;
  top: 6px;
  position: absolute;
  width: 12px;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  height: 2px;
  background: #000000;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.header .toolbar .megamenu-opener .megamenu-opener__bit-1::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 6px;
  width: 12px;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  height: 2px;
  background: #000000;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
.header .toolbar .megamenu-opener .megamenu-opener__bit-2 {
  position: absolute;
  width: 24px;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #000000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s 0.6s, -webkit-transform 0.3s 0.3s;
  transition: width 0.3s 0.6s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.6s;
  transition: transform 0.3s 0.3s, width 0.3s 0.6s, -webkit-transform 0.3s 0.3s;
}
.header .toolbar .megamenu-opener .megamenu-opener__bit-3::before {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0px;
  width: 12px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  height: 2px;
  background: #000000;
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s;
  transition: transform 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}
.header .toolbar .megamenu-opener .megamenu-opener__bit-3::after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0px;
  width: 12px;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  height: 2px;
  background: #000000;
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s;
  transition: transform 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}
.header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:before {
  top: 2px;
  width: 17px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  background: #ff4300;
  -webkit-transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:after {
  top: 2px;
  width: 17px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  background: #ff4300;
  -webkit-transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-2 {
  width: 0px;
  background: #ff4300;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: width 0.3s, -webkit-transform 0.3s 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s, -webkit-transform 0.3s 0.3s;
}
.header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:before {
  bottom: 3px;
  width: 17px;
  background: #ff4300;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:after {
  bottom: 3px;
  width: 17px;
  background: #ff4300;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.toolbar-headline {
  display: none;
  position: relative;
  z-index: 801;
  background-color: #333;
  padding: 7px 0;
  height: 44px;
  color: #aaa;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .toolbar-headline {
    display: block;
  }
}
.toolbar-headline .search {
  float: right;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url(/local/templates/kemsu/css/../images/search-white.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  margin-right: 10px;
}
.toolbar-headline .select-lang {
  float: right;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.megamenu {
  display: none;
  position: fixed;
  z-index: 800;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 115px;
  background-color: #fff;
}
.megamenu.active {
  display: block;
}
.megamenu .borderLeft {
  border-left: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .megamenu .borderLeft {
    border-left: 0;
  }
}
.megamenu .wrap {
  padding-right: 20px;
}
.megamenu .has-sub {
  position: relative;
  padding-right: 20px;
  color: #000;
}
.megamenu .has-sub::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "\f107";
  font: 20px/20px 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.megamenu .has-sub:hover {
  color: #ff4300;
}
.megamenu .has-sub.active {
  color: #ff4300;
}
.megamenu .has-sub.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.megamenu .menu__tab {
  display: none;
  padding: 0px 0 15px 30px;
}
.megamenu .menu__tab.active {
  display: block;
}
.megamenu .menu__tab .item {
  padding: 5px 0;
}
.megamenu .menu__tab .item a {
  display: block;
  font: 16px/1.5em 'GerberaLight';
}
.megamenu .menu__tab .item a:hover {
  color: #000;
  text-decoration: underline;
}
.megamenu__main {
  padding: 10px 0px 10px 20px;
}
.megamenu__main .lvl-1 {
  margin-top: 10px;
  font: 24px/2em 'GerberaLight';
}
.megamenu__main .lvl-1 a {
  border-bottom: 2px solid #333;
}
.megamenu__main .lvl-1 a:hover {
  border-bottom: 2px solid #ff4300;
}
.megamenu__main .lvl-1 a.active {
  color: #ff4300;
  border-bottom: 2px solid #ff4300;
}
.megamenu__main .lvl-2 {
  margin-top: 40px;
  font: 18px/2em 'GerberaLight';
}
.megamenu__main .lvl-3 {
  margin: 40px 0 30px;
  font: 16px/1.2em 'GerberaLight';
}
.megamenu__main .lvl-3 .item {
  margin: 10px 0;
}
.megamenu__main .lvl-3 .item a:hover {
  color: #000;
  text-decoration: underline;
}
.megamenu__center {
  padding: 10px;
  padding-right: 0;
}
.megamenu__center .back {
  display: none;
  position: relative;
  margin-top: 10px;
  font: 16px/2em 'GerberaLight';
  text-transform: uppercase;
  cursor: pointer;
}
.megamenu__center .back::before {
  content: "\f177";
  display: inline-block;
  font: 16px/2em 'Fontawesome';
  margin-right: 10px;
  color: #ff4300;
}
@media screen and (max-width: 767px) {
  .megamenu__center {
    padding: 10px 0px 10px 20px !important;
  }
  .megamenu__center .wrap .back {
    display: inline-block;
  }
}
.megamenu__center a {
  font: 18px/2em 'GerberaLight';
  cursor: pointer;
}
.megamenu__center .submenu {
  display: none;
  padding: 20px 0;
}
.megamenu__center .submenu.active {
  display: block;
}
.megamenu__add {
  position: relative;
  padding: 0px 20px;
  line-height: 30px;
  font: 14px/30px 'GerberaLight';
}
.megamenu__add-relative {
  position: absolute;
  bottom: 20px;
}
.megamenu__add .title {
  font: 20px/1.5em 'GerberaLight';
  text-transform: uppercase;
}
.megamenu__add a {
  border-bottom: 1px solid #000;
}
.megamenu__add a:hover {
  color: #ff4300;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.megamenu__add .ic1on {
  position: relative;
  font: 14px/30px 'GerberaLight';
  padding-left: 30px;
}
.megamenu__add .ic1on::before {
  content: "";
  color: #ff4300;
  position: absolute;
  left: 0;
  font: 20px/30px 'FontAwesome';
  font-style: normal;
  font-weight: normal;
}
.megamenu__add .ic1on.phonebook::before {
  content: "\f2ba";
}
.megamenu__add .ic1on.requisites::before {
  content: "\f158";
}
.megamenu__add .ic1on.address::before {
  content: "\f277";
}
.megamenu__add .ic1on.phone::before {
  content: "\f095";
}
.megamenu__add .ic1on.mail::before {
  content: "\f003";
}
.megamenu__add .contacts {
  margin: 15px 0;
}
.megamenu__add .contacts__name {
  font-size: 16px;
}
.megamenu__add .contacts__phone {
  font: 18px/30px 'GerberaLight';
}
@media screen and (max-width: 767px) {
  .megamenu__slide-xs {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 6px;
    background-color: #fff;
    z-index: 9999;
  }
}
/*
.slider {
    position: relative;
    height: 800px;
    overflow: hidden;
    @media screen and (max-width: @xs_max) {
        height: 450px;
    }
    .item {
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        &.shadow {
            box-shadow:0 0 0 445px rgba(0, 0, 0, 0.33) inset;
        }
    }
    .slider-container{
        position: relative;
        height: 800px;
        overflow: hidden;
        @media screen and (max-width: @xs_max) {
            height: 450px;
        }
    }
    .slider-content {
        position: absolute;
        bottom: 80px;

        .slider-title {
            color: #fff;
            font: 35px/40px 'GerberaLight';
            @media screen and (max-width: @xs_max) {
                font: 25px/30px 'GerberaLight';
            }
        }
        .slider-text {
            color: #fff;
            font: 16px 'GerberaLight';
            margin: 15px 0;
            @media screen and (max-width: @xs_max) {
                display: none;
            }
        }

        a{
            color: #fff;
            font: 14px/40px 'GerberaLight'; 
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
            &.slider-button {
                display: inline-block;
                padding: 2px 20px;
                margin: 5px 20px 5px 0;
                border: 2px solid #fff;
                text-transform: uppercase;
                text-decoration: none;
                -webkit-transition: all 400ms ease;
                -moz-transition: all 400ms ease;
                -ms-transition: all 400ms ease;
                -o-transition: all 400ms ease;
                transition: all 400ms ease;
                &:last-child {
                    margin-right: 0px;
                }
                &:hover {
                    background-color: #fff;
                    color: #000;
                }
            }
        }

    }
    .slick-dots {
        list-style: none;
        position: absolute;
        bottom: 20px;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        text-align: center;
        li {
            display: inline-block;
            position: relative;
            margin: 0 5px;
            height: 18px;
            width: 18px;
            border: #fff solid 3px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer;
        }
        .page{
            position: absolute;
            left: 3px;
            top: 3px;
            box-sizing: content-box;
            display: inline-block;
            padding: 0;
            margin: 0;
            height: 6px;
            width: 6px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }
        .slick-active {
            .page{
                background-color: #fff;
            }
        }
    }
}
*/
.slider {
  position: relative;
  padding-bottom: 45%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider {
    height: 450px;
  }
}
.slider .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slider .item.shadow {
  -webkit-box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.33) inset;
          box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.33) inset;
}
.slider .slider-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slider .slider-container {
    height: 450px;
  }
}
.slider .slider-content {
  position: absolute;
  bottom: 80px;
  z-index: 2;
}
.slider .slider-content .slider-title {
  color: #fff;
  font: 35px/40px 'GerberaLight';
}
@media screen and (max-width: 767px) {
  .slider .slider-content .slider-title {
    font: 25px/30px 'GerberaLight';
  }
}
.slider .slider-content .slider-text {
  color: #fff;
  font: 16px 'GerberaLight';
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .slider .slider-content .slider-text {
    display: none;
  }
}
.slider .slider-content a {
  color: #fff;
  font: 14px/40px 'GerberaLight';
  text-decoration: underline;
}
.slider .slider-content a:hover {
  text-decoration: none;
}
.slider .slider-content a.slider-button {
  display: inline-block;
  padding: 2px 20px;
  margin: 5px 20px 5px 0;
  border: 2px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.slider .slider-content a.slider-button:last-child {
  margin-right: 0px;
}
.slider .slider-content a.slider-button:hover {
  background-color: #fff;
  color: #000;
}
.slider .slick-list {
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider .slick-track {
  height: 100%;
}
.slider .slick-dots {
  list-style: none;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slider .slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  height: 18px;
  width: 18px;
  border: #fff solid 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.slider .slick-dots .page {
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  padding: 0;
  margin: 0;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slider .slick-dots .slick-active .page {
  background-color: #fff;
}
.category {
  position: absolute;
  z-index: 100;
  left: 150px;
  top: 10px;
}
.category:hover {
  color: #ff4300;
}
.category .category-list {
  height: 20px;
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  font: 11px/20px 'GerberaLight';
  text-transform: uppercase;
  padding: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.category .category-list::after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font: 15px/20px 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.category .category-list.active {
  height: auto;
  background-color: #d2ae42;
  border: 1px solid #d2ae42;
}
.category .category-list.active::after {
  color: #fff;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.category .category-list.active .category-list__item {
  display: block !important;
}
.category .category-list.active .category-list__item_main a {
  color: #fff;
}
.category .category-list__item {
  display: none;
  padding: 0px 15px 0 15px;
  margin-top: 0px;
}
.category .category-list__item a {
  color: #fff;
  -webkit-transition: none;
  transition: none;
}
.category .category-list__item a:hover {
  text-decoration: underline;
}
.category .category-list__item_main {
  padding: 0px 35px 0 15px;
}
.category .category-list__item_main a {
  -webkit-transition: none;
  transition: none;
  color: #d0d0d0;
}
.category .category-list__item_main a:hover {
  color: #000;
}
.press-block {
  padding: 60px 0;
}
.press-block .article-week {
  text-align: center;
}
@media screen and (max-width: 1007px) {
  .press-block .article-week {
    padding-top: 45px;
  }
}
.press-block .article-week h2 {
  font: 24px/30px 'GerberaLight';
  font-weight: normal;
  padding: 0 0;
  margin: 0 0 40px;
  color: #ff4300;
}
@media screen and (max-width: 1200px) {
  .press-block .article-week h2 {
    font: 20px/30px 'GerberaLight';
  }
}
.press-block .article-week img {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.press-block .article-week .tags {
  margin: 40px 0 20px;
}
.press-block .article-week .tags a {
  font: 11px/20px 'GerberaLight';
  margin: 0 5px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-decoration: underline;
}
.press-block .article-week .tags a:hover {
  color: #666;
}
.press-block .article-week .title {
  font: 20px/30px 'GerberaLight';
}
.press-block .article-week .who {
  margin-top: 20px;
  font: 14px/20px 'GerberaLight';
}
.press-block .article-week .who span {
  display: block;
  color: #ff4300;
}
.news h2 {
  font: 25px/30px 'GerberaLight';
  color: #ff4300;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.news h2 a {
  color: #ff4300;
  border-bottom: 2px solid #ff4300;
}
.news h2 a:hover {
  border-bottom: 2px solid #fff;
}
.news .category {
  left: 150px;
  top: 10px;
}
.news .news-item {
  padding-top: 40px;
  text-align: center;
}
.news .image {
  position: relative;
  height: 220px;
  background-position: 50% 50%;
  background-size: cover;
}
.news .image:after {
  content: "";
  z-index: 10;
  position: absolute;
  height: 40px;
  width: 50px;
  bottom: 20px;
  left: 20px;
  background-size: 50px 40px;
}
.news .image.video:after {
  background-image: url(/local/templates/kemsu/css/../images/video-icon.svg);
}
.news .image.photo:after,
.news .image.mix:after {
  background-image: url(/local/templates/kemsu/css/../images/photo-icon.svg);
}
.news .image.mix:before {
  content: "";
  z-index: 10;
  position: absolute;
  height: 40px;
  width: 50px;
  bottom: 20px;
  left: 80px;
  background-size: 50px 40px;
  background-image: url(/local/templates/kemsu/css/../images/video-icon.svg);
}
.news .tags {
  padding-top: 15px;
}
.news .tags a {
  font: 11px/20px 'GerberaLight';
  margin: 0 5px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-decoration: underline;
}
.news .tags a:hover {
  color: #666;
}
.news .title {
  padding: 15px 0 5px;
  font-size: 18px;
  line-height: 25px;
}
.news .date {
  font: 12px/30px 'GerberaLight';
  color: #9d9d9c;
}
.news .date span {
  margin: 0 5px;
}
.about {
  position: relative;
  overflow: hidden;
  background-color: #d2ae42;
  height: 550px;
}
@media screen and (max-width: 1007px) {
  .about {
    height: auto;
    padding-bottom: 550px;
  }
}
@media screen and (max-width: 450px) {
  .about {
    padding-bottom: 300px;
  }
}
.about .text {
  padding: 40px 40px 40px 0;
  color: #fff;
  font: 16px/32px 'GerberaLight';
}
@media screen and (max-width: 1007px) {
  .about .text {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 450px) {
  .about .text {
    font: 14px/21px 'GerberaLight';
  }
}
.about .text h3 {
  font: 25px/30px 'GerberaLight';
  font-weight: normal;
  padding: 0;
  margin: 0 0 20px 0;
}
.about .text a {
  color: #fff;
  text-decoration: underline;
}
.about .text a:hover {
  text-decoration: none;
}
.about .text b {
  font-weight: normal;
  font-family: 'GerberaLight';
}
.about .text b21 {
  font: 22px/30px 'GerberaLight';
  font-weight: normal;
}
@media screen and (max-width: 450px) {
  .about .text b21 {
    font: 14px/21px 'GerberaLight';
  }
}
.about .nopadding {
  padding: 0;
}
.about .wrap-slider {
  position: absolute;
  right: -17px;
}
@media screen and (max-width: 1007px) {
  .about .wrap-slider {
    bottom: 0;
    right: 0;
    padding: 0;
  }
}
.about .slider-about .next,
.about .slider-about .prev {
  opacity: 0;
  z-index: 20;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 22px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about .slider-about .next::after,
.about .slider-about .prev::after {
  display: block;
  position: absolute;
  font: 60px/36px 'FontAwesome';
}
.about .slider-about .next:hover,
.about .slider-about .prev:hover {
  color: #ff4300;
}
.about .slider-about .next {
  right: 20px;
}
.about .slider-about .next::after {
  content: '\f105';
}
.about .slider-about .prev {
  left: 20px;
}
.about .slider-about .prev::after {
  content: '\f104';
}
.about .slider-about:hover .next,
.about .slider-about:hover .prev {
  opacity: 1;
}
.about .slider-about .item {
  height: 550px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 450px) {
  .about .slider-about .item {
    height: 300px;
  }
}
.calendar {
  padding: 30px 0;
}
.calendar h2 {
  font: 25px/30px 'GerberaLight';
  color: #ff4300;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0;
}
.calendar h2 a {
  color: #ff4300;
  border-bottom: 2px solid #ff4300;
}
.calendar h2 a:hover {
  border-bottom: 2px solid #fff;
}
.calendar .date-line {
  position: relative;
  height: 105px;
  opacity: 0;
}
.calendar .date-line:before {
  content: "";
  position: absolute;
  top: 7px;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}
.calendar .date-line .item {
  position: relative;
  float: left;
  height: 105px;
  color: #e5e5e5;
  text-align: center;
  padding-top: 30px;
  font: 18px/25px 'GerberaRegular';
}
.calendar .date-line .item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -5px;
  height: 11px;
  width: 11px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #e5e5e5;
}
.calendar .date-line .item.active:before {
  top: 0px;
  left: 50%;
  margin-left: -7px;
  height: 15px;
  width: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #c99c20;
}
.calendar .date-line .item.active {
  font: 36px/25px 'GerberaBold';
  color: #ff4300;
}
.calendar .date-line .item span {
  display: none;
}
.calendar .date-line .item.active span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  padding-top: 10px;
  font: 18px/25px 'GerberaRegular';
}
.events {
  padding: 30px 0;
}
.events .item {
  opacity: 1.0;
  text-align: center;
}
.events .item .image {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 10px auto 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.events .item a {
  display: block;
  opacity: 0.7;
  font: 18px/25px 'GerberaLight';
  padding: 0 10%;
}
.events .item a:hover {
  opacity: 1.0;
}
.events .item.slick-current {
  opacity: 1.0;
}
.events .item.slick-current .image {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0px auto 30px;
}
.events .item.slick-current a {
  opacity: 1.0;
}
.events-carousel {
  position: relative;
  opacity: 0;
}
.events-carousel .next,
.events-carousel .prev {
  position: absolute;
  z-index: 600;
  top: 40px;
  width: 45px;
  height: 45px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  cursor: pointer;
  opacity: 0.7;
}
.events-carousel .next:hover,
.events-carousel .prev:hover {
  opacity: 1.0;
}
.events-carousel .next {
  background-image: url(/local/templates/kemsu/css/../images/right-arrow.svg);
  right: -45px;
}
.events-carousel .next:hover {
  background-image: url(/local/templates/kemsu/css/../images/right-arrow-hover.svg);
}
.events-carousel .prev {
  background-image: url(/local/templates/kemsu/css/../images/left-arrow.svg);
  left: -45px;
}
.events-carousel .prev:hover {
  background-image: url(/local/templates/kemsu/css/../images/left-arrow-hover.svg);
}
.slick-list {
  padding: 0 !important;
}
.calendar .calendar-inner h3 {
  color: #d2ae42;
}
.calendar .calendar-inner .week {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .calendar .calendar-inner .week {
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .calendar .calendar-inner .item {
    position: relative;
    min-height: 107px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .calendar .calendar-inner .item .day {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100px;
  }
}
.calendar .calendar-inner .item .day {
  text-align: center;
}
.calendar .calendar-inner .item .day .name_day {
  font: 18px/20px 'GerberaLight';
  color: #333;
}
.calendar .calendar-inner .item .day .number {
  font: 40px/46px 'GerberaLight';
}
.calendar .calendar-inner .item .day .name_month {
  font: 14px/20px 'GerberaLight';
  color: #aaa;
}
.calendar .calendar-inner .item.NewsCalWeekend {
  background: none;
}
.calendar .calendar-inner .item.NewsCalWeekend .number {
  color: #ff4300;
}
.calendar .calendar-inner .item.NewsCalOtherMonth {
  background: none;
  opacity: 0.6;
}
.calendar .calendar-inner .item.NewsCalToday {
  background: none;
}
.calendar .calendar-inner .item.NewsCalToday .number {
  font-family: 'GerberaRegular';
  color: #d2ae42 !important;
}
.calendar .calendar-inner .event-item a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  border-bottom: 0;
  margin: 10px 0;
}
@media screen and (max-width: 991px) {
  .calendar .calendar-inner .event-item {
    padding-left: 100px;
  }
}
.calendar .calendar-inner .calendar-control {
  text-align: center;
  margin-bottom: 30px;
}
.calendar .calendar-inner .calendar-control .title {
  position: relative;
  font-size: 36px;
  line-height: 70px;
  height: 70px;
  color: #d2ae42;
}
@media screen and (max-width: 600px) {
  .calendar .calendar-inner .calendar-control .title {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
}
.calendar .calendar-inner .calendar-control .title .prev_month,
.calendar .calendar-inner .calendar-control .title .next_month {
  background-color: #f0f0f0;
  position: absolute;
  top: 50%;
  border: 0;
  height: 70px;
  width: 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
@media screen and (max-width: 600px) {
  .calendar .calendar-inner .calendar-control .title .prev_month,
  .calendar .calendar-inner .calendar-control .title .next_month {
    background-color: #f0f0f0;
    height: 50px;
    width: 40px;
    background-size: 30px;
  }
}
.calendar .calendar-inner .calendar-control .title .prev_month {
  left: 0px;
  background-image: url(/local/templates/kemsu/css/../images/left-arrow.svg);
  -webkit-transform: translateX(5px) translateY(-50%);
  -ms-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}
.calendar .calendar-inner .calendar-control .title .prev_month:hover {
  -webkit-transform: translateX(0px) translateY(-50%);
  -ms-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
}
.calendar .calendar-inner .calendar-control .title .next_month {
  right: 0px;
  background-image: url(/local/templates/kemsu/css/../images/right-arrow.svg);
  -webkit-transform: translateX(-5px) translateY(-50%);
  -ms-transform: translateX(-5px) translateY(-50%);
  transform: translateX(-5px) translateY(-50%);
}
.calendar .calendar-inner .calendar-control .title .next_month:hover {
  -webkit-transform: translateX(0px) translateY(-50%);
  -ms-transform: translateX(0px) translateY(-50%);
  transform: translateX(0px) translateY(-50%);
}
.calendar .events-filter {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .calendar .events-filter {
    display: none;
  }
}
.calendar .events-filter.fMonth .dropdown {
  width: 110px;
}
.calendar .events-filter .dropdown {
  display: inline-block;
  text-align: left;
  width: auto;
  padding: 10px 40px 10px 10px !important;
  margin: 0 5px;
  border: 1px solid #ababab;
  cursor: pointer;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: inherit;
}
.calendar .events-filter .dropdown.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar .events-filter .dropdown:hover,
.calendar .events-filter .dropdown:focus,
.calendar .events-filter .dropdown:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar .events-filter .dropdown div {
  border-color: #ababab;
  border-width: 0 1px 1px 1px;
}
.calendar .events-filter .dropdown ul {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.calendar .events-filter .dropdown li {
  font-size: 14px;
}
.calendar .events-filter .dropdown li.active {
  font-family: 'GerberaBold';
  font-weight: normal;
}
.calendar .events-filter .dropdown .carat {
  border: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  top: 50%;
}
.calendar .events-filter .dropdown .carat:after {
  content: "\f107";
  font: 20px/20px 'fontawesome';
}
.calendar .events-filter .dropdown.open .carat:after {
  content: "\f106";
}
.calendar .events-filter .dropdown .selected {
  padding: 0;
  color: #000;
  font-size: 14px;
}
.calendar .events-filter .dropdown .selected::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.calendar .events-filter .dropdown li.focus {
  color: #ffffff;
  background-color: #d2ae42;
}
.calendar .events-filter:last-child {
  margin-left: 0px;
}
.event-detail .image {
  margin-bottom: 15px;
}
.event-detail .image a {
  border: 0;
}
.event-detail .image a:hover {
  border: 0;
}
.event-detail .tags {
  margin-bottom: 15px;
  text-align: center;
}
.event-detail .tags span {
  font: 14px/20px 'GerberaLight';
  margin: 0 0 0 5px;
  color: #666;
  text-transform: uppercase;
}
.event-detail .time-place {
  font-family: 'GerberaLight';
}
.event-detail .time-place b {
  display: block;
  font-family: 'GerberaRegular';
  font-weight: normal;
  margin-bottom: 5px;
  color: #d2ae42;
}
.event-detail .time-place .place {
  margin-top: 30px;
}
.event-detail .time-place .date {
  text-transform: lowercase;
}
.event-detail .time-place .date span {
  background-color: #eeeeee;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-family: 'GerberaLight';
  width: 20px;
  margin: 2px;
  display: inline-block;
}
.event-detail .time-place .date .separator {
  display: inline-block;
  margin: 0 5px;
}
.tooltip {
  display: none;
  position: relative;
  z-index: 10;
  position: fixed;
  width: 300px;
  height: 90px;
  padding: 10px;
  margin: -45px 0 0 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(100, 100, 100, 0.3);
  box-shadow: 0 0 15px 0 rgba(100, 100, 100, 0.3);
  border-left: 3px solid #ff4300;
}
.tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 8px solid #ff4300;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
  top: 50%;
  left: -8px;
}
.tooltip_bottom {
  margin: 35px 0 0 -150px;
  border-left: 0;
  border-top: 3px solid #ff4300;
}
.tooltip_bottom:before {
  border-left: 10px solid transparent;
  border-bottom: 8px solid #ff4300;
  border-right: 10px solid transparent;
  border-top: 0;
  margin-top: 0;
  margin-left: -10px;
  left: 50%;
  top: -8px;
}
.tooltip .image {
  float: left;
  margin-right: 10px;
  height: 70px;
  width: 70px;
  background-size: cover;
  background-position: 50% 50%;
}
.tooltip .text {
  float: left;
  width: 190px;
  height: 70px;
  font-size: 14px;
  line-height: 22px;
  font-family: 'GerberaLight';
}
.tooltip .text b {
  font-family: 'GerberaRegular';
  font-weight: normal;
}
.tooltip .text span {
  background-color: #eeeeee;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-family: 'GerberaLight';
  width: 20px;
  margin: 2px;
  display: inline-block;
  text-transform: lowercase;
}
.tooltip .text .separator {
  display: inline-block;
  margin: 0 5px;
}
.media {
  padding: 30px 0;
}
.media h2 {
  font: 25px/30px 'GerberaLight';
  color: #ff4300;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0;
}
.media h2 a {
  color: #ff4300;
  border-bottom: 2px solid #ff4300;
}
.media h2 a:hover {
  border-bottom: 2px solid #fff;
}
.media .border {
  border-top: 1px solid #e5e5e5;
}
.media .category {
  left: 150px;
  top: 10px;
}
.media .item {
  text-align: center;
}
.media .item .image {
  position: relative;
  height: 260px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 400px) {
  .media .item .image {
    height: 200px;
  }
}
.media .item .image:after {
  content: "";
  z-index: 10;
  position: absolute;
  height: 40px;
  width: 50px;
  bottom: 20px;
  left: 20px;
  background-size: 50px 40px;
}
.media .item .image.video:after {
  background-image: url(/local/templates/kemsu/css/../images/video-icon.svg);
}
.media .item .image.photo:after,
.media .item .image.mix:after {
  background-image: url(/local/templates/kemsu/css/../images/photo-icon.svg);
}
.media .item .image.mix:before {
  content: "";
  z-index: 10;
  position: absolute;
  height: 40px;
  width: 50px;
  bottom: 20px;
  left: 80px;
  background-size: 50px 40px;
  background-image: url(/local/templates/kemsu/css/../images/video-icon.svg);
}
.media .item .tags {
  padding-top: 15px;
}
.media .item .tags a {
  font: 11px/20px 'GerberaLight';
  margin: 0 5px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-decoration: underline;
}
.media .item .tags a:hover {
  color: #666;
}
.media .item .title {
  color: #1d1d1b;
  padding: 10px 0;
  font: 18px/25px 'GerberaRegular';
}
.media .item .title:hover {
  color: #ff4300;
}
.media .item .date {
  font: 12px/30px 'GerberaLight';
  color: #9d9d9c;
}
.media .item .date span {
  margin: 0 5px;
}
.media-detail {
  margin-bottom: 60px;
}
.media-detail .info {
  padding-top: 10px;
}
.media-detail .info .date {
  display: block;
  float: left;
  font: 14px/20px 'GerberaLight';
  padding: 5px 0px;
  color: #9d9d9c;
}
.media-detail .info .date span {
  margin: 0 5px;
}
.media-detail .info .tags {
  float: left;
  margin-left: 30px;
}
.media-detail .info .tags a {
  font: 14px/30px 'GerberaLight';
  margin: 0 5px;
  border: 2px solid #d2ae42;
  padding: 3px 10px;
  background-color: #d2ae42;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.media-detail .info .tags a:hover {
  background-color: #fff;
  color: #666;
}
.media-detail .info:after {
  content: "";
  clear: both;
  display: block;
}
.media-detail .gallery {
  margin: 0 -10px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .media-detail .gallery {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 450px) {
  .media-detail .gallery {
    margin: 0;
  }
}
.media-detail .gallery .item {
  float: left;
  width: 25%;
  margin: 0;
  padding: 10px;
}
.media-detail .gallery .item a {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.media-detail .gallery .item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.media-detail .gallery .item a:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1.0;
}
.media-detail .gallery .item img {
  width: 100%;
}
@media screen and (max-width: 1152px) {
  .media-detail .gallery .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .media-detail .gallery .item {
    width: 50%;
    padding: 5px;
  }
}
@media screen and (max-width: 450px) {
  .media-detail .gallery .item {
    width: 100%;
    padding: 5px 0;
  }
}
.media-detail .gallery:after {
  content: "";
  display: block;
  clear: both;
}
.media-detail .video {
  position: relative;
  margin: 30px 0;
  padding-top: 60%;
}
.media-detail .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1152px) {
  .media-detail .video {
    padding-top: 70%;
  }
}
.hr hr {
  border: 0;
  border-top: 1px solid #aaa;
}
.footer {
  font: 14px/20px 'GerberaRegular';
  padding: 40px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .footer__left {
    padding-top: 15px;
    text-align: center;
  }
  .footer__left br {
    display: none;
  }
}
.footer__center {
  text-align: center;
}
.footer__right {
  text-align: right;
}
.footer .soc {
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .soc {
    padding: 0 0 10px;
  }
}
.footer .soc a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-image: url(/local/templates/kemsu/css/../images/icons_soc.png);
  background-size: 30px 150px;
  background-repeat: no-repeat;
}
.footer .soc a:hover {
  background-image: url(/local/templates/kemsu/css/../images/icons_soc_h.png);
}
.footer .soc a.instagram {
  background-position: 0 0;
}
.footer .soc a.vk {
  background-position: 0 -30px;
}
.footer .soc a.twitter {
  background-position: 0 -90px;
}
.footer .soc a.facebook {
  background-position: 0 -60px;
}
.footer .soc a.youtube {
  background-position: 0 -120px;
}
.footer .sved-dohod {
  padding-bottom: 5px;
}
.footer .minobr {
  float: right;
  text-align: center;
}
.footer .minobr img {
  float: left;
}
.footer .minobr a {
  display: block;
}
.footer .minobr u {
  float: left;
  text-decoration: none;
  padding: 15px 0 0 5px;
}
@media screen and (max-width: 1007px) {
  .footer .minobr img {
    float: none;
  }
  .footer .minobr u {
    display: block;
    float: none;
    padding: 10px 0 0 0;
  }
}
.title-page {
  padding: 100px 0 30px;
}
.title-page .breadcrumbs {
  font: 14px 'GerberaLight';
  line-height: 1.5em;
}
.title-page .breadcrumbs__item {
  display: inline-block;
}
.title-page .breadcrumbs__item::after {
  content: "/";
  display: inline-block;
  margin: 0 10px;
}
.title-page .breadcrumbs__item:last-child::after {
  content: "";
  margin: 0;
}
.title-page__description {
  font: 18px/2em 'GerberaLight';
}
.title-page hr {
  margin-top: 30px;
}
.main {
  overflow: hidden;
  padding-bottom: 100px;
  font: 16px/24px 'GerberaRegular';
}
.main.content {
  padding: 0;
}
.main .color-gold {
  color: #d2ae42;
}
.main .color-orange {
  color: #ff4300;
}
.main p.mini-size {
  font-size: 14px !important;
  line-height: 1em;
  margin: 10px 0;
}
.main a {
  border-bottom: 1px solid #000;
}
.main a:hover {
  border-bottom: 1px solid transparent;
}
.main a.fancybox {
  border: 0;
}
.main a.fancybox:hover {
  border-bottom: 1px solid transparent;
}
.main b,
.main strong {
  font-family: 'GerberaBold';
  font-weight: normal;
}
.main ul,
.main ol {
  margin: 30px 0;
  padding: 0px;
}
.main ul li,
.main ol li {
  margin: 10px 0 10px 30px;
}
.main ul ul,
.main ol ul,
.main ul ol,
.main ol ol {
  margin: 15px 0;
  padding-left: 30px;
}
.main .list-style {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 30px 0;
}
.main .list-style > li {
  position: relative;
  color: #000;
  padding: 0 0 0 30px;
  margin: 10px 0;
  line-height: 24px;
}
.main .list-style > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f111';
  font: 10px/24px 'Fontawesome';
  color: #ff4300;
}
.main .list-style > li ul.mini {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1em;
  padding: 0;
}
.main .list-style > li ul.mini > li {
  margin: 5px 0;
}
.main .list-style > li ul.mini > li::before {
  content: '\25cf';
  font-size: 8px;
  color: #d2ae42;
  padding-left: 15px;
}
.main .list-style.dash > li {
  margin: 15px 0;
  line-height: 24px;
}
.main .list-style.dash > li::before {
  content: '\2014';
  font-family: 'GerberaLight';
  font-size: inherit;
  color: #000;
}
.main .list-style ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 15px 0;
}
.main .list-style ul > li {
  position: relative;
  color: #000;
  padding: 0 0 0 30px;
  margin: 10px 0;
  line-height: 24px;
}
.main .list-style ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f1db';
  font: 10px/24px 'Fontawesome';
  color: #ff4300;
}
.main ol {
  padding: 0;
  margin: 15px 0;
}
.main ol > li {
  margin: 15px 0;
  line-height: 24px;
}
.main ol.list-orange {
  list-style-type: none;
  counter-reset: num;
}
.main ol.list-orange > li {
  position: relative;
  padding-left: 30px;
}
.main ol.list-orange > li::before {
  content: counter(num) '.';
  counter-increment: num;
  color: #ff4300;
  position: absolute;
  left: 0;
}
.main ol.num-bkt {
  list-style-type: none;
  counter-reset: num;
}
.main ol.num-bkt > li {
  position: relative;
  padding-left: 30px;
}
.main ol.num-bkt > li::before {
  content: counter(num) ')';
  counter-increment: num;
  position: absolute;
  left: 0;
}
.main ol.cyrilic {
  list-style: none;
}
.main ol.cyrilic > li {
  position: relative;
  padding-left: 30px;
}
.main ol.cyrilic > li::before {
  font: inherit;
  color: inherit;
  position: absolute;
  left: 0;
}
.main ol.cyrilic li:nth-of-type(1)::before {
  content: 'а)';
}
.main ol.cyrilic li:nth-of-type(2)::before {
  content: 'б)';
}
.main ol.cyrilic li:nth-of-type(3)::before {
  content: 'в)';
}
.main ol.cyrilic li:nth-of-type(4)::before {
  content: 'г)';
}
.main ol.cyrilic li:nth-of-type(5)::before {
  content: 'д)';
}
.main ol.cyrilic li:nth-of-type(6)::before {
  content: 'е)';
}
.main ol.cyrilic li:nth-of-type(7)::before {
  content: 'ж)';
}
.main ol.cyrilic li:nth-of-type(8)::before {
  content: 'з)';
}
.main ol.cyrilic li:nth-of-type(9)::before {
  content: 'и)';
}
.main ol.cyrilic li:nth-of-type(10)::before {
  content: 'к)';
}
.main ol.cyrilic li:nth-of-type(11)::before {
  content: 'л)';
}
.main ol.cyrilic li:nth-of-type(12)::before {
  content: 'м)';
}
.main ol.cyrilic li:nth-of-type(13)::before {
  content: 'н)';
}
.main ol.cyrilic li:nth-of-type(14)::before {
  content: 'о)';
}
.main ol.cyrilic li:nth-of-type(15)::before {
  content: 'п)';
}
.main ol.cyrilic li:nth-of-type(16)::before {
  content: 'р)';
}
.main ol.cyrilic li:nth-of-type(17)::before {
  content: 'с)';
}
.main ol.cyrilic li:nth-of-type(18)::before {
  content: 'т)';
}
.main .table-wrap {
  position: relative;
  overflow: auto;
  overflow-x: auto;
}
.main .table-style {
  margin: 30px 0;
  border-collapse: collapse;
  overflow-x: scroll;
}
.main .table-style tr {
  border: 0;
  padding: 0;
  margin: 0;
}
.main .table-style th {
  background-color: #d2ae42;
  font-weight: normal;
  border: 1px solid #fff;
  padding: 8px 5px;
  color: #fff;
}
.main .table-style td {
  border: 1px solid #d2ae42;
  padding: 5px;
}
.main .table-noborder {
  margin: 30px 0;
  border: 0;
  border-spacing: 0;
}
.main .table-noborder th {
  border-spacing: 0;
  background-color: #d2ae42;
  border: 0;
  margin: 0;
  padding: 8px 10px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.main .table-noborder tr:nth-child(2n-1) {
  background-color: #f0f0f0;
}
.main .table-noborder td {
  border-spacing: 0;
  border: 0;
  margin: 0;
  padding: 8px 5px;
  text-align: center;
}
.main .table-noborder td .fa {
  font-size: 20px;
  color: #aaa;
}
.main .table-noborder td .fa-check-circle {
  font-size: 26px;
  color: #d2ae42;
}
@media screen and (max-width: 767px) {
  .main .table-noborder th,
  .main .table-noborder td {
    padding: 5px 3px;
    font-size: 12px;
    line-height: 1.3;
  }
  .main .table-noborder th .fa,
  .main .table-noborder td .fa {
    font-size: 16px;
    color: #aaa;
  }
  .main .table-noborder th .fa-check-circle,
  .main .table-noborder td .fa-check-circle {
    font-size: 20px;
    color: #d2ae42;
  }
}
.main blockquote {
  position: relative;
  margin: 30px 0;
  padding: 15px 15px 15px 90px;
  font-family: 'GerberaLight';
  font-style: italic;
  background: #f2f2f2;
}
.main blockquote:before {
  content: "\201C";
  position: absolute;
  display: block;
  top: 30px;
  left: 15px;
  font: 120px/0.5em 'GerberaRegular';
  color: #ff4300;
}
@media screen and (max-width: 767px) {
  .main blockquote {
    padding: 15px;
  }
  .main blockquote:before {
    content: "";
  }
}
.main blockquote p:first-child {
  margin-top: 0;
}
.main blockquote p:last-child {
  margin-bottom: 0;
}
.main blockquote cite {
  display: block;
  margin-top: 15px;
  font-style: normal;
  font: 16px 'GerberaRegular';
}
.main blockquote cite::before {
  content: '\2014';
  font-size: inherit;
  margin-right: 10px;
}
.main .staff {
  margin-bottom: 45px;
}
.main .staff.rector .staff__post {
  margin-top: 0px;
  font: 20px 'GerberaBold';
  min-height: auto;
}
.main .staff__photo::after {
  content: "";
  display: block;
  clear: both;
}
.main .staff__post {
  font: 16px 'GerberaBold';
  margin-top: 20px;
  color: #333;
  min-height: 60px;
}
.main .staff__name {
  margin: 15px 0;
  font-size: 28px;
  line-height: 1.25em;
}
.main .staff__regalia {
  font-family: 'GerberaLight';
  color: #333;
  margin: 15px 0;
}
.main .staff__address {
  font-size: 14px;
}
.main .staff__phone {
  font-family: 'GerberaLight';
  font-size: 22px;
  margin: 10px 0;
}
.main .photo {
  overflow: hidden;
  margin: 15px -10px;
}
.main .photo a {
  display: block;
  border: 0;
}
.main .photo a:hover {
  border: 0;
}
.main .photo a img {
  width: 100%;
  height: 100%;
}
.main .menu-page__item {
  margin: 15px 0;
}
.main .menu-page-big {
  margin: 30px 0;
  font-size: 18px;
}
.main .menu-page-big__item {
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
}
.main .menu-page-big__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f111';
  font: 10px/24px 'Fontawesome';
  color: #ff4300;
}
.main .menu-page-big-ol {
  margin: 30px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
  list-style-type: none;
  counter-reset: num;
}
.main .menu-page-big-ol > li {
  position: relative;
  padding-left: 30px;
  margin: 15px 0;
}
.main .menu-page-big-ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num) '.';
  counter-increment: num;
  color: #ff4300;
  display: inline-block;
  width: 30px;
}
.main .border-line {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  border: 0;
  border-top: 1px solid #cdcdcd;
}
.main a.external-link:after {
  content: "\f08e";
  font-family: 'Fontawesome';
  margin-left: 5px;
}
.main .document {
  position: relative;
  padding-left: 40px;
  margin: 15px 0;
}
.main .document-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.main .document__link {
  border-bottom: 1px solid #000;
  text-decoration: none;
  line-height: 30px;
}
.main .document__link:hover {
  border-color: transparent;
}
.main .document__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url(/local/templates/kemsu/css/../images/icons/empty.svg);
}
.main .document__link[href$='.pdf']:before,
.main .document__link[href$='.PDF']:before{
  background-image: url(/local/templates/kemsu/css/../images/icons/pdf.svg);
}
.main .document__link[href$='.doc']:before,
.main .document__link[href$='.docx']:before,
.main .document__link[href$='.DOC']:before,
.main .document__link[href$='.DOCX']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/doc.svg);
}
.main .document__link[href$='.ppt']:before,
.main .document__link[href$='.pptx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/ppt.svg);
}
.main .document__link[href$='.xls']:before,
.main .document__link[href$='.xlsx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/xls.svg);
}
.main .document__link[href$='.zip']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/zip.svg);
}
.main .document__link[href$='.rar']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/rar.svg);
}
.main .document__link[href$='.exe']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/exe.svg);
}
.main .document__link[href$='.gif']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/gif.svg);
}
.main .document__link[href$='.iso']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/iso.svg);
}
.main .document__link[href$='.jpg']:before,
.main .document__link[href$='.jpeg']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/jpg.svg);
}
.main .document__link[href$='.mp3']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/mp3.svg);
}
.main .document__link[href$='.png']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/png.svg);
}
.main .document__link[href$='.rtf']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/rtf.svg);
}
.main .document__link[href$='.tif']:before,
.main .document__link[href$='.tiff']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/tif.svg);
}
.main .document__link[href$='.txt']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/txt.svg);
}
.main .document__link[href$='.cdr']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/cdr.svg);
}
.main .document__link_video:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/video.svg);
}
.main .video {
  position: relative;
  margin: 30px 0;
  padding-top: 60%;
}
.main .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1152px) {
  .main .video {
    padding-top: 70%;
  }
}
.news-list {
  padding: 30px 0 60px;
}
.news-list .news-category__item {
  display: inline-block;
  padding: 2px 0;
  margin-bottom: 15px;
}
.news-list .news-category__item a {
  font-family: 'GerberaLight';
  padding: 3px 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #d2ae42;
  margin-right: 10px;
  font-size: 14px;
}
.news-list .news-category__item a:hover {
  background-color: #d2ae42;
  color: #fff;
}
.news-list .news-category__item_active a {
  background-color: #d2ae42;
  color: #fff;
}
.news-list .news-filter {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.news-list .news-filter.filtrMes .dropdown {
  width: 110px;
}
.news-list .news-filter .dropdown {
  display: block;
  width: auto;
  padding: 10px 40px 10px 10px !important;
  border: 1px solid #ababab;
  cursor: pointer;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: inherit;
}
.news-list .news-filter .dropdown.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-list .news-filter .dropdown:hover,
.news-list .news-filter .dropdown:focus,
.news-list .news-filter .dropdown:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-list .news-filter .dropdown div {
  border-color: #ababab;
  border-width: 0 1px 1px 1px;
}
.news-list .news-filter .dropdown ul {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.news-list .news-filter .dropdown li {
  font-size: 14px;
}
.news-list .news-filter .dropdown li.active {
  font-family: 'GerberaBold';
  font-weight: normal;
}
.news-list .news-filter .dropdown .carat {
  border: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  top: 50%;
}
.news-list .news-filter .dropdown .carat:after {
  content: "\f107";
  font: 20px/20px 'fontawesome';
}
.news-list .news-filter .dropdown.open .carat:after {
  content: "\f106";
}
.news-list .news-filter .dropdown .selected {
  padding: 0;
  color: #000;
  font-size: 14px;
}
.news-list .news-filter .dropdown .selected::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-list .news-filter .dropdown li.focus {
  color: #ffffff;
  background-color: #d2ae42;
}
.news-list .news-filter:last-child {
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .news-list .news-filter {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 10px;
  }
  .news-list .news-filter:last-child {
    margin-right: 0px;
  }
}
.news-detail {
  margin-bottom: 60px;
}
.news-detail .link-event {
  margin-bottom: 30px;
  line-height: 30px;
}
.news-detail .link-event:before {
  content: "\f073";
  font: 24px "FontAwesome";
  margin-right: 10px;
  color: #ff4300;
}
.news-detail .link-event a {
  border-bottom: 1px solid #000;
}
.news-detail .link-event a:hover {
  border-color: transparent;
}
.news-detail .info {
  padding-top: 10px;
  margin-bottom: 30px;
}
.news-detail .info .date {
  font: 14px/30px 'GerberaLight';
  color: #9d9d9c;
}
.news-detail .info .date span {
  margin: 0 5px;
}
.news-detail .info .tags {
  float: right;
}
.news-detail .info .tags a {
  font: 14px/30px 'GerberaLight';
  margin: 0 5px;
  color: #d2ae42;
  text-transform: uppercase;
}
.news-detail .info .tags a:hover {
  color: #666;
}
.news-detail .info:after {
  content: "";
  clear: both;
  display: block;
}
.news-detail .gallery {
  margin: 0 -10px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .news-detail .gallery {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 450px) {
  .news-detail .gallery {
    margin: 0;
  }
}
.news-detail .gallery .item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 10px;
}
.news-detail .gallery .item a {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.news-detail .gallery .item a:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0.0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-detail .gallery .item a:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1.0;
}
.news-detail .gallery .item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail .gallery .item {
    padding: 5px;
  }
}
@media screen and (max-width: 450px) {
  .news-detail .gallery .item {
    width: 100%;
    padding: 5px 0;
  }
}
.news-detail .gallery:after {
  content: "";
  display: block;
  clear: both;
}
.read-also__item {
  margin-bottom: 40px;
}
.read-also__item .image {
  height: 160px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 20px;
}
.read-also__item .title {
  font-size: 16px;
}
.read-also-event {
  padding-top: 45px;
}
.read-also-event h3 {
  margin: 0 0 15px;
}
.read-also-event__item {
  position: relative;
  padding: 0px 0px 0px 120px;
  min-height: 100px;
  margin: 10px 0;
}
.read-also-event__item .image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.read-also-event__item .title {
  font-size: 16px;
  border: 0;
}
.read-also-event__item .title:hover {
  border: 0;
}
.read-also-event__item .date {
  text-transform: lowercase;
  font-size: 14px;
  margin-top: 10px;
}
.read-also-event__item .date .separator {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 450px) {
  .read-also-event__item {
    padding: 0 0 10px;
    border-bottom: 1px solid #aaa;
    margin: 15px 0;
    min-height: auto;
  }
  .read-also-event__item .image {
    display: none;
  }
}
/* -------- directions -----------*/
.directions a:hover {
  color: #d2ae42;
}
.directions .head {
  padding: 15px 0;
  background-color: #d2ae42;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.directions .head::after {
  content: "";
  display: block;
  clear: both;
}
.directions .head .directions__name {
  padding: 0 !important;
}
.directions__item {
  position: relative;
  padding: 15px 0;
  min-height: 100px;
  border-bottom: 1px solid #aaa;
}
.directions__item::after {
  content: "";
  display: block;
  clear: both;
}
.directions__name,
.directions__institute,
.directions__exams,
.directions__forms {
  float: left;
  padding: 0 10px;
}
.directions__name {
  width: 55%;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 1.5em;
}
.directions__name.w-35 {
  width: 35%;
}
.directions__name.w-50 {
  width: 50%;
  padding-bottom: 0px;
}
.directions__name span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font: 14px "GerberaLight";
  text-transform: uppercase;
  color: #999;
}
.directions__institute {
  width: 20%;
  text-align: center;
}
.directions__forms {
  width: 15%;
}
.directions__exams {
  width: 25%;
}
.directions__exams ol {
  line-height: 1.3em;
  padding: 0;
  margin: 0;
}
.directions__exams ol li {
  margin: 0 0 0 17px;
}
.directions-exams {
  margin-bottom: 45px;
}
.directions-exams__item {
  display: inline-block;
  padding: 2px 0;
  margin-bottom: 15px;
  font-family: 'GerberaLight';
  padding: 3px 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #d2ae42;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.directions-exams__item:hover {
  background-color: #d2ae42;
  color: #fff;
}
.directions-exams__item_active {
  background-color: #d2ae42;
  color: #fff;
}
.directions-exams__button {
  display: inline-block;
}
.directions-exams__button a {
  font: 18px 'GerberaLight';
  padding: 8px 40px;
  background-color: #666;
  border: 0;
  color: #fff;
}
.directions-exams__button a:hover {
  border: 0;
  opacity: 0.7;
}
.directions-exams__button_send a {
  background-color: #d2ae42;
}
.directions-exams .clearfix {
  padding-top: 15px;
}
.direction-slider {
  position: relative;
  margin-top: 30px;
  padding: 0 10%;
}
@media screen and (max-width: 1007px) {
  .direction-slider {
    padding: 0;
  }
}
.direction-slider img {
  width: 100%;
}
.direction-slider .next,
.direction-slider .prev {
  position: absolute;
  z-index: 600;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  cursor: pointer;
  opacity: 0.7;
}
.direction-slider .next:hover,
.direction-slider .prev:hover {
  opacity: 1.0;
}
.direction-slider .next {
  background-image: url(/local/templates/kemsu/css/../images/right-w-arrow.svg);
  right: 12%;
}
.direction-slider .next:hover {
  background-image: url(/local/templates/kemsu/css/../images/right-arrow-hover.svg);
}
@media screen and (max-width: 1007px) {
  .direction-slider .next {
    right: 4%;
  }
}
.direction-slider .prev {
  background-image: url(/local/templates/kemsu/css/../images/left-w-arrow.svg);
  left: 12%;
}
.direction-slider .prev:hover {
  background-image: url(/local/templates/kemsu/css/../images/left-arrow-hover.svg);
}
@media screen and (max-width: 1007px) {
  .direction-slider .prev {
    left: 4%;
  }
}
.direction-info::after {
  content: "";
  display: block;
  clear: both;
}
.direction-info__bg {
  padding: 15px 0;
  background-color: #f2f2f2;
}
.direction-info__item {
  margin: 15px 0;
  font: 14px 'GerberaBold';
  color: #666;
  text-align: center;
}
.direction-info__item span {
  display: block;
  font: 22px 'GerberaRegular';
  color: #ff4300;
}
@media screen and (max-width: 1007px) {
  .direction-info__item {
    display: inline-block;
    width: 300px;
  }
}
@media screen and (max-width: 450px) {
  .direction-info__item {
    display: block;
    width: 100%;
  }
}
.direction-info .direction-info-slider {
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 1007px) {
  .direction-info .direction-info-slider {
    text-align: center;
  }
}
.direction-info .direction-info-slider.slick-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  -webkit-touch-callout: auto;
  -khtml-user-select: auto;
}
.direction-info .direction-info-slider .next,
.direction-info .direction-info-slider .prev {
  position: absolute;
  top: 0;
  left: 50%;
  height: 20px;
  width: 30px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
.direction-info .direction-info-slider .next:hover,
.direction-info .direction-info-slider .prev:hover {
  opacity: 0.7;
}
.direction-info .direction-info-slider .prev {
  margin-left: -40px;
  background-image: url(/local/templates/kemsu/css/../images/left-mini-arrow.svg);
}
.direction-info .direction-info-slider .next {
  margin-left: 10px;
  background-image: url(/local/templates/kemsu/css/../images/right-mini-arrow.svg);
}
/* -------- meeting -----------*/
.meeting .meeting-item {
  margin: 0 0 30px;
}
.meeting .meeting-item__header {
  font-size: 18px;
}
.meeting .meeting-item__doc {
  margin: 10px 0;
}
.meeting .meeting-item__questions {
  margin: 10px 0;
  font-size: 14px;
}
.meeting .meeting-item__questions span {
  display: inline-block;
  line-height: 21px;
  width: 21px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #dadada;
  color: #000;
  text-align: center;
  margin-right: 5px;
}
.meeting .meeting-item__readmore {
  font-size: 14px;
  line-height: 14px;
}
.meeting .meeting-item__readmore::after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 5px;
}
.meeting-detail__info {
  margin: 10px 0;
  font-size: 18px;
}
.meeting-detail__info span {
  color: #777;
}
.meeting-detail__doc {
  margin: 10px 0;
}
.meeting-detail__plan {
  margin-top: 30px;
}
.meeting-detail__question {
  margin: 30px 0;
}
.meeting-detail__question_header {
  font-size: 18px;
  line-height: 27px;
  position: relative;
  padding-left: 40px;
}
.meeting-detail__question_header_line {
  content: "";
  position: absolute;
  top: 5px;
  left: 11px;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-color: #dadada;
  z-index: -1;
}
.meeting-detail__question_header span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #dadada;
  color: #000;
  text-align: center;
  margin-right: 10px;
}
.meeting-detail__question_text {
  position: relative;
  padding: 10px 0px 5px 40px;
}
.meeting-detail__question_text::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 11px;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-color: #dadada;
}
/* Приказы*/
.prikaz-list__item {
  margin: 30px 0;
}
.prikaz-list__info {
  font-size: 14px;
}
.prikaz-list__title {
  font-family: "GerberaBold";
  margin: 10px 0;
}
/* -------- search page -----------*/
.search-page .notetext {
  display: block;
  color: #000;
  padding: 15px 0;
}
.search-page .search-form {
  position: relative;
  height: 45px;
}
.search-page .search-form input[type="text"] {
  padding: 0 60px 0 10px;
  margin: 0;
  border: 1px solid #999;
  height: 45px;
  width: 520px;
  font-size: 18px;
}
@media screen and (max-width: 670px) {
  .search-page .search-form input[type="text"] {
    width: 100%;
  }
}
.search-page .search-form input[type="submit"] {
  position: absolute;
  left: 475px;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url(/local/templates/kemsu/css/../images/search-orange.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}
@media screen and (max-width: 670px) {
  .search-page .search-form input[type="submit"] {
    top: 0;
    left: 100%;
    margin-left: -45px;
  }
}
.search-page .search-sort {
  margin-bottom: 45px;
}
.search-page .search-sort .sep {
  margin: 0 15px;
}
.search-page .search-sort b {
  font-weight: normal;
  font-family: 'GerberaRegular';
}
.search-page .count-result {
  margin: 60px 0 15px;
  font: 24px 'GerberaLight';
}
.search-page .search-result__item {
  margin: 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cdcdcd;
}
.search-page .search-result__item .title {
  font-size: 18px;
  line-height: 30px;
}
.search-page .search-result__item .text {
  margin: 5px 0 0;
  font-size: 14px;
}
.search-page .search-result__item .chain {
  font-family: 'GerberaLight';
  font-size: 14px;
  line-height: 30px;
  color: #9d9d9c;
}
.search-page .search-result__item .chain a {
  border-bottom: 1px solid #9d9d9c;
  color: #9d9d9c;
}
.search-page .search-result__item .chain a:hover {
  border-bottom: 1px solid transparent;
  color: #666;
}
/* -------- tabs -----------*/
.tabs-block {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tabs-block {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.tabs-nav {
  display: block;
}
@media screen and (max-width: 767px) {
  .tabs-nav {
    display: table;
  }
}
@media (min-width: 768px) {
  .tabs-nav_has-offset {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.tabs-nav__item {
  display: inline-block;
  padding: 16px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  background-color: #f2f2f2;
  margin: 5px;
}
.tabs-nav__item span {
  border-bottom: 1px solid #000;
}
.tabs-nav__item.active {
  background-color: #ff4300;
  color: #ffffff;
}
.tabs-nav__item.active span {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .tabs-nav__item {
    display: table-cell;
    white-space: nowrap;
  }
}
.tabs-nav {
  display: block;
}
@media screen and (max-width: 767px) {
  .tabs-nav {
    display: table;
  }
}
@media (min-width: 768px) {
  .tabs-nav_has-offset {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.forms-direction .tabs-nav__item {
  padding: 3px 10px;
  background-color: #dadada;
  color: #000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin: 5px;
  cursor: pointer;
}
.forms-direction .tabs-nav__item span {
  border-bottom: none;
}
.forms-direction .tabs-nav__item.active {
  background-color: #ff4300;
  color: #ffffff;
}
.forms-direction .tabs-nav__item.active span {
  border-bottom: 1px solid #ff4300;
}
.tabs-content {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.1s;
  transition: opacity 0.5s 0.1s;
}
.tabs-content.active {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.1s;
  transition: opacity 0.5s 0.1s;
}
.tabs-content.white {
  background-color: #fff;
  margin: 10px 0;
  padding: 30px 30px 10px;
  position: relative;
}
.tabs-content__header {
  display: block;
  margin-top: 60px;
  padding-bottom: 35px;
  font-size: 48px;
  border-bottom: 1px solid #dadada;
}
@media screen and (max-width: 1300px) {
  .tabs-content__header {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tabs-content__header {
    font-size: 28px;
  }
}
.tabs-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-image: url('/local/templates/kemsu/css/../images/popup-close.png');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.sub-tabs-content {
  display: none;
}
.sub-tabs-content.active {
  display: block;
}
.select-tabs__select {
  border: 1px solid #000;
  padding: 10px 20px;
  font-family: "GerberaLight";
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .select-tabs__select {
    width: 100%;
  }
}
.select-tabs__tabs {
  display: none;
}
.select-tabs__tabs.active {
  display: block;
}
/* -------- /tabs -----------*/
/* -------- forms -----------*/
.form-style {
  margin: 30px 0;
}
.form-style .field {
  display: block;
  margin: 10px 0 5px 0;
  padding: 0;
}
.form-style .field br {
  display: none;
}
.form-style .field > span {
  display: block;
  padding: 4px 15px 0;
  font-size: 14px;
  font-family: 'GerberaRegular';
  color: #666;
}
.form-style input[type="text"],
.form-style textarea {
  width: 100%;
  padding: 8px 15px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-family: 'GerberaRegular';
  border: 0;
  border-bottom: 2px solid #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-style input[type="text"]:focus,
.form-style textarea:focus {
  border-bottom: 2px solid #d2ae42;
}
.form-style input[type="text"].error,
.form-style textarea.error {
  border-bottom: 2px solid #ee0000;
}
.form-style input[type="submit"] {
  background-color: #d2ae42;
  color: #fff;
  border: 3px solid #d2ae42;
  margin-top: 20px;
  padding: 15px 80px;
  font: 18px/18px 'GerberaBold';
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-style input[type="submit"]:hover {
  color: #000;
}
.form-style .dropdown {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-style .dropdown .selected {
  font-size: 16px;
}
.form-style .dropdown.error {
  border-bottom: 2px solid #ee0000;
}
.form-style .dropdown ul {
  margin: 0;
  padding: 0;
}
.form-style .dropdown ul li {
  margin: 0;
  font-size: 16px;
  font-family: 'GerberaRegular';
}
.form-style .dropdown ul li.active {
  font-size: 16px;
  font-family: 'GerberaBold';
  font-weight: normal;
}
.form-style .dropdown ul li:hover {
  background-color: #d2ae42;
}
.form-style .dropdown:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-style .dropdown.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #d2ae42;
}
.form-style .fileform {
  background-color: #f6f6f6;
  height: 46px;
  padding: 0px 15px;
  border: 0;
  color: #000;
  font-size: 16px;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.form-style .fileform .selectbutton {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #d2ae42;
  color: #fff;
  float: right;
  font-size: 16px;
  height: 46px;
  width: 120px;
  line-height: 46px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  border: 0;
}
.form-style .fileform .selectbutton::before {
  content: "\f093";
  font: 18px "fontawesome";
  margin-right: 7px;
}
.form-style .fileform #upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 150px;
  height: 30px;
  z-index: 1;
}
.form-style .fileform #upload:hover {
  cursor: pointer;
}
.form-style .fileform #fileformlabel {
  float: left;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding: 0px;
  text-align: left;
  vertical-align: middle;
  width: 400px;
  color: #333;
}
/* -------- popups -----------*/
.popup-shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 580px;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-bottom: 8px solid #d2ae42;
}
.popup.popup-error {
  border-bottom: 8px solid #666;
}
.popup__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 24px;
  height: 24px;
  background-image: url(/local/templates/kemsu/css/../images/close.svg);
  background-size: 24px;
  cursor: pointer;
}
.popup__content {
  padding: 60px;
}
.popup_video {
  width: 800px;
  height: 500px;
}
.popup_video .popup__close {
  top: -35px;
  right: 0px;
  background-image: url(/local/templates/kemsu/css/../images/close-white.svg);
}
.popup_video iframe,
.popup_video .video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .popup_video {
    width: 600px;
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .popup_video {
    width: 400px;
    height: 300px;
  }
}
@media screen and (max-width: 440px) {
  .popup_video {
    width: 300px;
    height: 200px;
  }
}
.popup-opened {
  display: block;
}
/* -------- pagination -----------*/
.pagination-block {
  margin-top: 90px;
}
.pagination-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination-block ul li {
  display: inline-block;
  margin: 0 3px;
  font-size: 16px;
}
.pagination-block ul li a {
  padding: 3px 7px;
  color: #000;
  text-decoration: underline;
  border: 0;
}
.pagination-block ul li a:hover {
  color: #fff;
  background-color: #d2ae42;
  text-decoration: none;
  border: 0;
}
.pagination-block ul li.active a {
  color: #fff;
  background-color: #d2ae42;
  text-decoration: none;
}
.pagination-block ul li:before {
  content: none;
}
.share-link {
  margin-top: 30px;
}
.share-link .title {
  float: left;
  font: 14px/24px 'GerberaLight';
  padding-right: 10px;
}
.error-404 {
  min-height: 200px;
}
.error-404 .digits {
  float: left;
  color: #ff4300;
  font-size: 100px;
  line-height: 80px;
  padding-right: 30px;
}
.error-404 .text {
  padding-top: 15px;
}
@media screen and (max-width: 450px) {
  .error-404 {
    min-height: auto;
  }
  .error-404 .digits {
    float: none;
    text-align: center;
    padding: 0;
  }
}
.hidden-col2 {
  display: block;
  clear: both;
}
@media screen and (max-width: 1471px) {
  .hidden-col2 {
    display: none;
    clear: none;
  }
}
.visible-col2 {
  display: none;
}
@media screen and (max-width: 1471px) {
  .visible-col2 {
    display: block;
    clear: both;
  }
}
.wrapper-scroll-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4b4c4c;
}
.wrapper-scroll-btn.hide-scroll-btn {
  display: none;
}
.wrapper-scroll-btn > span {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  color: #4b4c4c;
}
.wrapper-scroll-btn .scrollup-btn {
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  font-size: 0px;
  background-image: url(/local/templates/kemsu/css/../images/up-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
  overflow: hidden;
  transform: rotate(180deg) translateZ(1px);
  -webkit-transform: rotate(180deg) translateZ(1px);
  -moz-transform: rotate(180deg) translateZ(1px);
  -o-transform: rotate(180deg) translateZ(1px);
  -ms-transform: rotate(180deg);
  transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: rgba(200, 200, 200, 0.3);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.wrapper-scroll-btn .scrollup-btn.rotate {
  transform: rotate(360deg) translateZ(1px);
  -webkit-transform: rotate(360deg) translateZ(1px);
  -moz-transform: rotate(360deg) translateZ(1px);
  -o-transform: rotate(360deg) translateZ(1px);
  -ms-transform: rotate(360deg);
}
.wrapper-scroll-btn .scrollup-btn:hover {
  background-color: rgba(200, 200, 200, 0.5);
}
.cookie-block {
  position: fixed;
  z-index: 600;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #d2ae42;
  padding: 10px 0;
}
.cookie-block__text {
  font-size: 14px;
  padding-right: 50px;
  font-family: gerberalight;
}
.cookie-block__close {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0px;
  width: 18px;
  height: 18px;
  background-image: url(/local/templates/kemsu/css/../images/close.svg);
  background-size: 18px;
  cursor: pointer;
}
.bx-composite-btn {
  visibility: hidden;
}
.letter-rector {
  line-height: 30px;
  margin-top: 15px;
}
.letter-rector a {
  color: #ff4300;
  border-color: #ff4300;
}
.letter-rector:before {
  content: "\f0e0";
  font: 20px "FontAwesome";
  color: #ff4300;
  margin-right: 10px;
  line-height: 30px;
}
.spoiler {
  margin: 15px 0;
}
.spoiler__title {
  margin-bottom: 10px;
}
.spoiler__title > span,
.spoiler__title div,
.spoiler__title h5,
.spoiler__title h4,
.spoiler__title h3,
.spoiler__title b {
  position: relative;
  display: inline-block;
  padding: 0;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.spoiler__title > span.color-orange,
.spoiler__title div.color-orange,
.spoiler__title h5.color-orange,
.spoiler__title h4.color-orange,
.spoiler__title h3.color-orange,
.spoiler__title b.color-orange {
  border-color: #ff4300;
}
.spoiler__title > span.color-gold,
.spoiler__title div.color-gold,
.spoiler__title h5.color-gold,
.spoiler__title h4.color-gold,
.spoiler__title h3.color-gold,
.spoiler__title b.color-gold {
  border-color: #d2ae42;
}
.spoiler__title > span::after,
.spoiler__title div::after,
.spoiler__title h5::after,
.spoiler__title h4::after,
.spoiler__title h3::after,
.spoiler__title b::after {
  position: absolute;
  left: 100%;
  content: "\f107";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  margin-left: 10px;
}
.spoiler__title > span.active::after,
.spoiler__title div.active::after,
.spoiler__title h5.active::after,
.spoiler__title h4.active::after,
.spoiler__title h3.active::after,
.spoiler__title b.active::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.spoiler__content {
  display: none;
  padding-left: 30px;
  margin: 15px 0;
}
.spoiler_open .spoiler__title > span,
.spoiler_open .spoiler__title div,
.spoiler_open .spoiler__title h5,
.spoiler_open .spoiler__title h4,
.spoiler_open .spoiler__title h3 {
  border: 0;
}
.spoiler_open .spoiler__title > span::after,
.spoiler_open .spoiler__title div::after,
.spoiler_open .spoiler__title h5::after,
.spoiler_open .spoiler__title h4::after,
.spoiler_open .spoiler__title h3::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.spoiler_active .spoiler__content {
  display: block;
}
.spoiler-line .spoiler__content {
  border-left: 5px solid #d2ae42;
}
#ad-line {
  text-align: center;
  background-color: #ff4300;
  position: relative;
  z-index: 901;
  overflow: hidden;
}
#ad-line.gray {
  background-color: #444;
  color: #fff;
}
#ad-line.gray .ad-line-inner {
  color: #fff;
  padding: 10px 30px;
}
#ad-line.gray .ad-line-inner a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#ad-line .ad-line-inner {
  position: relative;
  z-index: 901;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  padding: 20px 30px;
}
#ad-line .ad-line-inner b {
  font-weight: normal;
  font-family: 'gerberabold';
}
#ad-line .ad-line-inner a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#ad-line .ad-line-inner a:hover {
  border-color: transparent;
}
#ad-line .ad-line-inner .ad-line-close {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 0;
  cursor: pointer;
}
#ad-line .ad-line-inner .ad-line-close:before {
  font: 18px/18px 'fontawesome';
  content: "\f00d";
  color: #fff;
}
#ad-line .ad-line-inner .ad-line-close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 700px) {
  #ad-line {
    display: none;
  }
}
/* Карта в абитуриенте */
.address-priem {
  position: relative;
  padding-left: 40px;
  line-height: 26px;
}
.address-priem a {
  font: 18px 'GerberaLight';
}
.address-priem:before {
  content: "\f041";
  position: absolute;
  top: 0;
  left: 0;
  font: 35px/40px 'FontAwesome';
  color: #ff4300;
}
.my-hint {
  display: inline-block;
  padding: 5px;
  position: relative;
  width: 260px;
  left: -10px;
  font-size: 12px;
  line-height: 17px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #eee;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
a.button {
  display: inline-block;
  padding: 5px 30px;
  font-size: 16px;
  line-height: 30px;
  border: 0;
  border: 2px solid #555;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #000;
}
a.button:hover,
a.button:active,
a.button:focus {
  background-color: #555;
  border: 2px solid #555;
  color: #fff;
}
a.button.orange {
  border: 2px solid #ff4300;
  background-color: #ff4300;
  color: #fff;
}
a.button.orange:hover,
a.button.orange:active,
a.button.orange:focus {
  background-color: #fff;
  color: #000;
  border: 2px solid #ff4300;
}
a.button.gold {
  border: 2px solid #d2ae42;
}
a.button.gold:hover,
a.button.gold:active,
a.button.gold:focus {
  background-color: #d2ae42;
  color: #fff;
  border-width: 2px;
}
.calendar-week {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  padding-left: 30px;
  border-left: 6px solid #d2ae42;
}
.calendar-week span {
  font-family: "GerberaLight";
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #dadada;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.calendar-week .date {
  color: #555;
  font-family: "GerberaLight";
}
.calendar-week .week {
  font-family: "GerberaRegular";
}

/* End */


/* Start:/local/templates/kemsu/css/special.css?152756219342287*/
.special-settings {
  display: none;
  padding: 20px 0;
  font-family: Tahoma, sans-serif;
  background-color: #d0d0d0;
  position: relative;
  z-index: 99999;
}
.special-settings.active {
  display: block;
}
.special-panel-container {
  max-width: 1024px;
}
.aa-settings-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 15;
  border: solid 2px;
}
.aa-block {
  float: left;
  padding: 0.5em 1em;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000 !important;
}
.aa-block a {
  display: inline-block;
  padding: 8px 10px;
  color: #000;
  text-align: center;
  border: solid 2px;
  border-color: #000 !important;
  margin-left: -2px;
}
.aa-block a:hover {
  background-color: #fff;
  color: #000;
}
.aa-block .fl-l {
  float: left;
  color: #000;
  padding: 8px 10px 8px 0;
  display: inline-block;
}
.aaFontsize a {
  float: left;
  width: 38px;
  text-decoration: none;
  padding: 8px 0px;
}
.aaFontsize .a-current {
  color: #ffffff;
  color: #fff !important;
  background-color: #000;
}
.aaFontsize-small {
  font-size: 16px !important;
}
.aaFontsize-normal {
  font-size: 20px !important;
  font-weight: bold;
}
.aaFontsize-big {
  font-size: 24px !important;
  font-weight: bold;
}
.aaColor {
  padding-left: 0;
  padding-right: 0;
}
.aaColor a {
  padding: 4px;
}
.aaColor a span {
  display: inline-block;
  padding: 4px .5em;
  font-weight: bold;
}
.aaColor a.aaColor-black.a-current {
  border-color: #000;
  background: #fff !important;
}
.aaColor a.aaColor-black span {
  background: #fff;
  color: #000;
}
.aaColor a.aaColor-green.a-current {
  border-color: #3b2716;
  background: #a9dd38 !important;
}
.aaColor a.aaColor-green span {
  background: #3b2716;
  color: #a9dd38;
}
.aaColor a.aaColor-blue.a-current {
  border-color: #000;
  background: #9fd7ff !important;
}
.aaColor a.aaColor-blue span {
  background: #9fd7ff;
  color: #143c5a;
}
.choose-colors {
  list-style: none;
  margin: 0;
  padding: 0;
}
.choose-colors li {
  margin-top: .5em;
}
.aaFontsize .a-current:focus,
.aaImage .a-current:focus {
  color: inherit;
  background-color: inherit;
}
.aaFontsize .a-current,
.aaImage .a-current {
  color: #fff !important;
  background-color: #000 !important;
}
.special-aaVersion-on a:focus {
  color: inherit;
}
.special-aaVersion-on .header .toolbar .special-eye {
  background-image: url(/local/templates/kemsu/css/../images/hide.svg);
}
.special-aaVersion-on * {
  font-family: Tahoma, sans-serif !important;
}
.special-aaVersion-on b,
.special-aaVersion-on strong,
.special-aaVersion-on h1,
.special-aaVersion-on h2,
.special-aaVersion-on h3,
.special-aaVersion-on h4,
.special-aaVersion-on h5,
.special-aaVersion-on h6 {
  font-weight: bold !important;
}
.special-aaVersion-on .soc a:hover {
  background-image: url(/local/templates/kemsu/css/../images/icons_soc.png);
}
.special-aaVersion-on .events-carousel .next:hover {
  background-image: url(/local/templates/kemsu/css/../images/right-arrow.svg);
}
.special-aaVersion-on .events-carousel .prev:hover {
  background-image: url(/local/templates/kemsu/css/../images/left-arrow.svg);
}
.special-aaVersion-on .slider-about .next:hover,
.special-aaVersion-on .slider-about .prev:hover {
  color: #fff;
}
.special-aaVersion-on .about {
  border: 1px solid #000;
  border-right: 0;
  border-left: 0;
}
.special-aaVersion-on .slick-slide {
  height: auto;
}
.special-aaVersion-on .directions-exams__button_send a:hover {
  color: #fff !important;
}
.special-aaVersion-on .main .document__link[href$='.pdf']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/pdf.svg);
}
.special-aaVersion-on .main .document__link[href$='.doc']:before,
.special-aaVersion-on .main .document__link[href$='.docx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/doc.svg);
}
.special-aaVersion-on .main .document__link[href$='.ppt']:before,
.special-aaVersion-on .main .document__link[href$='.pptx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/ppt.svg);
}
.special-aaVersion-on .main .document__link[href$='.xls']:before,
.special-aaVersion-on .main .document__link[href$='.xlsx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/xls.svg);
}
.special-aaVersion-on .main .document__link[href$='.zip']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/zip.svg);
}
.special-aaVersion-on .main .document__link[href$='.rar']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/rar.svg);
}
.special-aaVersion-on .main .document__link[href$='.jpg']:before,
.special-aaVersion-on .main .document__link[href$='.jpeg']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/jpg.svg);
}
.special-aaVersion-on .main .document__link[href$='.png']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/png.svg);
}
.special-aaVersion-on .main .document__link[href$='.rtf']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/rtf.svg);
}
.special-aaVersion-on .main .document__link.video:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/video.svg);
}
.special-aaVersion-on .search-page .search-form input[type="submit"] {
  background-image: url(/local/templates/kemsu/css/../images/search.svg);
}
.special-aaColor-black body,
.special-aaColor-black .slider-content .slider-title,
.special-aaColor-black .slider-content .slider-text,
.special-aaColor-black .slider-content .slider-button,
.special-aaColor-black .about .text,
.special-aaColor-black .news h2 a,
.special-aaColor-black .press-block .article-week h2,
.special-aaColor-black .calendar h2 a,
.special-aaColor-black .media h2 a,
.special-aaColor-black .main-menu a,
.special-aaColor-black .title a,
.special-aaColor-black .events-carousel .item a,
.special-aaColor-black .tags a,
.special-aaColor-black .footer__right a,
.special-aaColor-black .calendar .date-line .item.active,
.special-aaColor-black .calendar .date-line .item.active span,
.special-aaColor-black .calendar .calendar-inner .calendar-control .title,
.special-aaColor-black .calendar .calendar-inner .item.NewsCalWeekend .number,
.special-aaColor-black .media .item .date,
.special-aaColor-black .news .date,
.special-aaColor-black .news-detail .info .date,
.special-aaColor-black .megamenu__main a.active,
.special-aaColor-black .megamenu .has-sub.active,
.special-aaColor-black .event-detail b,
.special-aaColor-black .list-style li:before,
.special-aaColor-black .list-orange li:before,
.special-aaColor-black .calendar .calendar-inner .item.NewsCalToday .number,
.special-aaColor-black .main .menu-page-big__item::before,
.special-aaColor-black .main a:hover,
.special-aaColor-black .main .table-style th,
.special-aaColor-black .color-orange,
.special-aaColor-black .color-gold,
.special-aaColor-black .menu-page-big-ol li:before,
.special-aaColor-black .slider .slider-content a {
  color: #000 !important;
}
.special-aaColor-black .calendar .date-line .item.active:before,
.special-aaColor-black .megamenu-opener__bit-2,
.special-aaColor-black .megamenu-opener__bit-3,
.special-aaColor-black .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:before,
.special-aaColor-black .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:after,
.special-aaColor-black .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:before,
.special-aaColor-black .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:after,
.special-aaColor-black .news-list .news-category__item_active a,
.special-aaColor-black .pagination-block ul li.active a,
.special-aaColor-black .tabs-nav__item.active,
.special-aaColor-black .directions .head,
.special-aaColor-black .directions-exams__item:hover,
.special-aaColor-black .directions-exams__button_send a,
.special-aaColor-black .slider .slick-dots .page {
  background-color: #000 !important;
}
.special-aaColor-black .news-category__item a:hover,
.special-aaColor-black .pagination-block ul li a:hover {
  background-color: #000 !important;
}
.special-aaColor-black body,
.special-aaColor-black .about,
.special-aaColor-black .media-detail .info .tags a,
.special-aaColor-black .main .table-style th,
.special-aaColor-black a.button.gold:hover {
  background-color: #fff !important;
}
.special-aaColor-black .news h2 a,
.special-aaColor-black .press-block .article-week h2,
.special-aaColor-black .calendar h2 a,
.special-aaColor-black .media h2 a,
.special-aaColor-black .tooltip:before,
.special-aaColor-black .main a {
  border: 0 !important;
}
.special-aaColor-black .news h2 a:hover,
.special-aaColor-black .press-block .article-week h2:hover,
.special-aaColor-black .calendar h2 a:hover,
.special-aaColor-black .media h2 a:hover,
.special-aaColor-black .title a:hover,
.special-aaColor-black .events-carousel .item a:hover,
.special-aaColor-black .calendar .calendar-inner .event-item a:hover,
.special-aaColor-black .breadcrumbs a:hover,
.special-aaColor-black a.title:hover {
  text-decoration: underline;
}
.special-aaColor-black .news h2 a:hover,
.special-aaColor-black .press-block .article-week h2:hover,
.special-aaColor-black .calendar h2 a:hover,
.special-aaColor-black .media h2 a:hover,
.special-aaColor-black .title a:hover,
.special-aaColor-black .events-carousel .item a:hover,
.special-aaColor-black .calendar .calendar-inner .event-item a:hover,
.special-aaColor-black .megamenu__main a:hover,
.special-aaColor-black .megamenu__center a:hover,
.special-aaColor-black .megamenu .has-sub.active:hover,
.special-aaColor-black .megamenu__add a:hover,
.special-aaColor-black a.title:hover,
.special-aaColor-black .breadcrumbs a:hover {
  color: #000 !important;
}
.special-aaColor-black .about,
.special-aaColor-black .header .toolbar .search form input,
.special-aaColor-black .megamenu__main a,
.special-aaColor-black .news-category__item a,
.special-aaColor-black .dropdown,
.special-aaColor-black .tooltip,
.special-aaColor-black .media-detail .info .tags a,
.special-aaColor-black .main .table-style th,
.special-aaColor-black .main .table-style td,
.special-aaColor-black .calendar-week,
.special-aaColor-black .spoiler-line .spoiler__content,
.special-aaColor-black .directions-exams__item,
.special-aaColor-black .slider .slick-dots li {
  border-color: #000 !important;
}
.special-aaColor-black .main a {
  text-decoration: underline;
}
.special-aaColor-black .main a:hover {
  text-decoration: none;
}
.special-aaColor-black .dropdown li.focus {
  background-color: #000000 !important;
  color: #fff !important;
}
.special-aaColor-black .slider-content {
  background-color: rgba(255, 255, 255, 0.8);
}
.special-aaColor-black .events-carousel .item a {
  opacity: 1;
}
.special-aaColor-black .category-list {
  border-color: #000;
  color: #000;
}
.special-aaColor-black .category-list__item_main a {
  color: #000;
}
.special-aaColor-black .category-list.active {
  border-color: #000;
  background-color: #000;
}
.special-aaColor-black .main .document__link[href$='.pdf']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/pdf.svg);
}
.special-aaColor-black .main .document__link[href$='.doc']:before,
.special-aaColor-black .main .document__link[href$='.docx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/doc.svg);
}
.special-aaColor-black .main .document__link[href$='.ppt']:before,
.special-aaColor-black .main .document__link[href$='.pptx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/ppt.svg);
}
.special-aaColor-black .main .document__link[href$='.xls']:before,
.special-aaColor-black .main .document__link[href$='.xlsx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/xls.svg);
}
.special-aaColor-black .main .document__link[href$='.zip']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/zip.svg);
}
.special-aaColor-black .main .document__link[href$='.rar']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/rar.svg);
}
.special-aaColor-black .main .document__link[href$='.jpg']:before,
.special-aaColor-black .main .document__link[href$='.jpeg']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/jpg.svg);
}
.special-aaColor-black .main .document__link[href$='.png']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/png.svg);
}
.special-aaColor-black .main .document__link[href$='.rtf']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/rtf.svg);
}
.special-aaColor-black .main .document__link.video:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/black/video.svg);
}
.special-aaColor-blue .header .logo__animation-bkt {
  background: url(/local/templates/kemsu/css/../images/special/blue/logo-bkt-t.png) no-repeat 0 0, url(/local/templates/kemsu/css/../images/special/blue/logo-bkt-b.png) no-repeat 0 100%, url(/local/templates/kemsu/css/../images/special/blue/logo-bkt-m.png) no-repeat 0 50%, url(/local/templates/kemsu/css/../images/logo-bkt-r.png) repeat-y;
  background-size: 30px;
}
.special-aaColor-blue body,
.special-aaColor-blue .slider-content .slider-title,
.special-aaColor-blue .slider-content .slider-text,
.special-aaColor-blue .slider-content .slider-button,
.special-aaColor-blue .about .text,
.special-aaColor-blue .news h2 a,
.special-aaColor-blue .press-block .article-week h2,
.special-aaColor-blue .calendar h2 a,
.special-aaColor-blue .media h2 a,
.special-aaColor-blue .main-menu a,
.special-aaColor-blue .title a,
.special-aaColor-blue .events-carousel .item a,
.special-aaColor-blue .tags a,
.special-aaColor-blue .footer__right a,
.special-aaColor-blue .calendar .date-line .item.active,
.special-aaColor-blue .calendar .date-line .item.active span,
.special-aaColor-blue .calendar .calendar-inner .calendar-control .title,
.special-aaColor-blue .calendar .calendar-inner .item.NewsCalWeekend .number,
.special-aaColor-blue .media .item .date,
.special-aaColor-blue .news .date,
.special-aaColor-blue .news-detail .info .date,
.special-aaColor-blue .megamenu__main a.active,
.special-aaColor-blue .megamenu .has-sub.active,
.special-aaColor-blue .event-detail b,
.special-aaColor-blue .list-style li:before,
.special-aaColor-blue .list-orange li:before,
.special-aaColor-blue .calendar .calendar-inner .item.NewsCalToday .number,
.special-aaColor-blue .main .menu-page-big__item::before,
.special-aaColor-blue .main a:hover,
.special-aaColor-blue .main .table-style th,
.special-aaColor-blue .color-orange,
.special-aaColor-blue .color-gold,
.special-aaColor-blue .menu-page-big-ol li:before {
  color: #143c5a !important;
}
.special-aaColor-blue .calendar .date-line .item.active:before,
.special-aaColor-blue .megamenu-opener__bit-2,
.special-aaColor-blue .megamenu-opener__bit-3,
.special-aaColor-blue .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:before,
.special-aaColor-blue .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:after,
.special-aaColor-blue .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:before,
.special-aaColor-blue .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:after,
.special-aaColor-blue .news-list .news-category__item_active a,
.special-aaColor-blue .pagination-block ul li.active a,
.special-aaColor-blue .tabs-nav__item.active,
.special-aaColor-blue .directions .head,
.special-aaColor-blue .directions-exams__item:hover,
.special-aaColor-blue .directions-exams__button_send a {
  background-color: #143c5a !important;
}
.special-aaColor-blue .news-category__item a:hover,
.special-aaColor-blue .pagination-block ul li a:hover,
.special-aaColor-blue .slider .slider-content a.slider-button:hover {
  background-color: #143c5a !important;
}
.special-aaColor-blue body,
.special-aaColor-blue .header,
.special-aaColor-blue .about,
.special-aaColor-blue .media-detail .info .tags a,
.special-aaColor-blue .main .table-style th,
.special-aaColor-blue a.button.gold:hover,
.special-aaColor-blue .megamenu,
.special-aaColor-blue .header .toolbar .search form input,
.special-aaColor-blue .category-list,
.special-aaColor-blue .menu__tab,
.special-aaColor-blue .dropdown,
.special-aaColor-blue .search-page .search-form input[type="text"],
.special-aaColor-blue .slider .slick-dots .slick-active .page {
  background-color: #9fd7ff !important;
}
.special-aaColor-blue .news h2 a,
.special-aaColor-blue .press-block .article-week h2,
.special-aaColor-blue .calendar h2 a,
.special-aaColor-blue .media h2 a,
.special-aaColor-blue .tooltip:before,
.special-aaColor-blue .main a {
  border: 0 !important;
}
.special-aaColor-blue .news h2 a:hover,
.special-aaColor-blue .press-block .article-week h2:hover,
.special-aaColor-blue .calendar h2 a:hover,
.special-aaColor-blue .media h2 a:hover,
.special-aaColor-blue .title a:hover,
.special-aaColor-blue .events-carousel .item a:hover,
.special-aaColor-blue .calendar .calendar-inner .event-item a:hover,
.special-aaColor-blue .breadcrumbs a:hover,
.special-aaColor-blue a.title:hover {
  text-decoration: underline;
}
.special-aaColor-blue .news h2 a:hover,
.special-aaColor-blue .press-block .article-week h2:hover,
.special-aaColor-blue .calendar h2 a:hover,
.special-aaColor-blue .media h2 a:hover,
.special-aaColor-blue .title a:hover,
.special-aaColor-blue .events-carousel .item a:hover,
.special-aaColor-blue .calendar .calendar-inner .event-item a:hover,
.special-aaColor-blue .megamenu__main a:hover,
.special-aaColor-blue .megamenu__center a:hover,
.special-aaColor-blue .megamenu .has-sub.active:hover,
.special-aaColor-blue .megamenu__add a:hover,
.special-aaColor-blue a.title:hover,
.special-aaColor-blue .breadcrumbs a:hover {
  color: #143c5a !important;
}
.special-aaColor-blue .about,
.special-aaColor-blue .header .toolbar .search form input,
.special-aaColor-blue .megamenu__main a,
.special-aaColor-blue .news-category__item a,
.special-aaColor-blue .dropdown,
.special-aaColor-blue .tooltip,
.special-aaColor-blue .media-detail .info .tags a,
.special-aaColor-blue .main .table-style th,
.special-aaColor-blue .main .table-style td,
.special-aaColor-blue .calendar-week,
.special-aaColor-blue .spoiler-line .spoiler__content,
.special-aaColor-blue .directions-exams__item,
.special-aaColor-blue .slider .slider-content a.slider-button,
.special-aaColor-blue hr,
.special-aaColor-blue .border,
.special-aaColor-blue .borderLeft,
.special-aaColor-blue .header.magamenu_active,
.special-aaColor-blue .search-page .search-form input[type="text"] {
  border-color: #143c5a !important;
}
.special-aaColor-blue .slider .slick-dots li {
  border-color: #9fd7ff !important;
}
.special-aaColor-blue .main a {
  text-decoration: underline;
}
.special-aaColor-blue .main a:hover {
  text-decoration: none;
}
.special-aaColor-blue .dropdown li.focus {
  background-color: #143c5a !important;
  color: #9fd7ff !important;
}
.special-aaColor-blue .slider-content {
  background-color: rgba(159, 215, 255, 0.8);
}
.special-aaColor-blue .slider .slider-content a.slider-button:hover {
  color: #9fd7ff !important;
}
.special-aaColor-blue .events-carousel .item a {
  opacity: 1;
}
.special-aaColor-blue .category-list {
  border-color: #143c5a;
  color: #143c5a;
}
.special-aaColor-blue .category-list__item_main a {
  color: #143c5a;
}
.special-aaColor-blue .category-list.active {
  border-color: #143c5a;
  background-color: #143c5a;
}
/* -----------------------------------------------------------*/
/* -----------------------------------------------------------*/
.special-aaColor-green * {
  color: #a9dd38;
}
.special-aaColor-green .tabs-nav__item.active span {
  color: #fff;
}
.special-aaColor-green .header .logo__animation-one {
  left: 0;
  width: 44px;
  height: 100%;
  background: url(/local/templates/kemsu/css/../images/special/green/logo-1-t.png) no-repeat 0 0, url(/local/templates/kemsu/css/../images/special/green/logo-1-b.png) no-repeat 0 100%, url(/local/templates/kemsu/css/../images/special/green/logo-1-r.png) repeat-y;
  background-size: 44px;
}
.special-aaColor-green .header .logo__animation-bkt {
  background: url(/local/templates/kemsu/css/../images/special/green/logo-bkt-t.png) no-repeat 0 0, url(/local/templates/kemsu/css/../images/special/green/logo-bkt-b.png) no-repeat 0 100%, url(/local/templates/kemsu/css/../images/special/green/logo-bkt-m.png) no-repeat 0 50%, url(/local/templates/kemsu/css/../images/special/green/logo-bkt-r.png) repeat-y;
  background-size: 30px;
}
.special-aaColor-green body,
.special-aaColor-green .header .logo a,
.special-aaColor-green .slider-content .slider-title,
.special-aaColor-green .slider-content .slider-text,
.special-aaColor-green .slider-content .slider-button,
.special-aaColor-green .about .text,
.special-aaColor-green .news h2 a,
.special-aaColor-green .press-block .article-week h2,
.special-aaColor-green .calendar h2 a,
.special-aaColor-green .media h2 a,
.special-aaColor-green .main-menu a,
.special-aaColor-green .title a,
.special-aaColor-green .events-carousel .item a,
.special-aaColor-green .tags a,
.special-aaColor-green .footer__right a,
.special-aaColor-green .calendar .date-line .item.active,
.special-aaColor-green .calendar .date-line .item.active span,
.special-aaColor-green .calendar .calendar-inner .calendar-control .title,
.special-aaColor-green .calendar .calendar-inner .item.NewsCalWeekend .number,
.special-aaColor-green .media .item .date,
.special-aaColor-green .news .date,
.special-aaColor-green .news-detail .info .date,
.special-aaColor-green .megamenu__main a.active,
.special-aaColor-green .megamenu .has-sub.active,
.special-aaColor-green .event-detail b,
.special-aaColor-green .list-style li:before,
.special-aaColor-green .list-orange li:before,
.special-aaColor-green .calendar .calendar-inner .item.NewsCalToday .number,
.special-aaColor-green .main .menu-page-big__item::before,
.special-aaColor-green .main a:hover,
.special-aaColor-green .main .table-style th,
.special-aaColor-green .color-orange,
.special-aaColor-green .color-gold,
.special-aaColor-green .menu-page-big-ol li:before,
.special-aaColor-green .megamenu .has-sub,
.special-aaColor-green .main .list-style > li {
  color: #a9dd38 !important;
}
.special-aaColor-green .calendar .date-line .item.active:before,
.special-aaColor-green .megamenu-opener__bit-2,
.special-aaColor-green .megamenu-opener__bit-3,
.special-aaColor-green .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:before,
.special-aaColor-green .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-1:after,
.special-aaColor-green .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:before,
.special-aaColor-green .header .toolbar .megamenu-opener.megamenu-opener__open .megamenu-opener__bit-3:after,
.special-aaColor-green .news-list .news-category__item_active a,
.special-aaColor-green .pagination-block ul li.active a,
.special-aaColor-green .tabs-nav__item.active,
.special-aaColor-green .directions .head,
.special-aaColor-green .directions-exams__item:hover,
.special-aaColor-green .directions-exams__button_send a,
.special-aaColor-green .megamenu-opener__bit-1:after,
.special-aaColor-green .megamenu-opener__bit-1:before,
.special-aaColor-green .megamenu-opener__bit-2:after,
.special-aaColor-green .megamenu-opener__bit-2:before,
.special-aaColor-green .megamenu-opener__bit-3:after,
.special-aaColor-green .megamenu-opener__bit-3:before,
.special-aaColor-green .slider .slick-dots .slick-active .page {
  background-color: #a9dd38 !important;
}
.special-aaColor-green .news-category__item a:hover,
.special-aaColor-green .pagination-block ul li a:hover,
.special-aaColor-green .slider .slider-content a.slider-button:hover {
  background-color: #a9dd38 !important;
}
.special-aaColor-green body,
.special-aaColor-green .header,
.special-aaColor-green .about,
.special-aaColor-green .media-detail .info .tags a,
.special-aaColor-green .main .table-style th,
.special-aaColor-green a.button.gold:hover,
.special-aaColor-green .megamenu,
.special-aaColor-green .header .toolbar .search form input,
.special-aaColor-green .category-list,
.special-aaColor-green .menu__tab,
.special-aaColor-green .dropdown,
.special-aaColor-green .search-page .search-form input[type="text"] {
  background-color: #3b2716 !important;
}
.special-aaColor-green .news h2 a,
.special-aaColor-green .press-block .article-week h2,
.special-aaColor-green .calendar h2 a,
.special-aaColor-green .media h2 a,
.special-aaColor-green .tooltip:before,
.special-aaColor-green .main a {
  border: 0 !important;
}
.special-aaColor-green .news h2 a:hover,
.special-aaColor-green .press-block .article-week h2:hover,
.special-aaColor-green .calendar h2 a:hover,
.special-aaColor-green .media h2 a:hover,
.special-aaColor-green .title a:hover,
.special-aaColor-green .events-carousel .item a:hover,
.special-aaColor-green .calendar .calendar-inner .event-item a:hover,
.special-aaColor-green .breadcrumbs a:hover,
.special-aaColor-green a.title:hover {
  text-decoration: underline;
}
.special-aaColor-green .news h2 a:hover,
.special-aaColor-green .press-block .article-week h2:hover,
.special-aaColor-green .calendar h2 a:hover,
.special-aaColor-green .media h2 a:hover,
.special-aaColor-green .title a:hover,
.special-aaColor-green .events-carousel .item a:hover,
.special-aaColor-green .calendar .calendar-inner .event-item a:hover,
.special-aaColor-green .megamenu__main a:hover,
.special-aaColor-green .megamenu__center a:hover,
.special-aaColor-green .megamenu .has-sub.active:hover,
.special-aaColor-green .megamenu__add a:hover,
.special-aaColor-green a.title:hover,
.special-aaColor-green .breadcrumbs a:hover {
  color: #a9dd38 !important;
}
.special-aaColor-green .about,
.special-aaColor-green .header .toolbar .search form input,
.special-aaColor-green .megamenu__main a,
.special-aaColor-green .news-category__item a,
.special-aaColor-green .dropdown,
.special-aaColor-green .tooltip,
.special-aaColor-green .media-detail .info .tags a,
.special-aaColor-green .main .table-style th,
.special-aaColor-green .main .table-style td,
.special-aaColor-green .calendar-week,
.special-aaColor-green .spoiler-line .spoiler__content,
.special-aaColor-green .directions-exams__item,
.special-aaColor-green .slider .slick-dots li,
.special-aaColor-green .search-page .search-form input[type="text"],
.special-aaColor-green .border,
.special-aaColor-green .megamenu .borderLeft,
.special-aaColor-green .header.magamenu_active,
.special-aaColor-green .slider .slider-content a.slider-button {
  border-color: #a9dd38 !important;
}
.special-aaColor-green .main a {
  text-decoration: underline;
}
.special-aaColor-green .main a:hover {
  text-decoration: none;
}
.special-aaColor-green .dropdown li.focus {
  background-color: #a9dd38 !important;
  color: #3b2716 !important;
}
.special-aaColor-green .slider .slider-content a.slider-button:hover {
  color: #3b2716 !important;
}
.special-aaColor-green .slider-content {
  background-color: rgba(59, 39, 22, 0.8);
}
.special-aaColor-green .events-carousel .item a {
  opacity: 1;
}
.special-aaColor-green .category-list {
  border-color: #3b2716;
  color: #3b2716;
}
.special-aaColor-green .category-list__item_main a {
  color: #3b2716;
}
.special-aaColor-green .category-list.active {
  border-color: #3b2716;
  background-color: #3b2716;
}
.special-aaColor-green .header .toolbar .search__button,
.special-aaColor-green .search-page .search-form input[type="submit"] {
  background-image: url(/local/templates/kemsu/css/../images/special/green/search.svg);
}
.special-aaColor-green .header .toolbar .special-eye {
  background-image: url(/local/templates/kemsu/css/../images/special/green/hide.svg);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.special-aaColor-green .main .document__link[href$='.pdf']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/pdf.svg);
}
.special-aaColor-green .main .document__link[href$='.doc']:before,
.special-aaColor-green .main .document__link[href$='.docx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/doc.svg);
}
.special-aaColor-green .main .document__link[href$='.ppt']:before,
.special-aaColor-green .main .document__link[href$='.pptx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/ppt.svg);
}
.special-aaColor-green .main .document__link[href$='.xls']:before,
.special-aaColor-green .main .document__link[href$='.xlsx']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/xls.svg);
}
.special-aaColor-green .main .document__link[href$='.zip']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/zip.svg);
}
.special-aaColor-green .main .document__link[href$='.rar']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/rar.svg);
}
.special-aaColor-green .main .document__link[href$='.jpg']:before,
.special-aaColor-green .main .document__link[href$='.jpeg']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/jpg.svg);
}
.special-aaColor-green .main .document__link[href$='.png']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/png.svg);
}
.special-aaColor-green .main .document__link[href$='.rtf']:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/rtf.svg);
}
.special-aaColor-green .main .document__link.video:before {
  background-image: url(/local/templates/kemsu/css/../images/icons/green/video.svg);
}
/* -----------------------------------------------------------*/
/* -----------------------------------------------------------*/
.special-aaImage-off img,
.special-aaImage-off .slider-about,
.special-aaImage-off .media .item .image,
.special-aaImage-off .news .image,
.special-aaImage-off .events .item .image {
  display: none;
}
.special-aaImage-off .slider .item {
  background: none !important;
  background-color: #d0d0d0;
  background-image: none !important;
}
.special-aaImage-off .news .image,
.special-aaImage-off .events .item .image {
  height: 0 !important;
}
.special-aaImage-off .slider .slick-dots .slick-active .page {
  background-color: #000;
}
.special-aaImage-off .slider .slick-dots li {
  border-color: #000;
}
/* -----------------------------------------------------------*/
/* -----------------------------------------------------------*/
.special-aaFontsize-small .calendar .calendar-inner .event-item a,
.special-aaFontsize-small .event-detail .time-place .date span,
.special-aaFontsize-small .tooltip .text span,
.special-aaFontsize-small .my-hint,
.special-aaFontsize-small .category .category-list,
.special-aaFontsize-small .tags a,
.special-aaFontsize-small .news .date,
.special-aaFontsize-small .media .item .date {
  font-size: 10px !important;
}
.special-aaFontsize-small .calendar .events-filter .dropdown li,
.special-aaFontsize-small .calendar .events-filter .dropdown .selected,
.special-aaFontsize-small .tooltip .text,
.special-aaFontsize-small .main p.mini-size,
.special-aaFontsize-small .main .list-style > li ul.mini,
.special-aaFontsize-small .main .staff__address,
.special-aaFontsize-small .news-list .news-category__item a,
.special-aaFontsize-small .news-list .news-filter .dropdown li,
.special-aaFontsize-small .news-list .news-filter .dropdown .selected,
.special-aaFontsize-small .read-also-event__item .date,
.special-aaFontsize-small .directions-exams__item,
.special-aaFontsize-small .meeting .meeting-item__questions,
.special-aaFontsize-small .meeting .meeting-item__readmore,
.special-aaFontsize-small .prikaz-list__info,
.special-aaFontsize-small .search-page .search-result__item .text,
.special-aaFontsize-small .search-page .search-result__item .chain,
.special-aaFontsize-small .form-style .field > span,
.special-aaFontsize-small .megamenu__add,
.special-aaFontsize-small .slider .slider-content a,
.special-aaFontsize-small .press-block .article-week .who,
.special-aaFontsize-small .calendar .calendar-inner .item .day .name_month,
.special-aaFontsize-small .event-detail .tags span,
.special-aaFontsize-small .media-detail .info .date,
.special-aaFontsize-small .footer,
.special-aaFontsize-small .title-page .breadcrumbs,
.special-aaFontsize-small .news-detail .info .tags a,
.special-aaFontsize-small .directions__name span,
.special-aaFontsize-small .direction-info__item,
.special-aaFontsize-small .share-link .title {
  font-size: 12px !important;
}
.special-aaFontsize-small body,
.special-aaFontsize-small .header .toolbar .search form,
.special-aaFontsize-small .megamenu__add .contacts__name,
.special-aaFontsize-small .main .menu-page-big-ol,
.special-aaFontsize-small .read-also__item .title,
.special-aaFontsize-small .read-also-event__item .title,
.special-aaFontsize-small .tabs-nav__item,
.special-aaFontsize-small .select-tabs__select,
.special-aaFontsize-small .form-style input[type="text"],
.special-aaFontsize-small .form-style textarea,
.special-aaFontsize-small .form-style .dropdown .selected,
.special-aaFontsize-small .form-style .dropdown ul li,
.special-aaFontsize-small .form-style .dropdown ul li.active,
.special-aaFontsize-small .form-style .fileform,
.special-aaFontsize-small .form-style .fileform .selectbutton,
.special-aaFontsize-small .pagination-block ul li,
.special-aaFontsize-small a.button,
.special-aaFontsize-small .header .main-menu nav.lvl-1,
.special-aaFontsize-small .megamenu .menu__tab .item a,
.special-aaFontsize-small .megamenu__main .lvl-3,
.special-aaFontsize-small .megamenu__center .back,
.special-aaFontsize-small .megamenu__center .back::before,
.special-aaFontsize-small .about .text,
.special-aaFontsize-small .main,
.special-aaFontsize-small .main blockquote cite,
.special-aaFontsize-small .main .staff__post {
  font-size: 14px !important;
}
.special-aaFontsize-small .news .titlem,
.special-aaFontsize-small .directions .head,
.special-aaFontsize-small .directions__name,
.special-aaFontsize-small .meeting .meeting-item__header,
.special-aaFontsize-small .meeting-detail__info,
.special-aaFontsize-small .meeting-detail__question_header,
.special-aaFontsize-small .search-page .search-form input[type="text"],
.special-aaFontsize-small .search-page .search-result__item .title,
.special-aaFontsize-small .header .menu__tab .header-submenu__item a,
.special-aaFontsize-small .megamenu__main .lvl-2,
.special-aaFontsize-small .megamenu__center a,
.special-aaFontsize-small .megamenu__add .contacts__phone,
.special-aaFontsize-small .calendar .date-line .item,
.special-aaFontsize-small .calendar .date-line .item.active span,
.special-aaFontsize-small .events .item a,
.special-aaFontsize-small .calendar .calendar-inner .item .day .name_day,
.special-aaFontsize-small .media .item .title,
.special-aaFontsize-small .title-page__description,
.special-aaFontsize-small .news-detail .info .date,
.special-aaFontsize-small .directions-exams__button a,
.special-aaFontsize-small .form-style input[type="submit"],
.special-aaFontsize-small .address-priem a {
  font-size: 16px !important;
}
.special-aaFontsize-small .news-list .news-filter .dropdown .carat:after,
.special-aaFontsize-small .calendar-week,
.special-aaFontsize-small .header .main-menu nav.lvl-2,
.special-aaFontsize-small .megamenu__add .title,
.special-aaFontsize-small .press-block .article-week .title,
.special-aaFontsize-small .calendar .events-filter .dropdown .carat:after,
.special-aaFontsize-small .main .staff.rector .staff__post,
.special-aaFontsize-small .letter-rector:before {
  font-size: 18px !important;
}
.special-aaFontsize-small h1,
.special-aaFontsize-small .tabs-content__header {
  font-size: 42px !important;
}
.special-aaFontsize-small h2 {
  font-size: 40px !important;
}
.special-aaFontsize-small h3 {
  font-size: 26px !important;
}
.special-aaFontsize-small .main .staff__name,
.special-aaFontsize-small .news h2,
.special-aaFontsize-small .about .text h3,
.special-aaFontsize-small .calendar h2,
.special-aaFontsize-small .media h2 {
  font-size: 23px !important;
}
.special-aaFontsize-small h4,
.special-aaFontsize-small h5,
.special-aaFontsize-small .header .toolbar .select-lang,
.special-aaFontsize-small .main .staff__phone,
.special-aaFontsize-small .press-block .article-week h2,
.special-aaFontsize-small .about .text b21,
.special-aaFontsize-small .direction-info__item span,
.special-aaFontsize-small .search-page .count-result {
  font-size: 20px !important;
}
.special-aaFontsize-small .calendar .calendar-inner .calendar-control .title,
.special-aaFontsize-small .slider .slider-content .slider-title,
.special-aaFontsize-small .calendar .date-line .item.active {
  font-size: 30px !important;
}
.special-aaFontsize-small .calendar .calendar-inner .item .day .number {
  font-size: 34px;
}
.special-aaFontsize-small .error-404 .digits {
  font-size: 80px;
}
/* -----------------------------------------------------------*/
/* -----------------------------------------------------------*/
.special-aaFontsize-big .calendar .calendar-inner .event-item a,
.special-aaFontsize-big .event-detail .time-place .date span,
.special-aaFontsize-big .tooltip .text span,
.special-aaFontsize-big .my-hint,
.special-aaFontsize-big .category .category-list,
.special-aaFontsize-big .tags a,
.special-aaFontsize-big .news .date,
.special-aaFontsize-big .media .item .date {
  font-size: 14px !important;
}
.special-aaFontsize-big .calendar .events-filter .dropdown li,
.special-aaFontsize-big .calendar .events-filter .dropdown .selected,
.special-aaFontsize-big .tooltip .text,
.special-aaFontsize-big .main p.mini-size,
.special-aaFontsize-big .main .list-style > li ul.mini,
.special-aaFontsize-big .main .staff__address,
.special-aaFontsize-big .news-list .news-category__item a,
.special-aaFontsize-big .news-list .news-filter .dropdown li,
.special-aaFontsize-big .news-list .news-filter .dropdown .selected,
.special-aaFontsize-big .read-also-event__item .date,
.special-aaFontsize-big .directions-exams__item,
.special-aaFontsize-big .meeting .meeting-item__questions,
.special-aaFontsize-big .meeting .meeting-item__readmore,
.special-aaFontsize-big .prikaz-list__info,
.special-aaFontsize-big .search-page .search-result__item .text,
.special-aaFontsize-big .search-page .search-result__item .chain,
.special-aaFontsize-big .form-style .field > span,
.special-aaFontsize-big .megamenu__add,
.special-aaFontsize-big .slider .slider-content a,
.special-aaFontsize-big .press-block .article-week .who,
.special-aaFontsize-big .calendar .calendar-inner .item .day .name_month,
.special-aaFontsize-big .event-detail .tags span,
.special-aaFontsize-big .media-detail .info .date,
.special-aaFontsize-big .footer,
.special-aaFontsize-big .title-page .breadcrumbs,
.special-aaFontsize-big .news-detail .info .tags a,
.special-aaFontsize-big .directions__name span,
.special-aaFontsize-big .direction-info__item,
.special-aaFontsize-big .share-link .title {
  font-size: 16px !important;
}
.special-aaFontsize-big body,
.special-aaFontsize-big .header .toolbar .search form,
.special-aaFontsize-big .megamenu__add .contacts__name,
.special-aaFontsize-big .main .menu-page-big-ol,
.special-aaFontsize-big .read-also__item .title,
.special-aaFontsize-big .read-also-event__item .title,
.special-aaFontsize-big .tabs-nav__item,
.special-aaFontsize-big .select-tabs__select,
.special-aaFontsize-big .form-style input[type="text"],
.special-aaFontsize-big .form-style textarea,
.special-aaFontsize-big .form-style .dropdown .selected,
.special-aaFontsize-big .form-style .dropdown ul li,
.special-aaFontsize-big .form-style .dropdown ul li.active,
.special-aaFontsize-big .form-style .fileform,
.special-aaFontsize-big .form-style .fileform .selectbutton,
.special-aaFontsize-big .pagination-block ul li,
.special-aaFontsize-big a.button,
.special-aaFontsize-big .header .main-menu nav.lvl-1,
.special-aaFontsize-big .megamenu .menu__tab .item a,
.special-aaFontsize-big .megamenu__main .lvl-3,
.special-aaFontsize-big .megamenu__center .back,
.special-aaFontsize-big .megamenu__center .back::before,
.special-aaFontsize-big .about .text,
.special-aaFontsize-big .main,
.special-aaFontsize-big .main blockquote cite,
.special-aaFontsize-big .main .staff__post {
  font-size: 18px !important;
}
.special-aaFontsize-big .news .titlem,
.special-aaFontsize-big .directions .head,
.special-aaFontsize-big .directions__name,
.special-aaFontsize-big .meeting .meeting-item__header,
.special-aaFontsize-big .meeting-detail__info,
.special-aaFontsize-big .meeting-detail__question_header,
.special-aaFontsize-big .search-page .search-form input[type="text"],
.special-aaFontsize-big .search-page .search-result__item .title,
.special-aaFontsize-big .header .menu__tab .header-submenu__item a,
.special-aaFontsize-big .megamenu__main .lvl-2,
.special-aaFontsize-big .megamenu__center a,
.special-aaFontsize-big .megamenu__add .contacts__phone,
.special-aaFontsize-big .calendar .date-line .item,
.special-aaFontsize-big .calendar .date-line .item.active span,
.special-aaFontsize-big .events .item a,
.special-aaFontsize-big .calendar .calendar-inner .item .day .name_day,
.special-aaFontsize-big .media .item .title,
.special-aaFontsize-big .title-page__description,
.special-aaFontsize-big .news-detail .info .date,
.special-aaFontsize-big .directions-exams__button a,
.special-aaFontsize-big .form-style input[type="submit"],
.special-aaFontsize-big .address-priem a {
  font-size: 20px !important;
}
.special-aaFontsize-big .news-list .news-filter .dropdown .carat:after,
.special-aaFontsize-big .calendar-week,
.special-aaFontsize-big .header .main-menu nav.lvl-2,
.special-aaFontsize-big .megamenu__add .title,
.special-aaFontsize-big .press-block .article-week .title,
.special-aaFontsize-big .calendar .events-filter .dropdown .carat:after,
.special-aaFontsize-big .main .staff.rector .staff__post,
.special-aaFontsize-big .letter-rector:before {
  font-size: 24px !important;
}
.special-aaFontsize-big h1,
.special-aaFontsize-big .tabs-content__header {
  font-size: 42px !important;
}
.special-aaFontsize-big h2 {
  font-size: 40px !important;
}
.special-aaFontsize-big h3 {
  font-size: 26px !important;
}
.special-aaFontsize-big .main .staff__name,
.special-aaFontsize-big .news h2,
.special-aaFontsize-big .about .text h3,
.special-aaFontsize-big .calendar h2,
.special-aaFontsize-big .media h2 {
  font-size: 34px !important;
}
.special-aaFontsize-big h4,
.special-aaFontsize-big h5,
.special-aaFontsize-big .header .toolbar .select-lang,
.special-aaFontsize-big .main .staff__phone,
.special-aaFontsize-big .press-block .article-week h2,
.special-aaFontsize-big .about .text b21,
.special-aaFontsize-big .direction-info__item span,
.special-aaFontsize-big .search-page .count-result {
  font-size: 28px !important;
}
.special-aaFontsize-big .calendar .calendar-inner .calendar-control .title,
.special-aaFontsize-big .slider .slider-content .slider-title,
.special-aaFontsize-big .calendar .date-line .item.active {
  font-size: 43px !important;
}
.special-aaFontsize-big .calendar .calendar-inner .item .day .number {
  font-size: 44px;
}
.special-aaFontsize-big .error-404 .digits {
  font-size: 160px;
}

/* End */


/* Start:/local/templates/kemsu/components/bitrix/menu/mainmenu/style.min.css?1513664559490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/kemsu/components/bitrix/menu/mainmenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/kemsu/components/bitrix/menu/megamenu/style.min.css?1513664559490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/kemsu/components/bitrix/menu/megamenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/kemsu/styles.css?1523944205108*/
.external-link {
letter-spacing: 0;
}
.color-gold {
letter-spacing: 0;
}
.color-orange{
letter-spacing: 0;
}
/* End */
/* /local/templates/kemsu/css/normalize.css?15136645597379 */
/* /local/templates/kemsu/css/grid.css?151366455921130 */
/* /local/templates/kemsu/libs/font-awesome-4.2.0/css/font-awesome.min.css?151366455921984 */
/* /local/templates/kemsu/libs/fancybox/jquery.fancybox.min.css?151996300613775 */
/* /local/templates/kemsu/libs/scrollbar/jquery.scrollbar.css?152343859022618 */
/* /local/templates/kemsu/libs/slick/slick.css?15136645591729 */
/* /local/templates/kemsu/libs/easydropdown/easydropdown.css?15211678542960 */
/* /local/templates/kemsu/libs/jMosaic/jquery.jMosaic.css?1521163474661 */
/* /local/templates/kemsu/css/main.css?155565818093445 */
/* /local/templates/kemsu/css/special.css?152756219342287 */
/* /local/templates/kemsu/components/bitrix/menu/mainmenu/style.min.css?1513664559490 */
/* /local/templates/kemsu/components/bitrix/menu/megamenu/style.min.css?1513664559490 */
/* /local/templates/kemsu/styles.css?1523944205108 */
