@charset "UTF-8";
/**
* вендоры вебмотор
*/
/* Вендоры, стили разных подключаемых библиотек */
@import '../vendor/photoswipe/dist/photoswipe.css';
@import '../vendor/photoswipe/dist/default-skin/default-skin.css';
@import '../vendor/Swiper/dist/css/swiper.min.css';
/*! normalize.css v7.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
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font 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
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  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;
}

/*!
 *  Font Awesome 4.7.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('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.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}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-pp: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

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

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(../img/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ed5565;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    max-width: 880px;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../../front/vendor/fancybox/source/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(../../front/vendor/fancybox/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -40px;
    right: 0;
    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(../../front/vendor/fancybox/source/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: -50px;
}

.fancybox-next {
    right: -50px;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 0;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../../front/vendor/fancybox/source/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: 0;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: 0;
    /*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, .8);
}

/*Retina graphics!*/
/* переменные */
.rouble {
  font-family: 'rouble';
  font-weight: normal;
  font-style: normal;
}
.block-head {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.block-head-button {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.transition {
  transition: all ease-in-out 0.3s;
}
.relative {
  position: relative;
}
[style*='--bg-hover']:hover {
  background: var(--bg-hover) !important;
  background-size: contain !important;
  transition: all ease-in-out 0.3s;
}
/* модульная сетка на flexbox */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  order: 1;
}
/* шрифты */
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/roboto-regular/roboto-regular.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/roboto-regular/roboto-regular.woff?v=1.1.0") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("../fonts/roboto/roboto-bold/roboto-bold.woff2") format("woff2"), url("../fonts/roboto/roboto-bold/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/**
* rouble font
*/
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-LightItalic.woff2') format('woff2'), url('../fonts/jost/Jost-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-Light.woff2') format('woff2'), url('../fonts/jost/Jost-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-Medium.woff2') format('woff2'), url('../fonts/jost/Jost-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-Black.woff2') format('woff2'), url('../fonts/jost/Jost-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-ExtraLightItalic.woff2') format('woff2'), url('../fonts/jost/Jost-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-ExtraBold.woff2') format('woff2'), url('../fonts/jost/Jost-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-BoldItalic.woff2') format('woff2'), url('../fonts/jost/Jost-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-Italic.woff2') format('woff2'), url('../fonts/jost/Jost-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-ExtraLight.woff2') format('woff2'), url('../fonts/jost/Jost-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-BlackItalic.woff2') format('woff2'), url('../fonts/jost/Jost-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-Bold.woff2') format('woff2'), url('../fonts/jost/Jost-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/jost/Jost-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-MediumItalic.woff2') format('woff2'), url('../fonts/jost/Jost-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-SemiBoldItalic.woff2') format('woff2'), url('../fonts/jost/Jost-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-Regular.woff2') format('woff2'), url('../fonts/jost/Jost-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-SemiBold.woff2') format('woff2'), url('../fonts/jost/Jost-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-Thin.woff2') format('woff2'), url('../fonts/jost/Jost-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost/Jost-ThinItalic.woff2') format('woff2'), url('../fonts/jost/Jost-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/**
* общие стили сайта, сюда входит:
* 1. стили раскладки страницы (sticky footer)
* 2. настройки контейнеров
* 3. и разные общие стили
*/
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  font-family: "Jost", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  min-height: 100%;
  background: #f5f5f5;
}
html,
body {
  overflow-x: hidden;
}
.main-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.main-section {
  position: relative;
}
/**
* Основной контейнер
*/
.container {
  width: 100%;
  max-width: 1320px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container-album {
  width: 100%;
  max-width: 1620px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container-lg {
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container-small {
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container-full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.std-section {
  padding: 20px 70px;
}
/**
* общие кастомные стили
*/
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
}
address {
  font-style: normal;
}
/**
* правила для плагина magnific popup
*/
html.no-scroll {
  overflow-y: hidden;
  padding-right: 0;
}
.mfp-content .mfp-close {
  opacity: 1;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 24px;
  right: 27px;
}
.mfp-content .mfp-close .icon {
  width: 14px;
  height: 14px;
  opacity: 0.5;
  fill: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.mfp-content .mfp-close .icon:hover {
  opacity: 1;
}
.posr {
  position: relative;
}
/**
* footer webmotor
*/
.webmotor span {
  color: #000;
}
.webmotor a {
  color: #000;
  text-decoration: underline;
  transition: 0.15s color ease-in;
}
.page-head {
  margin-bottom: 20px;
}
/* типографика сайта */
/**
* Таблица стилей содержит стили типографики для визуального редактора CKEditor
* переменные редактируются из файла ./src/less/variables.less
*/
/**
* Основные настройки контентной области
*/
.content {
  /**
  * учитывает последний margin-bottom у строчного элемента
  */
  color: #424141;
}
/**
* Основной текст
*/
.content p,
.p {
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  font-family: "Jost";
  margin-top: 0;
  margin-bottom: 20px;
}
.content p.lead,
.p.lead {
  font-size: 24px;
}
/**
* Заголовки
* -----------------------------------------------------------------------------
*/
.content .h1,
.content h1,
.h1,
h1,
.content .h2,
.content h2,
.h2,
h2,
.content .h3,
.content h3,
.h3,
h3,
.content .h4,
.content h4,
.h4,
h4,
.content .h5,
.content h5,
.h5,
h5,
.content .h6,
.content h6,
.h6,
h6 {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 29px;
  color: black;
}
.content .h1 small,
.content h1 small,
.h1 small,
h1 small,
.content .h2 small,
.content h2 small,
.h2 small,
h2 small,
.content .h3 small,
.content h3 small,
.h3 small,
h3 small,
.content .h4 small,
.content h4 small,
.h4 small,
h4 small,
.content .h5 small,
.content h5 small,
.h5 small,
h5 small,
.content .h6 small,
.content h6 small,
.h6 small,
h6 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #424141;
}
.content .h1.var,
.content h1.var,
.h1.var,
h1.var,
.content .h2.var,
.content h2.var,
.h2.var,
h2.var,
.content .h3.var,
.content h3.var,
.h3.var,
h3.var,
.content .h4.var,
.content h4.var,
.h4.var,
h4.var,
.content .h5.var,
.content h5.var,
.h5.var,
h5.var,
.content .h6.var,
.content h6.var,
.h6.var,
h6.var {
  font-family: 'Jost';
  font-weight: 700;
}
.content .h1,
.content h1,
.h1,
h1 {
  font-size: 30px;
  font-family: "Jost";
  font-weight: 300;
}
.content .h2,
.content h2,
.h2,
h2 {
  font-size: 25px;
  font-family: "Jost";
  font-weight: 400;
}
.content .h3,
.content h3,
.h3,
h3 {
  font-size: 18px;
  font-family: "Jost";
  font-weight: 400;
}
.content .h4,
.content h4,
.h4,
h4 {
  font-size: 16px;
  font-family: "Jost";
  font-weight: 400;
}
.content .h5,
.content h5,
.h5,
h5 {
  font-size: 14px;
  font-family: "Jost";
  font-weight: 400;
}
.content .h6,
.content h6,
.h6,
h6 {
  font-size: 12px;
  font-family: "Jost";
  font-weight: 400;
}
/**
* Оформление текста внутри абзаца
* -----------------------------------------------------------------------------
*/
b,
strong {
  font-weight: bolder;
}
cite,
dfn,
em,
i,
var {
  font-style: italic;
}
.mark,
mark {
  padding: 0.2rem;
  color: #424141;
  /**
  * обязательно требуется контрастное значение
  */
  background-color: #ff0;
}
/**
* листинги кода
* -----------------------------------------------------------------------------
*/
code,
pre {
  font-size: 0.9rem;
  padding: 3px 8px 1px;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  color: #c7254e;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
/**
* ссылки
* -----------------------------------------------------------------------------
*/
.a,
.content a {
  color: black;
  font-weight: 400;
  text-decoration: underline;
  transition: 0.1s color ease;
}
.a:active,
.content a:active {
  color: #f76734;
}
.a:visited:not(.btn),
.content a:visited:not(.btn) {
  color: #022d43;
}
.a.hover,
.content a.hover,
.a:hover,
.content a:hover {
  color: #f76734;
}
/**
* списки
* -----------------------------------------------------------------------------
*/
.content ul {
  margin: 10px 0 30px 25px;
  padding: 0 0 0 0;
  list-style-type: none;
}
.content ul li {
  position: relative;
  margin-bottom: 0;
  line-height: 24px;
  /**
      * место под маркер списка
      */
  padding-left: 10px;
}
.content ul ul {
  margin: 0;
  padding-top: 0;
  padding-left: 0;
}
.content ul ul li {
  margin-bottom: 0;
}
.content ul ul li::before {
  background-color: transparent;
}
.content ul ol {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}
.content ul ol li {
  margin-bottom: 0;
}
.content ul > li::before {
  content: '';
  position: absolute;
  top: 10.5px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #e6481e;
  border: 1px solid #e6481e;
  border-radius: 50%;
}
.content ol {
  margin: 10px 0 30px;
  padding: 0 0 0 10px;
  list-style-type: none;
  /**
    * Задаём имя счетчика
    */
  counter-reset: num;
}
.content ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
}
.content ol ol {
  margin: 0;
  padding-left: 10px;
  padding-top: 0;
  list-style-type: none;
  /**
      * Задаём имя счетчика
      */
  counter-reset: num;
  /**
      * многоуровневый нумерованный пункт списка
      */
}
.content ol ol li {
  margin-bottom: 0;
  line-height: 24px;
}
.content ol ol li::before {
  /**
        * Выводим число
        */
  content: counter(num) '.';
  /**
        * Увеличиваем значение счётчика
        */
  counter-increment: num;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 2px;
  color: #f76734;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.content ol ul {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 0;
  list-style-type: none;
  counter-reset: num;
  /* Задаём имя счетчика */
}
.content ol ul li {
  padding-left: 10px;
  margin-bottom: 0;
  line-height: 24px;
}
.content ol > li::before {
  /**
      * Выводим число
      */
  content: counter(num) '.';
  /**
      * Увеличиваем значение счётчика
      */
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  width: 22px;
  text-align: right;
  color: #f76734;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
/**
* таблица
* -----------------------------------------------------------------------------
*/
.content table {
  width: 100%;
}
/**
* только для настоящих таблиц
*/
table.table {
  table-layout: fixed;
  border-spacing: 2px 2px;
  margin-bottom: 50px;
}
table.table.table-striped tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.table.table-hover tr:hover {
  background-color: #f5f5f5;
}
table.table th {
  padding: 6px 20px 6px 20px;
  font-weight: 700;
  color: #f76734;
  text-align: left;
  vertical-align: middle;
}
table.table td {
  padding: 6px 20px 6px 20px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
/**
* цитата blockquote
* -----------------------------------------------------------------------------
*/
.content blockquote {
  font-size: 20px;
  border-left-color: #d6d6d6;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 12px 2%;
  margin: 0 2% 20px;
}
.content blockquote:before {
  content: '';
  width: 49px;
  height: 43px;
  background: url('../img/pages/typical/quote.png') no-repeat;
  background-position: top 0 left 0;
  background-size: 49px 43px;
  position: absolute;
  opacity: 0.1;
}
.content blockquote p {
  margin-top: 28px;
}
.content blockquote footer,
.content blockquote small {
  font-size: 16px;
}
.content blockquote footer::before,
.content blockquote small::before {
  content: '\2014 \00A0';
}
/**
* элемент важно, комментарий и мелкий текст
* -----------------------------------------------------------------------------
*/
.content .important,
.important {
  background-color: #f76734;
  color: #fff;
  padding: 3px 8.5% 3px 1%;
  margin-bottom: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .important__warning,
.important__warning {
  width: 90px;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .important__text,
.important__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
.content .important h3,
.important h3 {
  color: #fff;
}
.content .important p,
.important p {
  margin-bottom: 0;
}
.small,
.content .small {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Jost";
  color: #626262;
}
.comment,
.content .comment {
  color: black;
}
.comment p,
.content .comment p {
  margin-bottom: 0;
  font-style: italic;
}
/**
* сноски (footnotes)
* -----------------------------------------------------------------------------
*/
.content .footnote {
  color: #424141;
  text-decoration: none;
}
.content .footnote:hover {
  color: #f76734;
}
.content .footnote:visited {
  color: #424141;
}
.content .footnote sup {
  color: #f76734;
}
.content .footnotes li {
  font-size: 14px;
}
.content .footnotes li::before {
  font-size: 14px;
}
.content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content .table-responsive {
  margin-bottom: 50px;
}
.content .table-responsive table {
  margin-bottom: 0;
}
/* классы - helper'ы */
.block-wrapper {
  /**
  * универсальная обертка для блока
  */
  margin-bottom: 40px;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.underline {
  text-decoration: underline;
}
.text-align-center {
  text-align: center;
}
/* подключаемые КОМПОНЕНТЫ */
.breadcrumb {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 35px;
  margin: 0;
}
.breadcrumb a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  color: #8a9fa7;
  text-decoration: none;
  padding-right: 5px;
}
.breadcrumb a[href] span {
  text-decoration: underline;
}
.breadcrumb a span {
  overflow: hidden;
}
.breadcrumb a[href]:hover {
  color: #424141;
}
.breadcrumb a::after {
  display: inline-block;
  content: '/';
  padding-left: 5px;
  text-decoration: none;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li:last-child a::after {
  display: none;
}
.breadcrumb li.active a {
  color: #424141;
}
.breadcrumb li.active a span {
  text-decoration: none;
}
/**
* wm buttons
*/
.btn,
.content .btn {
  display: inline-block;
  color: black;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: border-color, background-color, color;
  outline: none;
}
.btn--sm,
.content .btn--sm {
  padding: 4px 7px;
  border-radius: 0;
  font-size: 14px;
}
.btn--primary,
.content .btn--primary {
  border-color: #ffbe0a;
  background-color: #ffbe0a;
  color: #fff;
}
.btn--primary:hover,
.content .btn--primary:hover {
  border-color: #efb003;
  background-color: #efb003;
  color: #fff;
}
.btn--primary.contacts__tab_item:active,
.content .btn--primary.contacts__tab_item:active {
  border-color: #ffbe0a;
  background-color: transparent;
  color: #ffbe0a;
}
.btn--primary.contacts__tab_item:focus,
.content .btn--primary.contacts__tab_item:focus {
  border-color: #ffbe0a;
  background-color: transparent;
  color: #ffbe0a;
}
.btn--primary.contacts__tab_item.active,
.content .btn--primary.contacts__tab_item.active {
  border-color: #ffbe0a;
  background-color: transparent;
  color: #ffbe0a;
}
.btn--secondary,
.content .btn--secondary {
  border-color: #e6481e;
  background-color: #e6481e;
  color: #fff;
}
.btn--secondary:hover,
.content .btn--secondary:hover {
  border-color: #e95b35;
  background-color: #e95b35;
  color: #fff;
}
.btn--secondary:visited,
.content .btn--secondary:visited {
  color: #fff;
}
.btn--link,
.content .btn--link {
  border-color: transparent;
  background-color: transparent;
  color: black;
  text-decoration: none;
}
.btn--link:hover,
.content .btn--link:hover {
  border-color: transparent;
  background-color: transparent;
  color: #f76734;
}
.btn--link:focus,
.content .btn--link:focus {
  border-color: transparent;
  background-color: transparent;
  color: #f76734;
}
.btn--link:visited,
.content .btn--link:visited {
  color: black;
}
.btn--transparent,
.content .btn--transparent {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn--transparent:visited,
.content .btn--transparent:visited {
  color: #fff;
}
.btn--transparent:hover,
.content .btn--transparent:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.btn--transparent.btn--primary,
.content .btn--transparent.btn--primary {
  border-color: #ffbe0a;
  color: #ffbe0a;
}
.btn--transparent.btn--secondary,
.content .btn--transparent.btn--secondary {
  border-color: #e6481e;
  color: #e6481e;
}
.btn--transparent--inverted,
.content .btn--transparent--inverted {
  padding-top: 8px;
  padding-bottom: 8px;
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.btn--transparent--inverted:visited,
.content .btn--transparent--inverted:visited {
  color: #000;
}
.btn--transparent--inverted:hover,
.content .btn--transparent--inverted:hover {
  border-color: #f76734;
  background-color: #f76734;
  color: #fff;
}
.btn--transparent--inverted.btn--primary,
.content .btn--transparent--inverted.btn--primary {
  border-color: #ffbe0a;
  color: #ffbe0a;
}
.btn--transparent--inverted.btn--secondary,
.content .btn--transparent--inverted.btn--secondary {
  border-color: #e6481e;
  color: #e6481e;
}
.btn--disabled,
.content .btn--disabled,
.btn[disabled],
.content .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  background-color: #bcbcbc;
  border-color: #bcbcbc;
  color: #7f7f7f;
}
.btn--disabled:hover,
.content .btn--disabled:hover,
.btn[disabled]:hover,
.content .btn[disabled]:hover {
  border-color: #bcbcbc;
  background-color: #bcbcbc;
  color: #7f7f7f;
}
.btn--disabled:visited,
.content .btn--disabled:visited,
.btn[disabled]:visited,
.content .btn[disabled]:visited {
  color: #7f7f7f;
}
.btn--arrow,
.content .btn--arrow {
  position: relative;
  padding-left: 30px;
}
.btn--arrow:hover svg,
.content .btn--arrow:hover svg {
  fill: #fff;
}
.btn--arrow svg,
.content .btn--arrow svg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  width: 15px;
  height: auto;
  transition: fill 0.3s ease-in-out;
}
.spoilers {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 90px;
}
.spoilers .col-xs-12 h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.spoiler {
  margin-top: 0;
  margin-bottom: 20px;
}
.spoiler.active .spoiler__text {
  display: block;
}
.spoiler.active .spoiler__title {
  color: #f76734;
  border-bottom-color: #f76734;
}
.spoiler.active .icon {
  fill: #f76734;
  transform: rotate(180deg);
}
.spoiler__text {
  display: none;
  padding-top: 20px;
}
.spoiler__title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  color: black;
  font-weight: 400;
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: black;
  cursor: pointer;
}
.spoiler-title-icon-wrapper {
  position: absolute;
  top: 3px;
  right: -25px;
  width: 14px;
  height: 14px;
  fill: black;
}
.spoiler-title-icon-wrapper .icon {
  width: 14px;
  height: 14px;
  transition: 0.15s transform ease;
}
.spoiler__title:hover {
  color: #f76734;
  border-bottom-color: #f76734;
}
.spoiler__title:hover .icon {
  fill: #f76734;
}
.spoiler-poster .row > div > .spoiler-poster-item:nth-child(2) {
  border-top: 1px solid #d6d6d6;
}
.spoiler-poster-preview {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spoiler-poster-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 29px 0;
  border-bottom: 1px solid #d6d6d6;
}
.spoiler-poster-item:first-child {
  border-top: 1px solid #d6d6d6;
}
.spoiler-poster__date {
  text-align: left;
}
.spoiler-poster__number {
  line-height: 29px;
  font-size: 44px;
  font-family: 'Jost';
  font-weight: 700;
}
.spoiler-poster__month {
  margin-left: -2px;
  line-height: 29px;
  font-size: 16px;
  font-family: 'Jost';
  font-weight: 700;
}
.spoiler-poster__show-name a {
  color: #f76734 !important;
  font-size: 20px;
  line-height: 29px;
  font-family: 'Jost';
  font-weight: 700;
}
.spoiler-poster__name {
  line-height: 29px;
  font-size: 30px;
  font-family: 'Jost';
  font-weight: 700;
}
.spoiler-poster__place {
  color: #817f7f;
  font-size: 16px;
  line-height: 29px;
  font-family: 'Jost';
  font-weight: 700;
}
.spoiler-poster__buy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.spoiler-poster-preview--opened {
  width: 100%;
  padding-top: 45px;
  padding-left: 0;
  display: none;
  opacity: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: ease .5s;
}
.spoiler-poster-preview--opened > .row {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.spoiler-poster-preview--opened > .btn {
  max-height: 45px;
  max-width: 160px;
  text-align: center;
}
.pagination,
.content .pagination {
  margin-bottom: 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
}
.pagination li,
.content .pagination li {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: 'Jost';
}
.pagination li::before,
.content .pagination li::before {
  display: none !important;
}
.pagination li:last-child,
.content .pagination li:last-child {
  margin-right: 0;
}
.pagination a,
.content .pagination a,
.pagination span,
.content .pagination span {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
  background: transparent;
  transition: 0.15s background-color ease-in;
}
.pagination a:visited,
.content .pagination a:visited,
.pagination span:visited,
.content .pagination span:visited {
  color: #000;
}
.pagination a:hover,
.content .pagination a:hover,
.pagination span:hover,
.content .pagination span:hover {
  border-bottom: 1px solid #f76734;
  color: #f76734;
}
.pagination a.active,
.content .pagination a.active,
.pagination span.active,
.content .pagination span.active {
  background-color: transparent;
  border-bottom: 1px solid #f76734;
  color: #f76734;
  cursor: default;
}
.pagination a.disabled,
.content .pagination a.disabled,
.pagination span.disabled,
.content .pagination span.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination a.disabled .icon,
.content .pagination a.disabled .icon,
.pagination span.disabled .icon,
.content .pagination span.disabled .icon {
  fill: #777;
}
.pagination .pagination__prev,
.content .pagination .pagination__prev,
.pagination .pagination__next,
.content .pagination .pagination__next {
  border-bottom: 0;
}
.pagination .pagination__prev .icon,
.content .pagination .pagination__prev .icon,
.pagination .pagination__next .icon,
.content .pagination .pagination__next .icon {
  width: 25px;
  height: 15px;
  fill: black;
  transition: 0.15s fill ease-in;
}
.pagination .pagination__prev:hover,
.content .pagination .pagination__prev:hover,
.pagination .pagination__next:hover,
.content .pagination .pagination__next:hover {
  background-color: transparent;
  color: inherit;
}
.pagination__prev .icon {
  transform: rotate(-180deg);
}
.content .tab,
.tab {
  padding-left: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.content .tab-content,
.tab-content {
  margin-bottom: -80px;
}
.content .tab li,
.tab li {
  z-index: 50;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0;
  margin-right: 10px;
  max-width: 90px;
}
.content .tab li:last-child,
.tab li:last-child {
  margin-right: 0;
}
.content .tab li::before,
.tab li::before {
  content: none;
}
.content .tab li.active a,
.tab li.active a {
  cursor: default;
  background-color: transparent;
  color: #f76734;
  padding-bottom: 2px;
  border-bottom: 1px solid #f76734;
}
.content .tab a,
.tab a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 29px;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Jost';
  text-transform: none;
  color: black;
  padding-top: 9px;
  text-decoration: none;
  border-bottom: 0;
  transition: 0.2s background-color ease-in;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}
.content .tab a:hover,
.tab a:hover {
  color: #f76734;
  padding-bottom: 2px;
  border-bottom: 1px solid #f76734;
}
.content .tab.tab--catalog,
.tab.tab--catalog {
  width: calc(100% - 2px);
  margin-bottom: 0;
}
.content .tab.tab--catalog li,
.tab.tab--catalog li {
  border: 2px solid gray;
  border-bottom: 0;
  border-left: 0;
  margin-right: 0;
  border-radius: 2px;
  position: relative;
  left: 2px;
  margin-left: -2px;
  border-left: 2px solid gray;
}
.content .tab.tab--catalog li:first-child,
.tab.tab--catalog li:first-child {
  border-left: 2px solid gray;
}
.content .tab.tab--catalog li.active,
.tab.tab--catalog li.active {
  border: 2px solid #f76734;
  border-bottom-color: #fff;
  z-index: 10;
  top: 2px;
  margin-top: -2px;
  overflow: hidden;
}
.content .tab.tab--catalog li.active a,
.tab.tab--catalog li.active a {
  position: relative;
  left: -2px;
  background-color: #fff;
  color: #f76734;
  border-left: 2px solid #f76734;
}
.content .tab.tab--catalog a,
.tab.tab--catalog a {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 2px solid transparent;
  transition: none;
}
.content .tab.tab--catalog + .tab-content,
.tab.tab--catalog + .tab-content {
  min-height: 200px;
  border: 2px solid #f76734;
  padding: 22px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.tab-content > .tab-pane {
  display: none;
  padding-bottom: 90px;
}
.tab-content > .active {
  display: block;
}
.tab-pane.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.tab-pane.fade.in {
  opacity: 1;
}
.panel-group {
  margin-bottom: 40px;
}
.panel-group .panel {
  margin-bottom: 20px;
  border-radius: 0;
}
.panel-group .panel-title {
  margin-bottom: 0;
}
.panel-group .panel-title a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-decoration: none;
  background-color: #f6f6f6;
  transition: 0.15s background-color ease-in;
}
.panel-group .panel-title a .panel-title-link__text {
  color: black;
}
.panel-group .panel-title a:hover .panel-title-link__text {
  color: #f76734;
}
.panel-group .panel-title a:not(.collapsed) .panel-title-link__text {
  color: #f76734;
  font-weight: 500;
  background-color: transparent;
}
.panel-group .panel-title a:not(.collapsed) .panel-title-link__icon .icon {
  width: 35px;
  height: 35px;
  fill: #f76734;
  transform: rotate(0);
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #adadad;
}
.panel-body {
  padding: 10px 15px 25px;
}
.panel-default {
  border: 1px solid #adadad;
}
.panel-default.active {
  border-color: #f76734;
  outline: 1px solid #f76734;
}
.collapse.in {
  display: block;
}
.collapse {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}
.panel-title-link__icon {
  height: 31px;
}
.panel-title-link__icon .icon {
  width: 31px;
  height: 31px;
  fill: black;
  transform: rotate(-45deg);
  transition: 0.15s transform ease-in;
}
.panel-title-link__text {
  transition: 0.15s color ease-in;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #adadad;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #adadad;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #adadad;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #adadad;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 6px 12px;
  color: #000;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #adadad;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.fade.in {
  opacity: 1;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
/**
* form style
*/
.site-form {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.site-form-wrapper {
  border: 2px solid #f76734;
  margin-bottom: 40px;
}
.site-form-element--right {
  max-height: 228px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.site-form-element--right > div,
.site-form-element--right > div div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.site-form-element--right .site-form-element-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.site-form-element--right .site-form-element-wrapper > textarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: -30px;
}
.site-form-element--left {
  height: 100%;
}
.site-form__head {
  margin-top: -5px;
  color: #000000;
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 400;
}
.site-form__head-hr {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 0;
  margin-bottom: 25px;
  background-color: #e1e1e1;
  position: relative;
  z-index: 99;
}
.site-form .mfp-close:active {
  top: 0;
}
.site-form-element--right,
.site-form-element--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.site-form-element-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.site-form__label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #565a5f;
}
.site-form__input {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #fafafa;
  padding-left: 15px;
  padding-right: 15px;
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: ease-in;
}
.site-form__input:focus {
  outline: 0;
  border-color: #f76734;
  background-color: #fff;
}
.site-form__input:hover {
  background-color: #fff;
}
.site-form__textarea {
  display: block;
  width: 100%;
  min-height: 110px;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 15px;
  resize: vertical;
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: ease-in;
  margin-bottom: -10px;
}
.site-form__textarea:focus {
  border-color: #f76734;
  outline: 0;
  background-color: #fff;
}
.site-form__textarea:hover {
  background-color: #fff;
}
.site-form__input.error {
  border-color: #d04035;
  background-color: #f6dede;
  z-index: 9;
}
.site-form__input.error:focus {
  outline: 0;
}
.site-form label.error {
  position: absolute;
  font-size: 0.85rem;
  line-height: 1.5;
  font-style: italic;
  color: #d04035;
}
/**
* checkbox
*/
.site-form-row--checkbox {
  position: relative;
  /* for label with error */
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.site-form-row--checkbox label.error {
  position: absolute;
  left: 0;
  top: 100%;
}
.site-form__label-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 3px;
  border: 1px solid #adadad;
  background-color: #f6f6f6;
  padding: 3px;
  cursor: pointer;
  margin-right: 10px;
  transition: 0.15s border-color ease-in;
}
.site-form__icon-checked {
  width: 20px;
  height: 20px;
  fill: #f76734;
  transition: 0.15s opacity ease-in;
  opacity: 0;
}
.site-form__input-checkbox:checked ~ .site-form__label-checkbox .site-form__icon-checked {
  opacity: 1;
}
.site-form__input-checkbox:focus ~ .site-form__label-checkbox {
  border-color: #f76734;
}
.site-form__input-checkbox.error ~ .site-form__label-checkbox {
  border-color: #d04035;
  background-color: #f6dede;
}
.site-form-checkbox-text {
  font-size: 12px;
  color: #818080;
  font-weight: 300;
}
.site-form-checkbox-text a {
  font-size: 12px;
}
.site-form button {
  width: 100%;
}
.site-form-rules-text {
  font-family: "Jost";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #7f7f7f;
}
.site-form-rules-text a {
  color: #e6481e;
  text-decoration: underline;
}
.site-form-checkbox-text__link {
  color: black;
  text-decoration: underline;
}
.site-form-checkbox-text__link:hover {
  color: #f76734;
}
.site-form__cities,
.site-form__city-choose {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.site-form__cities {
  column-count: 4;
  column-gap: 10px;
  display: inline-block;
}
.site-form__cities-list__item--letter {
  color: #000 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  cursor: default !important;
}
.site-form__cities-list__item--letter:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.site-form__cities-list__item {
  padding-top: 5px;
  padding-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #f76734;
  font-family: "Jost", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}
.site-form__cities-list__item:hover {
  font-weight: 700;
  cursor: pointer;
}
.site-form__city-choose {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.site-form__city-choose > .btn--secondary {
  text-align: center;
  width: 82px;
  margin-right: 10px;
}
.site-form__city-choose > .btn--transparent-inverted {
  text-align: center;
  white-space: nowrap;
  width: 242px;
  padding-right: 10px;
  padding-left: 10px;
}
#contacts-callback {
  border: none;
}
#contacts-callback .site-form {
  max-width: 680px;
  margin-left: 0;
  margin-right: 0;
}
.slider-simple-item {
  position: relative;
  background: white;
  height: 244px;
}
.slider-simple-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.slider-poster {
  width: 100%;
  max-width: 1320px;
  height: 685px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  overflow: hidden;
}
.slider-show .poster-item-desc__subject {
  font-family: 'Jost';
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  padding: 10px 0;
}
.slider-show .poster-item-desc__buy {
  margin: 5px 0 15px 0;
}
.poster-slider,
.slider-show-wrap {
  position: relative;
}
.poster-slider .slick-initialized .slick-slide,
.slider-show-wrap .slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.slider-simple-item {
  filter: grayscale(100%);
  transition: all ease-in-out 0.5s;
}
.slider-simple-item:hover {
  filter: none;
  transition: all ease-in-out 0.5s;
}
.slider-simple-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: auto;
  max-height: 100px;
  max-width: 70%;
}
.slider-poster__button-next,
.slider-poster__button-prev {
  position: absolute;
  z-index: 5;
  top: 50%;
  border: 0;
  background-color: transparent;
  padding: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.slider-poster__button-next:focus,
.slider-poster__button-prev:focus {
  outline: 0;
}
.slider-poster__button-next .icon,
.slider-poster__button-prev .icon {
  fill: #ebebeb;
  transition: 0.2s fill ease;
}
.slider-poster__button-next .icon:hover,
.slider-poster__button-prev .icon:hover {
  fill: #f76734;
}
.slider-simple__button-next,
.slider-simple__button-prev {
  position: absolute;
  z-index: 5;
  top: 50%;
  border: 0;
  background-color: transparent;
  padding: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.slider-simple__button-next:focus,
.slider-simple__button-prev:focus {
  outline: 0;
}
.slider-simple__button-next .icon,
.slider-simple__button-prev .icon {
  fill: #ebebeb;
  transition: 0.2s fill ease;
}
.slider-simple__button-next .icon:hover,
.slider-simple__button-prev .icon:hover {
  fill: #f76734;
}
.slider-poster__button-prev {
  left: -25px;
}
.slider-poster__button-prev .icon {
  fill: #d6d6d6;
  transform: rotate(180deg);
}
.slider-simple__button-prev {
  left: -45px;
}
.slider-simple__button-prev .icon {
  fill: #d6d6d6;
  transform: rotate(180deg);
}
.slider-poster__button-next {
  right: -25px;
}
.slider-poster__button-next .icon {
  fill: #d6d6d6;
  transform: rotate(0deg);
}
.slider-simple__button-next {
  right: -45px;
}
.slider-simple__button-next .icon {
  fill: #d6d6d6;
  transform: rotate(0deg);
}
/**
* modal form style
*
* Dependencies:
* 1. /src/components/wm.form/wm.form.less
* 2. /src/components/wm.buttons/wm.buttons.less
*/
.site-form-wrapper--modal {
  position: relative;
  background-color: #fff;
  max-width: 860px;
  margin: 15px auto;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.site-form-wrapper--modal .site-form__textarea {
  resize: none;
}
.modal-form-message-info-wrapper {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: visible;
  background-color: #fff;
  padding-left: 3.5%;
  padding-right: 3.5%;
  text-align: center;
}
.modal-form-message-info-wrapper.disabled {
  z-index: -1;
  visibility: hidden;
}
.modal-form__message-info {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #222222;
  margin-bottom: -20px;
}
.modal-form__message-info > div {
  margin-bottom: 12px;
}
.modal-form__message-info > div:last-child {
  margin-bottom: 0;
}
.modal-form__message-caption {
  color: #424141;
}
.nested-folder {
  margin-bottom: 40px;
}
.content .folder__head,
.folder__head {
  color: black;
  margin-bottom: 5px;
}
.folder-list {
  background-color: #f6f6f6;
  padding: 15px 30px;
}
.folder-item:last-child .folder-item-filename-wrapper {
  margin-bottom: 0;
}
.folder-item:last-child .nested-folder-list {
  padding-bottom: 0;
}
.content .folder-item-filename-wrapper,
.folder-item-filename-wrapper {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 5px;
}
.content .folder-item-filename-wrapper:hover .icon,
.folder-item-filename-wrapper:hover .icon {
  fill: #f76734;
}
.content .folder-item-filename-wrapper:hover .folder-item__filename,
.folder-item-filename-wrapper:hover .folder-item__filename {
  border-bottom-color: #f76734;
}
.content .folder-item-filename-wrapper .icon,
.folder-item-filename-wrapper .icon {
  position: relative;
  top: 2px;
  display: block;
  width: 18px;
  height: 13px;
  fill: black;
  margin-left: 5px;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.15s transform ease-in;
}
.content .folder-item-filename-wrapper.active,
.folder-item-filename-wrapper.active {
  color: #f76734;
}
.content .folder-item-filename-wrapper.active .icon,
.folder-item-filename-wrapper.active .icon {
  fill: #f76734;
  transform: rotate(-180deg);
}
.content .folder-item-filename-wrapper.active .folder-item__filename,
.folder-item-filename-wrapper.active .folder-item__filename {
  border-bottom-color: #f76734;
}
.folder-item__filename {
  border-bottom: 1px dashed black;
}
.folder-item-icon-wrapper {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.nested-folder-list {
  padding: 15px 30px;
  background-color: #f6f6f6;
}
.nested-folder-item {
  margin-bottom: 5px;
}
.nested-folder-item:last-child {
  margin-bottom: 0;
}
.nested-folder-link {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.nested-folder-link:hover .icon {
  fill: #f76734;
}
.nested-folder-link .icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: black;
  margin-right: 10px;
}
.nested-folder-link-icon-wrapper {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.select2 {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 3px;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.05);
}
.select2:focus {
  outline: 0;
}
.select2-container .select2-selection--single {
  height: 32px;
  background-color: #fff;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(170, 170, 170, 0.5);
  border-radius: 3px;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  color: #646464;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f76734;
  color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #646464;
}
.select2-results__option {
  padding: 6px;
}
.main-slider-section {
  position: relative;
}
.main-slider-wrapper {
  position: relative;
}
.main-slider-wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
  z-index: 2;
}
.main-slider {
  width: 100%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.main-slider-item {
  position: relative;
}
.main-slider .slick-dots {
  bottom: 25px;
}
.main-slider .slick-dots li.slick-active button:before {
  background: #f76734;
  opacity: 1;
}
.main-slider .slick-dots li button:before {
  content: "";
  background: #f76734;
  opacity: .55;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.main-slider-slogan {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-slider-slogan-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 570px;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 35px 0;
  text-decoration: none;
}
.main-slider-slogan-wrapper h1 {
  color: #fff;
  text-align: left;
  font-family: 'Jost';
  font-size: 30px;
  font-weight: 900;
}
.main-slider-slogan-wrapper .note {
  color: #ffffff;
  font-family: "Jost";
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  padding-bottom: 16px;
}
.main-slider-slogan-wrapper .btn {
  max-width: 170px;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #f76734;
}
.main-slider-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 570px;
}
.main-slider-item-inner {
  width: 100%;
  height: 570px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-slider__button-prev,
.main-slider__button-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  border: 0;
  background-color: transparent;
  padding: 0;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all ease-in-out 0.2s;
}
.main-slider__button-prev:focus,
.main-slider__button-next:focus {
  outline: 0;
}
.main-slider__button-prev:hover,
.main-slider__button-next:hover {
  opacity: 1;
}
.main-slider__button-prev .icon,
.main-slider__button-next .icon {
  fill: #fefefe;
}
.main-slider__button-prev {
  left: 16px;
}
.main-slider__button-prev .icon {
  transform: rotate(0deg);
}
.main-slider__button-next {
  right: 16px;
}
.main-slider__button-next .icon {
  transform: rotate(180deg);
}
.banner {
  display: none;
  height: 80px;
  width: 100%;
}
.banner > img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #2a2f32;
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 700;
}
.swiper-container-team {
  width: 100%;
  height: 100%;
}
.swiper-container-team .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-container-team .slider-team {
  transition: all 0.3s ease-in-out;
  height: 730px;
}
.swiper-container-team .slider-team .swiper-slide,
.swiper-container-team .slider-team .swiper-slide-duplicate {
  background-color: #f6af20;
  transition: all 0.3s ease-in-out;
}
.swiper-container-team .slider-team .swiper-slide .slider-team-item-char {
  max-height: 500px;
}
.swiper-container-team .slider-team .swiper-slide-active .slider-team-item-char {
  max-height: 700px;
}
.swiper-container-team .slider-team .swiper-slide-prev,
.swiper-container-team .slider-team .swiper-slide-next,
.swiper-container-team .slider-team .swiper-slide-duplicate-next,
.swiper-container-team .slider-team .swiper-slide-duplicate-prev {
  background-color: #f6af20;
  background-image: linear-gradient(to top, #d37108 0%, #f68b20 100%);
}
.swiper-container-team .slider-team .swiper-slide-active,
.swiper-container-team .slider-team .swiper-slide-duplicate-active {
  background-color: #f69629;
  background-image: linear-gradient(to top, #c54f15 0%, #f69629 100%);
  position: relative;
  z-index: 11;
}
.swiper-container-team .slider-team .swiper-slide-active:hover .slider-team-item-char,
.swiper-container-team .slider-team .swiper-slide-duplicate-active:hover .slider-team-item-char {
  opacity: 0;
  visibility: hidden;
}
.swiper-container-team .slider-team .swiper-slide-active:hover .slider-team-item-char--hover,
.swiper-container-team .slider-team .swiper-slide-duplicate-active:hover .slider-team-item-char--hover {
  opacity: 1;
  visibility: visible;
}
.swiper-container-team .slider-team .swiper-slide-active .slider-team__overlay.slider-team__overlay--black,
.swiper-container-team .slider-team .swiper-slide-duplicate-active .slider-team__overlay.slider-team__overlay--black {
  opacity: 0;
  visibility: hidden;
}
.swiper-container-team .slider-team .overlay {
  opacity: 0;
  visibility: hidden;
}
.swiper-container-team .slider-team__button-next,
.swiper-container-team .slider-team__button-prev {
  position: absolute;
  z-index: 5;
  top: 50%;
  border: 0;
  background-color: transparent;
  padding: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
.swiper-container-team .slider-team__button-next:focus,
.swiper-container-team .slider-team__button-prev:focus {
  outline: 0;
}
.swiper-container-team .slider-team__button-next .icon,
.swiper-container-team .slider-team__button-prev .icon {
  fill: #ebebeb;
  transition: 0.2s fill ease;
}
.swiper-container-team .slider-team__button-next .icon:hover,
.swiper-container-team .slider-team__button-prev .icon:hover {
  fill: #f76734;
}
.swiper-container-team .slider-team__button-prev {
  left: calc(33.3% - 20px);
  z-index: 11;
}
.swiper-container-team .slider-team__button-prev .icon {
  fill: #d6d6d6;
  transform: rotate(180deg);
}
.swiper-container-team .slider-team__button-prev .icon:hover {
  fill: #f0f0f0;
}
.swiper-container-team .slider-team__button-next {
  right: calc(33.3% - 20px);
  z-index: 11;
}
.swiper-container-team .slider-team__button-next .icon {
  fill: #d6d6d6;
  transform: rotate(0deg);
}
.swiper-container-team .slider-team__button-next .icon:hover {
  fill: #f0f0f0;
}
.swiper-container-team .slider-team__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.swiper-container-team .slider-team__overlay--black {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.swiper-container-team .slider-team__overlay--gradient {
  height: 200px;
  bottom: -5px;
  top: auto;
  background-image: linear-gradient(to top, #9D2420 0%, transparent 100%);
  opacity: 0.4;
  z-index: 10;
}
.swiper-container-team .slider-team-item .h2 {
  position: absolute;
  bottom: 100px;
  color: #ffffff;
  font-family: "Jost";
  font-size: 40px;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
  z-index: 11;
  line-height: 44px;
  text-align: center;
  width: 100%;
  left: 0;
  margin: 0;
}
.swiper-container-team .slider-team-item .btn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 234px;
  height: 45px;
  border-radius: 22px;
  border: 1px solid #ffffff;
  z-index: 11;
}
.swiper-container-team .slider-team-item-char {
  opacity: 1;
  visibility: visible;
}
.swiper-container-team .slider-team-item-char--hover {
  opacity: 0;
  visibility: hidden;
}
.swiper-container-team .slider-team-item-char,
.swiper-container-team .slider-team-item-char--hover {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  height: calc(100% - 20px);
  max-width: 490px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.swiper-container-team .slider-team .swiper-slide-next .h2,
.swiper-container-team .slider-team .swiper-slide-duplicate-next .h2,
.swiper-container-team .slider-team .swiper-slide-prev .h2,
.swiper-container-team .slider-team .swiper-slide-duplicate-prev .h2 {
  font-size: 25px;
  bottom: 50px;
}
.swiper-container-team .slider-team .swiper-slide-next .btn,
.swiper-container-team .slider-team .swiper-slide-duplicate-next .btn,
.swiper-container-team .slider-team .swiper-slide-prev .btn,
.swiper-container-team .slider-team .swiper-slide-duplicate-prev .btn {
  visibility: hidden;
  opacity: 0;
}
.swiper-container-partners {
  margin: 0 10px;
  width: 100%;
  height: 100%;
}
.partners-slider {
  position: relative;
}
/* Подключаемые страницы */
/**
* Страница поиска
* Содержит в себе следующие компоненты:
* 1. Форма поиска
* 2. Список с результатами
* 3. Дополнительное меню с категориями
* -----------------------------------------------------------------------------
*/
/* variables */
.search-form {
  width: 100%;
  margin-bottom: 40px;
}
.search-form-input-wrapper {
  position: relative;
  display: inline;
}
.search-form__label {
  display: block;
  margin-bottom: 15px;
}
.search-form__input {
  display: inline-block;
  width: 100%;
  height: 66px;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 57px;
  border-width: 3px;
  border-color: #e0e0e0;
  border-style: solid;
}
.search-form__input:focus {
  outline: 0;
}
.search-form__button-submit {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.search-form__button-submit .icon {
  width: 40px;
  height: 40px;
  padding: 7px;
  fill: #454545;
}
.search-result-list {
  margin-bottom: 40px;
}
.search-result-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.search-result-item:last-child {
  margin-bottom: 0;
}
.search-item-icon-wrapper {
  width: 45px;
  min-width: 45px;
  margin-right: 10px;
}
.search-item-icon-inner-wrapper {
  width: 45px;
  height: 45px;
  background-color: #f4f4f4;
  padding: 12px;
}
.search-item-icon-inner-wrapper svg,
.search-item-icon__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.search-item-head {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px;
}
.search-item-head:hover .search-item-head__text {
  color: #f76734;
}
.search-item-head:visited .search-item-head__text {
  color: #022d43;
}
.search-item-head__text {
  color: black;
  text-decoration: underline;
  transition: 0.15s color ease-in;
}
.search-item-head__date {
  color: #666;
  padding-left: 5px;
  text-decoration: none;
}
.search-category-list {
  position: relative;
  top: -106px;
  margin-bottom: 40px;
}
.search-category-item {
  margin-bottom: 4px;
}
.search-category-item-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 66px;
  background-color: #f4f4f4;
  padding-right: 15px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  transition: 0.15s background-color ease-in;
}
.search-category-item-link:hover {
  background-color: #f76734;
}
.search-category-item-link:hover .search-category-item-link__text {
  color: #fff;
}
.search-category-item-link:hover .search-category-item-link__count {
  color: #e0e0e0;
}
.search-category-item-link:hover svg {
  fill: #fff;
}
.search-category-item-link--result-all {
  opacity: 0.7;
  background-color: #f76734;
  transition: 0.15s opacity ease-in;
}
.search-category-item-link--result-all .search-category-item-link__text {
  color: #fff;
}
.search-category-item-link--result-all .search-category-item-link__count {
  color: #e0e0e0;
}
.search-category-item-link--result-all svg {
  fill: #fff;
}
.search-category-item-link--result-all:hover {
  opacity: 1;
}
.search-category-item-link-icon-wrapper {
  width: 45px;
  min-width: 45px;
}
.search-category-item-link-icon-wrapper + .search-category-item-link__text {
  padding-left: 3px;
}
.search-category-item-link-icon-inner-wrapper {
  width: 45px;
  height: 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-category-item-link-icon-inner-wrapper svg {
  width: 100%;
  height: auto;
  max-width: 21px;
  transition: 0.15s fill ease-in;
}
.search-category-item-link__text {
  transition: 0.15s color ease-in;
  padding-right: 5px;
  padding-left: 15px;
}
.search-category-item-link__count {
  transition: 0.15s color ease-in;
  color: #666;
}
.paginaion-search-wrapper .pagination-wrapper {
  text-align: left;
}
.search-item__caption .highlight {
  background-color: rgba(57, 181, 73, 0.42);
  transition: 0.15s color ease-in;
}
.search-item__caption .highlight-separate {
  font-weight: bold;
}
.gallery-item-page-controls-wrapper select.js-select2 {
  width: 100%;
  height: 32px;
  color: #646464;
  background-color: #ececec;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #aaa;
  border-radius: 1px;
}
.gallery-item-page-controls-wrapper .select2 {
  width: 100% !important;
  margin-bottom: 20px;
}
.gallery-item-page-arrow.mfp-arrow-left {
  left: -20px;
}
.gallery-item-page-arrow.mfp-arrow-right {
  right: -20px;
}
.gallery-item-page-arrow.mfp-arrow svg {
  fill: #f76734;
}
.gallery-item-page-arrow.mfp-arrow-left svg {
  transform: rotateZ(90deg);
}
.gallery-item-page-arrow.mfp-arrow-left::before {
  border-color: transparent;
}
.gallery-item-page-arrow.mfp-arrow-left::after {
  top: -30px;
  width: 73px;
  height: 100px;
  margin-left: 12px;
  border-top-width: 0;
  border-bottom-width: 0;
  opacity: 0.7;
  border-color: transparent;
}
.gallery-item-page-arrow.mfp-arrow-right svg {
  transform: rotateZ(-90deg);
}
.gallery-item-page-arrow.mfp-arrow-right:before {
  border-color: transparent;
}
.gallery-item-page-arrow.mfp-arrow-right::after {
  top: -30px;
  width: 73px;
  height: 100px;
  margin-right: 12px;
  margin-left: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  opacity: 0.7;
  border-color: transparent;
}
.gallery-item-page-item {
  margin-bottom: 20px;
}
.gallery-item-page-item-link {
  display: block;
  width: 100%;
  height: 285px;
  overflow: hidden;
}
.gallery-item-page-item-link__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  font-family: 'object-fit: cover;';
}
/**
* news-list, news-item
* -----------------------------------------------------------------------------
*/
.news {
  /**
  * универсальные стили для обоих страниц новостей
  */
  /**
  * news-list
  * страница списка новостей
  * ---------------------------------------------------------------------------
  */
  /**
  * news-item
  * страница списка новостей
  * ---------------------------------------------------------------------------
  */
}
.news .news-border {
  border: 1px solid #adadad;
  border-radius: 0;
}
.news-label {
  display: inline-block;
  vertical-align: top;
  padding: 2px 8px;
  text-decoration: none;
  background-color: #1b7eb0;
  color: #fff;
  border-radius: 0;
}
.news-item-info {
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 12px;
}
.news-item-info__item {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9rem;
}
.news-item-tag-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.news-item-tag-item {
  padding-left: 10px;
  padding-right: 10px;
}
.news-item-text-info {
  color: #424141;
}
.news-social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news-social-item {
  padding-left: 5px;
  padding-right: 5px;
}
.news-social-item__link {
  display: block;
  width: 100%;
  min-width: 35px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 10px;
  text-align: center;
  border-color: #424141;
  border-width: 1px;
  color: #424141;
  transition: 0.15s background-color ease-in;
}
.news-social-item__link:hover {
  background-color: #e6e6e6;
}
.news-newsletter-form-wrapper {
  margin-bottom: 40px;
}
.news-newsletter-form-wrapper .btn[type="submit"] {
  width: 100%;
}
.news-newsletter-form {
  padding-top: 20px;
  border: 1px solid #adadad;
  border-radius: 0;
}
.news-newsletter-form .modal-form-row--checkbox {
  margin-bottom: 20px;
}
.news-newsletter-form .modal-form-row--checkbox label.error {
  display: none !important;
  /* нет места под сообщение */
}
.news-item-link-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.news-slider-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.news-slider-button-prev {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background-color: transparent;
}
.news-slider-button-prev:focus {
  outline: 0;
}
.news-slider-button-prev:hover svg {
  fill: #f98c65;
}
.news-slider-button-prev svg {
  fill: #f76734;
  transform: rotate(90deg);
}
.news-slider-button-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  background-color: transparent;
}
.news-slider-button-next:focus {
  outline: 0;
}
.news-slider-button-next:hover svg {
  fill: #f98c65;
}
.news-slider-button-next svg {
  fill: #f76734;
  transform: rotate(-90deg);
}
.news-slider-list {
  margin-bottom: 20px;
  height: 500px;
}
.news-slider-social-action-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-slider-item {
  position: relative;
  height: 500px !important;
}
.news-slider-item__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news-slider-item-text-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.news-slider-item-text-wrapper__head {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-shadow: 0 0 4px #000;
  font-size: 28px;
  line-height: 1.1;
}
.news-slider-item-text-wrapper__subhead {
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.news-slider-social-vote-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.news-slider-social-vote-item {
  padding-left: 10px;
  padding-right: 10px;
}
.news-slider-social-vote-item__link {
  display: -ms-flexbox;
  display: flex;
}
.news-slider-social-vote-item__text {
  padding-left: 10px;
  padding-right: 10px;
}
.news-slider-social-network {
  display: -ms-flexbox;
  display: flex;
}
.news-slider-social-network__title {
  padding-right: 15px;
}
.news-slider-social-network-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.news-slider-social-network-item {
  padding-left: 5px;
  padding-right: 5px;
}
.news-comment-block {
  margin-bottom: 40px;
}
.news-comment-list {
  padding-left: 0;
  list-style: none;
}
.news-comment-list:first-child {
  margin-top: 0;
}
.news-comment-item-text {
  overflow: hidden;
}
.news-comment-item {
  margin-top: 15px;
}
.news-comment-item-preview__img {
  display: block;
}
.news-comment-item-text {
  display: table-cell;
  vertical-align: top;
}
.news-comment-item-preview {
  display: table-cell;
  vertical-align: top;
}
.news-comment-item-text {
  width: 10000px;
}
.news-comment-item-text__title {
  margin-top: 0;
  margin-bottom: 5px;
}
.news-page-sidebar {
  margin-bottom: 40px;
}
.news-page-list-item-row {
  margin-bottom: 20px;
}
.news-page-list-item {
  min-height: 320px;
  padding: 15px;
  margin-bottom: 40px;
  border: 1px solid #adadad;
  border-radius: 0;
}
.news-page-item-image-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* ie11-fix */
  height: 250px;
  overflow: hidden;
  text-decoration: none;
}
.news-page-item__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.news-page-item-content__title {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}
.news-page-item-content__title:hover {
  text-decoration: underline;
}
.news-page-keep-list {
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.news-page-keep-item {
  padding-left: 10px;
  padding-right: 10px;
}
.news-page-keep-item__link {
  min-width: 35px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  color: #424141;
  border-color: #424141;
  border-width: 1px;
  transition: 0.15s background-color ease-in;
}
.news-page-keep-item__link:hover {
  background-color: #e6e6e6;
}
.news-page-sort-block {
  height: 100%;
  margin-bottom: 20px;
}
.news-page-sort-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.news-page-sort-list--small .news-page-sort-list-item__link {
  font-size: 1rem;
  font-weight: 700;
}
.news-page-sort-list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-left: 10px;
  padding-right: 10px;
}
.news-page-sort-list-item:last-child::after {
  content: none;
}
.news-page-sort-list-item::after {
  content: attr(data-divider);
}
.news-page-sort-list-item__link {
  font-size: 1.25rem;
  text-decoration: none;
}
.news-item-page-similar-list-item {
  padding: 10px;
  margin-bottom: 40px;
  border: 1px solid #adadad;
  border-radius: 0;
}
.news-item-page-return-link-wrapper {
  margin-bottom: 20px;
}
.news-item-page-preview-image-wrapper {
  overflow: hidden;
  max-height: 1000px;
  margin-bottom: 20px;
}
.news-item-page-preview__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
.news-item-page-similar-list-item-image-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-item-page-similar-list-item__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  /* это контент, поэтому нужно как-то ограничить */
  border-radius: 0;
}
.news-item-page-similar-list-item__head {
  font-size: 24px;
}
.news-item-page-item-text-info {
  line-height: 1.4;
  font-size: 0.95rem;
}
.news-item-page-content-block iframe#video {
  max-width: 100%;
  margin-bottom: 40px;
}
/**
* 1200 by default
*/
/**
* 1024 by default
*/
/**
* 767 by default
*/
.slider-thumbnails-section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-x: hidden;
}
.slider-thumbnails__controls_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 45px;
  cursor: pointer;
  z-index: 444;
  left: 20px;
}
.slider-thumbnails__controls_prev svg {
  width: 25px;
  height: 45px;
  fill: #f76734;
}
.slider-thumbnails__controls_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 45px;
  cursor: pointer;
  z-index: 444;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.slider-thumbnails__controls_next svg {
  width: 25px;
  height: 45px;
  fill: #f76734;
}
.slider-thumbnails__inner {
  height: 410px;
  overflow: hidden;
}
.slider-thumbnails__inner .slick-dots {
  bottom: 20px;
}
.slider-thumbnails__inner .slick-dots button {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
}
.slider-thumbnails__inner .slick-dots button:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.slider-thumbnails__inner .slick-dots .slick-active button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #f76734;
}
.slider-thumbnails__item {
  position: relative;
  height: 450px;
}
.slider-thumbnails__img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider-thumbnails__wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.slider-thumbnails__wrapper.nav {
  width: 80%;
  height: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.slider-thumbnails__wrapper.nav .slider-thumbnails__controls_prev {
  left: -55px;
}
.slider-thumbnails__wrapper.nav .slider-thumbnails__controls_next {
  right: -55px;
}
.slider-thumbnails__wrapper.nav .slider-thumbnails__inner {
  height: 120px;
}
.slider-thumbnails__wrapper.nav .slider-thumbnails__item {
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 2px solid transparent;
  margin-left: 5px;
  margin-right: 5px;
  transition: ease 0.3s;
  cursor: pointer;
}
.slider-thumbnails__wrapper.nav .slider-thumbnails__item:hover {
  border: 2px solid #e6481e;
}
.slider-thumbnails__wrapper.nav .slider-thumbnails__item.slick-current {
  border: 2px solid #f76734;
}
/**
* objects
*/
.object-filter {
  /**
  * результаты поиска
  */
  /**
  * object-filter-result
  */
}
.object-filter-form {
  /**
    * irs slider custom style
    */
}
.object-filter-form-item-wrapper {
  padding: 0;
  border: 0;
  margin: 0 0 20px;
}
.object-filter-form-item__head {
  display: block;
  max-width: 100%;
  padding: 0;
  margin-bottom: 3px;
  white-space: normal;
}
.object-filter-form-control-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px;
}
.object-filter-form-control-item {
  padding-left: 5px;
  padding-right: 5px;
}
.object-filter-form-control__input {
  width: 100px;
  height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  border-color: #adadad;
  border-width: 2px;
  border-style: solid;
  background-color: #fff;
}
.object-filter-form-control__input:hover,
.object-filter-form-control__input:focus {
  background-color: #fff;
  border-color: #f76734;
  outline: 0;
  color: #000;
}
.object-filter-form-control__input:focus {
  outline: 0;
}
.object-filter-form-control__input:checked ~ .object-filter-form__label--checkbox {
  background-color: #f76734;
  border-color: #f76734;
  color: #fff;
}
.object-filter-form-control__input:focus ~ .object-filter-form__label {
  border-color: #f76734;
}
.object-filter-form__label {
  position: relative;
  width: auto;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  margin-bottom: 20px;
  border-color: #adadad;
  line-height: 37px;
  text-align: center;
}
.object-filter-form__label:hover {
  border-color: #f76734;
}
.object-filter-form__label--text {
  padding-left: 0;
  padding-right: 5px;
  border: none;
  background-color: #fff;
  color: #000;
  text-align: center;
  transition: 0.15s all ease-in;
}
.object-filter-form__label--text:focus,
.object-filter-form__label--text:hover {
  background-color: #fff;
  border: none;
  outline: 0;
  color: #000;
}
.object-filter-form .irs {
  height: 49px;
}
.object-filter-form .irs-bar {
  top: 25px;
  height: 5px;
  border-top: 0;
  border-bottom: 0;
  background: #f76734;
}
.object-filter-form .irs-line {
  top: 25px;
  height: 5px;
  border-top: 0;
  border-bottom: 0;
  background: #adadad;
}
.object-filter-form .irs-slider {
  top: 18px;
  width: 20px;
  height: 20px;
  background: #f76734;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.object-filter-form .irs-slider.from,
.object-filter-form .irs-slider.to {
  cursor: pointer;
  cursor: -webkit-grabbing;
}
.object-filter-form-range-slider-wrapper {
  min-height: 49px;
}
.object-filter-content-form__checkbox .icon {
  opacity: 0;
  transition: 0.15s opacity ease-in;
}
.object-filter-content-form__checkbox:checked + .object-filter-content-form__label {
  border-color: #f76734;
  background-color: #f76734;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.object-filter-content-form__checkbox--icon + .object-filter-content-form__label .icon {
  fill: #fff;
  opacity: 0;
  transition: 0.15s opacity ease-in;
}
.object-filter-content-form__checkbox--icon:checked + .object-filter-content-form__label .icon {
  opacity: 1;
}
.object-filter-content-form__label {
  font-size: 14px;
  min-width: 70px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
  background-color: #fff;
  border-color: #adadad;
  text-align: center;
}
.object-filter-content-form__label.active {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.object-filter-content-form__label:hover {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  border-color: #f76734;
}
.object-filter-content-item {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}
.object-filter-content-apartement-item {
  position: relative;
  background-color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
  transition: 0.15s box-shadow ease-in;
  overflow: hidden;
}
.object-filter-content-apartement-item:last-child {
  margin-bottom: 0;
}
.object-filter-content-apartement-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 1, 0.2);
}
.object-filter-content-apartement-item:hover .object-filter-content-apartement__animation-line {
  transform: translateX(0);
}
.object-filter-content-apartement-item:hover .object-filter-content-apartement-text__main-info {
  color: #f76734;
}
.object-filter-content-apartement-text-wrapper {
  margin-bottom: 39px;
}
.object-filter-content-apartement__head {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.object-filter-content-apartement__caption {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 28px;
}
.object-filter-content-apartement-info-wrapper {
  padding-top: 24px;
}
.object-filter-content-apartement__animation-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f76734;
  transform: translateX(-104%);
  transition: 0.35s transform ease-in;
}
.object-filter-content-apartement-image-wrapper {
  display: block;
  overflow: hidden;
}
.object-filter-content-apartement__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.object-filter-content-apartement-text__main-info {
  font-size: 36px;
  line-height: 1;
  color: black;
  transition: 0.35s color ease-in;
}
.object-filter-content-list {
  height: 100%;
}
.object-filter-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.object-filter-result-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.object-filter-result-info__head {
  font-weight: 700;
  margin-right: 25px;
}
.object-filter-result-info-item {
  margin-right: 15px;
  border-color: #adadad;
  background-color: #fff;
  cursor: default;
}
.object-filter-result-info-item:last-child {
  margin-right: 0;
}
.object-filter-result-sort-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.object-filter-result-sort__head {
  margin-right: 25px;
  font-weight: 700;
}
.object-filter-result-sort-list {
  display: -ms-flexbox;
  display: flex;
}
.object-filter-result-sort-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-right: 18px;
}
.object-filter-result-sort-item:last-child {
  margin-right: 0;
}
.object-filter-result-sort-item.active .object-filter-result-sort-item__icon {
  transform: rotate(180deg);
}
.object-filter-result-sort-item:hover .object-filter-result-sort-item__icon {
  fill: #f76734;
}
.object-filter-result-sort-item:hover .object-filter-result-sort-item__text {
  color: #f76734;
}
.object-filter-result-sort-item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.object-filter-result-sort-item__text {
  padding-right: 10px;
  color: black;
}
.object-filter-result-sort-item__icon {
  width: 12px;
  height: 12px;
  fill: black;
  transform: rotate(0);
}
.object-filter-result-info-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
/**
* @screen-lg - 1200 by default
*/
/**
* @screen-md - 1024 by default
*/
/**
* @screen-sm - 768 by default
*/
/**
* @screen-sm - 768 by default
*/
/**
* Страница контактов
* -----------------------------------------------------------------------------
*/
/* variables */
.contacts__map-lg {
  height: 500px;
  margin-bottom: 20px;
}
.contacts__map-sm {
  height: 395px;
  margin-bottom: 20px;
  margin-left: -10px;
}
.contacts__tab_wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.contacts__tab_item {
  margin-right: 10px;
}
.contacts__tab_item:last-child {
  margin-right: 0;
}
.contacts__info {
  background-color: #ededed;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
}
.contacts__info_wrapper-choose {
  height: 395px;
  background-color: #ededed;
  margin-bottom: 20px;
  margin-right: -10px;
}
.contacts__info_wrapper-basic {
  height: 395px;
  background-color: #ededed;
  margin-bottom: 20px;
  margin-right: -10px;
  display: none;
}
.contacts__info p {
  margin-bottom: 10px;
}
.contacts__info .btn {
  margin-left: 10px;
}
.contacts__choose_wrapper {
  font-size: 90%;
  height: 331px;
  overflow-y: auto;
}
.contacts__choose_heading {
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ddd;
}
.contacts__choose_heading.back {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.contacts__choose_heading.back:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 10px;
  width: 10px;
  height: 10px;
  background-image: url('../img/svg-sprite/down.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.contacts__choose_item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 36px;
  cursor: pointer;
  transition: background ease-out 0.2s;
  border-bottom: 1px solid #cdcdcd;
}
.contacts__choose_item:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url('../img/svg-sprite/down.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.contacts__choose_item:hover {
  background-color: #fff;
}
.contacts__basic_wrapper {
  font-size: 90%;
  height: 331px;
  overflow-y: auto;
}
.contacts__basic_heading {
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #ddd;
}
.contacts__basic_heading.back {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}
.contacts__basic_heading.back:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 10px;
  width: 10px;
  height: 10px;
  background-image: url('../img/svg-sprite/down.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.contacts__social a {
  display: inline-block;
  font-size: 25px;
  color: black;
  margin-right: 20px;
  transition: color ease-in-out 0.2s;
}
.contacts__social a:last-child {
  margin-right: 0;
}
.contacts__social a:visited:not(.btn) {
  color: black;
}
.contacts__social a:active:not(.btn) {
  color: #f76734;
}
.contacts__social a:hover:not(.btn) {
  color: #f76734;
}
.contacts__employee {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.contacts__employee_wrapper {
  position: relative;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts__employee .img {
  width: 120px;
  height: 125px;
  min-width: 120px;
  min-height: 125px;
  max-width: 120px;
  max-height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 2px solid #e1e1e1;
  margin-right: 15px;
}
.contacts__employee_info p {
  margin-bottom: 0;
}
/* print styles */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px){

  .mfp-arrow{
    transform: scale(0.75);
  }

  .mfp-arrow-left{
    transform-origin: 0;
  }

  .mfp-arrow-right{
    transform-origin: 100%;
  }

  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image: url(../../front/vendor/fancybox/source/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div{
    background-image: url(../../front/vendor/fancybox/source/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@media only screen and (min-width: 768px){

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-sm{
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1{
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2{
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4{
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5{
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7{
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8{
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10{
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11{
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0{
    margin-left: 0;
  }

  .col-sm-offset-1{
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2{
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3{
    margin-left: 25%;
  }

  .col-sm-offset-4{
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5{
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6{
    margin-left: 50%;
  }

  .col-sm-offset-7{
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8{
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9{
    margin-left: 75%;
  }

  .col-sm-offset-10{
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11{
    margin-left: 91.66666667%;
  }

  .start-sm{
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .center-sm{
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm{
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-sm{
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm{
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm{
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm{
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm{
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1024px){

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-md{
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1{
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2{
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4{
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5{
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7{
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8{
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10{
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11{
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0{
    margin-left: 0;
  }

  .col-md-offset-1{
    margin-left: 8.33333333%;
  }

  .col-md-offset-2{
    margin-left: 16.66666667%;
  }

  .col-md-offset-3{
    margin-left: 25%;
  }

  .col-md-offset-4{
    margin-left: 33.33333333%;
  }

  .col-md-offset-5{
    margin-left: 41.66666667%;
  }

  .col-md-offset-6{
    margin-left: 50%;
  }

  .col-md-offset-7{
    margin-left: 58.33333333%;
  }

  .col-md-offset-8{
    margin-left: 66.66666667%;
  }

  .col-md-offset-9{
    margin-left: 75%;
  }

  .col-md-offset-10{
    margin-left: 83.33333333%;
  }

  .col-md-offset-11{
    margin-left: 91.66666667%;
  }

  .start-md{
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .center-md{
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md{
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-md{
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md{
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md{
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md{
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md{
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 1200px){

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-lg{
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1{
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2{
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3{
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4{
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5{
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7{
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8{
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9{
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10{
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11{
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0{
    margin-left: 0;
  }

  .col-lg-offset-1{
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2{
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3{
    margin-left: 25%;
  }

  .col-lg-offset-4{
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5{
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6{
    margin-left: 50%;
  }

  .col-lg-offset-7{
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8{
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9{
    margin-left: 75%;
  }

  .col-lg-offset-10{
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11{
    margin-left: 91.66666667%;
  }

  .start-lg{
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .center-lg{
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg{
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-lg{
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg{
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg{
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg{
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg{
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: 1200px){

  .std-section{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1px) and (max-width: 1024px){

  .std-section{
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px){

  code,
  pre{
    display: block;
    overflow-x: scroll;
    padding: 10px;
  }

  .content table.table{
    width: auto;
    max-width: 100%;
  }

  .table-responsive{
    /**
    * тень выравнивается относительно этого блока
    */
    position: relative;
    /**
    * нужно для того чтоб тень не прокручивалась
    */
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .table-responsive div{
    /**
    * этот див нужен для тени
    */
    overflow-x: auto;
  }
  /**
  * тень остается на одном месте благодаря вложенному диву
  */

  .table-responsive div::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 30px;
    height: 100%;
    /**
    * тильда и ковычки это для less-файлов
    */
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  }

  .content ol,
  .content ul{
    margin-left: 1%;
    padding-left: 1%;
  }

  .content ol ol,
  .content ul ul{
    padding-left: 0;
  }

  .content ul li{
    padding-left: 25px;
  }

  .btn{
    padding-left: 20px;
    padding-right: 20px;
  }

  .content .pagination,
  .pagination{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .content .pagination li,
  .pagination li{
    margin-bottom: 20px;
  }

  .main-slider,
  .main-slider-item,
  .main-slider-item-inner,
  .main-slider-slogan-wrapper{
    height: 450px;
  }

  .main-slider-slogan-wrapper{
    padding-left: 30px;
  }

  .search-category-list{
    position: static;
  }

  .slider-thumbnails__controls_prev{
    left: -30px;
  }

  .slider-thumbnails__controls_next{
    right: -30px;
  }

  .slider-thumbnails__inner{
    height: 250px;
  }

  .slider-thumbnails__item{
    height: 250px;
  }

  .slider-thumbnails__wrapper{
    height: 250px;
  }
}
@media (max-width: 768px){
  /* 768px по умолчанию */

  .btn,
  .content .btn{
    padding-left: 20px;
    padding-right: 20px;
  }
  /* 768px по умолчанию */

  .content .tab,
  .tab{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .content .tab.tab--catalog li,
  .tab.tab--catalog li{
    border: 1px solid #adadad;
    border-bottom: 0;
    border-radius: 0;
  }

  .content .tab.tab--catalog li:first-child,
  .tab.tab--catalog li:first-child{
    border-left: 1px solid #adadad;
  }

  .content .tab.tab--catalog li:last-child,
  .tab.tab--catalog li:last-child{
    border-bottom: 1px solid #adadad;
  }

  .content .tab.tab--catalog li.active,
  .tab.tab--catalog li.active{
    border: 1px solid #adadad;
    border-bottom: 0;
  }

  .content .tab.tab--catalog li.active:last-child,
  .tab.tab--catalog li.active:last-child{
    border-bottom: 1px solid #adadad;
  }

  .content .tab.tab--catalog li.active a,
  .tab.tab--catalog li.active a{
    position: static;
    background-color: #f76734;
    color: #fff;
    border: 0;
  }

  .content .tab.tab--catalog a,
  .tab.tab--catalog a{
    position: static;
  }

  .content .tab.tab--catalog + .tab-content,
  .tab.tab--catalog + .tab-content{
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 20px 0 40px;
  }
  /* 768px по умолчанию */

  .content .site-form__button-submit,
  .site-form__button-submit{
    padding-left: 20px;
    padding-right: 20px;
  }

  .content .site-form,
  .site-form{
    padding-top: 40px;
  }

  .main-slider,
  .main-slider-item,
  .main-slider-item-inner,
  .main-slider-slogan-wrapper{
    width: auto;
    height: 400px;
  }

  .main-slider-slogan-wrapper{
    padding-left: 30px;
  }

  .object-filter-content-apartement-text-wrapper{
    margin-bottom: 10px;
  }

  .contacts__tab_wrapper{
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__tab_item{
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px){

  .spoiler-poster__date{
    text-align: center;
  }

  .slider-simple__button-prev{
    left: 5px;
  }

  .slider-simple__button-next{
    right: 5px;
  }

  .swiper-container-team .slider-team__button-prev{
    left: 10px;
  }

  .swiper-container-team .slider-team__button-next{
    right: 10px;
  }
}
@media screen and (max-width: 767px){

  .spoiler-poster__show-name{
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }

  .site-form__cities{
    column-count: 2;
  }
}
@media screen and (max-width: 768px){

  .site-form__head{
    margin-top: -25px;
  }

  .site-form label.error{
    font-size: 0.7rem;
    line-height: 2;
  }

  .site-form-last-row{
    margin-top: 20px;
  }

  .main-slider-slogan-wrapper h1{
    font-size: 20px;
  }
}
@media (max-width: 1000px){

  .slick-current{
    width: 100vw;
  }
}
@media (max-width: 1000px) and (max-width: 1340px){

  .slider-simple{
    width: auto;
    max-width: 100vw;
    height: auto;
    max-height: 244px;
  }
}
@media screen and (max-width: 1024px){

  .main-slider-slogan-wrapper h1{
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){

  .swiper-container-team .slider-team{
    height: 560px;
  }

  .swiper-container-team .slider-team-item .h2{
    font-size: 34px;
  }
}
@media (min-width: 1px) and (max-width: 767px){

  .swiper-container-team .slider-team{
    height: 420px;
  }

  .swiper-container-team .slider-team-item .h2{
    font-size: 26px;
  }
}
@media (max-width: 1200px){

  .news-newsletter-form-wrapper .btn[type="submit"]{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .news-slider-social-vote-list{
    margin-bottom: 20px;
  }

  .news-slider-social-vote-item__link{
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-slider-social-action-wrapper{
    display: block;
  }

  .object-filter-result-info{
    display: block;
  }

  .object-filter-result-info__head{
    margin-bottom: 5px;
    margin-right: 0;
  }
}
@media (max-width: 1023px){

  .news-page-aside-wrapper{
    -ms-flex-order: -10;
    order: -10;
    /* пишем сразу "-10" из-за safari */
  }

  .news-item-page-main-block-wrapper{
    -ms-flex-order: -10;
    order: -10;
    /* пишем сразу "10" из-за safari */
  }

  .news-page-item-image-wrapper{
    margin-bottom: 20px;
  }

  .news-page-item-item-text-info{
    margin-bottom: 20px;
  }

  .news-item-link-wrapper{
    margin-bottom: 20px;
  }

  .news-item-page-similar-list-item{
    border: 0;
  }

  .news-item-page-similar-list-item-image-wrapper{
    height: 300px;
  }

  .news-item-page-similar-list-item__image{
    max-height: 300px;
  }

  .news-item-link-wrapper{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .object-filter-result{
    display: block;
    margin-bottom: 20px;
  }

  .object-filter-result-info{
    margin-bottom: 20px;
  }

  .object-filter-content-apartement-text-link-wrapper:last-of-type{
    margin-bottom: 20px;
  }

  .contacts__info_wrapper-choose{
    margin-right: 0;
  }

  .contacts__info_wrapper-basic{
    margin-right: 0;
  }
}
@media (max-width: 767px){

  .news-slider-social-vote-list{
    display: block;
  }

  .news-slider-social-vote-item{
    margin-bottom: 20px;
  }

  .news-slider-social-vote-item:last-child{
    margin-bottom: 0;
  }

  .news-item-page-similar-list-item{
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .slider-thumbnails__wrapper.nav .slider-thumbnails__controls_prev{
    left: -30px;
  }

  .slider-thumbnails__wrapper.nav .slider-thumbnails__controls_next{
    right: -30px;
  }

  .object-filter-result-info-list{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .object-filter-result-sort-list{
    display: block;
  }

  .object-filter-result-sort-item{
    width: 100%;
    margin-right: 0;
  }

  .object-filter-result-info-item{
    margin-bottom: 10px;
  }

  .object-filter-result-info-item:last-child{
    margin-bottom: 0;
  }

  .object-filter-result-sort-wrapper{
    display: block;
  }
}
@media print{

  *,
  *:after,
  *:before{
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited{
    text-decoration: underline;
  }

  abbr[title]:after{
    content: " (" attr(title) ")";
  }

  blockquote,
  pre{
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead{
    display: table-header-group;
  }

  img,
  tr{
    page-break-inside: avoid;
  }

  img{
    max-width: 100% !important;
  }

  h2,
  h3,
  p{
    orphans: 3;
    widows: 3;
  }

  h2,
  h3{
    page-break-after: avoid;
  }

  .navbar{
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret{
    border-top-color: #000 !important;
  }

  .label{
    border: 1px solid #000;
  }

  .table{
    border-collapse: collapse !important;
  }

  .table td,
  .table th{
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th{
    border: 1px solid #ddd !important;
  }
}

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