@charset "UTF-8";
/*!
 *  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 PATH
 * -------------------------- */
@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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

/* Deprecated as of 4.4.0 */
.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/roboto/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Regular/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/Regular/Roboto-Regular.woff?v=1.1.0") format("woff"), url("../fonts/roboto/Regular/Roboto-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Italic/Roboto-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/Italic/Roboto-Italic.woff?v=1.1.0") format("woff"), url("../fonts/roboto/Italic/Roboto-Italic.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Italic/Roboto-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/Italic/Roboto-Italic.woff?v=1.1.0") format("woff"), url("../fonts/roboto/Italic/Roboto-Italic.ttf?v=1.1.0") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Medium/Roboto-Medium.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/Medium/Roboto-Medium.woff?v=1.1.0") format("woff"), url("../fonts/roboto/Medium/Roboto-Medium.ttf?v=1.1.0") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/MediumItalic/Roboto-MediumItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/MediumItalic/Roboto-MediumItalic.woff?v=1.1.0") format("woff"), url("../fonts/roboto/MediumItalic/Roboto-MediumItalic.ttf?v=1.1.0") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/roboto/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/Bold/Roboto-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/Bold/Roboto-Bold.woff?v=1.1.0") format("woff"), url("../fonts/roboto/Bold/Roboto-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/BoldItalic/Roboto-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/BoldItalic/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/roboto/BoldItalic/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/roboto/BoldItalic/Roboto-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/roboto/BoldItalic/Roboto-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/roboto/BoldItalic/Roboto-BoldItalic.ttf?v=1.1.0") format("truetype");
  font-weight: bold;
  font-style: italic; }

.clearfix, .r, .checkboxes-inline, .pagination {
  *zoom: 1; }
  .clearfix:before, .r:before, .checkboxes-inline:before, .pagination:before, .clearfix:after, .r:after, .checkboxes-inline:after, .pagination:after {
    display: table;
    content: "";
    width: 100%; }
  .clearfix:after, .r:after, .checkboxes-inline:after, .pagination:after {
    clear: both; }

.is_btn {
  cursor: pointer; }

.num_delim {
  font-weight: normal;
  font-size: 60% !important;
  vertical-align: top !important; }

hr {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 15px 0; }

hr.hr-primary {
  border: none;
  border-bottom: 3px solid #e6e6e6;
  margin: 15px 0; }

.not_found {
  padding: 15px;
  text-align: center;
  color: #cc3333;
  background: #ffe5e5; }

.h-with-border {
  line-height: 1;
  padding: 0 15px 15px 15px;
  border-bottom: 3px solid #cc3333;
  margin-bottom: 15px; }

.shadow-bottom {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22); }

.img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 3px 0px rgba(0, 0, 0, 0.03);
  padding: 5px;
  background: #fff;
  margin: 0; }

.comment {
  padding: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 3px 0px rgba(0, 0, 0, 0.03); }
  .comment__title {
    font-size: 0.8em; }

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  line-height: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  line-height: 1.35;
  text-rendering: optimizelegibility;
  font-weight: 300; }

.h-border {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 3px; }

h1 {
  font-size: 52.2px; }

h2 {
  font-size: 45px; }

h3 {
  font-size: 37.8px; }

h4 {
  font-size: 28.8px; }
  h4 .glyphicon {
    top: 4px; }

h5 {
  font-size: 21.6px; }

h6 {
  font-size: 18px; }

p + p {
  margin-top: 10px; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    margin: 0; }

ul.list-simple li + li {
  margin-top: 8px; }

ul.list {
  margin-left: 24px;
  list-style-type: square; }
  ul.list li + li {
    margin-top: 8px; }
  ul.list ul {
    list-style-type: circle;
    margin-bottom: 0; }

ol {
  list-style-type: decimal;
  margin-left: 24px; }
  ol li + li {
    margin-top: 8px; }

code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 18px;
  color: #000;
  background-color: #FFF; }

pre code {
  border: none; }

pre {
  display: block;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; }

