@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.6.3 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("/static/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/static/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/static/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/static/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/static/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/static/vendor/font-awesome/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.3333333333em;
  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: .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 {
  -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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

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

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: local("fontawesome-webfont"), local("FontAwesome"), url("/static/bower_components/font-awesome/fonts/fontawesome-webfont.woff") format("woff"); }

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT_Sans-Regular"), local("PT Sans Regular"), url("/static/scss/fonts/PT_Sans/PT_Sans-Regular.woff") format("woff"); }

@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: local("PT_Sans-Italic"), local("PT Sans Italic"), url("/static/scss/fonts/PT_Sans/PT_Sans-Italic.woff") format("woff"); }

@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT_Sans-Bold"), local("PT Sans Bold"), url("/static/scss/fonts/PT_Sans/PT_Sans-Bold.woff") format("woff"); }

@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: local("PT_Sans-BoldItalic"), local("PT Sans Bold Italic"), url("/static/scss/fonts/PT_Sans/PT_Sans-BoldItalic.woff") format("woff"); }

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 100;
  src: local("Circe-Thin"), local("Circe Thin"), url("/static/scss/fonts/Circe/Circe-Thin.woff") format("woff"); }

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 300;
  src: local("Circe-Light"), local("Circe Light"), url("/static/scss/fonts/Circe/Circe-Light.woff") format("woff"); }

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 400;
  src: local("Circe-Regular"), local("Circe"), url("/static/scss/fonts/Circe/Circe-Regular.woff") format("woff"); }

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  src: local("Circe-Bold"), local("Circe Bold"), url("/static/scss/fonts/Circe/Circe-Bold.woff") format("woff"); }

/* BASE
   ========================================================================= */
/* ------------------------------------------------------------------------- */
/* BREAKPOINTS
   ========================================================================= */
/* ------------------------------------------------------------------------- */
/* COLORS
   ========================================================================= */
/* ------------------------------------------------------------------------- */
/* FONTS
   ========================================================================= */
/* ------------------------------------------------------------------------- */
/* LAYOUTS
   ========================================================================= */
/* ========================================================================= */
/* ELEMENTS
   ========================================================================= */
/* ========================================================================= */
/* BASE
   ========================================================================= */
body {
  font-size: 16px;
  line-height: 22px;
  font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #F0F0F0;
  background-image: url("/static/images/frenchstucco.png"); }

/* ------------------------------------------------------------------------- */
/* HEADER
   ========================================================================= */
.header__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .header__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.header__section:after {
  clear: both;
  content: '';
  display: table; }

.header__section .logo {
  float: left;
  padding-right: 55px; }
  .header__section .logo img {
    height: 66px;
    vertical-align: bottom; }
    @media (max-width: 767px) {
      .header__section .logo img {
        width: 100%;
        max-width: 352px;
        height: auto; } }
