@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import "https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700|PT+Sans:400,400i,700&subset=cyrillic";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -3px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("./js/jquery-fancybox/source/img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("./js/jquery-fancybox/source/img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("./js/jquery-fancybox/source/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("./js/jquery-fancybox/source/img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 2px) {
    .container {
      width: 734px; } }
  @media (min-width: 3px) {
    .container {
      width: 974px; } }
  @media (min-width: 11200px) {
    .container {
      width: 974px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -7px;
  margin-right: -7px; }
  .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: 7px;
  padding-right: 7px; }

.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: 2px) {
  .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: 3px) {
  .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: 11200px) {
  .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%; } }
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*Descriptions
$path - url to sprite img
$width - width of the single image in target sprite
$height - height of the single image
$row and $cell - amount of rows and cells in sprite
0 - eq. the first
1 - second, etc
( look at your sprite like it would be the table )*/
/* Fonts */
/* Menu */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

body {
  font: 400 16px/22px "PT Sans", sans-serif;
  color: #545454; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #545454;
  color: #045a96;
  transition: 0.3s; }
  a:hover, a:focus {
    color: #ea3f00;
    text-decoration: none; }
  a:focus {
    outline: none; }

nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

h1, .h1 {
  font: 700 32px/36px "PT Sans Caption", sans-serif;
  text-transform: uppercase;
  margin: 7px 0 13px; }

h2, .h2 {
  font: 700 22px/26px "PT Sans Caption", sans-serif;
  text-transform: uppercase;
  margin: 20px 0; }

h3, .h3 {
  font: 700 18px/22px "PT Sans Caption", sans-serif;
  text-transform: uppercase;
  margin: 20px 0; }

p {
  margin: 12px 0; }

ul:not(.site-nav):not(.sub-nav):not(.sub-sub-nav):not(.slick-dots) {
  margin: 7px 0 7px 16px;
  padding: 0;
  list-style: none; }
  ul:not(.site-nav):not(.sub-nav):not(.sub-sub-nav):not(.slick-dots) li {
    line-height: 26px; }
    ul:not(.site-nav):not(.sub-nav):not(.sub-sub-nav):not(.slick-dots) li::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      background: #2485ca;
      margin: 0 7px 2px 0; }
    ul:not(.site-nav):not(.sub-nav):not(.sub-sub-nav):not(.slick-dots) li ul {
      margin: 0 0 0 16px; }

/* 404 */
.page-404 {
  display: table;
  margin: 40px 0 60px; }
  .page-404__item {
    display: table-cell;
    vertical-align: top; }
    .page-404__item img {
      margin-top: 8px; }
  .page-404__title {
    font: 800 56px/60px "Arial", sans-serif;
    color: #045a96;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 70px; }
    .page-404__title span {
      color: #2485ca; }
  .page-404__note {
    font: 400 20px/22px "PT Sans", sans-serif; }

.button {
  background: #045a96;
  font-size: 16px;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  border: 0; }
  .button:hover {
    background: #eaae00; }

img {
  max-width: 100%; }
  img.left {
    margin: 0 15px 3px 0;
    float: left; }
  img.right {
    margin: 0 0 3px 15px;
    float: right; }

.header {
  padding: 10px 0; }
  .header__logo {
    float: left;
    margin-right: 15px; }
  .header__title {
    color: #034a7d;
    font: 800 16px/20px "Arial", sans-serif;
    text-transform: uppercase;
    margin-top: 5px; }
    .header__title span {
      display: block;
      font: 800 49px/38px "Arial", sans-serif;
      text-indent: -2px; }
  .header__options {
    height: 28px;
    margin-top: 18px; }
    .header__options a, .header__options span {
      display: inline-block;
      text-indent: -9999px;
      font: 400 14px/20px "PT Sans", sans-serif;
      color: #545454;
      text-decoration: underline;
      width: 20px;
      margin-left: 20px; }
      .header__options a:hover, .header__options span:hover {
        text-decoration: none; }
    .header__options .personal {
      position: relative;
      text-indent: 0;
      padding: 0 25px;
      width: auto;
      margin-left: 0; }
      .header__options .personal::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("img/icons-top.png") 0px 0px no-repeat; }
    .header__options .home {
      position: relative; }
      .header__options .home::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("img/icons-top.png") -20px 0px no-repeat; }
    .header__options .mail {
      position: relative; }
      .header__options .mail::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("img/icons-top.png") -40px 0px no-repeat; }
    .header__options .sitemap {
      position: relative; }
      .header__options .sitemap::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("img/icons-top.png") -60px 0px no-repeat; }
    .header__options .lang {
      position: relative; }
      .header__options .lang::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("img/icons-top.png") -80px 0px no-repeat; }