code {
  padding: 2px 4px;
  white-space: nowrap;
  color: #A80000; }

a {
  color: #cc3333;
  text-decoration: none; }
  a:hover, afocus {
    text-decoration: none; }
  a.link {
    color: #cc3333;
    border-bottom: 1px solid rgba(204, 51, 51, 0.3); }
    a.link:hover {
      color: #B71C1C;
      border-bottom-color: rgba(183, 28, 28, 0.3); }
  a.not-link {
    color: #cc3333;
    border-bottom: 1px dashed rgba(204, 51, 51, 0.3); }
    a.not-link:hover {
      color: #B71C1C;
      border-bottom-color: rgba(183, 28, 28, 0.3); }

dl + dl {
  margin-top: 15px; }

dl dt {
  margin-bottom: 4px; }

strong,
b {
  font-weight: bold; }

small, .text-smaller, .text-small {
  font-size: 16.2px; }

.c {
  max-width: 960px;
  margin: 0 auto; }

.r {
  margin-left: 0;
  width: 100%; }
  .r [class^="gr-"] {
    width: 100%;
    margin-left: 0; }
    .r [class^="gr-"]:first-child {
      margin-left: 0; }

[class^="gr-"] {
  display: block;
  float: left;
  margin-left: 0;
  background: none;
  min-height: 0; }

.r-space [class^="gr-"] {
  padding: 0;
  padding-bottom: 12px; }
  .r-space [class^="gr-"]:last-child {
    padding-bottom: 0; }

.r-space [class*="gr-xs-"] {
  padding: 0 5px; }
  .r-space [class*="gr-xs-"]:first-child {
    padding-left: 0;
    padding-right: 6px; }
  .r-space [class*="gr-xs-"]:last-child:not(:first-child) {
    padding-right: 0;
    padding-left: 6px; }

@media only screen and (min-width: 640px) {
  .r-space [class*="gr-sd-"] {
    padding: 0 5px; }
    .r-space [class*="gr-sd-"]:first-child {
      padding-left: 0;
      padding-right: 6px; }
    .r-space [class*="gr-sd-"]:last-child:not(:first-child) {
      padding-right: 0;
      padding-left: 6px; } }

@media only screen and (min-width: 960px) {
  .r-space [class*="gr-md-"] {
    padding: 0 5px; }
    .r-space [class*="gr-md-"]:first-child {
      padding-left: 0;
      padding-right: 6px; }
    .r-space [class*="gr-md-"]:last-child:not(:first-child) {
      padding-right: 0;
      padding-left: 6px; } }

@media only screen and (min-width: 1200px) {
  .r-space [class*="gr-lg-"] {
    padding: 0 5px; }
    .r-space [class*="gr-lg-"]:first-child {
      padding-left: 0;
      padding-right: 6px; }
    .r-space [class*="gr-lg-"]:last-child:not(:first-child) {
      padding-right: 0;
      padding-left: 6px; } }

.r .gr-xs-1 {
  width: 8.33333%; }

.r .gr-xs-2 {
  width: 16.66667%; }

.r .gr-xs-3 {
  width: 25%; }

.r .gr-xs-4 {
  width: 33.33333%; }

.r .gr-xs-5 {
  width: 41.66667%; }

.r .gr-xs-6 {
  width: 50%; }

.r .gr-xs-7 {
  width: 58.33333%; }

.r .gr-xs-8 {
  width: 66.66667%; }

.r .gr-xs-9 {
  width: 75%; }

.r .gr-xs-10 {
  width: 83.33333%; }

.r .gr-xs-11 {
  width: 91.66667%; }

.r .gr-xs-12 {
  width: 100%; }

.r .left-xs-1 {
  margin-left: 8.33333%; }

.r .left-xs-1:first-child {
  margin-left: 8.33333%; }

.r .left-xs-2 {
  margin-left: 16.66667%; }

.r .left-xs-2:first-child {
  margin-left: 16.66667%; }

.r .left-xs-3 {
  margin-left: 25%; }

.r .left-xs-3:first-child {
  margin-left: 25%; }

.r .left-xs-4 {
  margin-left: 33.33333%; }

.r .left-xs-4:first-child {
  margin-left: 33.33333%; }

.r .left-xs-5 {
  margin-left: 41.66667%; }

.r .left-xs-5:first-child {
  margin-left: 41.66667%; }

.r .left-xs-6 {
  margin-left: 50%; }

.r .left-xs-6:first-child {
  margin-left: 50%; }

.r .left-xs-7 {
  margin-left: 58.33333%; }

.r .left-xs-7:first-child {
  margin-left: 58.33333%; }

.r .left-xs-8 {
  margin-left: 66.66667%; }

.r .left-xs-8:first-child {
  margin-left: 66.66667%; }

.r .left-xs-9 {
  margin-left: 75%; }

.r .left-xs-9:first-child {
  margin-left: 75%; }

.r .left-xs-10 {
  margin-left: 83.33333%; }

.r .left-xs-10:first-child {
  margin-left: 83.33333%; }

.r .left-xs-11 {
  margin-left: 91.66667%; }

.r .left-xs-11:first-child {
  margin-left: 91.66667%; }

.r .left-xs-12 {
  margin-left: 100%; }

.r .left-xs-12:first-child {
  margin-left: 100%; }

@media only screen and (min-width: 640px) {
  .r .gr-sd-1 {
    width: 8.33333%; }
  .r .gr-sd-2 {
    width: 16.66667%; }
  .r .gr-sd-3 {
    width: 25%; }
  .r .gr-sd-4 {
    width: 33.33333%; }
  .r .gr-sd-5 {
    width: 41.66667%; }
  .r .gr-sd-6 {
    width: 50%; }
  .r .gr-sd-7 {
    width: 58.33333%; }
  .r .gr-sd-8 {
    width: 66.66667%; }
  .r .gr-sd-9 {
    width: 75%; }
  .r .gr-sd-10 {
    width: 83.33333%; }
  .r .gr-sd-11 {
    width: 91.66667%; }
  .r .gr-sd-12 {
    width: 100%; }
  .r .left-sd-1 {
    margin-left: 8.33333%; }
  .r .left-sd-1:first-child {
    margin-left: 8.33333%; }
  .r .left-sd-2 {
    margin-left: 16.66667%; }
  .r .left-sd-2:first-child {
    margin-left: 16.66667%; }
  .r .left-sd-3 {
    margin-left: 25%; }
  .r .left-sd-3:first-child {
    margin-left: 25%; }
  .r .left-sd-4 {
    margin-left: 33.33333%; }
  .r .left-sd-4:first-child {
    margin-left: 33.33333%; }
  .r .left-sd-5 {
    margin-left: 41.66667%; }
  .r .left-sd-5:first-child {
    margin-left: 41.66667%; }
  .r .left-sd-6 {
    margin-left: 50%; }
  .r .left-sd-6:first-child {
    margin-left: 50%; }
  .r .left-sd-7 {
    margin-left: 58.33333%; }
  .r .left-sd-7:first-child {
    margin-left: 58.33333%; }
  .r .left-sd-8 {
    margin-left: 66.66667%; }
  .r .left-sd-8:first-child {
    margin-left: 66.66667%; }
  .r .left-sd-9 {
    margin-left: 75%; }
  .r .left-sd-9:first-child {
    margin-left: 75%; }
  .r .left-sd-10 {
    margin-left: 83.33333%; }
  .r .left-sd-10:first-child {
    margin-left: 83.33333%; }
  .r .left-sd-11 {
    margin-left: 91.66667%; }
  .r .left-sd-11:first-child {
    margin-left: 91.66667%; }
  .r .left-sd-12 {
    margin-left: 100%; }
  .r .left-sd-12:first-child {
    margin-left: 100%; } }

@media only screen and (min-width: 960px) {
  .r .gr-md-1 {
    width: 8.33333%; }
  .r .gr-md-2 {
    width: 16.66667%; }
  .r .gr-md-3 {
    width: 25%; }
  .r .gr-md-4 {
    width: 33.33333%; }
  .r .gr-md-5 {
    width: 41.66667%; }
  .r .gr-md-6 {
    width: 50%; }
  .r .gr-md-7 {
    width: 58.33333%; }
  .r .gr-md-8 {
    width: 66.66667%; }
  .r .gr-md-9 {
    width: 75%; }
  .r .gr-md-10 {
    width: 83.33333%; }
  .r .gr-md-11 {
    width: 91.66667%; }
  .r .gr-md-12 {
    width: 100%; }
  .r .left-md-1 {
    margin-left: 8.33333%; }
  .r .left-md-1:first-child {
    margin-left: 8.33333%; }
  .r .left-md-2 {
    margin-left: 16.66667%; }
  .r .left-md-2:first-child {
    margin-left: 16.66667%; }
  .r .left-md-3 {
    margin-left: 25%; }
  .r .left-md-3:first-child {
    margin-left: 25%; }
  .r .left-md-4 {
    margin-left: 33.33333%; }
  .r .left-md-4:first-child {
    margin-left: 33.33333%; }
  .r .left-md-5 {
    margin-left: 41.66667%; }
  .r .left-md-5:first-child {
    margin-left: 41.66667%; }
  .r .left-md-6 {
    margin-left: 50%; }
  .r .left-md-6:first-child {
    margin-left: 50%; }
  .r .left-md-7 {
    margin-left: 58.33333%; }
  .r .left-md-7:first-child {
    margin-left: 58.33333%; }
  .r .left-md-8 {
    margin-left: 66.66667%; }
  .r .left-md-8:first-child {
    margin-left: 66.66667%; }
  .r .left-md-9 {
    margin-left: 75%; }
  .r .left-md-9:first-child {
    margin-left: 75%; }
  .r .left-md-10 {
    margin-left: 83.33333%; }
  .r .left-md-10:first-child {
    margin-left: 83.33333%; }
  .r .left-md-11 {
    margin-left: 91.66667%; }
  .r .left-md-11:first-child {
    margin-left: 91.66667%; }
  .r .left-md-12 {
    margin-left: 100%; }
  .r .left-md-12:first-child {
    margin-left: 100%; } }

@media only screen and (min-width: 1200px) {
  .r .gr-lg-1 {
    width: 8.33333%; }
  .r .gr-lg-2 {
    width: 16.66667%; }
  .r .gr-lg-3 {
    width: 25%; }
  .r .gr-lg-4 {
    width: 33.33333%; }
  .r .gr-lg-5 {
    width: 41.66667%; }
  .r .gr-lg-6 {
    width: 50%; }
  .r .gr-lg-7 {
    width: 58.33333%; }
  .r .gr-lg-8 {
    width: 66.66667%; }
  .r .gr-lg-9 {
    width: 75%; }
  .r .gr-lg-10 {
    width: 83.33333%; }
  .r .gr-lg-11 {
    width: 91.66667%; }
  .r .gr-lg-12 {
    width: 100%; }
  .r .left-lg-1 {
    margin-left: 8.33333%; }
  .r .left-lg-1:first-child {
    margin-left: 8.33333%; }
  .r .left-lg-2 {
    margin-left: 16.66667%; }
  .r .left-lg-2:first-child {
    margin-left: 16.66667%; }
  .r .left-lg-3 {
    margin-left: 25%; }
  .r .left-lg-3:first-child {
    margin-left: 25%; }
  .r .left-lg-4 {
    margin-left: 33.33333%; }
  .r .left-lg-4:first-child {
    margin-left: 33.33333%; }
  .r .left-lg-5 {
    margin-left: 41.66667%; }
  .r .left-lg-5:first-child {
    margin-left: 41.66667%; }
  .r .left-lg-6 {
    margin-left: 50%; }
  .r .left-lg-6:first-child {
    margin-left: 50%; }
  .r .left-lg-7 {
    margin-left: 58.33333%; }
  .r .left-lg-7:first-child {
    margin-left: 58.33333%; }
  .r .left-lg-8 {
    margin-left: 66.66667%; }
  .r .left-lg-8:first-child {
    margin-left: 66.66667%; }
  .r .left-lg-9 {
    margin-left: 75%; }
  .r .left-lg-9:first-child {
    margin-left: 75%; }
  .r .left-lg-10 {
    margin-left: 83.33333%; }
  .r .left-lg-10:first-child {
    margin-left: 83.33333%; }
  .r .left-lg-11 {
    margin-left: 91.66667%; }
  .r .left-lg-11:first-child {
    margin-left: 91.66667%; }
  .r .left-lg-12 {
    margin-left: 100%; }
  .r .left-lg-12:first-child {
    margin-left: 100%; } }

input, button, select, textarea {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1; }

input, button, select, textarea {
  max-width: 400px; }
  .form-flow input, input.flow, .form-flow button, button.flow, .form-flow select, select.flow, .form-flow textarea, textarea.flow {
    max-width: 100%; }

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="date"] {
  position: relative;
  margin: 0;
  display: block;
  padding: 7px 0 7px 11px;
  line-height: 1;
  height: 34px;
  border-radius: 4px;
  color: #000;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #ccc;
  width: 100%; }
  select:hover,
  textarea:hover,
  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="search"]:hover,
  input[type="password"]:hover,
  input[type="email"]:hover,
  input[type="number"]:hover,
  input[type="datetime"]:hover,
  input[type="date"]:hover {
    outline: 0;
    border-color: #b3b3b3; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="datetime"]:focus,
  input[type="date"]:focus {
    outline: 0;
    border-color: #a6a6a6; }
  .form-error select, .form-error
  textarea, .form-error
  input[type="text"], .form-error
  input[type="tel"], .form-error
  input[type="search"], .form-error
  input[type="password"], .form-error
  input[type="email"], .form-error
  input[type="number"], .form-error
  input[type="datetime"], .form-error
  input[type="date"] {
    border: 1px solid #F44336; }
    .form-error select:hover, .form-error
    textarea:hover, .form-error
    input[type="text"]:hover, .form-error
    input[type="tel"]:hover, .form-error
    input[type="search"]:hover, .form-error
    input[type="password"]:hover, .form-error
    input[type="email"]:hover, .form-error
    input[type="number"]:hover, .form-error
    input[type="datetime"]:hover, .form-error
    input[type="date"]:hover {
      border-color: #F44336; }
    .form-error select:focus, .form-error
    textarea:focus, .form-error
    input[type="text"]:focus, .form-error
    input[type="tel"]:focus, .form-error
    input[type="search"]:focus, .form-error
    input[type="password"]:focus, .form-error
    input[type="email"]:focus, .form-error
    input[type="number"]:focus, .form-error
    input[type="datetime"]:focus, .form-error
    input[type="date"]:focus {
      border-color: #F44336; }
  select[disabled],
  textarea[disabled],
  input[type="text"][disabled],
  input[type="tel"][disabled],
  input[type="search"][disabled],
  input[type="password"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="datetime"][disabled],
  input[type="date"][disabled] {
    pointer-events: none;
    cursor: default;
    background-color: #ccc;
    color: #444; }
  select.input-small,
  textarea.input-small,
  input[type="text"].input-small,
  input[type="tel"].input-small,
  input[type="search"].input-small,
  input[type="password"].input-small,
  input[type="email"].input-small,
  input[type="number"].input-small,
  input[type="datetime"].input-small,
  input[type="date"].input-small {
    padding: 2px 0 2px 8px;
    font-size: 14.4px; }

select + .alert,
textarea + .alert,
input[type="text"] + .alert,
input[type="password"] + .alert,
input[type="email"] + .alert,
input[type="number"] + .alert,
input[type="date"] + .alert,
input[type="datetime"] + .alert,
input[type="url"] + .alert {
  margin-top: -1px; }

input[type="date"] {
  width: 140px;
  display: inline-block; }

select {
  padding: 7px 10px 7px; }

textarea {
  min-height: 100px;
  max-width: 100%; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
  margin: 4px 0 0; }

button,
input[type="button"],
input[type="submit"] {
  text-transform: none;
  -webkit-appearance: button;
  display: inline-block; }

label {
  position: relative;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16.2px;
  color: #111; }
  label.checkbox, label.radio {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    label.checkbox input[type="checkbox"],
    label.checkbox input[type="radio"], label.radio input[type="checkbox"],
    label.radio input[type="radio"] {
      position: relative;
      bottom: -2px;
      margin-right: 5px; }
  label .required {
    color: #cc3333; }

.form-group + .form-group {
  margin-top: 12px; }

.form-maxw-240 {
  max-width: 240px; }

.form-maxw-400 {
  max-width: 400px; }

.form-inline select,
.form-inline textarea,
.form-inline input {
  display: inline-block;
  width: auto; }

.form-flex {
  display: flex;
  flex-flow: column; }
  @media only screen and (min-width: 640px) {
    .form-flex {
      flex-flow: row;
      flex-wrap: nowrap; } }
  .form-flex > * {
    flex-grow: 1;
    flex-basis: auto; }
  .form-flex > * + > * {
    margin-top: 12px; }
    @media only screen and (min-width: 640px) {
      .form-flex > * + > * {
        margin-top: 0;
        margin-left: 12px; } }
  .form-flex__grow-2 {
    flex-grow: 2; }
  .form-flex__grow-3 {
    flex-grow: 2; }
  .form-flex__grow-0 {
    flex-grow: 0 !important; }

.form-table {
  width: 100%; }
  .form-table table {
    width: 100%; }
  .form-table td {
    padding-left: 12px; }
  .form-table__bottom {
    vertical-align: bottom; }
  .form-table__w1 {
    width: 1%; }
  .form-table td:first-child {
    padding-left: 0; }

.form-message {
  margin-top: 3px;
  display: block;
  font-size: 14.4px; }
  .form-error .form-message {
    color: #cc3333; }

.input_group {
  max-width: 400px;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  height: 34px;
  width: 100%; }
  .form-flow .input_group, .input_group.flow {
    max-width: 100%; }
  .input_group-inline {
    display: inline-flex;
    width: auto; }
  .input_group input,
  .input_group select {
    flex-grow: 2; }
  .input_group__addon {
    line-height: 34px;
    background: #fff;
    color: #000;
    white-space: nowrap;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    border: 1px solid #ccc; }
    .form-error .input_group__addon {
      background: #F44336 !important;
      border-color: #F44336 !important;
      color: #fff; }
  .input_group a.input_group__addon:hover {
    color: rgba(0, 0, 0, 0.6); }
  .input_group input:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 4px;
    border-left: none; }
    .input_group input:last-child[disabled] {
      padding-left: 0; }
  .input_group input:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 4px;
    border-right: none; }
    .input_group input:first-child[disabled] {
      padding-right: 0; }
  .input_group input:not(:first-child):not(:last-child) {
    border-radius: 0;
    padding-right: 4px;
    padding-left: 4px;
    border-left: none;
    border-right: none; }
    .input_group input:not(:first-child):not(:last-child)[disabled] {
      padding-right: 0;
      padding-left: 0; }
  input:hover ~ .input_group__addon,
  input:focus ~ .input_group__addon {
    outline: 0;
    border-color: #a6a6a6; }
  .input_group-disabled .input_group__addon,
  input:disabled ~ .input_group__addon {
    background-color: #ccc;
    color: #444; }
  .input_group__addon:not(:first-child):not(:last-child) {
    border-left: none;
    border-right: none;
    padding-left: 11px;
    padding-right: 11px; }
    .input_group__addon:not(:first-child):not(:last-child)[disabled] {
      padding-right: 0;
      padding-left: 0; }
  .input_group__addon:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 11px;
    border-right: none; }
  .input_group__addon:last-child {
    border-left: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 11px; }

.checkboxes-inline {
  margin-top: 0; }
  .checkboxes-inline .checkboxes__item {
    float: left;
    display: block;
    margin-right: 8px; }
  .checkboxes-inline .checkboxes__item + .checkboxes__item {
    margin-top: 0; }

.checkboxes__item {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer; }
  .checkboxes__item + .checkboxes__item {
    margin-top: 12px; }
  .checkboxes__item i {
    display: inline-block;
    position: relative;
    bottom: -2px;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 2px; }
    .checkboxes__item i.middle-state {
      border-color: #ccc;
      background: #cc3333;
      box-shadow: 0 0px 0px 3px #fff inset; }
  .checkboxes__item input {
    display: none; }
  .checkboxes__item b {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    color: #444;
    margin-left: 5px; }
  .checkboxes__item input:checked + i,
  .checkboxes__item-active i,
  .checkboxes__item-active:hover i {
    border-color: #cc3333;
    background: #cc3333; }
  .checkboxes__item input[disabled] + i {
    opacity: 0.5; }
  .checkboxes__item input[disabled] + i + b {
    opacity: 0.5; }

.checkboxes-radio .checkboxes__item i {
  border-radius: 20px;
  border: 2px solid #ccc; }

.checkboxes-radio input:checked + i,
.checkboxes-radio .checkboxes__item-active i,
.checkboxes-radio .checkboxes__item-active:hover i {
  border-color: #cc3333;
  background: #cc3333;
  box-shadow: 0 0 0 2px #fff inset; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.b-gray {
  background: #e6e6e6; }

.b-head {
  position: relative;
  padding: 0 12px;
  margin-bottom: 12px; }
  .b-head__light-text {
    color: #444;
    text-shadow: 0 1px 0 #fff; }

.b-top, .b-panel {
  display: flex;
  align-items: center;
  padding: 12px; }
  .b-top__title {
    font-size: 24.3px;
    flex-grow: 2;
    font-weight: bold; }
  .b-top__buttons {
    text-align: right;
    flex-grow: 1; }
    .b-top__buttons .btn {
      margin-left: 12px; }
      .b-top__buttons .btn:not(:last-child) {
        margin-right: -4px; }

.b-panel {
  padding: 0;
  border-bottom: 1px solid #e6e6e6; }

.b-body {
  position: relative;
  margin: 0 12px; }
  .b-body + .b-body {
    margin-top: 24px; }
  .b-body + .alert {
    margin-top: 36px; }
  .b-body-space-640 {
    margin-left: 10px;
    margin-right: 10px; }
    @media only screen and (min-width: 640px) {
      .b-body-space-640 {
        margin-left: 0;
        margin-right: 0; } }
  .b-body-space-960 {
    margin-left: 10px;
    margin-right: 10px; }
    @media only screen and (min-width: 960px) {
      .b-body-space-960 {
        margin-left: 0;
        margin-right: 0; } }

.b-buttons {
  display: flex;
  align-items: center;
  padding: 12px; }
  .b-buttons__left {
    text-align: left;
    flex-grow: 1; }
  .b-buttons__middle {
    text-align: center;
    flex-grow: 1; }
  .b-buttons__right {
    text-align: right;
    flex-grow: 1; }

.b-comment {
  font-size: 16.2px;
  color: #585858; }

.b-border {
  border: 1px solid #e6e6e6;
  position: relative;
  border-radius: 5px; }

.b-border-updown {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.b-body + .b-head {
  margin-top: 48px; }

.b-footer {
  margin-top: 12px;
  padding: 0 12px; }

.b-icons {
  padding: 24px;
  font-size: 27px; }
  .b-icons a {
    color: #ccc; }
    .b-icons a:hover {
      color: #cc3333; }

.b-right {
  float: right;
  position: relative;
  z-index: 3; }

.b-md-right {
  float: none; }
  @media only screen and (min-width: 960px) {
    .b-md-right {
      float: right;
      position: relative;
      z-index: 3; } }

.b-sd-right {
  float: none; }
  @media only screen and (min-width: 640px) {
    .b-sd-right {
      float: right;
      position: relative;
      z-index: 3; } }

.b-lg-right {
  float: none; }
  @media only screen and (min-width: 1200px) {
    .b-lg-right {
      float: right;
      position: relative;
      z-index: 3; } }

.b-top--1 {
  position: relative;
  top: -1px; }

.b-mtop--1 {
  position: relative;
  margin-top: -1px; }

.b-mbottom-4 {
  margin-bottom: 4px !important; }

.b-mtop-4 {
  margin-top: 4px; }

.b-mbottom-8 {
  margin-bottom: 8px !important; }

.b-mtop-8 {
  margin-top: 8px; }

.b-mbottom-12 {
  margin-bottom: 12px !important; }

.b-mtop-12 {
  margin-top: 12px; }

.b-mbottom-24 {
  margin-bottom: 24px; }

.b-mtop-24 {
  margin-top: 24px; }

.b-mbottom-0 {
  margin-bottom: 0 !important; }

.b-mright-8 {
  margin-right: 8px; }

.b-mleft-8 {
  margin-left: 8px; }

.b-mright-12 {
  margin-right: 12px; }

.b-mleft-12 {
  margin-left: 12px; }

.b-mright-24 {
  margin-right: 24px; }

.b-mleft-24 {
  margin-left: 24px; }

.b-inline {
  display: inline-block; }

.b-maxwidth-900 {
  max-width: 900px; }

.b-maxwidth-1200 {
  max-width: 1200px; }

.b-padding-12 {
  padding: 12px; }

.b-padding-24 {
  padding: 24px; }

.b-padding-updown-6 {
  padding-top: 6px;
  padding-bottom: 6px; }

.b-padding-updown-12 {
  padding-top: 12px;
  padding-bottom: 12px; }

.b-padding-updown-24 {
  padding-top: 24px;
  padding-bottom: 24px; }

.b-padding-side-12 {
  padding-left: 12px;
  padding-right: 12px; }

.b-padding-side-24 {
  padding-left: 24px;
  padding-right: 24px; }

.b-striped:not(:last-child) {
  border-bottom: none !important; }
  .b-striped:not(:last-child) tr:last-child td {
    border-bottom: none !important; }

.b-striped + .b-striped {
  border-top: 1px solid #333; }
  .b-striped + .b-striped > :first-of-type {
    border-top: none !important;
    margin-top: 0; }
    .b-striped + .b-striped > :first-of-type:first-child td, .b-striped + .b-striped > :first-of-type:first-child th {
      border-top: none !important; }

.b-v-center {
  transform: translateY(50%);
  line-height: 0; }

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

@media only screen and (max-width: 640px) {
  .b-xs-hide {
    display: none !important; } }

@media only screen and (min-width: 640px) and (max-width: 960px) {
  .b-sd-hide {
    display: none !important; } }

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .b-md-hide {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .b-lg-hide {
    display: none !important; } }

.b-xs-show-block {
  display: none; }
  @media only screen and (max-width: 640px) {
    .b-xs-show-block {
      display: block !important; } }

.b-sd-show-block {
  display: none; }
  @media only screen and (min-width: 640px) and (max-width: 960px) {
    .b-sd-show-block {
      display: block !important; } }

.b-md-show-block {
  display: none; }
  @media only screen and (min-width: 960px) and (max-width: 1200px) {
    .b-md-show-block {
      display: block !important; } }

.b-lg-show-block {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .b-lg-show-block {
      display: block !important; } }

.b-xs-show-inline {
  display: none; }
  @media only screen and (max-width: 640px) {
    .b-xs-show-inline {
      display: inline !important; } }

.b-sd-show-inline {
  display: none; }
  @media only screen and (min-width: 640px) and (max-width: 960px) {
    .b-sd-show-inline {
      display: inline !important; } }

.b-md-show-inline {
  display: none; }
  @media only screen and (min-width: 960px) and (max-width: 1200px) {
    .b-md-show-inline {
      display: inline !important; } }

.b-lg-show-inline {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .b-lg-show-inline {
      display: inline !important; } }

.b-xs-show-inline-block {
  display: none; }
  @media only screen and (max-width: 640px) {
    .b-xs-show-inline-block {
      display: inline-block !important; } }

.b-sd-show-inline-block {
  display: none; }
  @media only screen and (min-width: 640px) and (max-width: 960px) {
    .b-sd-show-inline-block {
      display: inline-block !important; } }

.b-md-show-inline-block {
  display: none; }
  @media only screen and (min-width: 960px) and (max-width: 1200px) {
    .b-md-show-inline-block {
      display: inline-block !important; } }

.b-lg-show-inline-block {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .b-lg-show-inline-block {
      display: inline-block !important; } }

.b-xs-show-flex {
  display: none; }
  @media only screen and (max-width: 640px) {
    .b-xs-show-flex {
      display: flex !important; } }

.b-sd-show-flex {
  display: none; }
  @media only screen and (min-width: 640px) and (max-width: 960px) {
    .b-sd-show-flex {
      display: flex !important; } }

.b-md-show-flex {
  display: none; }
  @media only screen and (min-width: 960px) and (max-width: 1200px) {
    .b-md-show-flex {
      display: flex !important; } }

.b-lg-show-flex {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .b-lg-show-flex {
      display: flex !important; } }

.b-xs-show-inline-flex {
  display: none; }
  @media only screen and (max-width: 640px) {
    .b-xs-show-inline-flex {
      display: inline-flex !important; } }

.b-sd-show-inline-flex {
  display: none; }
  @media only screen and (min-width: 640px) and (max-width: 960px) {
    .b-sd-show-inline-flex {
      display: inline-flex !important; } }

.b-md-show-inline-flex {
  display: none; }
  @media only screen and (min-width: 960px) and (max-width: 1200px) {
    .b-md-show-inline-flex {
      display: inline-flex !important; } }

.b-lg-show-inline-flex {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .b-lg-show-inline-flex {
      display: inline-flex !important; } }

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

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

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

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

.text-lg-right {
  text-align: left; }
  @media only screen and (min-width: 1200px) {
    .text-lg-right {
      text-align: right; } }

.text-sd-right {
  text-align: left; }
  @media only screen and (min-width: 640px) {
    .text-sd-right {
      text-align: right; } }

.text-md-right {
  text-align: left; }
  @media only screen and (min-width: 960px) {
    .text-md-right {
      text-align: right; } }

.text-warning {
  color: #ff7f00; }

.text-danger, .text-red, .text-error {
  color: #cc3333; }

.text-info {
  color: #4FC3F7; }

.text-success {
  color: #62b212; }

.text-primary {
  color: #0099cc; }

.text-theme {
  color: #cc3333; }

.text-theme-light {
  color: #e08585; }

.text-gray {
  color: #585858; }

.text-light-gray {
  color: #d0d0d0; }

.text-bold {
  font-weight: bold; }

.text-nowrap {
  white-space: nowrap; }

.text-dot-dot-dot {
  overflow: hidden;
  text-overflow: ellipsis; }

.preloader {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25); }
  .preloader__center {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -80px; }

.preloader-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25); }

.loading {
  font-size: 20px;
  margin: 30% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translateZ(0); }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em #cc3333, 2em -2em 0 0em #cc3333, 3em 0 0 -1em #cc3333, 2em 2em 0 -1em #cc3333, 0 3em 0 -1em #cc3333, -2em 2em 0 -1em #cc3333, -3em 0 0 -1em #cc3333, -2em -2em 0 0 #cc3333; }
  12.5% {
    box-shadow: 0 -3em 0 0 #cc3333, 2em -2em 0 0.2em #cc3333, 3em 0 0 0 #cc3333, 2em 2em 0 -1em #cc3333, 0 3em 0 -1em #cc3333, -2em 2em 0 -1em #cc3333, -3em 0 0 -1em #cc3333, -2em -2em 0 -1em #cc3333; }
  25% {
    box-shadow: 0 -3em 0 -0.5em #cc3333, 2em -2em 0 0 #cc3333, 3em 0 0 0.2em #cc3333, 2em 2em 0 0 #cc3333, 0 3em 0 -1em #cc3333, -2em 2em 0 -1em #cc3333, -3em 0 0 -1em #cc3333, -2em -2em 0 -1em #cc3333; }
  37.5% {
    box-shadow: 0 -3em 0 -1em #cc3333, 2em -2em 0 -1em #cc3333, 3em 0em 0 0 #cc3333, 2em 2em 0 0.2em #cc3333, 0 3em 0 0em #cc3333, -2em 2em 0 -1em #cc3333, -3em 0em 0 -1em #cc3333, -2em -2em 0 -1em #cc3333; }
  50% {
    box-shadow: 0 -3em 0 -1em #cc3333, 2em -2em 0 -1em #cc3333, 3em 0 0 -1em #cc3333, 2em 2em 0 0em #cc3333, 0 3em 0 0.2em #cc3333, -2em 2em 0 0 #cc3333, -3em 0em 0 -1em #cc3333, -2em -2em 0 -1em #cc3333; }
  62.5% {
    box-shadow: 0 -3em 0 -1em #cc3333, 2em -2em 0 -1em #cc3333, 3em 0 0 -1em #cc3333, 2em 2em 0 -1em #cc3333, 0 3em 0 0 #cc3333, -2em 2em 0 0.2em #cc3333, -3em 0 0 0 #cc3333, -2em -2em 0 -1em #cc3333; }
  75% {
    box-shadow: 0em -3em 0 -1em #cc3333, 2em -2em 0 -1em #cc3333, 3em 0em 0 -1em #cc3333, 2em 2em 0 -1em #cc3333, 0 3em 0 -1em #cc3333, -2em 2em 0 0 #cc3333, -3em 0em 0 0.2em #cc3333, -2em -2em 0 0 #cc3333; }
  87.5% {
    box-shadow: 0em -3em 0 0 #cc3333, 2em -2em 0 -1em #cc3333, 3em 0 0 -1em #cc3333, 2em 2em 0 -1em #cc3333, 0 3em 0 -1em #cc3333, -2em 2em 0 0 #cc3333, -3em 0em 0 0 #cc3333, -2em -2em 0 0.2em #cc3333; } }

.constructor_form__item + .constructor_form__item {
  margin-top: 20px; }

.constructor_form__item__simple {
  line-height: 1.2em; }

.constructor_form__item__note {
  font-size: 13px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.75); }

.constructor_form__item__checkblock {
  display: block;
  position: relative; }
  .constructor_form__item__checkblock table {
    width: 100%; }
  .constructor_form__item__checkblock .glyphicon-ok {
    color: #62b212; }
  .constructor_form__item__checkblock .glyphicon-remove {
    color: #cc3333; }
  .constructor_form__item__checkblock__icon {
    width: 1%;
    font-size: 24px;
    padding-right: 15px; }
  .constructor_form__item__checkblock-error .glyphicon-ok {
    display: none; }
  .constructor_form__item__checkblock-success .glyphicon-remove {
    display: none; }

.constructor_form__item__title {
  margin: 0; }

.constructor_form__item__required {
  color: #cc3333;
  margin-left: -4px; }

.constructor_form__item__file__btn {
  margin-top: 7px; }

.constructor_form__item__img {
  position: relative;
  line-height: 0;
  background: #fff;
  padding: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 3px 0px rgba(0, 0, 0, 0.03);
  max-width: 200px;
  margin-bottom: 10px; }
  .constructor_form__item__img img {
    margin: 0;
    width: 100%; }
  .constructor_form__item__img__remove {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 3px 0px rgba(0, 0, 0, 0.03);
    padding: 3px 5px 3px 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%; }
    .constructor_form__item__img__remove:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      background: #fff;
      left: -5px;
      width: 5px;
      z-index: 1;
      height: 110%; }

.constructor_form__group + .constructor_form__group {
  margin-top: 20px; }

.constructor_form__group__table {
  width: 100%;
  border-spacing: 0; }

.constructor_form__group__td {
  vertical-align: top;
  padding-right: 10px; }
  .constructor_form__group__td + .constructor_form__group__td {
    padding-left: 10px; }
  .constructor_form__group__td:last-child {
    padding-right: 0; }

.constructor_form__item + .constructor_form__group,
.constructor_form__group + .constructor_form__item {
  margin-top: 20px; }

.constructor_form_table__table {
  width: 100%;
  border-spacing: 0; }

.constructor_form_table__td {
  vertical-align: top;
  padding: 7px 0;
  padding-right: 10px; }
  .constructor_form_table__td + .constructor_form_table__td {
    padding-left: 10px; }
  .constructor_form_table__td:last-child {
    padding-right: 0; }

.constructor_form_table__th {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
  position: relative; }

.constructor_form_table__remove {
  text-decoration: none;
  display: inline-block;
  color: #666;
  font-size: 20px; }
  .constructor_form_table__remove:hover {
    color: #cc3333; }

.constructor_form_table__add {
  margin-top: 15px; }

.constructor_form_table__tr + .constructor_form_table__tr {
  border-top: 1px solid #ccc; }

main {
  min-height: 100%;
  height: 100%;
  margin-bottom: -50px;
  padding: 0;
  background: #fff;
  padding-top: 48px;
  position: relative; }
  @media only screen and (min-width: 960px) {
    main {
      padding-left: 180px; } }

.content {
  background: #fff;
  height: 100%; }

.content_menu {
  padding: 10px; }

.flex {
  display: flex;
  flex-direction: row; }
  .flex-middle {
    align-items: center; }
  .flex-f1 {
    flex: 1; }

.alert {
  position: relative;
  padding: 20px 30px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #111;
  border-left: 5px solid #585858;
  background: #e6e6e6; }
  .alert-warning {
    border-left: 5px solid #ffaa00;
    background: #ffeecc; }
  .alert-success {
    border-left: 5px solid #66cc00;
    background: #dcf5c4; }
  .alert-error {
    border-left: 5px solid #cc3333;
    background: #ffcccc; }
  .alert-info {
    border-left: 5px solid #0099cc;
    background: #ceebf5; }
  .alert-primary {
    border-left: 5px solid #1565C0;
    background: #4FC3F7; }
  .alert-nomargin {
    margin-bottom: 0; }
  .alert__close {
    position: absolute;
    top: 20px;
    right: 30px; }

.c-tabs + .alert {
  margin-top: 12px; }

.table-key_value .alert {
  margin-left: 0px;
  margin-right: 0px; }

.modal .alert {
  margin-left: 0px;
  margin-right: 0px; }

.group-labels {
  display: inline-block;
  position: relative;
  margin-top: -4px; }
  .group-labels .label {
    margin-top: 4px;
    margin-right: 2px; }

.label {
  display: inline-block;
  padding: 5px 7px;
  border-radius: 4px;
  font-weight: bold;
  white-space: nowrap;
  color: #111;
  background: #ffe5e5;
  position: relative; }
  .label:last-child {
    margin-bottom: 0; }
  .label-danger, .label-error {
    background: #ffcccc; }
  .label-success {
    background: #dcf5c4; }
  .label-info {
    background: #ceebf5; }
  .label-primary {
    background: #4FC3F7; }
  .label-disable {
    background: #666;
    color: #bbb; }
  .label-warning {
    background: #ffeecc;
    color: #111; }
  .label-project {
    background: #cc3333;
    color: #fff;
    border-radius: 3px;
    font-size: 14px; }

.icon-danger {
  color: #cc3333 !important;
  font-size: 14px; }

.badge {
  background: #cc3333;
  border-radius: 20px;
  height: 22px;
  width: 22px;
  text-align: center;
  display: inline-block;
  padding: 4px;
  font-size: 14px;
  line-height: 1;
  color: #fff; }

.group-buttons {
  display: inline-block;
  position: relative;
  margin-top: -4px; }
  .group-buttons .btn {
    margin-top: 4px;
    margin-right: 2px; }
  .group-buttons .btn + .btn {
    margin-left: 0; }

.group-deal-buttons {
  display: inline-block;
  position: relative;
  margin-top: -7px; }
  .group-deal-buttons .btn {
    margin-top: 7px;
    margin-right: 4px; }
  .group-deal-buttons .btn + .btn {
    margin-left: 0; }

.btn {
  line-height: 19px;
  outline: none;
  display: inline-block;
  padding: 9px 12px 9px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-decoration: none !important;
  border-radius: 4px;
  background: #cc3333;
  color: #fff; }
  .btn + .btn {
    margin-left: 8px; }
  .btn:hover, .btn:active {
    background: #b82e2e; }
  .btn:active {
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) inset; }
  .btn-primary {
    background: #1565C0;
    color: #fff; }
    .btn-primary:hover, .btn-primary:active {
      background: #1259a9; }
  .btn-danger {
    background: #F44336;
    color: #fff; }
    .btn-danger:hover, .btn-danger:active {
      background: #f32c1e; }
  .btn-warning {
    background: #F57C00;
    color: #fff; }
    .btn-warning:hover, .btn-warning:active {
      background: #dc6f00; }
  .btn-info {
    background: #0097A7;
    color: #fff; }
    .btn-info:hover, .btn-info:active {
      background: #00808e; }
  .btn-success {
    background: #7CB342;
    color: #fff; }
    .btn-success:hover, .btn-success:active {
      background: #6fa03b; }
  .btn-default, .btn-add-w-plus, .btn-file {
    background: #fff;
    color: #000;
    padding: 8px 12px 8px;
    border: 1px solid #ccc; }
    .btn-default:hover, .btn-add-w-plus:hover, .btn-file:hover, .btn-default:active, .btn-add-w-plus:active, .btn-file:active {
      background: #f2f2f2; }
  .btn-add-w-plus {
    vertical-align: middle; }
    .btn-add-w-plus:before {
      display: inline-block;
      color: #cc3333;
      line-height: 0;
      font-size: 24px;
      content: "+";
      vertical-align: middle;
      margin-right: 10px;
      margin-top: -2px; }
  .btn-deal {
    background: #808080;
    color: #fff;
    padding: 7px; }
    .btn-deal:hover, .btn-deal:active {
      background: #737373; }
    .btn-deal.main {
      background: #333; }
  .btn-link, #filemanager .data li .delete, .files_list li .delete {
    text-shadow: none;
    color: #cc3333;
    background: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(204, 51, 51, 0.2); }
    .btn-link:hover, #filemanager .data li .delete:hover, .files_list li .delete:hover, .btn-link:active, #filemanager .data li .delete:active, .files_list li .delete:active {
      background: none;
      color: #B71C1C;
      border-bottom: 1px solid rgba(183, 28, 28, 0.5); }
    .btn-link-border-none, #filemanager .data li .delete, .files_list li .delete {
      border: none; }
      .btn-link-border-none:hover, #filemanager .data li .delete:hover, .files_list li .delete:hover, .btn-link-border-none:active, #filemanager .data li .delete:active, .files_list li .delete:active {
        border: none; }
  .btn-text {
    text-shadow: none;
    color: #cc3333;
    background: none;
    margin: 9px 12px 9px;
    padding: 0;
    border-bottom: none; }
    .btn-text:active, .btn-text:hover {
      box-shadow: none;
      background: none;
      color: #B71C1C; }
    .btn-text:active {
      margin: 9px 12px 8px; }
    .btn-text-inline {
      margin: 0; }
      .btn-text-inline:active {
        margin: 0; }
  .btn-file {
    position: relative;
    overflow: hidden; }
    .btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      cursor: inherit; }
    .btn-file span {
      font-size: 18px; }
  .btn-large {
    padding: 18px 24px 15px;
    font-size: 27px;
    font-weight: 300; }
  .btn-normal {
    padding: 9px 12px 9px;
    font-size: 18px;
    font-weight: 400; }
  .btn-small {
    padding: 5px 8px;
    font-size: 16.2px; }
  .btn-disabled, .btn[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }
  .btn-block {
    display: block;
    width: 100%;
    text-align: center; }
  .btn-panel {
    background: #fff;
    color: #000;
    padding: 9px 12px 10px;
    border: 1px solid #ccc;
    margin-left: 8px; }
    .btn-panel:hover, .btn-panel:active {
      background: #f2f2f2; }
  .btn-red-plus {
    padding: 5px 8px 6px 7px;
    margin-left: 6px; }
  .btn .fa {
    bottom: -2px;
    position: relative;
    font-size: 18px;
    line-height: 0; }
    .btn .fa.single {
      line-height: 0; }

.bw38 {
  width: 38px !important; }

.footer {
  height: 50px;
  padding: 15px;
  position: relative;
  z-index: 2;
  background: #1a1a1a; }
  .footer__title {
    color: #111; }

.pagination {
  margin-top: 20px; }
  .pagination__wrap {
    display: block; }
  .pagination li {
    float: left;
    display: block;
    border-radius: 2px; }
    .pagination li:hover {
      background: #ffe5e5; }
    .pagination li.active {
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) inset;
      background: #cc3333;
      color: #fff; }
    .pagination li.disabled {
      color: #aaa; }
      .pagination li.disabled:hover {
        background: none;
        color: #aaa; }
    .pagination li a, .pagination li span {
      display: block;
      padding: 5px 10px;
      text-decoration: none; }

.modal__wall {
  z-index: 501;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  overflow: auto;
  transition: all 3s ease; }
  .modal__wall-show {
    background: rgba(0, 0, 0, 0.5); }

.modal__window {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }
  .modal__window__wrap {
    transition: right 0.5s ease;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.5s; }
    @media only screen and (min-width: 640px) {
      .modal__window__wrap {
        width: 50%; } }
    @media only screen and (min-width: 960px) {
      .modal__window__wrap {
        width: 30%; } }
    .modal__window__wrap-fluid {
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .modal__window__wrap-fluid {
          width: 100%; } }
      @media only screen and (min-width: 960px) {
        .modal__window__wrap-fluid {
          width: 100%; } }

.modal__buttons {
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: 0; }

.modal__icon {
  font-size: 24px;
  color: white;
  cursor: pointer;
  font-weight: bold; }
  .modal__icon:hover {
    color: rgba(255, 255, 255, 0.7); }
  .modal__icon-in_body {
    color: #333; }
    .modal__icon-in_body:hover {
      color: #585858; }
  .modal__icon + .modal__icon {
    margin-left: 24px; }
  .modal__icon-hide-640 {
    display: none; }
    @media only screen and (min-width: 640px) {
      .modal__icon-hide-640 {
        display: inline-block; } }

.modal__head {
  flex: 0 0 48px;
  position: relative;
  background: #333;
  color: #fff;
  padding: 18px;
  height: 48px; }

.modal__body {
  background: #e6e6e6;
  flex: 1;
  flex-wrap: wrap;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto; }

.modal__content {
  background: #fff;
  padding: 48px 12px 12px; }

.modal__head + .modal__body .modal__content {
  padding: 12px; }

.modal__wall-show .modal__window__wrap {
  right: 0; }

.tooltip-parent {
  position: relative; }
  .tooltip-parent .tooltip {
    display: none; }
  .tooltip-parent:hover .tooltip {
    display: block; }

.tooltip {
  font-size: 16.2px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  text-align: center;
  position: absolute;
  padding: 10px;
  z-index: 200;
  line-height: 1.35; }
  .tooltip::after {
    content: '';
    position: absolute; }
  .tooltip-small {
    font-size: 14.58px;
    padding: 5px; }

.tooltip-right,
.tooltip-left {
  transform: translateY(-50%);
  top: 50%; }
  .tooltip-right::after,
  .tooltip-left::after {
    top: 50%;
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent; }

.tooltip-right {
  left: 100%;
  margin-left: 10px; }
  .tooltip-right::after {
    left: -6px;
    border-right: 6px solid rgba(0, 0, 0, 0.8); }

.tooltip-left {
  right: 100%;
  margin-right: 10px; }
  .tooltip-left::after {
    right: -6px;
    border-left: 6px solid rgba(0, 0, 0, 0.8); }

.tooltip-top,
.tooltip-bottom {
  transform: translateX(-50%);
  left: 50%; }
  .tooltip-top::after,
  .tooltip-bottom::after {
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }

.tooltip-top {
  bottom: 100%;
  margin-bottom: 8px; }
  .tooltip-top::after {
    bottom: -6px;
    border-top: 6px solid rgba(0, 0, 0, 0.8); }

.tooltip-bottom {
  top: 100%;
  margin-top: 8px; }
  .tooltip-bottom::after {
    top: -6px;
    border-bottom: 6px solid rgba(0, 0, 0, 0.8); }

nav[role=navigation] {
  position: fixed;
  top: 48px;
  margin-left: 0;
  height: 100%;
  background: #333;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 50px;
  display: none;
  z-index: 15; }
  @media only screen and (min-width: 960px) {
    nav[role=navigation] {
      z-index: 9;
      border-right: none;
      display: block;
      width: 185px;
      margin-left: -185px; } }
  nav[role=navigation].is-open {
    display: block;
    width: 160px; }
    @media only screen and (min-width: 960px) {
      nav[role=navigation].is-open {
        display: block;
        width: 160px; } }

.menu__btn {
  top: 0;
  left: 0;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 1;
  display: inline-block;
  padding: 12px;
  background: transparent;
  border: none;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (min-width: 960px) {
    .menu__btn {
      display: none; } }
  .menu__btn i {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%); }
  .menu__btn.is-active {
    background: #333; }
    .menu__btn.is-active i {
      background: linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%); }

.menu__item {
  display: block;
  border-left: 5px solid transparent;
  padding: 10px 20px 10px 17px; }
  .menu__item:hover * {
    color: #cc3333; }
  .menu__item.is-active,
  .menu__item.is-active:hover * {
    border-left-color: #cc3333; }
  .menu__item__title, .menu__item__icon {
    vertical-align: middle;
    color: #fff; }
  .menu__item__title {
    margin-left: 10px; }
  .menu__item__icon {
    display: inline-block;
    font-size: 20px; }

.menu-list a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #cc3333; }
  .menu-list a:hover {
    background: #e6e6e6;
    color: #111; }

.menu-list li {
  display: block; }

.menu-list li + li {
  margin-top: 1px; }

.menu-list.projects li:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.menu-list.projects span {
  font-size: .8em; }

header[role=banner] {
  flex: none;
  height: 48px;
  background: #cc3333;
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  left: 0; }

.header {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  flex: 1 1 100%;
  margin-left: 60px; }
  @media only screen and (min-width: 960px) {
    .header {
      margin-left: 0; } }
  .header__logo {
    flex: 1;
    padding-top: 12px; }
    @media only screen and (min-width: 960px) {
      .header__logo {
        padding-left: 12px; } }
  .header__title {
    font-size: 27px;
    color: #fff; }
  .header__time {
    padding-top: 18px;
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: white;
    display: none; }
    @media only screen and (min-width: 960px) {
      .header__time {
        display: block; } }
  .header__link {
    color: rgba(255, 255, 255, 0.7); }
  .header__menu {
    flex: 1;
    padding-top: 16px;
    padding-right: 12px;
    font-size: 19.8px;
    text-align: right;
    display: none; }
    @media only screen and (min-width: 960px) {
      .header__menu {
        display: block; } }
    .header__menu li {
      display: inline-block; }
    .header__menu__item {
      cursor: pointer;
      text-decoration: none;
      color: white;
      border-bottom: none; }
      .header__menu__item:hover {
        color: rgba(255, 255, 255, 0.9);
        border-bottom: none; }
    .header__menu li + li {
      margin-left: 24px; }
  .header__review {
    margin-left: 10px;
    cursor: pointer; }
    .header__review i {
      font-size: 24px;
      color: rgba(255, 255, 255, 0.5); }
    .header__review:hover i {
      color: #fff900;
      text-shadow: 0 0 10px #fff900; }

.breadcrumb {
  padding: 12px 24px; }
  .breadcrumb li {
    display: inline-block;
    position: relative; }
  .breadcrumb li + li:before {
    transform: scale(0.5, 1);
    display: inline-block;
    padding: 0 5px;
    color: #585858;
    content: ">";
    line-height: 0;
    font-size: 20px;
    bottom: -3px;
    position: relative; }

.table_wrap {
  padding-top: 1px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto; }

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table td,
  .table th {
    border: 1px solid #ccc;
    padding: 12px;
    vertical-align: top; }
    .table td.mid,
    .table th.mid {
      vertical-align: middle; }
    .table td.with-table,
    .table th.with-table {
      padding: 0; }
  .table-hover tr:hover td {
    background: #ffe5e5; }
  .table-border-none td, .table-border-none th {
    border: none !important; }
  .table-bg-none td, .table-bg-none th {
    background: none !important; }
  .table tr > th:first-child,
  .table tr > td:first-child {
    border-left: none; }
  .table tr > th:last-child,
  .table tr > td:last-child {
    border-right: none; }
  .table .table th {
    padding: 3px 12px;
    font-size: 16.2px; }
  .table .table-join tr td {
    border: none; }
  .table .table-join tr + tr > td {
    border-top: 1px dashed rgba(204, 204, 204, 0.5); }
  .table + .table {
    margin-top: -1px; }
  .table-middle td,
  .table-middle th {
    vertical-align: middle; }
  .table th {
    text-align: left;
    color: #585858;
    font-size: 16.2px;
    background: none;
    vertical-align: middle; }
    .table th.text-center {
      text-align: center; }
    .table th.text-right {
      text-align: right; }
  .table.middle td,
  .table.middle th {
    vertical-align: middle; }
  .table-bottom td,
  .table-bottom th, .table.bottom td,
  .table.bottom th {
    vertical-align: bottom; }
  .table tr + tr > td {
    border-top: 1px solid #ccc; }
  .table__td-w1 {
    width: 1%;
    white-space: nowrap; }
  .table__td-w5 {
    width: 10%;
    white-space: nowrap; }
  .table__td-w10 {
    width: 10%;
    white-space: nowrap; }
  .table__td-w20 {
    width: 20%;
    white-space: nowrap; }
  .table__td-border-left-none {
    border-left: none !important; }
  .table__td-border-right-none {
    border-right: none !important; }
  .table__td-border-top-none {
    border-top: none !important; }
  .table__td-border-bottom-none {
    border-bottom: none !important; }
  .table-last_col_border-none > tr > th:nth-last-child(1),
  .table-last_col_border-none > tr > td:nth-last-child(1),
  .table-last_col_border-none > tbody > tr > th:nth-last-child(1),
  .table-last_col_border-none > thead > tr > th:nth-last-child(1),
  .table-last_col_border-none > tbody > tr > td:nth-last-child(1) {
    border-left: none !important; }
  .table-last_col_border-none > tr > th:nth-last-child(2),
  .table-last_col_border-none > tr > td:nth-last-child(2),
  .table-last_col_border-none > tbody > tr > th:nth-last-child(2),
  .table-last_col_border-none > thead > tr > th:nth-last-child(2),
  .table-last_col_border-none > tbody > tr > td:nth-last-child(2) {
    border-right: none !important; }
  .table-first_col_border-none > tr > th:nth-child(1),
  .table-first_col_border-none > tr > td:nth-child(1),
  .table-first_col_border-none > tbody > tr > th:nth-child(1),
  .table-first_col_border-none > thead > tr > th:nth-child(1),
  .table-first_col_border-none > tbody > tr > td:nth-child(1) {
    border-right: none !important; }
  .table-first_col_border-none > tr > th:nth-child(2),
  .table-first_col_border-none > tr > td:nth-child(2),
  .table-first_col_border-none > tbody > tr > th:nth-child(2),
  .table-first_col_border-none > thead > tr > th:nth-child(2),
  .table-first_col_border-none > tbody > tr > td:nth-child(2) {
    border-left: none !important; }
  .table__tr-bold td {
    font-weight: bold; }
  .table__tr-warning td {
    background: #ffeecc; }
  .table__tr-success td {
    background: #dcf5c4; }
  .table__tr-danger td, .table__tr-error td {
    background: #ffcccc; }
  .table-border {
    border: 2px solid #ccc; }
  .table td.table__sum, .table th.table__sum {
    text-align: right;
    white-space: nowrap;
    width: 1%;
    padding-left: 10px; }
    .table td.table__sum.up, .table th.table__sum.up {
      font-size: 16px;
      font-weight: bolder; }
  .table .check {
    cursor: pointer; }
  .table-clean {
    border: none !important; }
    .table-clean td,
    .table-clean th {
      padding: 0 !important;
      border: none !important; }
    .table-clean thead {
      border-bottom: none !important; }
  .table__sort {
    white-space: nowrap; }
    .table__sort__link {
      color: #585858;
      text-decoration: none;
      border-bottom: 1px solid rgba(88, 88, 88, 0.3); }
      .table__sort__link:hover {
        border-bottom-color: rgba(88, 88, 88, 0.6); }
      .table__sort__link-active {
        font-weight: bold; }
  .table-striped tr:nth-of-type(even) {
    background-color: rgba(255, 229, 229, 0.6); }
  .table-dark td {
    border: none !important;
    color: #fff;
    text-align: right;
    vertical-align: middle; }
  .table-dark > tr {
    background-color: #4d4d4d; }
    .table-dark > tr:nth-of-type(odd) {
      background-color: #595959; }
  .table-key_value tr, .table-key_value td {
    display: block; }
  .table-key_value tr + tr {
    margin-top: 12px; }
  .table-key_value td {
    padding: 0; }
  .table-key_value td:first-child {
    margin-bottom: 3px;
    white-space: nowrap;
    color: #585858; }
    .table-key_value td:first-child label {
      color: #585858;
      padding-top: 8px;
      margin-bottom: 0;
      font-size: 18px; }
  .table-key_value-without_label td:first-child {
    vertical-align: middle; }
  @media only screen and (min-width: 640px) {
    .table-key_value tr {
      display: table-row; }
    .table-key_value td {
      display: table-cell; }
    .table-key_value tr + tr {
      margin-top: 0; }
    .table-key_value-first_midright td:first-child {
      text-align: right; }
    .table-key_value td:first-child {
      width: 1%;
      padding-right: 12px;
      margin-bottom: 0; }
    .table-key_value tr + tr td {
      padding-top: 18px; } }
  .table-key_value td,
  .table-key_value tr + tr > td,
  .table-key_value tr > td:last-child,
  .table-key_value tr > td:first-child {
    border: none; }
  .modal__window__wrap:not(.modal__window__wrap-fluid) form .table-key_value tr, .modal__window__wrap:not(.modal__window__wrap-fluid) form .table-key_value td,
  .modal__window__wrap:not(.modal__window__wrap-fluid) .form .table-key_value tr,
  .modal__window__wrap:not(.modal__window__wrap-fluid) .form .table-key_value td {
    display: block; }
  .modal__window__wrap:not(.modal__window__wrap-fluid) form .table-key_value td,
  .modal__window__wrap:not(.modal__window__wrap-fluid) .form .table-key_value td {
    padding: 0; }
  .modal__window__wrap:not(.modal__window__wrap-fluid) form .table-key_value td:first-child,
  .modal__window__wrap:not(.modal__window__wrap-fluid) .form .table-key_value td:first-child {
    margin-bottom: 3px; }
  .modal__window__wrap:not(.modal__window__wrap-fluid) form .table-key_value tr + tr,
  .modal__window__wrap:not(.modal__window__wrap-fluid) .form .table-key_value tr + tr {
    margin-top: 12px; }
  .table-flow {
    width: 100%; }
  .table-w-btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .table-grey td, .table-grey th {
    background: #f2f2f2; }

.t-block {
  padding: 12px 0; }
  .t-block:not(:first-of-type) {
    border-top: 1px solid #cc3333; }

.t-header {
  color: #585858;
  background: #e6e6e6;
  margin: 2px 0; }
  .t-header td {
    padding: 6px 12px;
    font-weight: 600; }

.t-label {
  color: #fff;
  background: #666;
  cursor: pointer; }
  .t-label td {
    border: none; }

.t-title {
  vertical-align: middle !important; }

.t-main td.table__sum {
  font-weight: bold; }

.t-works td {
  padding: 2px 7px;
  border-top-color: transparent !important; }

.thead-info__label {
  color: #585858; }

.thead-info td {
  vertical-align: middle;
  font-weight: 500;
  border: none;
  height: 56px; }

.list__item, .notice__item {
  z-index: 0;
  box-sizing: border-box;
  background: #fff;
  padding: 18px;
  width: 100%;
  right: 0;
  top: 0;
  position: relative;
  display: block;
  text-decoration: none;
  color: #333; }
  .list__item:hover, .notice__item:hover {
    background: #ffe5e5; }
  .list__item + .list__item, .notice__item + .list__item, .list__item + .notice__item, .notice__item + .notice__item {
    border-top: 1px solid #e6e6e6; }
  .list__item__date, .notice__item__date {
    color: #585858;
    font-size: 16.2px;
    display: block;
    margin-bottom: 8px; }
  .list__item__message, .notice__item__message {
    display: block;
    padding-right: 20px; }
  .list__item__ul {
    margin-top: 18px;
    display: block; }
  .list__item__li {
    display: inline-block; }
    .list__item__li + .list__item__li {
      margin-left: 24px; }

.a-header {
  padding: 7px;
  font-size: 18px;
  color: #585858;
  background: #e6e6e6;
  cursor: pointer;
  transition: all .3s linear; }
  .a-header:hover {
    color: #252525;
    background: #b3b3b3; }

.tree_checkboxes {
  padding-top: 5px;
  padding-left: 5px; }
  .tree_checkboxes li {
    list-style: none;
    position: relative; }
    .tree_checkboxes li:hover {
      background: rgba(0, 0, 0, 0.03); }
  .tree_checkboxes li + li {
    margin-top: 12px; }
  .tree_checkboxes__block {
    margin-left: 25px;
    margin-bottom: 15px; }
  .tree_checkboxes__info {
    margin-left: 21px;
    margin-top: 8px;
    font-size: 16.2px;
    color: #585858; }
    .tree_checkboxes__info__el + .tree_checkboxes__info__el:before {
      content: ',';
      display: inline-block;
      padding-right: 7px; }
    .tree_checkboxes__info__el__value {
      padding-left: 3px; }
  .tree_checkboxes__expand {
    display: inline-block;
    position: absolute;
    left: -26px;
    color: #000;
    line-height: 1;
    cursor: pointer; }
    .tree_checkboxes__expand:hover {
      color: #cc3333; }
    .tree_checkboxes__expand::after {
      position: absolute;
      content: '+';
      display: block;
      left: 0;
      top: -4px;
      font-size: 25px;
      width: 100%;
      height: 100%;
      text-align: center; }
    .tree_checkboxes__expand-open::after {
      content: '−'; }
  .tree_checkboxes__children {
    position: relative; }
    .tree_checkboxes__children::before {
      content: '';
      display: block;
      height: 100%;
      left: -20px;
      border-left: 1px solid #ccc;
      position: absolute; }

.c-tabs {
  position: relative;
  box-shadow: 0 -1px 0 #e6e6e6 inset;
  margin-bottom: -1px;
  z-index: 2; }
  .c-tabs-border-none {
    box-shadow: none; }
  .c-tabs-sub {
    background: #f2f2f2; }
  .c-tabs-nav {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-tabs-nav__link {
      white-space: nowrap;
      flex: 1;
      border-bottom: 3px solid transparent;
      padding: 22px 0 18px;
      margin: 0 18px;
      text-align: center;
      text-decoration: none;
      color: #000;
      cursor: pointer; }
      .c-tabs-nav__link:first-child {
        margin-left: 24px; }
      .c-tabs-nav__link:last-child {
        margin-right: 0; }
      .c-tabs-nav__link:hover {
        color: #cc3333; }
      .c-tabs-nav__link.is-active {
        border-bottom-color: #cc3333;
        color: #cc3333 !important; }
    .c-tabs-nav__badge {
      color: #585858; }
  .c-tabs + .table {
    margin-top: -1px; }
  .c-tabs-right_buttons {
    position: absolute;
    right: 12px;
    bottom: 15px; }

.c-tab {
  display: none; }
  .c-tab.is-active {
    display: block; }

.c-tabs-sub .c-tabs-nav__link.is-active,
.c-tabs-sub .c-tabs-nav__link:hover {
  color: #000; }

.c-tabs-sub .c-tabs-nav__link.is-active {
  border-bottom-color: #111; }

.steps .c-tabs-nav {
  border: none; }
  .steps .c-tabs-nav__link {
    border: none;
    text-align: left; }

.steps .passed {
  color: #7cb342; }

.steps .step__num {
  font-weight: 500; }

#filemanager {
  position: relative; }
  #filemanager .data li {
    width: 320px;
    height: 120px;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    z-index: 18;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    transition: all 0.1s linear;
    display: inline-block;
    font-size: 14px; }
    #filemanager .data li:hover {
      background-color: #f5f5f5; }
    #filemanager .data li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 19; }
    #filemanager .data li .delete {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      font-size: 2em;
      z-index: 20;
      line-height: 1;
      top: 2px;
      right: 8px;
      color: #e6e6e6;
      outline: 0; }
      #filemanager .data li .delete:hover, #filemanager .data li .delete:active {
        color: #999999 !important; }
    #filemanager .data li .name {
      color: #000;
      line-height: 1.2em;
      max-height: 3.6em;
      width: 170px;
      position: absolute;
      top: 15%; }
    #filemanager .data li .type {
      color: #000;
      font-weight: 500;
      top: 54%;
      position: absolute;
      text-transform: uppercase; }
    #filemanager .data li .size {
      color: #999;
      bottom: 15%;
      position: absolute;
      text-transform: uppercase; }
    #filemanager .data li .addr {
      top: 54%;
      position: absolute; }
    #filemanager .data li .type {
      top: 56%; }
    #filemanager .data li .size {
      bottom: 19%; }
    #filemanager .data li .icon {
      font-size: 23px; }
  #filemanager .nothingfound {
    width: 23em;
    height: 21em;
    margin: 0 auto;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */ }
    #filemanager .nothingfound .nofiles {
      margin: 30px auto;
      top: 3em;
      border-radius: 50%;
      position: relative;
      width: 11em;
      height: 11em;
      line-height: 11.4em; }
      #filemanager .nothingfound .nofiles:after {
        content: '×';
        position: absolute;
        font-size: 14em;
        right: 0; }
    #filemanager .nothingfound span {
      margin: 0 auto auto 6.8em;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      height: 13px;
      position: relative;
      top: 2em; }

/*-------------------------
	Search box
-------------------------*/
.filemanager.search {
  flex-grow: 1; }

/*-------------------------
		Icons
-------------------------*/
.icon {
  font-size: 23px; }
  .icon.folder {
    display: inline-block;
    margin: 1em;
    background-color: transparent;
    overflow: hidden; }
    .icon.folder:before {
      content: '';
      float: left;
      background-color: #a32929;
      width: 1.5em;
      height: 0.45em;
      margin-bottom: -0.07em;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      box-shadow: 1.25em 0.25em 0 0 #a32929; }
    .icon.folder:after {
      content: '';
      float: left;
      clear: left;
      background-color: #cc3333;
      width: 72px;
      height: 52px;
      border-radius: 3px; }
  .icon.file {
    width: 2.5em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 0.25em;
    color: #FFF;
    display: inline-block;
    margin: 0.9em 1.2em 0.8em 1.3em;
    position: relative;
    overflow: hidden;
    box-shadow: 1.74em -2.1em 0 0 #A4A7AC inset; }
    .icon.file:first-line {
      font-size: .95em;
      font-weight: 700; }
    .icon.file:after {
      content: '';
      position: absolute;
      z-index: -1;
      border-width: 0;
      border-bottom: 2.6em solid #DADDE1;
      border-right: 2.22em solid rgba(0, 0, 0, 0);
      top: -1.5em;
      right: -0.17em; }

.files_list {
  margin-top: 6px; }
  .files_list li {
    width: 320px;
    height: 60px;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    z-index: 18;
    cursor: pointer;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 12px; }
    .files_list li:hover {
      background-color: #f5f5f5; }
    .files_list li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 19; }
    .files_list li .delete {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      font-size: 2em;
      z-index: 20;
      line-height: 1;
      top: 2px;
      right: 8px;
      color: #e6e6e6;
      outline: 0; }
      .files_list li .delete:hover, .files_list li .delete:active {
        color: #999999 !important; }
    .files_list li .name {
      color: #000;
      line-height: 1.2em;
      max-height: 2.4em;
      width: 170px;
      position: absolute;
      top: 15%; }
    .files_list li .type {
      color: #000;
      font-weight: 500;
      top: 54%;
      position: absolute;
      text-transform: uppercase; }
    .files_list li .size {
      color: #999;
      bottom: 15%;
      position: absolute;
      text-transform: uppercase; }
    .files_list li .addr {
      top: 54%;
      position: absolute; }
    .files_list li:not(:first-child) {
      border-top: none; }
    .files_list li .icon {
      font-size: 12px; }
    .files_list li.progress a {
      color: #fff; }
    .files_list li[data-replace="true"] {
      border: 1px solid #ff7f00; }
    .files_list li .replace {
      position: absolute;
      bottom: 19%;
      right: 8px;
      color: #ff7f00; }

.crumbs a:link, .crumbs a:visited {
  text-decoration: none; }

.crumbs a:hover {
  text-decoration: underline; }

.crumbs .arrow {
  color: #ccc;
  margin: 0 8px 0 10px; }

.stats {
  position: relative; }
  .stats__reset {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px; }
    .stats__reset span {
      color: #cc3333;
      cursor: pointer;
      border-bottom: 1px dashed #cc3333; }
      .stats__reset span:hover {
        color: #111;
        border-bottom-color: #111; }
  .stats__alert {
    background: #ffeecc;
    padding: 12px; }
  .stats__filter {
    margin-bottom: 12px; }
    .stats__filter__btn {
      border-radius: 4px;
      padding: 12px;
      background: #cc3333;
      color: #fff;
      cursor: pointer; }
      .stats__filter__btn + .stats__filter__btn {
        margin-top: 12px; }
    .stats__filter__title {
      font-size: 21.6px;
      font-weight: bold; }
      .stats__filter__title__amount {
        color: #cc3333; }
    .stats__filter__description {
      margin-top: 8px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 16.2px; }
      .stats__filter__description__amount {
        font-weight: bold; }
    .stats__filter:first-child {
      margin-top: 0; }
    .stats__filter__chosen {
      cursor: pointer;
      padding: 12px;
      background: #fff;
      border-radius: 4px; }
      .stats__filter__chosen:hover {
        background: rgba(204, 51, 51, 0.2); }
      .stats__filter__chosen__items {
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.35; }
      .stats__filter__chosen + .stats__filter__chosen {
        margin-top: 12px; }
    .stats__filter__checkboxes__item {
      background: #fff;
      padding: 12px;
      margin-right: 8px !important;
      border-radius: 4px; }
    .stats__filter__option {
      cursor: pointer;
      padding: 5px 25px;
      color: #0099cc;
      margin-right: 10px;
      border-radius: 5px;
      border: 2px solid transparent; }
      .stats__filter__option:hover {
        background: rgba(204, 51, 51, 0.2); }
      .stats__filter__option-active, .stats__filter__option-active:hover {
        border-color: #cc3333;
        color: #333; }

.notice {
  z-index: 501;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .notice__wrap {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    right: 0;
    max-width: 420px;
    transition: all 0.5s; }
    .notice__wrap-close {
      right: -100%; }
  .notice__head {
    flex: 0 0 48px;
    position: relative;
    background: #333;
    padding: 18px;
    height: 48px; }
    .notice__head__buttons {
      position: absolute;
      right: 18px;
      top: 14px;
      line-height: 0; }
    .notice__head__title {
      color: #fff; }
    .notice__head__icon {
      font-size: 20px;
      color: #585858;
      cursor: pointer;
      font-weight: bold; }
      .notice__head__icon:hover {
        color: white; }
      .notice__head__icon + .notice__head__icon {
        margin-left: 24px; }
  .notice__clean {
    flex: 0 0 30px;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e6e6e6;
    color: #777;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6; }
    .notice__clean:hover {
      background: #eee;
      color: #cc3333; }
  .notice__not_found {
    display: block;
    text-align: center;
    color: #111;
    padding: 24px; }
  .notice-close {
    display: none; }
  .notice__wall {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto; }
  .notice__list {
    background: #e6e6e6;
    flex: 1;
    flex-wrap: wrap;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box; }
  .notice__item {
    transition: all 0.2s ease;
    transform: scale(1, 1); }
    .notice__item-repeat-open {
      z-index: 2; }
    .notice__item-animate_hidden {
      top: -1000px; }
    .notice__item-close {
      transform: scale(0.05, 0.05); }
    .notice__item__date {
      margin-bottom: 12px; }
    .notice__item__address {
      font-weight: 500; }
    .notice__item__name {
      font-weight: 500; }
    .notice__item__comment {
      display: block;
      padding: 8px;
      font-size: 16.2px;
      background: #e6e6e6; }
    .notice__item__close {
      display: block;
      cursor: pointer;
      line-height: 0;
      position: absolute;
      top: 17px;
      right: 18px;
      font-size: 20px;
      color: #aaa; }
      .notice__item__close:hover {
        color: #000; }
    .notice__item__repeat {
      position: absolute;
      z-index: 5;
      display: block;
      top: 18px;
      right: 48px; }
      .notice__item__repeat__date__icon {
        color: #cc3333;
        font-size: 20px;
        margin-left: 4px;
        position: relative; }
      .notice__item__repeat__date__title {
        color: #888;
        font-size: 16.2px;
        position: relative;
        top: -2px; }
      .notice__item__repeat__btn {
        cursor: pointer;
        line-height: 0;
        font-size: 20px;
        color: #aaa; }
        .notice__item__repeat__btn:hover {
          color: #000; }
      .notice__item__repeat__dropdown {
        text-align: left;
        transition: all 0.2s ease;
        transform: scale(0, 0) translateY(0);
        transform-origin: 95% 5%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 3px 0px rgba(0, 0, 0, 0.03);
        position: absolute;
        line-height: 1;
        top: 0;
        right: 0;
        min-width: 150px;
        background: #fff;
        border-radius: 2px; }
        .notice__item__repeat__dropdown__title {
          display: block;
          font-weight: bold;
          font-size: 16.2px;
          line-height: 1.1;
          padding: 12px; }
        .notice__item__repeat__dropdown__ul {
          display: block; }
        .notice__item__repeat__dropdown__li {
          padding: 12px;
          display: block;
          font-size: 16.2px;
          cursor: pointer; }
          .notice__item__repeat__dropdown__li:hover {
            background: #ffe5e5; }
        .notice__item-repeat-open .notice__item__repeat__dropdown {
          transform: scale(1, 1) translateY(0); }

.notice_alarm {
  position: relative;
  cursor: pointer; }
  .notice_alarm i {
    color: #fff; }
  .notice_alarm:hover i {
    color: #fff; }
  .notice_alarm__amount {
    position: absolute;
    top: -7px;
    left: 50%;
    background: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 10px;
    padding: 4px 6px;
    line-height: 1;
    min-width: 18px;
    text-align: center; }

.dropdown-parent {
  position: relative; }

.dropdown {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), 0 -1px 3px 0px rgba(0, 0, 0, 0.03);
  position: absolute;
  line-height: 1;
  background: #fff;
  border-radius: 2px;
  z-index: 200;
  text-align: left;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
  transform: scale(0, 0);
  display: block; }
  .dropdown__item {
    display: block;
    padding: 12px;
    text-decoration: none;
    border-bottom: none;
    color: #111; }
    .dropdown__item:hover {
      color: #111;
      background: #ffe5e5; }
  .dropdown-nowrap {
    white-space: nowrap; }
  .dropdown-open {
    transform: scale(1, 1); }

.dropdown-v-center, .dropdown-center {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) scale(0, 0); }
  .dropdown-v-center.dropdown-open, .dropdown-open.dropdown-center {
    transform: translateY(-50%) scale(1, 1); }

.dropdown-h-center, .dropdown-center {
  right: auto;
  left: 50%;
  transform: translateX(-50%) scale(0, 0); }
  .dropdown-h-center.dropdown-open, .dropdown-open.dropdown-center {
    transform: translateX(-50%) scale(1, 1); }

.dropdown-to-right {
  left: auto;
  right: 0; }

.dropdown-to-left {
  left: 0;
  right: auto; }

.dropdown-to-top {
  bottom: auto;
  top: 0; }

.dropdown-to-bottom {
  bottom: 0;
  top: auto; }

.dropdown-right {
  left: 100%;
  right: auto; }

.dropdown-left {
  right: 100%;
  left: auto; }

.dropdown-top {
  bottom: 100%;
  top: auto; }

.dropdown-bottom {
  top: 100%;
  bottom: auto; }

.dropdown-to-top.dropdown-to-right,
.dropdown-bottom.dropdown-left {
  transform-origin: 100% 0%;
  margin-top: 5px;
  margin-right: 5px; }

.dropdown-to-top.dropdown-to-left,
.dropdown-bottom.dropdown-right {
  transform-origin: 0% 0%;
  margin-top: 5px;
  margin-left: 5px; }

.dropdown-to-bottom.dropdown-to-left,
.dropdown-top.dropdown-right {
  transform-origin: 5% 95%;
  margin-bottom: 5px;
  margin-left: 5px; }

.dropdown-to-bottom.dropdown-to-right,
.dropdown-top.dropdown-left {
  transform-origin: 95% 95%;
  margin-bottom: 5px;
  margin-right: 5px; }

.dropdown-to-bottom.dropdown-h-center, .dropdown-to-bottom.dropdown-center,
.dropdown-top.dropdown-h-center,
.dropdown-top.dropdown-center {
  transform-origin: 50% 95%;
  margin-bottom: 5px; }

.dropdown-to-top.dropdown-h-center, .dropdown-to-top.dropdown-center,
.dropdown-bottom.dropdown-h-center,
.dropdown-bottom.dropdown-center {
  transform-origin: 50% 5%;
  margin-top: 5px; }

.dropdown-to-right.dropdown-v-center, .dropdown-to-right.dropdown-center,
.dropdown-left.dropdown-v-center,
.dropdown-left.dropdown-center {
  transform-origin: 95% 50%;
  margin-right: 5px; }

.dropdown-to-left.dropdown-v-center, .dropdown-to-left.dropdown-center,
.dropdown-right.dropdown-v-center,
.dropdown-right.dropdown-center {
  transform-origin: 5% 50%;
  margin-left: 5px; }

.projects {
  display: block;
  overflow-y: scroll;
  position: relative;
  height: 100%; }
  .projects li + li {
    border-top: 1px solid #eee; }
  .projects li {
    padding: 20px 20px 20px 65px;
    position: relative;
    counter-increment: item -1;
    cursor: pointer;
    transition: background .1s linear;
    line-height: 20px; }
    .projects li:after {
      content: " " counter(item);
      display: block;
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%);
      font-size: 18px;
      font-weight: 500;
      color: #777; }
    .projects li:hover {
      background: #f5f5f5; }
    .projects li span {
      font-size: 16.2px;
      color: #3c3c3c; }
  .projects-list {
    position: relative;
    display: block;
    height: calc(100% - 58px);
    padding: 16px 0 42px;
    list-style-type: none;
    counter-reset: item 6; }

.search-block {
  padding: 12px; }

.map {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  position: relative;
  height: 100%; }
  .map-side {
    height: 100%;
    position: relative;
    display: block;
    flex: 1 0;
    max-width: 400px; }
  .map-block {
    flex: 2; }
    .map-block #map {
      width: 100%;
      height: 100%; }
  .map-sum {
    min-width: 210px; }
    .map-sum__left {
      float: right;
      overflow: hidden;
      *zoom: 1; }

.status {
  vertical-align: middle;
  color: #111; }
  .status::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin: -1px 4px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .status.warning, .status.stop {
    color: #ff7f00; }
    .status.warning:before, .status.stop:before {
      background: #ff7f00; }
  .status.error, .status.danger, .status.work {
    color: #cc3333; }
    .status.error:before, .status.danger:before, .status.work:before {
      background: #cc3333; }
  .status.success, .status.paid {
    color: #62b212; }
    .status.success:before, .status.paid:before {
      background: #62b212; }
  .status.primary, .status.holiday, .status.finish, .status.froze {
    color: #0099cc; }
    .status.primary:before, .status.holiday:before, .status.finish:before, .status.froze:before {
      background: #0099cc; }

.btn-status {
  padding: 5px 8px 6px 7px; }
  .btn-status.stop, .btn-status.warning {
    background: #ff7f00;
    color: #fff; }
    .btn-status.stop:hover, .btn-status.stop:active, .btn-status.warning:hover, .btn-status.warning:active {
      background: #e67200; }
  .btn-status.work, .btn-status.error, .btn-status.danger {
    background: #cc3333;
    color: #fff; }
    .btn-status.work:hover, .btn-status.work:active, .btn-status.error:hover, .btn-status.error:active, .btn-status.danger:hover, .btn-status.danger:active {
      background: #b82e2e; }
  .btn-status.paid, .btn-status.success {
    background: #62b212;
    color: #fff; }
    .btn-status.paid:hover, .btn-status.paid:active, .btn-status.success:hover, .btn-status.success:active {
      background: #559b10; }
  .btn-status.froze, .btn-status.primary, .btn-status.finish, .btn-status.holiday {
    background: #0099cc;
    color: #fff; }
    .btn-status.froze:hover, .btn-status.froze:active, .btn-status.primary:hover, .btn-status.primary:active, .btn-status.finish:hover, .btn-status.finish:active, .btn-status.holiday:hover, .btn-status.holiday:active {
      background: #0086b3; }
  .btn-status > .status {
    color: #fff !important; }
    .btn-status > .status:before {
      background: #fff !important; }

.project-page__addr {
  font-size: 18px;
  font-weight: 500;
  color: #585858;
  padding: 12px; }

.project-page__crumbs {
  padding: 0 12px;
  font-weight: 500; }

.project-page__info {
  flex: 1; }
  .project-page__info__row {
    display: flex;
    flex-direction: row;
    padding: 0 20px; }
  .project-page__info__item {
    padding: 10px; }
  .project-page__info .item-title {
    display: inline-block;
    font-size: 16.2px;
    color: #585858; }
  .project-page__info .item-value {
    display: inline-block; }

.project-name {
  background: #cc3333;
  color: #fff;
  padding: 5px 7px;
  border-radius: 3px;
  display: inline-block; }

.project-add {
  flex: 1; }
  .project-add .btn {
    padding: 14px;
    border-radius: 0; }
    .project-add .btn .fa {
      margin-right: 4px; }

.project-table th {
  padding: 10px; }

.project-table td {
  padding: 18px 12px 18px 0; }

.project-table tfoot th {
  padding: 14px 12px 14px 0;
  border: none;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600; }

.project-block {
  display: flex;
  align-items: center; }

.project-status {
  background: #f2f2f2;
  padding: 11px 12px;
  font-size: 16.2px; }
  .project-status > span {
    color: #585858; }
  .project-status ul {
    display: inline-block;
    padding-left: 30px; }
    .project-status ul li {
      display: inline-block;
      padding-right: 24px; }
      .project-status ul li > span {
        font-weight: 500;
        font-size: 16.2px;
        margin-left: 3px; }

.project-label td {
  padding: 16px 12px 16px 20px; }

.project-info {
  flex: 1;
  padding: 16px 12px 16px 0; }
  .project-info__row {
    position: relative; }
    .project-info__row > * {
      display: inline-block; }
  .project-info__date, .project-info__city {
    float: right; }
  .project-info__name {
    margin: 8px 4px 8px 0; }
  .project-info__company {
    color: #585858; }
  .project-info__addr {
    margin-right: 16px; }
  .project-info__ssu {
    color: #ccc; }
    .project-info__ssu span {
      color: #fff; }
  .project-info__object td {
    padding: 16px 0 0 12px; }
  .project-info__group {
    font-size: 18px;
    font-weight: 500; }
  .project-info__work {
    padding-left: 12px;
    font-size: 21.6px;
    font-weight: 500; }
    .project-info__work__block {
      padding: 0 !important; }
    .project-info__work__el {
      display: inline-block;
      padding: 9px 0 12px 11px;
      color: #c5c5c5;
      border-right: 1px solid #808080; }
      .project-info__work__el:last-of-type {
        border-right: none; }
      .project-info__work__el span {
        color: #fff;
        display: block;
        margin-top: 3px; }

.project-rows__object {
  background: #666;
  color: #fff;
  display: none; }
  .project-rows__object.is-open {
    display: table-row-group; }
  .project-rows__object td {
    border-color: #808080; }
  .project-rows__object .with-table tr {
    background: #4d4d4d; }
  .project-rows__object .with-table td:first-of-type {
    border-top: none; }

.expand-button {
  flex: 0 0 50px;
  text-align: center;
  cursor: pointer; }
  .expand-button:hover .fa,
  .expand-button.open .fa {
    color: #c33; }
  .expand-button.open:hover .fa {
    color: #000; }
  .expand-button.open > .fa:before {
    content: '\f077'; }
  .expand-button .fa {
    transition: color 0.1s linear; }
    .expand-button .fa:before {
      content: '\f078'; }

.dots {
  display: inline-block; }
  .dots i {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .dots i + i {
    margin-left: 4px; }

#material_request_items li {
  list-style: none; }

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

.price_range {
  margin: 10px;
  padding: 3px;
  background: #e6e6e6  ;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px;
}

.material_price {
  border: 1px solid green;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  display: inline-block;
}
.material_best_price {
  border: 1px solid green;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  display: inline-block;
  background: #66ff00;
}