.header__section .calc_link {
  display: block;
  position: relative;
  margin-top: 22px;
  padding-top: 8px;
  padding-right: 11px;
  padding-left: 55px;
  height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  background-color: #445064; }
  @media (min-width: 768px) {
    .header__section .calc_link {
      float: right; } }
  @media (max-width: 979px) {
    .header__section .calc_link {
      display: none; } }
  .header__section .calc_link:before {
    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;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #E31E24; }
  .header__section .calc_link:hover {
    background-color: #596882; }
    .header__section .calc_link:hover:before {
      background-color: #e94b50; }

.header__section .contacts__subsection {
  float: right;
  margin-top: 22px;
  margin-left: 44px;
  text-align: right; }

@media (min-width: 768px) and (max-width: 979px) {
  .header__section .contacts__subsection {
    padding-right: 66px; } }
  @media (max-width: 767px) {
    .header__section .contacts__subsection {
      display: none; } }
  .header__section .contacts__subsection .phone {
    font-size: 22px; }
  .header__section .contacts__subsection .contacts_link {
    text-decoration: none;
    color: #0288D1; }
    .header__section .contacts__subsection .contacts_link:hover {
      color: #000; }
    .header__section .contacts__subsection .contacts_link:before {
      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;
      content: "";
      margin-right: 5.5px; }

/* ------------------------------------------------------------------------- */
/* MENU
   ========================================================================= */
.menu__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .menu__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.main_menu {
  list-style: none outside none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .main_menu {
      display: flex;
      justify-content: space-between; } }
  .main_menu .main_menu__item {
    display: block; }
    .main_menu .main_menu__item a {
      display: inline-block;
      padding: 5.5px 11px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 250ms;
      color: #000; }
      .main_menu .main_menu__item a:hover {
        color: #FFF;
        background-color: #214994; }

@media (max-width: 979px) {
  .menu__top {
    display: none; } }

.menu__top .main_menu {
  padding-bottom: 11px;
  border-bottom: 2px solid #214994; }

.menu__bottom {
  padding-bottom: 22px; }
  .menu__bottom .main_menu {
    padding-top: 11px;
    border-top: 2px solid #214994; }

/* ------------------------------------------------------------------------- */
/* PARTNERS
   ========================================================================= */
.partners__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .partners__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.partners__section h2.title {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .partners__section h2.title {
      margin-top: 0;
      font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #445064;
      font-size: 20px;
      line-height: 22px;
      font-weight: 700; } }
.partners__list {
  list-style: none outside none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  .partners__list:after {
    clear: both;
    content: '';
    display: table; }
  .partners__list .partners__list__item {
    margin-bottom: 22px; }
    .partners__list .partners__list__item .inner {
      display: block;
      text-align: center;
      line-height: 66px; }
    .partners__list .partners__list__item img {
      max-width: 100%;
      max-height: 66px;
      vertical-align: middle; }

@media (min-width: 768px) {
  .partners__section .partners__list {
    margin-left: -44px; }
    .partners__section .partners__list:after {
      clear: both;
      content: '';
      display: table; }
    .partners__section .partners__list .partners__list__item {
      float: left;
      display: block;
      padding-left: 44px;
      width: 16.6666666667%;
      box-sizing: border-box; }
      .partners__section .partners__list .partners__list__item:nth-child(6n+1) {
        clear: both; }
      .partners__section .partners__list .partners__list__item:nth-last-child(-n+6) {
        margin-bottom: 0; } }

@media (max-width: 767px) {
  .partners__section .partners__list {
    margin-left: -44px; }
    .partners__section .partners__list:after {
      clear: both;
      content: '';
      display: table; }
    .partners__section .partners__list .partners__list__item {
      float: left;
      display: block;
      padding-left: 44px;
      width: 33.3333333333%;
      box-sizing: border-box; }
      .partners__section .partners__list .partners__list__item:nth-child(3n+1) {
        clear: both; }
      .partners__section .partners__list .partners__list__item:nth-last-child(-n+3) {
        margin-bottom: 0; } }

/* ------------------------------------------------------------------------- */
/* RESPONSIVE MENU
   ========================================================================= */
.responsive_menu__link {
  position: fixed;
  top: 44px;
  right: 20px;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #FFF;
  background-color: #E31E24;
  z-index: 1000; }
  @media (min-width: 980px) {
    .responsive_menu__link {
      display: none; } }
  @media (max-width: 480px) {
    .responsive_menu__link {
      top: 22px; } }
  .responsive_menu__link:before {
    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;
    content: "";
    font-size: 28px;
    line-height: 44px; }

.responsive_menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(68, 80, 100, 0.7);
  z-index: 1001; }
  .responsive_menu__overlay.closed {
    display: none; }
  @media (min-width: 980px) {
    .responsive_menu__overlay {
      display: none; } }
.responsive_menu__section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px; }
  .responsive_menu__section .responsive_menu__close-wrapper {
    padding-top: 22px;
    padding-right: 20px;
    padding-bottom: 22px;
    text-align: right;
    background-color: #445064; }
  .responsive_menu__section .responsive_menu__close {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background-color: #E31E24; }
    .responsive_menu__section .responsive_menu__close:before {
      content: '✖';
      font-size: 18px;
      line-height: 44px; }
  .responsive_menu__section .responsive_menu__content-wrapper {
    overflow: auto;
    position: fixed;
    top: 88px;
    right: 0;
    bottom: 0;
    padding: 22px 20px;
    width: 100%;
    max-width: 300px;
    background-color: #FFF;
    box-sizing: border-box; }
  .responsive_menu__section .responsive_menu__list {
    list-style: none outside none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .responsive_menu__section .responsive_menu__list .responsive_menu__item a {
      display: block;
      padding: 11px 0 10px 11px;
      border-bottom: 1px solid #cbd1dc;
      text-decoration: none;
      font-weight: 700;
      color: #445064; }
      .responsive_menu__section .responsive_menu__list .responsive_menu__item a:before {
        text-align: center;
        width: 20px; }
    .responsive_menu__section .responsive_menu__list .ipoteka a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .newbuilding a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .apartment a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .room a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .house a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .landplot a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .commercial a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .article a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .reviews a:before {
      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;
      content: "";
      margin-right: 11px; }
    .responsive_menu__section .responsive_menu__list .contacts a:before {
      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;
      content: "";
      margin-right: 11px; }

/* ------------------------------------------------------------------------- */
/* FOOTER
   ========================================================================= */
.footer__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 22px;
  color: #FFF;
  background-color: #445064; }
  @media (max-width: 980px) {
    .footer__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  .footer__section-wrapper a {
    color: #FFF; }
    .footer__section-wrapper a:hover {
      text-decoration: none; }

.footer__section:after {
  clear: both;
  content: '';
  display: table; }

@media (max-width: 767px) {
  .footer__section {
    text-align: center; } }

@media (min-width: 768px) {
  .footer__section .copyright {
    line-height: 33px; } }

.social_links__list {
  list-style: none outside none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 0; }
  @media (max-width: 767px) {
    .social_links__list {
      margin-bottom: 22px; } }
  @media (min-width: 768px) {
    .social_links__list {
      float: right; }
      .social_links__list:after {
        clear: both;
        content: '';
        display: table; } }
  .social_links__list .social_links__item {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 11px; }
    .social_links__list .social_links__item:last-of-type {
      margin-right: 0; }
    .social_links__list .social_links__item .link {
      text-decoration: none; }
    .social_links__list .social_links__item .icon {
      display: block;
      width: 33px;
      height: 33px;
      background-image: url("/static/images/social.png");
      background-repeat: no-repeat;
      background-size: auto 66px; }
    .social_links__list .social_links__item .icon-vk {
      background-position: 0 0; }
    .social_links__list .social_links__item .icon-ok {
      background-position: -33px 0; }
    .social_links__list .social_links__item .icon-facebook {
      background-position: -66px 0; }
    .social_links__list .social_links__item .icon-instagram {
      background-position: -99px 0; }
    .social_links__list .social_links__item .link:hover .icon-vk {
      background-position: 0 -33px; }
    .social_links__list .social_links__item .link:hover .icon-ok {
      background-position: -33px -33px; }
    .social_links__list .social_links__item .link:hover .icon-facebook {
      background-position: -66px -33px; }
    .social_links__list .social_links__item .link:hover .icon-instagram {
      background-position: -99px -33px; }

/* ------------------------------------------------------------------------- */
/* PAGINATION
   ========================================================================= */
.pagination {
  margin-top: 30px;
  text-align: center; }
  .pagination .pages {
    display: inline-block; }
  .pagination a, .pagination span {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none; }
  .pagination a {
    border: 1px solid;
    color: #0288D1;
    transition: all 200ms; }
    .pagination a:hover {
      color: #000; }

/* ------------------------------------------------------------------------- */
/* INTRO
   ========================================================================= */
.title_block .title_block__title {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  color: #000; }
  @media (max-width: 767px) {
    .title_block .title_block__title {
      margin-top: 0;
      font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #445064;
      font-size: 20px;
      line-height: 22px;
      font-weight: 700;
      color: #000; } }
.title_block h2.title_block__title {
  font-weight: 400; }

.title_block .title_block__icon {
  overflow: hidden;
  position: relative;
  margin-top: 22px;
  margin-bottom: 22px;
  height: 22px;
  text-align: center;
  color: #E31E24; }
  @media (max-width: 767px) {
    .title_block .title_block__icon {
      margin-top: 11px;
      margin-bottom: 11px; } }
  .title_block .title_block__icon .icon {
    font-size: 18px; }
    .title_block .title_block__icon .icon:before {
      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; }
    .title_block .title_block__icon .icon.key:before {
      content: ""; }
    .title_block .title_block__icon .icon.rub:before {
      content: ""; }
    .title_block .title_block__icon .icon.thumbs:before {
      content: ""; }
    .title_block .title_block__icon .icon.bank:before {
      content: ""; }
    .title_block .title_block__icon .icon.scheme:before {
      content: ""; }
    .title_block .title_block__icon .icon.picture:before {
      content: ""; }
  .title_block .title_block__icon:before, .title_block .title_block__icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 330px;
    height: 1px;
    background-color: #E31E24; }
  .title_block .title_block__icon:before {
    right: 50%;
    margin-right: 22px; }
  .title_block .title_block__icon:after {
    left: 50%;
    margin-left: 22px; }

/* ------------------------------------------------------------------------- */
/* INTRO
   ========================================================================= */
.intro_image__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .intro_image__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.intro_image__section {
  position: relative; }
  .intro_image__section .intro_image {
    height: 264px;
    background: transparent url("/static/images/intro_image.jpg") 50% 100% no-repeat;
    background-size: cover; }
    @media (max-width: 768px) {
      .intro_image__section .intro_image {
        height: 198px; } }
    @media (max-width: 480px) {
      .intro_image__section .intro_image {
        height: 110px; } }
  .intro_image__section .intro_image-triangle {
    overflow: hidden;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .intro_image__section .intro_image-triangle:before, .intro_image__section .intro_image-triangle:after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      background: #FFF;
      width: 50%;
      padding-bottom: 108px; }
    .intro_image__section .intro_image-triangle:before {
      left: 50%;
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      -webkit-transform: rotate(-3deg) skewX(72deg);
      transform: rotate(-3deg) skewX(72deg); }
    .intro_image__section .intro_image-triangle:after {
      right: 50%;
      transform-origin: 100% 0;
      -webkit-transform-origin: 100% 0;
      -webkit-transform: rotate(3deg) skewX(-72deg);
      transform: rotate(3deg) skewX(-72deg); }

.intro__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .intro__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .intro__section-wrapper {
      padding-top: 22px;
      padding-bottom: 22px; } }
.intro__section .intro__text {
  margin-right: auto;
  margin-left: auto;
  max-width: 680px; }

/* ------------------------------------------------------------------------- */
/* FAVORITES
   ========================================================================= */
.favorites__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #ECEFF1; }
  @media (max-width: 980px) {
    .favorites__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .favorites__section-wrapper {
      padding-top: 22px;
      padding-bottom: 22px; } }
.favorites__section .swiper-button-prev, .favorites__section .swiper-button-next {
  top: 50%;
  margin-top: -33px;
  width: 44px;
  height: 66px;
  text-align: center;
  color: #FFF;
  background: rgba(68, 80, 100, 0.8); }
  .favorites__section .swiper-button-prev:before, .favorites__section .swiper-button-next:before {
    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;
    font-size: 22px;
    line-height: 66px; }

.favorites__section .swiper-button-prev {
  left: 0; }
  .favorites__section .swiper-button-prev:before {
    content: ""; }

.favorites__section .swiper-button-next {
  right: 0; }
  .favorites__section .swiper-button-next:before {
    content: ""; }

.favorites__section .swiper-button-disabled {
  display: none; }

.favorites__section .catalog_item {
  margin-bottom: 0; }
  .favorites__section .catalog_item .catalog_item__image {
    height: 176px; }
  .favorites__section .catalog_item .catalog_item__info {
    background-color: #FFF; }
  .favorites__section .catalog_item .catalog_item__more {
    padding-top: 66px; }

/* ------------------------------------------------------------------------- */
/* MAP
   ========================================================================= */
.main_map__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .main_map__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.main_map__section {
  margin-right: -30px;
  margin-left: -30px; }
  @media (max-width: 980px) {
    .main_map__section {
      margin-right: -20px;
      margin-left: -20px; } }
  .main_map__section #map {
    height: 528px; }
    @media (max-width: 767px) {
      .main_map__section #map {
        height: 220px; } }
    .main_map__section #map ymaps h3 {
      margin-top: 0;
      text-transform: capitalize; }
    .main_map__section #map ymaps p:last-child {
      margin-bottom: 0; }

/* ------------------------------------------------------------------------- */
/* SERVICES
   ========================================================================= */
.services__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .services__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .services__section-wrapper {
      padding-top: 22px;
      padding-bottom: 22px; } }
.services__section .services__text {
  margin-right: auto;
  margin-left: auto;
  max-width: 680px; }
  .services__section .services__text h1 {
    margin-top: 0;
    font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #445064;
    font-size: 24px;
    line-height: 22px; }
  .services__section .services__text h2 {
    margin-top: 0;
    font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #445064;
    font-size: 24px;
    line-height: 22px; }
  .services__section .services__text h3 {
    margin-top: 0;
    font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #445064;
    font-size: 18px;
    line-height: 22px; }
  .services__section .services__text h4 {
    margin-top: 0;
    font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #445064;
    font-size: 16px;
    line-height: 22px; }
  .services__section .services__text h5 {
    margin-top: 0;
    font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #445064;
    font-size: 14px;
    line-height: 22px; }
  .services__section .services__text a {
    color: #0288D1; }
    .services__section .services__text a:hover {
      color: #000; }
  .services__section .services__text p {
    margin-top: 22px;
    margin-bottom: 22px; }
  .services__section .services__text ul {
    margin-top: 22px;
    margin-bottom: 22px; }
  .services__section .services__text > *:first-child {
    margin-top: 0; }
  .services__section .services__text > *:last-child {
    margin-bottom: 0; }
  .services__section .services__text ul {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    background: transparent url("/static/images/services_bg.jpg") 100% 50% no-repeat; }
    .services__section .services__text ul li {
      padding-left: 1.3em; }
      .services__section .services__text ul li:before {
        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;
        content: "";
        margin-left: -1.3em;
        width: 1.3em;
        color: #E31E24; }

.services__section .ipoteka_consultation__link-wrapper {
  text-align: center;
  margin-top: 44px; }
  @media (max-width: 768px) {
    .services__section .ipoteka_consultation__link-wrapper {
      margin-top: 22px; } }
  .services__section .ipoteka_consultation__link-wrapper .ipoteka_consultation__link {
    display: inline-block;
    padding: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    background-color: #E31E24; }
    .services__section .ipoteka_consultation__link-wrapper .ipoteka_consultation__link:hover {
      background-color: #e94b50; }

/* ------------------------------------------------------------------------- */
/* CALLBACK
   ========================================================================= */
.callback__widget {
  display: block;
  position: fixed;
  bottom: 22px;
  width: 66px;
  height: 66px;
  border-bottom: 2px solid #a11418;
  border-radius: 33px;
  background-color: #E31E24;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4MC41NiA0ODAuNTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MC41NiA0ODAuNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzY1LjM1NCwzMTcuOWMtMTUuNy0xNS41LTM1LjMtMTUuNS01MC45LDBjLTExLjksMTEuOC0yMy44LDIzLjYtMzUuNSwzNS42Yy0zLjIsMy4zLTUuOSw0LTkuOCwxLjggICAgYy03LjctNC4yLTE1LjktNy42LTIzLjMtMTIuMmMtMzQuNS0yMS43LTYzLjQtNDkuNi04OS04MWMtMTIuNy0xNS42LTI0LTMyLjMtMzEuOS01MS4xYy0xLjYtMy44LTEuMy02LjMsMS44LTkuNCAgICBjMTEuOS0xMS41LDIzLjUtMjMuMywzNS4yLTM1LjFjMTYuMy0xNi40LDE2LjMtMzUuNi0wLjEtNTIuMWMtOS4zLTkuNC0xOC42LTE4LjYtMjcuOS0yOGMtOS42LTkuNi0xOS4xLTE5LjMtMjguOC0yOC44ICAgIGMtMTUuNy0xNS4zLTM1LjMtMTUuMy01MC45LDAuMWMtMTIsMTEuOC0yMy41LDIzLjktMzUuNywzNS41Yy0xMS4zLDEwLjctMTcsMjMuOC0xOC4yLDM5LjFjLTEuOSwyNC45LDQuMiw0OC40LDEyLjgsNzEuMyAgICBjMTcuNiw0Ny40LDQ0LjQsODkuNSw3Ni45LDEyOC4xYzQzLjksNTIuMiw5Ni4zLDkzLjUsMTU3LjYsMTIzLjNjMjcuNiwxMy40LDU2LjIsMjMuNyw4Ny4zLDI1LjRjMjEuNCwxLjIsNDAtNC4yLDU0LjktMjAuOSAgICBjMTAuMi0xMS40LDIxLjctMjEuOCwzMi41LTMyLjdjMTYtMTYuMiwxNi4xLTM1LjgsMC4yLTUxLjhDNDAzLjU1NCwzNTUuOSwzODQuNDU0LDMzNi45LDM2NS4zNTQsMzE3Ljl6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPHBhdGggZD0iTTM0Ni4yNTQsMjM4LjJsMzYuOS02LjNjLTUuOC0zMy45LTIxLjgtNjQuNi00Ni4xLTg5Yy0yNS43LTI1LjctNTguMi00MS45LTk0LTQ2LjlsLTUuMiwzNy4xICAgIGMyNy43LDMuOSw1Mi45LDE2LjQsNzIuOCwzNi4zQzMyOS40NTQsMTg4LjIsMzQxLjc1NCwyMTIsMzQ2LjI1NCwyMzguMnoiIGZpbGw9IiNGRkZGRkYiLz4KCQk8cGF0aCBkPSJNNDAzLjk1NCw3Ny44Yy00Mi42LTQyLjYtOTYuNS02OS41LTE1Ni03Ny44bC01LjIsMzcuMWM1MS40LDcuMiw5OCwzMC41LDEzNC44LDY3LjJjMzQuOSwzNC45LDU3LjgsNzksNjYuMSwxMjcuNSAgICBsMzYuOS02LjNDNDcwLjg1NCwxNjkuMyw0NDQuMzU0LDExOC4zLDQwMy45NTQsNzcuOHoiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
  transition: background-color 200ms;
  z-index: 10; }
  .callback__widget:hover {
    background-color: #e94b50; }
  @media (min-width: 1280px) {
    .callback__widget {
      right: 50%;
      transform: translateX(618px); } }
  @media (max-width: 1279px) {
    .callback__widget {
      right: 22px; } }
.callback__form-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11; }
  .callback__form-overlay.hide {
    display: none; }

.callback__form-wrapper {
  padding: 21px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-color: #FFF; }
  @media (min-width: 481px) {
    .callback__form-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 11px solid #eaecf0; } }
  @media (max-width: 480px) {
    .callback__form-wrapper {
      border-top: 11px solid #eaecf0; } }
  .callback__form-wrapper .callback__form__header {
    margin-top: -22px;
    margin-right: -22px;
    margin-bottom: 22px;
    margin-left: -22px;
    padding: 22px;
    color: #FFF;
    background-color: #445064; }

.callback__form .field-wrapper {
  margin-bottom: 11px; }
  .callback__form .field-wrapper label {
    display: block;
    font-size: 14px;
    color: #445064; }
    .callback__form .field-wrapper label.required:after {
      content: ' *';
      color: #E31E24; }
  .callback__form .field-wrapper input {
    padding: 0 5.5px;
    width: 100%;
    height: 31px;
    box-sizing: border-box;
    border: 1px solid #cbd1dc;
    border-radius: 3px;
    line-height: 31px; }
  .callback__form .field-wrapper textarea {
    padding: 0 5.5px;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #cbd1dc;
    border-radius: 3px; }
  .callback__form .field-wrapper #id_name {
    width: 200px; }
  .callback__form .field-wrapper #id_phone {
    width: 160px; }
  .callback__form .field-wrapper #id_email {
    width: 200px; }

.callback__form .submit-wrapper {
  margin-top: 22px; }
  .callback__form .submit-wrapper .submit {
    padding: 11px 22px;
    border: 0 none;
    border-radius: 3px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #0288D1; }
    .callback__form .submit-wrapper .submit:hover {
      background-color: #02a2f9; }

/* ------------------------------------------------------------------------- */
/* BANKS
   ========================================================================= */
.banks__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #ECEFF1; }
  @media (max-width: 980px) {
    .banks__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .banks__section-wrapper {
      padding-top: 22px;
      padding-bottom: 22px; } }
@media (min-width: 768px) {
  .banks__section .partners__list {
    margin-left: -22px; }
    .banks__section .partners__list:after {
      clear: both;
      content: '';
      display: table; }
    .banks__section .partners__list .partners__list__item {
      float: left;
      display: block;
      padding-left: 22px;
      width: 20%;
      box-sizing: border-box; }
      .banks__section .partners__list .partners__list__item:nth-child(5n+1) {
        clear: both; }
      .banks__section .partners__list .partners__list__item:nth-last-child(-n+5) {
        margin-bottom: 0; } }

@media (max-width: 767px) {
  .banks__section .partners__list {
    margin-left: -22px; }
    .banks__section .partners__list:after {
      clear: both;
      content: '';
      display: table; }
    .banks__section .partners__list .partners__list__item {
      float: left;
      display: block;
      padding-left: 22px;
      width: 50%;
      box-sizing: border-box; }
      .banks__section .partners__list .partners__list__item:nth-child(2n+1) {
        clear: both; }
      .banks__section .partners__list .partners__list__item:nth-last-child(-n+2) {
        margin-bottom: 0; } }

.banks__section .partners__list .partners__list__item .inner {
  padding: 22px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  line-height: 44px;
  background-color: #FFF; }
  @media (max-width: 768px) {
    .banks__section .partners__list .partners__list__item .inner {
      padding: 11px; } }
.banks__section .partners__list .partners__list__item img {
  max-height: 44px; }

.banks__section .banks__subsection {
  text-align: center; }

.banks__section .calc_link {
  display: inline-block;
  position: relative;
  margin-top: 44px;
  padding-top: 8px;
  padding-right: 11px;
  padding-left: 55px;
  height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #FFF;
  background-color: #445064; }
  @media (max-width: 768px) {
    .banks__section .calc_link {
      margin-top: 22px; } }
  .banks__section .calc_link:before {
    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;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #E31E24; }
  .banks__section .calc_link:hover {
    background-color: #596882; }
    .banks__section .calc_link:hover:before {
      background-color: #e94b50; }

/* ------------------------------------------------------------------------- */
/* MAP
   ========================================================================= */
.contacts__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .contacts__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.contacts__section {
  padding-top: 22px; }
  .contacts__section .contacts__subsection {
    margin-bottom: 22px; }
    .contacts__section .contacts__subsection h2.title {
      margin-top: 0;
      font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #445064;
      font-size: 24px;
      line-height: 22px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .contacts__section .contacts__subsection h2.title {
          margin-top: 0;
          font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: #445064;
          font-size: 20px;
          line-height: 22px;
          font-weight: 700; } }
    .contacts__section .contacts__subsection h3.title {
      margin-top: 0;
      font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #445064;
      font-size: 24px;
      line-height: 22px;
      font-weight: 700;
      margin-top: 44px;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        .contacts__section .contacts__subsection h3.title {
          margin-top: 0;
          font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: #445064;
          font-size: 20px;
          line-height: 22px;
          font-weight: 700;
          margin-top: 22px; } }
    .contacts__section .contacts__subsection .address {
      margin-bottom: 11px; }
      .contacts__section .contacts__subsection .address:before {
        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;
        content: "";
        vertical-align: bottom;
        margin-right: 5.5px;
        font-size: 22px;
        line-height: 22px;
        color: #E31E24; }
    .contacts__section .contacts__subsection .phone {
      margin-bottom: 11px; }
      .contacts__section .contacts__subsection .phone:before {
        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;
        content: "";
        vertical-align: bottom;
        margin-right: 5.5px;
        font-size: 22px;
        line-height: 22px;
        color: #E31E24; }
    .contacts__section .contacts__subsection .email a {
      color: #0288D1; }
      .contacts__section .contacts__subsection .email a:hover {
        color: #000; }
    .contacts__section .contacts__subsection .email:before {
      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;
      content: "";
      vertical-align: bottom;
      margin-right: 5.5px;
      font-size: 22px;
      line-height: 22px;
      color: #E31E24; }
  .contacts__section .contacts__manager-list {
    list-style: none outside none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    @media (min-width: 769px) {
      .contacts__section .contacts__manager-list {
        margin-left: -44px; }
        .contacts__section .contacts__manager-list:after {
          clear: both;
          content: '';
          display: table; }
        .contacts__section .contacts__manager-list .contacts__manager-item {
          float: left;
          display: block;
          padding-left: 44px;
          width: 25%;
          box-sizing: border-box; }
          .contacts__section .contacts__manager-list .contacts__manager-item:nth-child(4n+1) {
            clear: both; }
          .contacts__section .contacts__manager-list .contacts__manager-item:nth-last-child(-n+4) {
            margin-bottom: 0; } }
@media (max-width: 768px) and (min-width: 481px) {
  .contacts__section .contacts__manager-list {
    margin-left: -44px; }
    .contacts__section .contacts__manager-list:after {
      clear: both;
      content: '';
      display: table; }
    .contacts__section .contacts__manager-list .contacts__manager-item {
      float: left;
      display: block;
      padding-left: 44px;
      width: 50%;
      box-sizing: border-box; }
      .contacts__section .contacts__manager-list .contacts__manager-item:nth-child(2n+1) {
        clear: both; }
      .contacts__section .contacts__manager-list .contacts__manager-item:nth-last-child(-n+2) {
        margin-bottom: 0; } }
  .contacts__section .map__subsection:after {
    clear: both;
    content: '';
    display: table; }
  .contacts__section .map__subsection .office_photo {
    background: transparent url("/static/images/contacts.jpg") 50% 50% no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      .contacts__section .map__subsection .office_photo {
        float: left;
        width: 50%;
        height: 352px; } }
    @media (max-width: 767px) {
      .contacts__section .map__subsection .office_photo {
        height: 220px; } }
  @media (min-width: 768px) {
    .contacts__section .map__subsection #map {
      float: right;
      width: 50%;
      height: 352px; } }
  @media (max-width: 767px) {
    .contacts__section .map__subsection #map {
      height: 220px; } }
/* ------------------------------------------------------------------------- */
/* SEARCH
   ========================================================================= */
.search__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .search__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.search__section {
  margin-right: -30px;
  margin-left: -30px;
  padding-top: 44px;
  padding-bottom: 22px;
  min-height: 220px;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 980px) {
    .search__section {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (max-width: 480px) {
    .search__section {
      padding-top: 22px; } }
  .search__section .page_title {
    margin-top: 0;
    font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #445064;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    padding-right: 30px;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 980px) {
      .search__section .page_title {
        padding-right: 20px;
        padding-left: 20px; } }
  .search__section .page_title__info span {
    padding-right: 30px;
    padding-left: 30px;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #FFF;
    background-color: rgba(68, 80, 100, 0.8); }
    @media (max-width: 980px) {
      .search__section .page_title__info span {
        padding-right: 20px;
        padding-left: 20px; } }
.search_new_building__section .search__section {
  background-image: url("/static/images/wide/new_building.jpg"); }

.search_apartment__section .search__section {
  background-image: url("/static/images/wide/apartment.jpg"); }

.search_room__section .search__section {
  background-image: url("/static/images/wide/room.jpg"); }

.search_house__section .search__section {
  background-image: url("/static/images/wide/house.jpg"); }

.search_landplot__section .search__section {
  background-image: url("/static/images/wide/landplot.jpg"); }

.search_commercial__section .search__section {
  background-image: url("/static/images/wide/commercial.jpg"); }

.search_realestate__section .search__section {
  background-image: url("/static/images/wide/rent.jpg"); }

.search_form__section {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 22px; }
  @media (max-width: 980px) {
    .search_form__section {
      padding-right: 20px;
      padding-left: 20px; } }
.search_form {
  padding: 22px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
  .search_form .fields-wrapper:after {
    clear: both;
    content: '';
    display: table; }
  .search_form .field-wrapper {
    display: block;
    float: left;
    margin-right: 44px;
    margin-bottom: 11px; }
    .search_form .field-wrapper:last-of-type {
      margin-bottom: 22px; }
    .search_form .field-wrapper label {
      display: block;
      margin-bottom: 5.5px;
      color: #445064; }
      .search_form .field-wrapper label.required:after {
        content: ' *';
        color: #E31E24; }
    .search_form .field-wrapper select {
      padding: 2px 5.5px 5px;
      width: 100%;
      height: 31px;
      box-sizing: border-box;
      border: 1px solid #cbd1dc;
      border-radius: 3px;
      line-height: 31px; }
    .search_form .field-wrapper input {
      padding: 0 5.5px;
      width: 100%;
      height: 31px;
      box-sizing: border-box;
      border: 1px solid #cbd1dc;
      border-radius: 3px;
      line-height: 31px; }
      .search_form .field-wrapper input[type="number"] {
        -moz-appearance: textfield; }
        .search_form .field-wrapper input[type="number"]::-webkit-outer-spin-button, .search_form .field-wrapper input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
  .search_form .submit-wrapper .submit {
    padding: 11px 22px;
    border: 0 none;
    border-radius: 3px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #0288D1; }
    .search_form .submit-wrapper .submit:hover {
      background-color: #02a2f9; }

/* ------------------------------------------------------------------------- */
/* LIST ITEMS
   ========================================================================= */
.catalog_items__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-bottom: 22px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .catalog_items__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.catalog_items__section .catalog_items {
  list-style: none outside none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }
  @media (min-width: 769px) {
    .catalog_items__section .catalog_items {
      margin-left: -44px; }
      .catalog_items__section .catalog_items:after {
        clear: both;
        content: '';
        display: table; }
      .catalog_items__section .catalog_items .catalog_item {
        float: left;
        display: block;
        padding-left: 44px;
        width: 33.3333333333%;
        box-sizing: border-box; }
        .catalog_items__section .catalog_items .catalog_item:nth-child(3n+1) {
          clear: both; }
        .catalog_items__section .catalog_items .catalog_item:nth-last-child(-n+3) {
          margin-bottom: 0; } }
@media (max-width: 768px) and (min-width: 481px) {
  .catalog_items__section .catalog_items {
    margin-left: -44px; }
    .catalog_items__section .catalog_items:after {
      clear: both;
      content: '';
      display: table; }
    .catalog_items__section .catalog_items .catalog_item {
      float: left;
      display: block;
      padding-left: 44px;
      width: 50%;
      box-sizing: border-box; }
      .catalog_items__section .catalog_items .catalog_item:nth-child(2n+1) {
        clear: both; }
      .catalog_items__section .catalog_items .catalog_item:nth-last-child(-n+2) {
        margin-bottom: 0; } }

.catalog_items__section .no_items {
  width: 100% !important;
  text-align: center; }
  .catalog_items__section .no_items span {
    display: inline-block;
    padding: 11px 22px;
    background-color: #E6EE9C; }

.catalog_item {
  margin-bottom: 44px; }
  @media (max-width: 480px) {
    .catalog_item {
      margin-bottom: 22px; }
      .catalog_item:last-of-type {
        margin-bottom: 0; } }
  .catalog_item .catalog_item__link {
    text-decoration: none; }
    .catalog_item .catalog_item__link:hover .catalog_item__price {
      top: -100px; }
    .catalog_item .catalog_item__link:hover .catalog_item__address {
      bottom: -100px; }
    .catalog_item .catalog_item__link:hover .catalog_item__more {
      opacity: 1; }
    .catalog_item .catalog_item__link:hover .catalog_item__info {
      color: #FFF;
      background-color: #214994; }
  .catalog_item .catalog_item__image {
    position: relative;
    overflow: hidden;
    height: 198px;
    background-position: center center;
    background-size: cover; }
  .catalog_item .catalog_item__price {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.75px 5.5px;
    transition: top 250ms;
    color: #FFF;
    background-color: rgba(33, 73, 148, 0.8); }
    .catalog_item .catalog_item__price .estate_type {
      display: block;
      font-size: 14px;
      text-transform: capitalize; }
    .catalog_item .catalog_item__price .price {
      display: block;
      font-weight: 700;
      font-size: 14px; }
  .catalog_item .catalog_item__address {
    position: absolute;
    bottom: 0;
    transition: bottom 250ms;
    color: #FFF; }
    .catalog_item .catalog_item__address .type:first-letter {
      text-transform: uppercase; }
    .catalog_item .catalog_item__address .info_item {
      float: left;
      clear: both;
      display: block;
      padding: 0 5.5px;
      font-size: 14px;
      background-color: rgba(68, 80, 100, 0.8); }
  .catalog_item .catalog_item__more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 88px;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms;
    background-color: rgba(26, 35, 53, 0.7); }
    .catalog_item .catalog_item__more .txt {
      display: inline-block;
      padding: 11px 22px;
      color: #FFF;
      background-color: #214994; }
      .catalog_item .catalog_item__more .txt:before {
        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;
        content: "";
        margin-right: 5.5px; }
  .catalog_item .catalog_item__info {
    font-size: 0;
    line-height: 0;
    text-align: justify;
    padding: 11px;
    color: #666;
    background-color: #EEE;
    transition: all 250ms; }
    .catalog_item .catalog_item__info > div {
      display: inline-block;
      font-size: 16px;
      line-height: 22px;
      text-align: initial; }
    .catalog_item .catalog_item__info:after {
      content: '';
      display: inline-block;
      width: 100%;
      line-height: 0;
      font-size: 0; }
    .catalog_item .catalog_item__info > div {
      font-size: 14px; }
  .catalog_item .catalog_item__square:before {
    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;
    content: "";
    margin-right: 5.5px; }
  .catalog_item .catalog_item__floor:before {
    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;
    content: "";
    margin-right: 5.5px; }
  .catalog_item .catalog_item__photos:before {
    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;
    content: "";
    margin-right: 5.5px; }

/* ------------------------------------------------------------------------- */
/* DESCRIPTION
   ========================================================================= */
.catalog_description__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-bottom: 22px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .catalog_description__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.catalog_description__section h1 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px; }

.catalog_description__section h2 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px; }

.catalog_description__section h3 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 18px;
  line-height: 22px; }

.catalog_description__section h4 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 16px;
  line-height: 22px; }

.catalog_description__section h5 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 14px;
  line-height: 22px; }

.catalog_description__section a {
  color: #0288D1; }
  .catalog_description__section a:hover {
    color: #000; }

.catalog_description__section p {
  margin-top: 22px;
  margin-bottom: 22px; }

.catalog_description__section ul {
  margin-top: 22px;
  margin-bottom: 22px; }

.catalog_description__section > *:first-child {
  margin-top: 0; }

.catalog_description__section > *:last-child {
  margin-bottom: 0; }

/* ------------------------------------------------------------------------- */
/* DETAIL VIEW
   ========================================================================= */
.detail_view__title__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 44px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .detail_view__title__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 768px) {
    .detail_view__title__section-wrapper {
      padding-bottom: 22px; } }
.features_and_description__section {
  margin-bottom: 44px; }
  .features_and_description__section:after {
    clear: both;
    content: '';
    display: table; }
  @media (max-width: 767px) {
    .features_and_description__section {
      margin-bottom: 22px; } }
  @media (min-width: 768px) {
    .features_and_description__section .features__section-wrapper {
      width: 300px;
      float: left;
      margin-right: -300px;
      position: relative; } }
  @media (max-width: 767px) {
    .features_and_description__section .features__section-wrapper {
      margin-bottom: 22px; } }
  @media (min-width: 768px) {
    .features_and_description__section .description__section-wrapper {
      width: 100%;
      float: right; }
      .features_and_description__section .description__section-wrapper .description__section {
        margin-left: 344px; } }
.detail_view__title__section {
  margin-right: -30px;
  margin-left: -30px;
  padding-top: 44px;
  min-height: 220px;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 980px) {
    .detail_view__title__section {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (max-width: 480px) {
    .detail_view__title__section {
      padding-top: 22px; } }
  .detail_view__title__section .page_title {
    margin-top: 0;
    font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #445064;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    padding-right: 30px;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 980px) {
      .detail_view__title__section .page_title {
        padding-right: 20px;
        padding-left: 20px; } }
  .detail_view__title__section .page_title__info-inner {
    padding-right: 30px;
    padding-left: 30px;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #FFF;
    background-color: rgba(33, 73, 148, 0.8); }
    @media (max-width: 980px) {
      .detail_view__title__section .page_title__info-inner {
        padding-right: 20px;
        padding-left: 20px; } }
  .detail_view__title__section .page_title__info .estate_type {
    display: block;
    font-size: 14px;
    text-transform: capitalize; }
  .detail_view__title__section .page_title__info .price {
    display: block;
    font-weight: 700;
    font-size: 24px; }

.apartment__title__section .detail_view__title__section {
  background-image: url("/static/images/nopic/apartment.jpg"); }

.room__title__section .detail_view__title__section {
  background-image: url("/static/images/nopic/room.jpg"); }

.landplot__title__section .detail_view__title__section {
  background-image: url("/static/images/nopic/landplot.jpg"); }

.commercial__title__section .detail_view__title__section {
  background-image: url("/static/images/nopic/commercial.jpg"); }

.house__title__section .detail_view__title__section {
  background-image: url("/static/images/nopic/house.jpg"); }

.detail_view__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-bottom: 22px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .detail_view__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.detail_view__section h2.title {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .detail_view__section h2.title {
      margin-top: 0;
      font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #445064;
      font-size: 20px;
      line-height: 22px;
      font-weight: 700; } }
/* ------------------------------------------------------------------------- */
/* FEATURES
   ========================================================================= */
.features__section .features {
  width: 100%; }
  .features__section .features tr:nth-child(odd) td {
    background-color: #eaecf0; }
  .features__section .features td {
    vertical-align: top; }
  .features__section .features .label {
    padding: 11px 22px 11px 11px;
    font-weight: 700;
    color: #445064; }
  .features__section .features .value {
    padding: 11px; }
  .features__section .features a {
    color: #0288D1; }
    .features__section .features a:hover {
      color: #000; }

.features__section .phone {
  margin-top: 22px;
  font-size: 22px;
  text-align: center; }
  .features__section .phone:before {
    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;
    content: "";
    margin-right: 11px; }
  .features__section .phone .manager {
    margin-top: 11px;
    font-size: 16px; }

/* ------------------------------------------------------------------------- */
/* DESCRIPTION
   ========================================================================= */
.description__section h1 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px; }

.description__section h2 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px; }

.description__section h3 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 18px;
  line-height: 22px; }

.description__section h4 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 16px;
  line-height: 22px; }

.description__section h5 {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 14px;
  line-height: 22px; }

.description__section a {
  color: #0288D1; }
  .description__section a:hover {
    color: #000; }

.description__section p {
  margin-top: 22px;
  margin-bottom: 22px; }

.description__section ul {
  margin-top: 22px;
  margin-bottom: 22px; }

.description__section > *:first-child {
  margin-top: 0; }

.description__section > *:last-child {
  margin-bottom: 0; }

.description__section .description__section-inner {
  padding: 22px;
  border: 11px solid #eaecf0; }

.gallery__section, .newbuildings__subsection, .schemes__section {
  margin-bottom: 44px; }
  @media (max-width: 767px) {
    .gallery__section, .newbuildings__subsection, .schemes__section {
      margin-bottom: 22px; } }
  .gallery__section .gallery__item__link, .newbuildings__subsection .gallery__item__link, .schemes__section .gallery__item__link {
    text-decoration: none; }
    .gallery__section .gallery__item__link:hover .gallery__item__view, .newbuildings__subsection .gallery__item__link:hover .gallery__item__view, .schemes__section .gallery__item__link:hover .gallery__item__view {
      opacity: 1; }
  .gallery__section .gallery__item__image, .newbuildings__subsection .gallery__item__image, .schemes__section .gallery__item__image {
    height: 132px;
    background-position: center center;
    background-size: cover;
    background-image: url("/static/images/nopic/house.jpg"); }
  .gallery__section .gallery__item__view, .newbuildings__subsection .gallery__item__view, .schemes__section .gallery__item__view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 22px;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms;
    background-color: rgba(26, 35, 53, 0.7); }
    .gallery__section .gallery__item__view .txt, .newbuildings__subsection .gallery__item__view .txt, .schemes__section .gallery__item__view .txt {
      display: inline-block;
      width: 88px;
      height: 88px;
      border-radius: 88px;
      text-align: center;
      color: #FFF; }
      .gallery__section .gallery__item__view .txt:before, .newbuildings__subsection .gallery__item__view .txt:before, .schemes__section .gallery__item__view .txt:before {
        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;
        content: "";
        margin-right: 5.5px;
        font-size: 44px;
        line-height: 88px; }
  .gallery__section .swiper-button-prev, .newbuildings__subsection .swiper-button-prev, .schemes__section .swiper-button-prev, .gallery__section .swiper-button-next, .newbuildings__subsection .swiper-button-next, .schemes__section .swiper-button-next {
    top: 50%;
    margin-top: -33px;
    width: 44px;
    height: 66px;
    text-align: center;
    color: #FFF;
    background: rgba(68, 80, 100, 0.8); }
    .gallery__section .swiper-button-prev:before, .newbuildings__subsection .swiper-button-prev:before, .schemes__section .swiper-button-prev:before, .gallery__section .swiper-button-next:before, .newbuildings__subsection .swiper-button-next:before, .schemes__section .swiper-button-next:before {
      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;
      font-size: 22px;
      line-height: 66px; }
  .gallery__section .swiper-button-prev, .newbuildings__subsection .swiper-button-prev, .schemes__section .swiper-button-prev {
    left: 0; }
    .gallery__section .swiper-button-prev:before, .newbuildings__subsection .swiper-button-prev:before, .schemes__section .swiper-button-prev:before {
      content: ""; }
  .gallery__section .swiper-button-next, .newbuildings__subsection .swiper-button-next, .schemes__section .swiper-button-next {
    right: 0; }
    .gallery__section .swiper-button-next:before, .newbuildings__subsection .swiper-button-next:before, .schemes__section .swiper-button-next:before {
      content: ""; }
  .gallery__section .swiper-button-disabled, .newbuildings__subsection .swiper-button-disabled, .schemes__section .swiper-button-disabled {
    display: none; }

/* ------------------------------------------------------------------------- */
/* MAP
   ========================================================================= */
.map__section #map {
  height: 352px; }
  @media (max-width: 767px) {
    .map__section #map {
      height: 220px; } }
/* ------------------------------------------------------------------------- */
.newbuildings__subsection {
  margin-top: 22px;
  margin-bottom: 0; }
  .newbuildings__subsection .catalog_item {
    margin-bottom: 0; }

/* CONTENT PAGES — обёртка контента (статьи, отзывы, ипотека, юр. услуги).
   Стили жили в отсутствующем партиале calc/_ipoteka; восстановлено по образцу
   .contacts__section-wrapper, чтобы контент центрировался на ту же ширину.
============================================================================ */
.ipoteka_form__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 44px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .ipoteka_form__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.ipoteka_title__section {
  margin-bottom: 22px; }

/* ------------------------------------------------------------------------- */
/* REVIEWS
============================================================================ */
.reviews__section {
  padding: 22px;
  background-color: #F0F0F0; }
  .reviews__section .calc_form {
    padding: 22px;
    background-color: #FFF; }
    .reviews__section .calc_form input {
      max-width: 200px; }

.reviews__list {
  list-style: none outside none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .reviews__list .reviews__item {
    margin-bottom: 22px;
    padding: 22px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF; }
  .reviews__list .reviews__item-head:before {
    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;
    content: "";
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    color: #FFF;
    background-color: #999; }
  .reviews__list .reviews__item-date {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #999; }
  .reviews__list .reviews__item-body {
    font-size: 14px; }
    .reviews__list .reviews__item-body p {
      margin-top: 0;
      margin-bottom: 0; }

/* ------------------------------------------------------------------------- */
/* LEGAL
============================================================================ */
.legal-services {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .legal-services {
      flex-direction: column;
      align-items: center; } }
.legal-services__text {
  max-width: 600px; }
  .legal-services__text p:first-of-type {
    margin-top: 0; }
  .legal-services__text p:last-of-type {
    margin-bottom: 0; }

.legal-services__person {
  flex-shrink: 0;
  margin-left: 80px;
  width: 310px;
  text-align: right; }
  @media (max-width: 767px) {
    .legal-services__person {
      margin-top: 2em;
      margin-left: 0; } }
.legal-services__person-photo {
  max-width: 100%;
  vertical-align: bottom; }

.legal-services__person-fio {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px; }

.legal-services__person-about {
  font-size: 14px; }

.legal-services__link-wrapper {
  margin-top: 33px;
  margin-bottom: 33px;
  text-align: center; }
  .legal-services__link-wrapper .legal-services__link {
    display: inline-block;
    padding: 11px 22px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    background-color: #E31E24; }
    .legal-services__link-wrapper .legal-services__link:hover {
      background-color: #e94b50; }

.legal-services__list-wrap {
  margin-bottom: 40px; }

.legal-services__title {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px; }

.legal-services__list {
  list-style: none outside none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.legal-services__list-item {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 40px;
  font-size: 18px;
  background-image: url("/static/images/checked.png");
  background-repeat: no-repeat;
  background-position: 10px 12px; }
  @media (max-width: 767px) {
    .legal-services__list-item {
      flex-direction: column; }
      .legal-services__list-item .price {
        margin-top: 10px; } }
  .legal-services__list-item:nth-child(odd) {
    background-color: #EAECF0; }

.legal-services__form-wrap {
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px; }

.legal-services__form-title-wrap {
  margin-top: -22px !important;
  margin-bottom: 22px !important; }

.legal-services__form-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400; }

.legal-services__doc-link {
  display: inline-block;
  text-decoration: none; }

.legal-services__doc-img {
  border: none;
  outline: none;
  vertical-align: bottom; }

/* ------------------------------------------------------------------------- */
/* LAYOUT
   ========================================================================= */
.newbuilding__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-bottom: 44px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .newbuilding__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .newbuilding__section-wrapper {
      padding-bottom: 22px; } }
.newbuilding__section:after {
  clear: both;
  content: '';
  display: table; }

.newbuilding__section .page_title {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #000; }
  @media (max-width: 767px) {
    .newbuilding__section .page_title {
      margin-top: 0;
      font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #445064;
      font-size: 20px;
      line-height: 22px;
      font-weight: 700;
      color: #000; } }
@media (min-width: 768px) {
  .newbuilding__section .newbuilding_info__subsection-wrapper {
    width: 100%;
    float: left; }
    .newbuilding__section .newbuilding_info__subsection-wrapper .newbuilding_info__subsection {
      margin-right: 344px; } }

@media (max-width: 767px) {
  .newbuilding__section .newbuilding_info__subsection-wrapper {
    margin-bottom: 22px; } }

.newbuilding__section .newbuilding_sidebar__subsection-wrapper {
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .newbuilding__section .newbuilding_sidebar__subsection-wrapper {
      width: 300px;
      float: right;
      margin-left: -300px; } }
.newbuilding_document .title_block__title {
  margin-top: 0;
  font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #445064;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #000;
  font-weight: 400; }
  @media (max-width: 767px) {
    .newbuilding_document .title_block__title {
      margin-top: 0;
      font-family: "Circe", Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: #445064;
      font-size: 18px;
      line-height: 22px;
      font-weight: 700;
      color: #000; } }
  .newbuilding_document .title_block__title .icon {
    margin-right: 11px;
    color: #E31E24; }
    .newbuilding_document .title_block__title .icon:before {
      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; }
    .newbuilding_document .title_block__title .icon.document:before {
      content: ""; }

.newbuilding_document ul {
  list-style: none outside none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px; }
  .newbuilding_document ul a {
    color: #0288D1; }
    .newbuilding_document ul a:hover {
      color: #000; }

.newbuilding_info__subsection .important-block {
  margin-bottom: 22px;
  padding: 11px;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  background-color: #E31E24; }
  .newbuilding_info__subsection .important-block.center {
    text-align: center; }

.newbuilding_info__subsection p {
  margin-top: 0;
  margin-bottom: 22px; }
  .newbuilding_info__subsection p:last-child {
    margin-bottom: 0; }

/* ------------------------------------------------------------------------- */
/* PHOTOS
   ========================================================================= */
.newbuilding_photos__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #ECEFF1; }
  @media (max-width: 980px) {
    .newbuilding_photos__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .newbuilding_photos__section-wrapper {
      padding-top: 22px;
      padding-bottom: 22px; } }
.newbuilding_photos__section .gallery__section, .newbuilding_photos__section .schemes__section, .newbuilding_photos__section .newbuildings__subsection {
  margin-bottom: 0; }
  .newbuilding_photos__section .gallery__section .gallery__item__image, .newbuilding_photos__section .schemes__section .gallery__item__image, .newbuilding_photos__section .newbuildings__subsection .gallery__item__image {
    height: 176px; }
  .newbuilding_photos__section .gallery__section .gallery__item__view, .newbuilding_photos__section .schemes__section .gallery__item__view, .newbuilding_photos__section .newbuildings__subsection .gallery__item__view {
    padding-top: 44px; }

/* ------------------------------------------------------------------------- */
/* SCHEMES
   ========================================================================= */
.newbuilding_schemes__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .newbuilding_schemes__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .newbuilding_schemes__section-wrapper {
      padding-top: 22px;
      padding-bottom: 22px; } }
.newbuilding_schemes__section .schemes__section {
  margin-bottom: 0; }
  .newbuilding_schemes__section .schemes__section .gallery__item__image {
    height: auto;
    text-align: center;
    background-image: none; }
  .newbuilding_schemes__section .schemes__section .gallery__item__view {
    padding-top: 44px; }

/* ------------------------------------------------------------------------- */
/* MAP
   ========================================================================= */
.newbuilding_map__section-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1060px;
  box-sizing: border-box;
  background-color: #FFF; }
  @media (max-width: 980px) {
    .newbuilding_map__section-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
.newbuilding_map__section {
  margin-right: -30px;
  margin-left: -30px; }
  @media (max-width: 980px) {
    .newbuilding_map__section {
      margin-right: -20px;
      margin-left: -20px; } }
  .newbuilding_map__section #map {
    height: 352px; }
    @media (max-width: 767px) {
      .newbuilding_map__section #map {
        height: 220px; } }
/* ------------------------------------------------------------------------- */
