@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/static/webface-default/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/static/webface-default/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/static/webface-default/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/static/webface-default/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/static/webface-default/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/static/webface-default/fonts/fontawesome-webfont.svg?v=4.6.3#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.3em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@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-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: "";
}

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

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

html {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding-top: 126px;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 174px;
  }
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  border-bottom: 1px #adadad solid;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  transition: all 0.2s ease-in-out;
  color: #043564;
}

a:active,
a:hover {
  border-bottom: 1px #043564 solid;
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif Caption", serif;
  font-weight: normal;
}

h1 {
  margin: 18px 0;
  line-height: 34px;
  font-size: 30px;
}

h2 {
  margin: 16px 0;
  line-height: 26px;
  font-size: 20px;
}

h3 {
  margin: 16px 0;
  line-height: 22px;
  font-size: 16px;
}

h4 {
  margin: 16px 0;
  line-height: 20px;
  font-size: 14px;
}

h5 {
  margin: 16px 0;
  line-height: 18px;
  font-size: 12px;
}

h6 {
  margin: 16px 0;
  line-height: 16px;
  font-size: 10px;
}

p {
  margin: 16px 0;
}

ul,
ol {
  margin: 16px 0;
  padding-left: 35px;
}

li {
  margin-bottom: 3px;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: content-box;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

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

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

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

legend {
  padding: 0;
  display: table;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

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

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.box {
  width: 100%;
  margin: 0 auto;
}
.box__wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .box__wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .box__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumb {
  padding: 0;
}
.breadcrumb li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after {
  content: "";
  font-family: FontAwesome;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  right: -10px;
  position: absolute;
}

.header {
  padding: 15px 0;
  background: #043564;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header__logo {
  width: 180px;
  display: block;
  margin: 0 auto 20px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    float: left;
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    margin: 0 40px 0 0;
  }
}
.header__logo:hover {
  border: none;
}
.header__logo .under-logo {
  color: white;
  font-size: 12px;
  line-height: 14px;
}
.header__nav {
  left: 0;
  right: 0;
  top: 100%;
  position: absolute;
  padding: 10px 0;
  background: #043564;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .header__nav {
    padding: 0;
    position: static;
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
  }
}
.header__nav.is-open {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
}
.header__menu {
  width: 100%;
  border-bottom: 1px #082744 solid;
  text-align: center;
  position: relative;
}
.header__menu ul {
  margin: 0;
  margin-right: -20px;
  padding: 0 0 0;
  line-height: 0;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .header__menu {
    margin: 0 0 10px;
    text-align: justify;
  }
}
.header__menu:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.header__menu-item {
  display: block;
  margin-bottom: 10px;
  font-family: "PT Serif Caption", serif;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  list-style: none;
  margin-right: 20px;
}
@media only screen and (max-width: 399px) {
  .header__menu-item {
    text-align: left;
  }
}
.header__menu-item-parent {
  cursor: pointer;
}
@media only screen and (max-width: 399px) {
  .header__menu-item-parent {
    padding: 8px 16px;
  }
}
.header__menu-item-parent:after {
  background-image: url(/static/webface-default/img/row-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 7px;
  margin-left: 10px;
  padding-bottom: 3px;
  right: 10px;
  transform: rotate(90deg);
  transition: 0.3s;
  width: 9px;
}
.header__menu-item .submenu {
  position: absolute;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: 0.3s linear;
  display: flex;
  flex-direction: column;
  background: #19436a;
  min-width: 200px;
}
@media only screen and (max-width: 768px) {
  .header__menu-item .submenu {
    width: 50%;
  }
}
@media only screen and (max-width: 399px) {
  .header__menu-item .submenu {
    width: 95%;
    right: 0;
  }
}
.header__menu-item .submenu li {
  position: relative;
  margin-right: 0;
}
.header__menu-item .submenu li a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding: 8px 16px;
  border-bottom: 1px solid #295680;
}
.header__menu-item .submenu li a:hover {
  background: #295680;
}
@media only screen and (min-width: 768px) {
  .header__menu-item .submenu li a:before {
    background: #78a5cf;
  }
}
.header__menu-item .submenu .submenu {
  position: absolute;
  left: calc(100% - 1px);
  top: 0;
  transition: 0.3s linear;
}
@media only screen and (max-width: 399px) {
  .header__menu-item .submenu .submenu {
    left: auto;
    right: 0;
    top: auto;
    background: #3a5a79;
    max-width: 90%;
  }
}
.header__menu-item:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .header__menu-item {
    margin: 0;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
  }
}
@media only screen and (min-width: 1024px) {
  .header__menu-item {
    line-height: 22px;
    font-size: 16px;
    margin-right: 20px;
  }
}
.header__menu-item--phone {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__menu-item--phone {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
  }
  .header__menu-item--phone .fa-phone:before {
    margin-right: 10px;
  }
}
.header__menu-item a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .header__menu-item a:before {
    content: "";
    left: -101%;
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    transition: all 0.2s ease-in-out;
  }
}
.header__menu-item:hover > a {
  border: none;
}
.header__menu-item:hover > a:before {
  left: 0;
}
.header__types {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .header__types {
    text-align: left;
  }
}
.header__types:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.header__types-item {
  display: block;
  list-style: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .header__types-item {
    margin: 0 25px 0 0;
    vertical-align: top;
    display: inline-block;
  }
}
.header__types-item:last-child {
  margin-right: 0;
}
.header__types-item a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  font-size: 13px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .header__types-item a {
    line-height: 22px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .header__types-item a:before {
    content: "";
    left: -101%;
    bottom: 2px;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    transition: all 0.2s ease-in-out;
  }
}
.header__types-item a:hover {
  border: none;
}
.header__types-item a:hover:before {
  left: 0;
}
.header__burger {
  top: -1px;
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__phone {
  left: 0;
  right: 0;
  bottom: 15px;
  position: absolute;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header__phone {
    display: none;
  }
}
.header__phone-number {
  padding: 0 10px 1px;
  display: inline-block;
  border: 1px #fff solid;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  line-height: 29px;
  font-size: 18px;
  color: #fff;
}
.header__phone-number:hover {
  border: 1px #fff solid;
}

.heading {
  margin: 40px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .heading {
    margin: 60px auto;
  }
}
.heading h3 {
  font-style: italic;
  color: #555;
}
.heading img {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 568px) {
  .heading img {
    width: 170px;
    height: 170px;
    overflow: hidden;
  }
}

.content {
  float: left;
  width: 100%;
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  .content {
    width: 72.5%;
    max-width: 680px;
  }
}
.content img {
  max-width: 100%;
}
.content--full {
  width: 100%;
  max-width: 100%;
}
.content--nm {
  margin-bottom: 16px;
}

div.wikimap {
  background: #eee;
  margin-bottom: 20px;
  padding: 5px 0;
  padding-left: 30px;
  box-sizing: border-box;
}
div.wikimap-header {
  font-size: 20px;
  text-align: center;
}
div.wikimap ul {
  padding: 0;
}
div.wikimap ul li a {
  text-decoration: none;
  color: #0b0b0b;
}

.sidebar {
  width: 100%;
  float: right;
}
@media only screen and (max-width: 480px) {
  .sidebar {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    text-align: justify;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar {
    width: 23.5%;
    margin-top: 16px;
    max-width: 220px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .sidebar:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.sidebar__item {
  margin-bottom: 30px;
  text-align: left;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .sidebar__item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar__item {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 480px) {
  .sidebar__item {
    width: 100%;
  }
}
.sidebar h3 {
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 16px;
}
.sidebar ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.sidebar li {
  margin-bottom: 8px;
  position: relative;
  list-style: none;
}
.sidebar li:last-child {
  margin-bottom: 0;
}
.sidebar li:before {
  content: "—";
  left: -20px;
  position: absolute;
}

.request_form {
  background: #f1f1f1;
}
.request_form.fixed {
  top: 130px;
  position: fixed;
  width: 220px;
  z-index: 1;
}
.request_form label {
  font-weight: bold;
}
.request_form label:after {
  content: " *";
}
.request_form-wrapper {
  padding: 10px;
}
.request_form-widget {
  margin-bottom: 12px;
}
.request_form-widget--input {
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  border: 1px solid #bbb;
  background: #fff;
}
.request_form-widget--button {
  width: 100%;
  padding: 10px;
  background: #dc7f7f;
  color: white;
  font-size: 16px;
  border: 0;
  display: block;
  text-align: center;
  float: none;
  transition: all 0.2s;
}
.request_form-widget--button:hover {
  background: #f1f1f1;
  cursor: pointer;
  color: #333;
}

.ask {
  width: 100%;
  margin: 60px 0 16px;
  padding: 30px 30px 40px;
  background: #f1f1f1;
}
@media only screen and (max-width: 1024px) {
  .ask {
    padding: 30px 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .ask--home {
    width: 72.5%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ask h3 {
  margin: 0 0 25px;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}

.home__banner {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  background: url(/images/bg.jpg?1e1b93b329cc7698512c5f334df783a0) center center no-repeat;
  z-index: 1;
}
.home__banner:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}
.home__intro {
  margin: 40px auto;
}
@media only screen and (min-width: 480px) {
  .home__intro {
    text-align: justify;
    line-height: 0;
    font-size: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home__intro {
    margin: 60px auto;
  }
}
@media only screen and (min-width: 480px) {
  .home__intro:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.home__intro-content {
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .home__intro-content {
    width: 50%;
    max-width: 680px;
    display: inline-block;
    vertical-align: middle;
  }
}
.home__intro-content h1 {
  line-height: 30px;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  .home__intro-content h1 {
    margin-top: 0;
  }
}
.home__intro-content p {
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  font-size: 13px;
}
.home__intro-sidebar {
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .home__intro-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .home__intro-sidebar {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
}
.home__intro-sidebar-item {
  margin-bottom: 30px;
  text-align: left;
  float: left;
  width: 50%;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home__intro-sidebar-item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home__intro-sidebar-item {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 480px) {
  .home__intro-sidebar-item {
    width: 100%;
  }
}
.home__intro-sidebar-item:last-child {
  margin-bottom: 0;
}
.home__intro-sidebar-item h3 {
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 16px;
}
.home__intro-sidebar-item ul {
  margin-bottom: 0;
  padding: 0 0 0 24px;
}
.home__intro-sidebar-item li {
  margin-bottom: 8px;
  position: relative;
  line-height: 20px;
  font-size: 13px;
  list-style: none;
}
.home__intro-sidebar-item li:last-child {
  margin-bottom: 0;
}
.home__intro-sidebar-item li:before {
  content: "—";
  left: -20px;
  position: absolute;
}
.home__intro-sidebar-item li a {
  color: #fff;
}
.home__intro-sidebar-item li a:hover {
  border-bottom: 1px #fff solid;
}
.home__types {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 0;
  font-size: 0;
}
@media only screen and (min-width: 480px) {
  .home__types:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.home__type {
  width: 100%;
  padding: 15px;
  display: block;
  margin: 0 0 20px 0;
  border: 3px #dcdcdc solid;
  background: #f7f7f7;
  line-height: 20px;
  text-align: left;
  font-size: 13px;
  color: #000;
}
@media only screen and (min-width: 480px) {
  .home__type {
    vertical-align: top;
    width: calc(50% - 10px);
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .home__type {
    width: calc(33.33333333333333% - 10px);
  }
}
.home__type:hover {
  border: 3px #E41A19 solid;
}
.home__type-top {
  display: block;
  border-bottom: none;
  text-align: justify;
  line-height: 0;
  font-size: 0;
}
.home__type-top:active, .home__type-top:hover {
  border-bottom: none;
}
.home__type-top:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.home__type-img {
  width: 22%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.home__type-title {
  margin: 0;
  width: 72%;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
  color: #000;
}
.home__type-bottom {
  display: block;
}
.home__type-fact {
  line-height: 24px;
}
.home__type-num {
  float: right;
  font-family: "PT Serif Caption", serif;
  font-size: 18px;
}

.catalog {
  float: left;
  width: 100%;
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  .catalog {
    width: 72.5%;
    max-width: 680px;
  }
}
.catalog__nav {
  margin: 11px 0 25px;
  font-family: "PT Serif Caption", serif;
  line-height: 20px;
  font-size: 14px;
}
.catalog__nav-title {
  float: left;
  padding: 5px 0;
  margin: 3px 5px 3px 0;
}
.catalog__nav-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.catalog__nav-item {
  float: left;
  margin: 3px 10px 3px 0;
  list-style: none;
}
.catalog__nav-item:last-child {
  margin-right: 0;
}
.catalog__nav-item a {
  display: inline-block;
  border-radius: 4px;
  border: none;
}
.catalog__nav-item a:hover {
  border: none;
  background: #f7f7f7;
}
.catalog__nav-item a.is-current {
  background: #f7f7f7;
}
.catalog__nav-item a span {
  display: block;
  padding: 5px 10px;
}
.catalog__list {
  margin: 0;
  padding: 0;
  text-align: justify;
  line-height: 0;
  font-size: 0;
}
@media only screen and (min-width: 480px) {
  .catalog__list:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.catalog__item {
  width: 100%;
  padding: 15px;
  display: block;
  margin: 0 0 20px 0;
  border: 3px #dcdcdc solid;
  background: #f7f7f7;
  line-height: 20px;
  text-align: left;
  font-size: 13px;
}
@media only screen and (min-width: 480px) {
  .catalog__item {
    vertical-align: top;
    width: calc(33% - 10px);
    display: inline-block;
  }
}
@media only screen and (min-width: 480px) {
  .catalog__item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.catalog__item:last-child {
  margin-bottom: 0;
}
.catalog__item-header {
  display: block;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 0;
  font-size: 0;
}
.catalog__item-header:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.catalog__item-header a {
  margin: 0;
  width: 72%;
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-family: "PT Serif Caption", serif;
  line-height: 24px;
  text-align: left;
  font-size: 16px;
}
.catalog__item-header a:hover {
  border: none;
}
.catalog__item-header img {
  width: 22%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.catalog__item-info {
  margin: 16px 0;
}
.catalog__item-info dt {
  margin: 10px 0 3px;
}
.catalog__item-info dd {
  margin: 0;
}
.catalog__item-info .fa {
  margin-right: 5px;
  color: #043564;
}
.catalog__item-ratings-title {
  margin: 10px 0;
}
.catalog__item-ratings-list {
  margin: 0;
  padding: 0;
  display: block;
  text-align: justify;
  line-height: 0;
  font-size: 0;
}
.catalog__item-ratings-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.catalog__item-ratings-item {
  width: calc(33.33333333333333% - 7px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.catalog__item-ratings-num {
  display: block;
  margin-bottom: 5px;
  font-family: "PT Serif Caption", serif;
  line-height: 24px;
  font-size: 16px;
}
.catalog__item-ratings-desc {
  display: block;
  line-height: 16px;
  font-size: 10px;
}

.articles {
  float: left;
  width: 100%;
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  .articles {
    width: 72.5%;
    max-width: 680px;
  }
}
.articles__desc {
  line-height: 24px;
  font-size: 16px;
}
.articles__item {
  padding-top: 30px;
  margin-bottom: 14px;
  border-top: 1px #dadada solid;
}
@media only screen and (max-width: 480px) {
  .articles__item {
    margin-bottom: 14px;
  }
}
.articles__item:first-of-type {
  margin-top: 9px;
}
.articles__item:last-of-type {
  padding-bottom: 14px;
  border-bottom: 1px #dadada solid;
}
.articles__item-thumb {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 20px 16px 0;
}
@media only screen and (max-width: 480px) {
  .articles__item-thumb {
    width: 60px;
    height: 60px;
    margin: 5px 16px 0 0;
  }
}
.articles__item-thumb img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 480px) {
  .articles__item-content {
    overflow: hidden;
  }
}
.articles__item h3 {
  margin-top: 0;
}

.school__heading {
  width: 100%;
  margin: 40px auto;
  text-align: left;
  line-height: 0;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .school__heading {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 568px) {
  .school__heading {
    display: table;
  }
}
.school__heading:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.school__heading-img {
  width: 23.5%;
  max-width: 220px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .school__heading-img {
    display: table-header-group;
  }
}
.school__heading-img img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 120px;
}
@media only screen and (max-width: 568px) {
  .school__heading-img img {
    max-width: 100px;
    max-height: 100px;
  }
}
.school__heading-title {
  width: 72.5%;
  max-width: 680px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .school__heading-title {
    display: table-footer-group;
  }
}
.school__heading-title h1 {
  margin-top: 0;
}
@media only screen and (max-width: 568px) {
  .school__heading-title h1 {
    margin-top: 18px;
  }
}
.school__heading-title h3 {
  margin-bottom: 0;
  font-style: italic;
  color: #555;
}
.school__top {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  padding-bottom: 45px;
  border-bottom: 1px solid #dadada;
}
.school__gallery {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .school__gallery {
    width: 72.5%;
    max-width: 680px;
  }
}
.school__gallery-main {
  position: relative;
}
.school__gallery-main-prev, .school__gallery-main-next {
  top: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translateY(-50%);
  fill: #fff;
  opacity: 0.8;
  cursor: pointer;
  z-index: 4;
}
@media only screen and (min-width: 568px) {
  .school__gallery-main-prev, .school__gallery-main-next {
    width: 50px;
    height: 50px;
  }
}
.school__gallery-main-prev {
  left: 0;
}
@media only screen and (min-width: 568px) {
  .school__gallery-main-prev {
    left: 10px;
  }
}
.school__gallery-main-next {
  right: 0;
}
@media only screen and (min-width: 568px) {
  .school__gallery-main-next {
    right: 10px;
  }
}
.school__gallery-thumbs {
  position: relative;
}
.school__gallery-thumbs-prev, .school__gallery-thumbs-next {
  top: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  transform: translateY(-50%);
  fill: #fff;
  opacity: 0.8;
  cursor: pointer;
  z-index: 4;
}
.school__gallery-thumbs-prev {
  left: 10px;
}
.school__gallery-thumbs-next {
  right: 10px;
}
.school__gallery-thumbs img {
  cursor: pointer;
}
.school__gallery img {
  outline: none;
}
.school__info {
  width: 100%;
  float: right;
  margin: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .school__info {
    margin: 0;
    width: 23.5%;
    max-width: 220px;
  }
}
.school__info dt {
  margin: 10px 0 3px;
}
.school__info dt:first-child {
  margin-top: 0;
}
.school__info dd {
  margin: 0;
}
.school__info .fa {
  margin-right: 5px;
  color: #043564;
}
.school__info a {
  margin: 2px 0;
  display: inline-block;
  border: 1px solid #adadad;
  line-height: 16px;
}
.school__info a:hover {
  border: 1px solid #043564;
  background: #f7f7f7;
}
.school__info a span {
  display: block;
  padding: 2px 5px 3px;
}
.school__content {
  float: left;
  width: 100%;
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  .school__content {
    width: 72.5%;
    max-width: 680px;
  }
}
.school__nav {
  margin: 40px 0 25px;
  font-family: "PT Serif Caption", serif;
  line-height: 20px;
  font-size: 14px;
}
.school__nav-title {
  float: left;
  padding: 5px 0;
  margin: 3px 5px 3px 0;
}
.school__nav-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.school__nav-item {
  float: left;
  margin: 3px 10px 3px 0;
  list-style: none;
}
.school__nav-item:last-child {
  margin-right: 0;
}
.school__nav-item a {
  display: inline-block;
  border-radius: 4px;
  border: none;
  background: #f7f7f7;
}
.school__nav-item a:hover {
  border: none;
  background: #043564;
  color: #f7f7f7;
}
.school__nav-item a span {
  display: block;
  padding: 5px 10px;
}

.pagination {
  margin-top: 40px;
}
.pagination__list {
  padding: 0;
  display: table;
  margin: 0 auto;
}
.pagination__item {
  float: left;
  margin-right: 10px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .pagination__item {
    display: none;
  }
}
.pagination__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .pagination__item--prev, .pagination__item--next {
    display: block;
  }
}
.pagination__item a, .pagination__item > span {
  padding: 0 7px 1px;
  display: inline-block;
  border: 1px solid #adadad;
}
.pagination__item a:hover, .pagination__item > span:hover {
  border: 1px solid #043564;
}
.pagination__item.active a, .pagination__item.active > span {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  color: #444;
  pointer-events: none;
  cursor: default;
}
.pagination__item.active a:hover, .pagination__item.active > span:hover {
  border: 1px solid #f7f7f7;
}

.form {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .form {
    margin: 0 auto;
    max-width: 310px;
  }
}
.form__row {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .form__row {
    margin-bottom: 10px;
  }
}
.form__row:last-of-type {
  margin-bottom: 0;
}
.form__label {
  width: 25%;
  float: left;
  padding: 6px 10px 6px 0;
  text-align: right;
  color: #444;
}
@media only screen and (max-width: 1024px) {
  .form__label {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 0 3px 0;
  }
}
.form__input {
  width: 50%;
  float: left;
  padding: 5px 5px;
  border: 1px solid #043564;
  background: #fff;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .form__input {
    float: none;
    width: 100%;
    display: block;
  }
}
.form__textarea {
  width: 50%;
  float: left;
  height: 82px;
  padding: 5px 5px;
  border: 1px solid #043564;
  background: #fff;
  outline: none;
  resize: none;
}
@media only screen and (max-width: 1024px) {
  .form__textarea {
    float: none;
    width: 100%;
    display: block;
  }
}
.form__button {
  width: 50%;
  float: left;
  padding: 5px 5px;
  margin-left: 25%;
  border: none;
  background: #E41A19;
  line-height: 23px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .form__button {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
  }
}

.footer {
  padding: 30px 0;
  margin-top: 14px;
  background: #f1f1f1;
  position: relative;
}
.footer__col:nth-child(1) {
  width: 180px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 1024px) {
  .footer__col:nth-child(1) {
    margin: 0;
    width: 20%;
    float: left;
    padding-right: 20px;
  }
}
.footer__col:nth-child(2), .footer__col:nth-child(3), .footer__col:nth-child(4) {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 568px) {
  .footer__col:nth-child(2), .footer__col:nth-child(3), .footer__col:nth-child(4) {
    float: left;
    width: calc(33.33333333333333% - 10px);
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__col:nth-child(2), .footer__col:nth-child(3), .footer__col:nth-child(4) {
    margin: 0;
    width: 20%;
    padding: 0 20px;
  }
}
.footer__col:nth-child(4) {
  margin-right: 0;
}
.footer__col:nth-child(5) {
  width: 100%;
  margin: 40px auto 20px;
}
@media only screen and (min-width: 568px) {
  .footer__col:nth-child(5) {
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__col:nth-child(5) {
    width: 20%;
    margin-top: 0;
    padding-left: 15px;
  }
}
.footer__logo {
  display: block;
  margin-top: 8px;
  border: none;
}
.footer__logo:hover {
  border: none;
}
.footer__slogan {
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 17px;
  color: #555;
}
.footer__nav {
  margin: 0;
  padding: 0;
}
.footer__nav-item {
  margin-bottom: 8px;
  text-align: center;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .footer__nav-item {
    text-align: left;
  }
}
.footer__nav-item:last-child {
  margin-bottom: 0;
}
.footer__nav-item a {
  text-decoration: none;
  list-height: 19px;
}
.footer__facts {
  text-align: center;
}
.footer__facts h3 {
  margin: 0 0 15px;
  list-height: 20px;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .footer__facts h3 {
    font-size: 15px;
  }
}
.footer__facts p {
  margin: 0;
  line-height: 22px;
  font-size: 13px;
  color: #444;
}
.footer__bottom {
  margin-top: 30px;
  text-align: center;
  line-height: 17px;
  font-size: 12px;
  color: #555;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    text-align: left;
  }
}

.footer-links__header {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.footer-links__container {
  text-align: center;
}
.footer-links__item {
  display: inline-block;
  margin: 5px;
}

.social-likes {
  margin: 16px 0 16px -6px;
}
.social-likes__button, .social-likes__counter {
  font-family: "Open Sans", sans-serif;
}
.social-likes__icon {
  margin-top: 2px;
}

.table-block__title {
  font-weight: bold;
}
.table-block table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table-block table td, .table-block table th {
  border: 1px solid #eee;
  text-align: left;
  padding: 4px 8px;
}
.table-block table th {
  background: #fbfbfb;
}