.search {
  position: relative; }
  .search__input {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #f0f0ef;
    color: #777;
    padding: 0 30px 0 10px;
    font: 400 12px/25px "PT Sans", sans-serif; }
    .search__input:focus {
      outline: none; }
  .search__submit {
    position: absolute;
    top: calc(50% - 7px);
    right: 8px; }

nav {
  margin-top: 10px;
  border-left: 1px solid #2485ca;
  border-right: 1px solid #2485ca; }

/* site menu */
.site-nav {
  display: table;
  width: 100%; }
  .site-nav__item {
    background: #045a96;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
    border-right: 13px solid #2485ca;
    position: relative;
    transition: background 0.2s; }
    .site-nav__item a, .site-nav__item span {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font: 400 18px/22px "PT Sans", sans-serif;
      display: table;
      width: 100%;
      height: 50px; }
      .site-nav__item a span, .site-nav__item span span {
        padding: 0 15px;
        text-align: center;
        display: table-cell;
        vertical-align: middle; }
    .site-nav__item--active {
      background: #eaae00; }
      .site-nav__item--active a {
        color: #034573; }
    .site-nav__item:hover {
      background: #eaae00;
      cursor: pointer;
      border-right: 13px solid #fff; }
      .site-nav__item:hover::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -13px;
        width: 13px;
        height: 50px;
        background: #fff; }
    .site-nav__item:first-child {
      border-left: 13px solid #2485ca; }

/* left menu */
.sub-nav {
  margin: 13px 0;
  padding: 0;
  list-style: none; }
  .sub-nav__item {
    border-bottom: 1px solid #e2eff8;
    box-sizing: border-box; }
    .sub-nav__item:first-child {
      border-top: 1px solid #e2eff8; }
    .sub-nav__item a, .sub-nav__item span {
      height: 44px;
      color: #034a7d;
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-transform: uppercase;
      font: 700 16px/18px "PT Sans Caption", sans-serif;
      padding-left: 15px;
      text-decoration: none; }
      .sub-nav__item a:hover, .sub-nav__item span:hover {
        color: #ea3f00; }
    .sub-nav__item--act span {
      color: #ea3f00; }
    .sub-nav__item .sub-sub-nav {
      margin: -10px 0 0 0;
      padding-left: 15px;
      list-style: none; }
      .sub-nav__item .sub-sub-nav__item a, .sub-nav__item .sub-sub-nav__item span {
        font-size: 0.9em;
        height: 26px; }
      .sub-nav__item .sub-sub-nav .sub-sub-nav {
        margin: -5px 0 0 0;
        font-size: 0.9em; }

.slider-wrapper {
  position: relative; }
  .slider-wrapper--bottom {
    margin: 5px 0; }
    .slider-wrapper--bottom:after {
      content: "";
      display: table;
      clear: both; }
  .slider-wrapper button {
    text-indent: -9999px;
    width: 44px;
    height: 51px;
    padding: 0;
    border: 0;
    line-height: 0;
    position: absolute !important;
    top: calc(50% - 25px);
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s; }
    .slider-wrapper button.left {
      left: 0;
      position: relative; }
      .slider-wrapper button.left::before {
        position: absolute;
        top: calc(50% - 15px);
        left: calc(50% - 8px);
        content: "";
        display: inline-block;
        width: 16px;
        height: 30px;
        background: url("img/slider-arrows.png") 0px 0px no-repeat; }
    .slider-wrapper button.right {
      right: 0;
      position: relative; }
      .slider-wrapper button.right::before {
        position: absolute;
        top: calc(50% - 15px);
        left: calc(50% - 8px);
        content: "";
        display: inline-block;
        width: 16px;
        height: 30px;
        background: url("img/slider-arrows.png") -16px 0px no-repeat; }
    .slider-wrapper button:hover {
      background: rgba(0, 22, 37, 0.5); }
      .slider-wrapper button:hover.left {
        position: relative; }
        .slider-wrapper button:hover.left::before {
          position: absolute;
          top: calc(50% - 15px);
          left: calc(50% - 8px);
          content: "";
          display: inline-block;
          width: 16px;
          height: 30px;
          background: url("img/slider-arrows.png") -32px 0px no-repeat; }
      .slider-wrapper button:hover.right {
        position: relative; }
        .slider-wrapper button:hover.right::before {
          position: absolute;
          top: calc(50% - 15px);
          left: calc(50% - 8px);
          content: "";
          display: inline-block;
          width: 16px;
          height: 30px;
          background: url("img/slider-arrows.png") -48px 0px no-repeat; }
    .slider-wrapper button.prev, .slider-wrapper button.next {
      background: rgba(36, 133, 202, 0.3); }
      .slider-wrapper button.prev:hover, .slider-wrapper button.next:hover {
        background: #034a7d; }
        .slider-wrapper button.prev:hover.prev, .slider-wrapper button.next:hover.prev {
          left: 0;
          position: relative; }
          .slider-wrapper button.prev:hover.prev::before, .slider-wrapper button.next:hover.prev::before {
            position: absolute;
            top: calc(50% - 15px);
            left: calc(50% - 8px);
            content: "";
            display: inline-block;
            width: 16px;
            height: 30px;
            background: url("img/slider-arrows.png") -96px 0px no-repeat; }
        .slider-wrapper button.prev:hover.next, .slider-wrapper button.next:hover.next {
          position: relative; }
          .slider-wrapper button.prev:hover.next::before, .slider-wrapper button.next:hover.next::before {
            position: absolute;
            top: calc(50% - 15px);
            left: calc(50% - 8px);
            content: "";
            display: inline-block;
            width: 16px;
            height: 30px;
            background: url("img/slider-arrows.png") -112px 0px no-repeat; }
    .slider-wrapper button.prev {
      left: 0;
      position: relative; }
      .slider-wrapper button.prev::before {
        position: absolute;
        top: calc(50% - 15px);
        left: calc(50% - 8px);
        content: "";
        display: inline-block;
        width: 16px;
        height: 30px;
        background: url("img/slider-arrows.png") -64px 0px no-repeat; }
    .slider-wrapper button.next {
      right: 0;
      position: relative; }
      .slider-wrapper button.next::before {
        position: absolute;
        top: calc(50% - 15px);
        left: calc(50% - 8px);
        content: "";
        display: inline-block;
        width: 16px;
        height: 30px;
        background: url("img/slider-arrows.png") -80px 0px no-repeat; }

.site-slider {
  text-align: center;
  color: #fafafa; }
  .site-slider__item {
    position: relative; }
  .site-slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 63px; }
  .site-slider__img {
    width: 100%; }
  .site-slider__title {
    font: 400 48px/58px "PT Sans Caption", sans-serif;
    text-transform: uppercase; }
    .site-slider__title span {
      font: 700 60px/62px "PT Sans Caption", sans-serif;
      color: #ffc61f; }
  .site-slider__txt {
    margin: 30px 0; }
  .site-slider__link {
    font: 700 14px/22px Arial;
    text-transform: uppercase;
    color: #ffc61f;
    border: 3px solid #ffc61f;
    padding: 8px 18px;
    display: inline-block;
    text-decoration: none; }
    .site-slider__link:hover {
      color: #fff;
      border: 3px solid #fff;
      background: #045a96; }

.slick-dots li button {
  transition: all 1s; }
  .slick-dots li button::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("img/slider-dots.png") 0px 0px no-repeat; }
  .slick-dots li button:hover {
    background: transparent; }
    .slick-dots li button:hover::before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url("img/slider-dots.png") -14px 0px no-repeat; }
.slick-dots li.slick-active button::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("img/slider-dots.png") -14px 0px no-repeat; }

.breadcrumbs {
  font: 400 14px/22px "PT Sans", sans-serif;
  color: #999; }
  .breadcrumbs a {
    color: #999; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs__item::before {
    content: " - "; }
  .breadcrumbs__item:first-child {
    padding-left: 0; }
    .breadcrumbs__item:first-child::before {
      content: ""; }

.news-all {
  font: 400 12px/12px "PT Sans", sans-serif;
  color: #777;
  text-transform: uppercase;
  display: table;
  float: right;
  height: 36px;
  vertical-align: bottom; }
  .news-all span {
    display: table-cell;
    vertical-align: bottom; }

.aside {
  margin-bottom: 20px; }

.footer {
  background: #e7e7e7;
  color: #777;
  padding-bottom: 17px;
  margin-top: 30px; }
  .footer__left {
    text-align: left; }
    .footer__left small {
      display: block;
      font: 400 14px/15px "PT Sans", sans-serif; }
    .footer__left a {
      color: #777;
      text-decoration: underline; }
      .footer__left a:hover {
        color: #545454;
        text-decoration: none; }
  .footer__copy {
    margin-top: 5px; }
  .footer__right {
    text-align: right;
    font: 400 18px/26px "PT Sans", sans-serif; }
  .footer .partners-outer {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 22px; }

.news {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e2eff8; }
  .news .listTitle:after {
    content: "";
    display: table;
    clear: both; }
  .news__date {
    color: #777; }
  .news__img {
    float: left;
    margin: 3px 15px 3px 0; }
  .news__link {
    display: block;
    margin-bottom: 10px;
    text-decoration: none; }
    .news__link--big {
      font: 400 22px/22px "PT Sans", sans-serif; }
  .news--inner p:first-child {
    margin: -3px 0 12px; }
  .news--inner table p:first-child {
    margin: 0; }
  .news--inner, .news:last-child {
    border-bottom: 0; }

.docBack {
  margin-top: 15px; }

.albumTable {
  margin: 0 -10px; }
  .albumTable td {
    width: 33.333%; }
    .albumTable td:last-child {
      display: none; }

.albumPhoto {
  position: relative;
  padding-bottom: calc(100% - 20px);
  overflow: hidden;
  margin: 5px 10px 10px; }
  .albumPhoto a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: transform .4s ease-out; }
  .albumPhoto:hover a {
    transform: scale(1.05); }

.divEdit {
  margin: 0 0 15px 0; }

.divModuleRights {
  z-index: 999; }

.adminDivCreate, .adminDivCreateMult {
  margin-bottom: 10px; }

.adminEditDelText {
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }

.spanEditDel {
  padding: 0px 10px 0px; }

.spanEditDel img, #mainContent .spanEditDel img {
  vertical-align: middle;
  margin: 0px 3px 0px;
  border: 0; }

.absolute .spanEditDel {
  position: relative;
  top: -20px; }

.divAddModule {
  margin: 0 0 10px 0; }

.divMoveForm {
  margin: 15px 0 25px; }

.divMoveForm form {
  padding: 0;
  margin: 0; }

.spanSort {
  padding: 0px 10px 0px; }

.spanSort input.inactive, .spanSort input.active, .spanSort input.error {
  border: 1px solid #000;
  width: 50px;
  height: 20px;
  padding-left: 15px;
  background: url(adminimg/sort_inactive.png) no-repeat left;
  color: #000; }

.spanSort input.active {
  background: url(adminimg/sort_active.png) no-repeat left; }

.spanSort input.error {
  background: url(adminimg/sort_error.png) no-repeat left; }

.pageEdit {
  margin-top: 10px; }

.pageInput {
  width: 30px;
  padding: 0 5px; }

/* Group edit */
#groupEditor {
  padding: 0px 0px 20px 0px;
  background: #e9e9e4;
  border: 2px solid #82827F;
  width: 420px; }

#groupEditor .closeImg {
  text-align: right; }

#groupEditor .mainDiv {
  margin: 20px 20px 0px 20px; }

#groupEditor table {
  margin: 15px 0px 0px 0px; }

#groupEditor .fieldGroupEditor {
  padding: 5px; }

#groupEditor .fieldGroupEditor input {
  width: 250px; }

#groupEditor .submitGroupEditor {
  padding: 5px;
  text-align: center; }

#groupEditor .error {
  font-size: 11px;
  font-weight: bold;
  color: #E00000; }

#groupEditor .info {
  font-size: 11px;
  font-weight: bold;
  color: #00AF00; }

/* ModuleRights */
div.divModuleRights {
  position: absolute;
  top: 25px;
  right: 30px;
  border: 1px solid black;
  width: 360px;
  padding: 2px;
  background-color: white;
  z-index: 9999; }

div.divModuleRights div.title {
  width: 100%;
  text-align: center;
  font-weight: bold; }

div.divModuleRights div.title a {
  cursor: pointer; }

div.divModuleRights div.module {
  padding: 4px;
  margin: 5px 2px;
  border: 1px solid black; }

div.divModuleRights div.module div.role {
  clear: both;
  padding: 3px 0 3px 0; }

/* Top panel */
.leftalign, .divEdit, .adminDivCreate, .adminEditDelText, .leftalign a, .divEdit a, .adminDivCreate a, .adminEditDelText a, .adminDivCreateMult a, .edit a {
  font: 11px Tahoma !Important;
  color: #666; }

.adminTopPanel {
  border-bottom: 1px solid #6f7071;
  width: 100%;
  background: #000;
  font: 12px Arial, Helvetica, sans-serif;
  position: relative;
  /*position:fixed;
  z-index:2000; */ }
  .adminTopPanel table {
    width: 980px !Important;
    text-align: center;
    margin: 0 auto; }
    .adminTopPanel table td {
      text-align: left; }
  .adminTopPanel a:hover, .adminTopPanel a:visited, .adminTopPanel a:link {
    color: #fff;
    font: 12px Arial, Helvetica, sans-serif; }
  .adminTopPanel .divEdit {
    margin-bottom: 0;
    color: #79b2f2; }

.tdAdminTopPanel {
  padding: 5px; }

.metaEditBlock {
  padding: 5px 10px;
  color: #fff;
  position: relative;
  display: inline-block; }

.metaEdit {
  background: #000;
  position: absolute;
  left: 0;
  margin-top: 10px;
  padding: 10px;
  width: 450px;
  z-index: 999; }
  .metaEdit p {
    margin: 0 0 8px; }
  .metaEdit .field {
    margin-bottom: 25px; }
  .metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
    box-sizing: border-box;
    width: 100%;
    color: #000;
    margin: 0; }
  .metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
    transition: width 0s;
    transition: height 0s; }
  .metaEdit textarea.visibleInput {
    min-height: 80px;
    height: 80px;
    resize: vertical; }
  .metaEdit .metaRed {
    font-weight: normal;
    color: #ff0000; }
  .metaEdit .metaGreen {
    font-weight: normal;
    color: #66CC33; }

.podMenu {
  text-align: left;
  position: absolute;
  z-index: 999;
  visibility: hidden;
  width: 230px;
  background: #000;
  margin-top: 10px;
  -moz-box-shadow: 1px 2px 5px #5A5A5A;
  -webkit-box-shadow: 1px 2px 5px #5A5A5A;
  -o-box-shadow: 1px 2px 5px #5A5A5A;
  -ms-box-shadow: 1px 2px 5px #5A5A5A;
  box-shadow: 1px 2px 5px #5A5A5A; }
  .podMenu .podMenuRel {
    padding: 5px 10px; }
    .podMenu .podMenuRel a {
      text-decoration: none;
      color: #fff; }
    .podMenu .podMenuRel:hover a {
      color: #79b2f2; }

/* Spec texts for form */
.adminDivFormText {
  background: #F5F6EA;
  padding: 5px;
  border: 1px solid #DCE0D4;
  color: #000; }

.adminDivFormText a {
  color: #000; }

.adminDivFormText .adminEditDelText a {
  color: #9D160A; }

.adminDivFormText .adminEditDelText {
  font-size: 80%; }

.adminInfoBox {
  background: #fff3eb none repeat scroll 0 0;
  border: 2px solid #db7474;
  border-radius: 25px;
  box-shadow: 0 0 8px 2px #b50b0b;
  box-sizing: border-box;
  color: #aa0000 !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold !important;
  height: 25px;
  padding: 2px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 25px;
  z-index: 100;
  -webkit-animation: myfirst 2.0s infinite;
  -moz-animation: myfirst 2.0s infinite;
  -o-animation: myfirst 2.0s infinite;
  animation: myfirst 2.0s infinite; }
  .adminInfoBox a {
    color: #000 !Important; }

@-webkit-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFE04D; }
  100% {
    background: #FFF3EB; } }
@-moz-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFE04D; }
  100% {
    background: #FFF3EB; } }
@-o-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFE04D; }
  100% {
    background: #FFF3EB; } }
@keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFE04D; }
  100% {
    background: #FFF3EB; } }
div.error_message {
  position: fixed;
  width: 260px;
  top: 50%;
  left: 50%;
  color: black;
  margin-left: -130px;
  margin-top: -130px;
  z-index: 1000; }

.error_message div.error_block_header {
  background: url(img/wrench.png) 2px 2px no-repeat #CCCCCC;
  height: 20px;
  border-bottom: 1px solid #CCCCCC;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  text-align: right; }

.error_message div.error_block_body {
  padding: 18px 5px 18px 5px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; }

.error_message a {
  display: block;
  position: relative;
  background: url(img/close.png) 2px 2px no-repeat;
  height: 20px;
  width: 20px;
  float: right; }

.captchaImg {
  margin-bottom: 5px; }

.divFormButton {
  margin-top: 10px; }

.divSearchSubmit, .divFormButton input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*********** POLLS **************/
.pollItem {
  margin-bottom: 40px; }

.pollInfo.pollInfoClosed,
.pollInfo.pollInfoVoted,
.pollInfo.pollInfoFirst,
.pollInfo.success,
.pollInfo.error {
  margin: 15px 0;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #666666; }

.pollInfo.pollInfoClosed,
.pollInfo.pollInfoVoted {
  background-color: #F3F3F3;
  border-color: #CCCCCC;
  color: #999999; }

.pollInfo.pollInfoFirst,
.pollInfo.success {
  background-color: #E4EEF2;
  border-color: #9DB4CD;
  color: #4278A0; }

.pollInfo.error {
  background-color: #FFDFBF;
  border-color: #D90000;
  color: #B30000; }

.pollTitle {
  font-weight: bold;
  margin-bottom: 15px; }

.pollDescr {
  color: #aaa;
  margin: 3px 0; }

.pollDescr .poll-closed {
  color: #999; }

.pollDescr .poll-active {
  color: #383; }

.pollAnswerBox {
  margin-bottom: 10px; }

.pollAnswerBox button {
  margin: 10px 0; }

.pollAnswerRow {
  margin: 5px 0; }

.pollAnswerRow input {
  margin-right: 5px; }

.pollResultBox {
  /*width: 400px;*/
  color: #555;
  margin-bottom: 20px; }

.pollResultRow {
  position: relative;
  background: #eee;
  margin-bottom: 5px; }

.pollResultRow .colored {
  height: 20px;
  background: #BBC1CE; }

.pollResultRow.winner .colored {
  background: #90C0EE; }

.pollResultRow span {
  position: absolute;
  line-height: 20px;
  padding: 0 10px;
  font-size: 11px; }

.pollResultRow span.votes {
  top: 0;
  left: 0; }

.pollResultRow span.prc {
  top: 0;
  right: 0;
  color: #555; }

.voices-all {
  color: #913232; }

.voices-all, .pollButtonRow {
  margin: 20px 30px 20px 0;
  position: static; }

.pollButtonRow {
  margin: 10px 30px 10px 0; }

.pollButtonRow button {
  margin-right: 10px; }

.form-elements {
  margin: 20px -7px !important; }

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #777;
  padding-left: 10px; }

.formField {
  margin-bottom: 10px; }

.form-elements {
  margin: 20px 0; }
  .form-elements .formField {
    margin-bottom: 10px; }
    .form-elements .formField input,
    .form-elements .formField textarea {
      width: 100%; }
    .form-elements .formField textarea {
      height: 78px;
      box-sizing: border-box;
      display: block; }
  .form-elements .submit {
    display: table;
    width: 100%; }
    .form-elements .submit__item {
      display: table-cell;
      vertical-align: bottom; }
      .form-elements .submit__item--img {
        width: 135px; }
        .form-elements .submit__item--img img {
          display: block; }
      .form-elements .submit__item--input input {
        width: 136px; }
      .form-elements .submit__item--input a {
        display: block;
        line-height: 1; }
      .form-elements .submit__item--submit {
        text-align: right; }

.form-auth__item {
  margin-bottom: 10px; }
  .form-auth__item:after {
    content: "";
    display: table;
    clear: both; }
  .form-auth__item label {
    float: left; }
  .form-auth__item input {
    float: right; }
.form-auth .buttons {
  display: table;
  width: 100%; }
  .form-auth .buttons__item {
    display: table-cell;
    vertical-align: top;
    text-align: right; }
    .form-auth .buttons__item:first-child {
      text-align: left; }
      .form-auth .buttons__item:first-child a {
        display: block;
        line-height: 1;
        margin-bottom: 3px; }

.respondsform .formField textarea {
  width: 100%;
  height: 175px; }

.star {
  color: red; }

/*# sourceMappingURL=css.css.map */
