@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Scada:400,700&subset=latin,cyrillic);
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 32, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../sass/_normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 167, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, ../sass/_normalize.scss */
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.
 */
/* line 250, ../sass/_normalize.scss */
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.
 */
/* line 264, ../sass/_normalize.scss */
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.
 */
/* line 275, ../sass/_normalize.scss */
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.
 */
/* line 288, ../sass/_normalize.scss */
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.
 */
/* line 300, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, ../sass/_normalize.scss */
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.
 */
/* line 320, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, ../sass/_normalize.scss */
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`.
 */
/* line 344, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, ../sass/_normalize.scss */
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.
 */
/* line 388, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, ../sass/_normalize.scss */
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.
 */
/* line 406, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: Myriad Semibold;
  src: url(../fonts/MYRIADPRO-SEMIBOLD.OTF);
}
@font-face {
  font-family: MYRIADPRO-BOLD;
  src: url(../fonts/MYRIADPRO-BOLD.OTF);
}
@font-face {
  font-family: Myriad Regular;
  src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}
@font-face {
  font-family: Myriad Cond;
  src: url(../fonts/MYRIADPRO-COND.OTF);
}
@font-face {
  font-family: MYRIADPRO-BOLDCOND;
  src: url(../fonts/MYRIADPRO-BOLDCOND.OTF);
}
@font-face {
  font-family: MYRIADPRO-SEMIBOLDIT;
  src: url(../fonts/MYRIADPRO-SEMIBOLDIT.OTF);
}
@font-face {
  font-family: MYRIADPRO-IT;
  src: url(../fonts/MYRIADPRO-IT.OTF);
}
/* line 42, ../sass/_main.scss */
body {
  font-family: 'Arial';
  font-weight: lighter;
}

/*Фикс слайдов*/
/* line 48, ../sass/_main.scss */
.tmm-slide-img {
  height: 474px;
}

/* line 52, ../sass/_main.scss */
.tmm-slide-title {
  font-family: 'Myriad Semibold';
}

/* line 56, ../sass/_main.scss */
.tmm-slide-left {
  font-family: 'Myriad Regular';
  font-weight: lighter;
}

/* line 62, ../sass/_main.scss */
.tmm-slide-right a {
  font-family: 'Myriad Semibold';
}

/* line 67, ../sass/_main.scss */
a {
  text-decoration: none;
}

/* line 71, ../sass/_main.scss */
.err404, .err403 {
  margin: 50px;
  text-align: center;
}
/* line 75, ../sass/_main.scss */
.err404 span, .err403 span {
  font-size: 84px;
  color: #3188cf;
}
/* line 80, ../sass/_main.scss */
.err404 p, .err403 p {
  font-size: 42px;
}

/*Функция радиуса*/
/* line 93, ../sass/_main.scss */
.hr, .hr-black, .hr-grey {
  height: 1px;
  padding: 0;
  border: none;
}

/* line 99, ../sass/_main.scss */
.hr-black {
  background-color: black;
  color: black;
}

/* line 106, ../sass/_main.scss */
.hr-grey {
  background-color: #dfdfdf;
  color: #dfdfdf;
}

/* line 113, ../sass/_main.scss */
.hoverBlue {
  color: #3188cf !important;
  text-decoration: underline !important;
}

/* line 119, ../sass/_main.scss */
.up-arrow {
  position: fixed;
  right: 50px;
  bottom: 100px;
  cursor: pointer;
  opacity: 0;
}
/* line 126, ../sass/_main.scss */
.up-arrow img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
/* line 133, ../sass/_main.scss */
.up-arrow p {
  color: #3188cf;
  font-size: 28px;
  text-align: center;
  margin: 5px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

/*Анимация загрузки*/
/* line 145, ../sass/_main.scss */
.pageLoading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3188cf;
  z-index: 99999999;
}

/* line 156, ../sass/_main.scss */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -34px;
  width: 84px;
  height: 68px;
  background-image: url("../../img/spinner.png");
  z-index: 999999999;
}
/* line 167, ../sass/_main.scss */
.spinner div {
  position: relative;
}
/* line 169, ../sass/_main.scss */
.spinner div .cargo {
  position: absolute;
  top: 34px;
  left: 12px;
}
/* line 174, ../sass/_main.scss */
.spinner div .cargo div {
  width: 10px;
  height: 2px;
  background: #fff;
  margin-top: 2px;
}

/* line 185, ../sass/_main.scss */
.breadcrumb {
  padding: 0;
}
/* line 188, ../sass/_main.scss */
.breadcrumb li {
  list-style-type: none;
  float: left;
  text-decoration: none;
}
/* line 193, ../sass/_main.scss */
.breadcrumb li:after {
  content: '/';
  color: #dfdfdf;
  padding: 0 5px;
}
/* line 200, ../sass/_main.scss */
.breadcrumb li:last-child:after {
  content: "";
}
/* line 205, ../sass/_main.scss */
.breadcrumb li a {
  color: #6e6d6d;
  font-style: normal;
}

/* line 215, ../sass/_main.scss */
.padding10 {
  padding: 10px;
}

/* line 219, ../sass/_main.scss */
.padding15 {
  padding: 15px;
}

/* line 224, ../sass/_main.scss */
.padding20 {
  padding: 20px;
}

/*Позиционирование*/
/* line 229, ../sass/_main.scss */
.text-center, .btn-blue, .border-block p, #sale .sale-row, .table-blue thead tr td, .table-blue tbody tr td, .ul-table-blue .ul-table-head ul li, .ul-table-blue .ul-table ul, #investors .tabs .fin-title {
  text-align: center;
}

/* line 233, ../sass/_main.scss */
.text-left {
  text-align: left;
}

/* line 237, ../sass/_main.scss */
.text-right {
  text-align: right;
}

/* line 241, ../sass/_main.scss */
.float-left {
  float: left;
}

/* line 245, ../sass/_main.scss */
.float-right {
  float: right;
}

/* line 250, ../sass/_main.scss */
.pagination {
  width: 250px;
  list-style-type: none;
  padding: 0px;
  margin: 0px auto;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
/* line 259, ../sass/_main.scss */
.pagination a {
  text-decoration: none;
  color: #000;
}
/* line 264, ../sass/_main.scss */
.pagination .active a {
  font-weight: bold;
  font-size: 20px;
  color: #3188cf !important;
}
/* line 270, ../sass/_main.scss */
.pagination li {
  float: left;
  margin: 0 2px;
}
/* line 275, ../sass/_main.scss */
.pagination .p-arrows, .pagination .p-next, .pagination .p-prev {
  display: block;
  background-image: url("../../img/p-arrows.png");
  width: 16px;
  height: 16px;
  margin: 2px 10px;
}
/* line 283, ../sass/_main.scss */
.pagination .p-next {
  background-position: -16px 0;
}
/* line 288, ../sass/_main.scss */
.pagination .p-prev {
  background-position: 0 0;
}

/*Черный bg*/
/* line 295, ../sass/_main.scss */
.black_bg {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 999999;
  opacity: 0.5;
}

/**/
/* line 309, ../sass/_main.scss */
.input, footer .search-input {
  border: none;
  padding: 3px 3px 2px 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/*cheket*/
/* line 317, ../sass/_main.scss */
input[type="checkbox"],
input[type="radio"] {
  display: none;
}

/* line 321, ../sass/_main.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  font: 18px bold;
  color: #444;
  cursor: pointer;
}

/* line 327, ../sass/_main.scss */
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  background-image: url(../../img/checked.png);
  background-repeat: no-repeat;
}

/*Не Активный*/
/* line 337, ../sass/_main.scss */
input[type="checkbox"] + label::before {
  height: 34px;
  width: 34px;
  background-position: -0px -0px;
}

/* line 342, ../sass/_main.scss */
input[type="radio"] + label::before {
  background-position: 0px -279px;
}

/*Активный*/
/* line 347, ../sass/_main.scss */
input[type="checkbox"]:checked + label::before {
  background-position: -34px 0px;
}

/* line 350, ../sass/_main.scss */
input[type="radio"]:checked + label::before {
  background-position: -108px -279px;
}

/* line 353, ../sass/_main.scss */
input[type="checkbox"]:disabled + label::before {
  background-position: -68px -68px;
}

/* line 356, ../sass/_main.scss */
input[type="checkbox"]:checked:disabled + label::before {
  background-position: -68px -68px;
}

/* line 359, ../sass/_main.scss */
input[type="radio"]:disabled + label::before {
  background-position: -144px -279px;
}

/* line 362, ../sass/_main.scss */
input[type="radio"]:checked:disabled + label::before {
  background-position: -162px -279px;
}

/* line 366, ../sass/_main.scss */
.btn, .btn-default, footer .search-btn {
  display: inline-block;
  border: none;
  padding: 6px 0 7px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

/* line 373, ../sass/_main.scss */
.btn-default, footer .search-btn {
  background: white;
}

/* line 378, ../sass/_main.scss */
.btn-blue {
  display: block;
  margin: 27px auto 20px auto;
  border: 1px solid #a8a8a8;
  background: #3188cf;
  color: white;
  padding: 6px 0;
  font-size: 14px;
  width: 142px;
  text-transform: uppercase;
}

/*Ширина контента*/
/* line 393, ../sass/_main.scss */
.g960, .wrapper, #header-wrapper, footer #footer-wrapper, #copyright-wrapper {
  width: 960px;
  margin: 0 auto;
}

/* line 398, ../sass/_main.scss */
.g3, #project .project {
  width: 300px;
  float: left;
  margin: 0 10px;
}

/* line 404, ../sass/_main.scss */
body {
  background-color: white;
}

/* line 408, ../sass/_main.scss */
.clear {
  clear: both;
}

/*Татл с линиями*/
/* line 418, ../sass/_main.scss */
.line-title {
  text-transform: uppercase;
  font-family: 'MYRIADPRO-IT';
  margin: 0 auto 30px auto;
}
/* line 424, ../sass/_main.scss */
.line-title .line-text {
  margin: 0 15px;
  font-size: 22px;
}
/* line 429, ../sass/_main.scss */
.line-title .hr, .line-title .hr-black, .line-title .hr-grey {
  background-color: black;
  height: 1px;
  padding: 0;
  color: black;
  border: none;
}

/* line 439, ../sass/_main.scss */
.line-title-small {
  text-transform: uppercase;
  font-family: 'MYRIADPRO-IT';
  margin: 0 auto 30px auto;
}
/* line 445, ../sass/_main.scss */
.line-title-small .line-text {
  margin: 0 15px;
  font-size: 24px;
}
/* line 450, ../sass/_main.scss */
.line-title-small .hr, .line-title-small .hr-black, .line-title-small .hr-grey {
  background-color: black;
  height: 1px;
  padding: 0;
  color: black;
  border: none;
}

/*Блок с рамкой*/
/* line 462, ../sass/_main.scss */
.border-block {
  border: solid 1px #dfdfdf;
}
/* line 465, ../sass/_main.scss */
.border-block p {
  font-size: 25px;
}
/* line 469, ../sass/_main.scss */
.border-block p .blue-title {
  text-transform: uppercase;
  color: #3188cf;
}

/* line 478, ../sass/_main.scss */
.content-left {
  float: left;
  width: 40%;
}

/* line 483, ../sass/_main.scss */
.content-right {
  float: right;
  width: 60%;
}

/*Вкладки*/
/* line 489, ../sass/_main.scss */
.tabs {
  margin: 30px 0;
}

/*Фикс jQuery UI*/
/* line 494, ../sass/_main.scss */
.ui-state-active a, .ui-state-hover a, .ui-state-visited a, .ui-state-focus a, .ui-state-focus {
  outline: none;
}

/*Проекты на главной*/
/* line 499, ../sass/_main.scss */
#project {
  margin-top: 30px;
}
/* line 502, ../sass/_main.scss */
#project .slide-nav {
  top: 55px;
}
/* line 506, ../sass/_main.scss */
#project .slide-left {
  left: -20px;
}
/* line 510, ../sass/_main.scss */
#project .slide-right {
  right: -20px;
}
/* line 514, ../sass/_main.scss */
#project .project {
  position: relative;
}
/* line 518, ../sass/_main.scss */
#project .project .img {
  position: relative;
  overflow: hidden;
  height: 160px;
  cursor: pointer;
  /*Детали*/
}
/* line 525, ../sass/_main.scss */
#project .project .img .project-details {
  display: none;
}
/* line 529, ../sass/_main.scss */
#project .project .img .project-details .project-more {
  top: 55px;
  left: 55px;
  position: absolute;
  padding: 16px 40px 16px 20px;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 99999999;
}
/* line 540, ../sass/_main.scss */
#project .project .img .project-details .project-more img {
  top: 11px;
  right: 9px;
  width: 21px;
}
/* line 551, ../sass/_main.scss */
#project .project .img img {
  width: 100%;
  position: absolute;
}
/* line 559, ../sass/_main.scss */
#project .project .projet-title {
  margin: 20px 0 15px 0;
  font-family: Myriad Semibold;
  font-size: 16px;
  text-transform: uppercase;
}
/* line 566, ../sass/_main.scss */
#project .project .project-text {
  margin: 0;
}
/* line 568, ../sass/_main.scss */
#project .project .project-text p {
  padding: 0;
  margin: 0;
}

/*Новости на главной*/
/* line 578, ../sass/_main.scss */
#news {
  padding: 21px 0;
  margin: 32px 0 0 0;
  background-color: #F8F8F8;
}
/* line 583, ../sass/_main.scss */
#news .go-news {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}
/* line 588, ../sass/_main.scss */
#news .go-news:hover .news-text {
  text-decoration: underline !important;
}
/* line 594, ../sass/_main.scss */
#news .btn-blue {
  margin: 33px auto 10px auto;
}
/* line 598, ../sass/_main.scss */
#news .news-date {
  padding: 4px;
  background: #000000;
  color: white;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
/* line 608, ../sass/_main.scss */
#news .news-text {
  font-family: 'Myriad Semibold';
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}

/* line 617, ../sass/_main.scss */
.btn-more {
  font-weight: bold;
}

/*Страницы*/
/*Страница Компания*/
/*Вкладки*/
/* line 626, ../sass/_main.scss */
.tabs {
  margin-top: 20px;
  position: relative;
  /*Вкладки*/
  /*Весь контент вкладок*/
  /*Цвет сролла*/
  /*Слайд с изображением и описанием*/
  /*Навигация слайда*/
}
/* line 631, ../sass/_main.scss */
.tabs ul:first-child {
  padding: 0;
  margin: 0;
}
/* line 635, ../sass/_main.scss */
.tabs ul:first-child li {
  float: left;
  background-color: #3188CF;
  list-style-type: none;
  margin: 0;
}
/* line 641, ../sass/_main.scss */
.tabs ul:first-child li a {
  /*	font-family: 'Myriad Semibold';*/
  border-left: 1px solid white;
  font-family: 'Myriad Cond';
  letter-spacing: 1px;
  font-size: 22px;
  display: block;
  padding: 18px 30px 17px 30px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 656, ../sass/_main.scss */
.tabs ul:first-child .ui-state-active {
  background-color: white;
  border: 1px solid #DFDFDF;
  border-right: white;
  border-bottom: white;
}
/* line 661, ../sass/_main.scss */
.tabs ul:first-child .ui-state-active a {
  color: black;
}
/* line 668, ../sass/_main.scss */
.tabs .tab-content {
  margin-top: -1px;
  border: solid 1px #DFDFDF;
  height: 480px;
  /*Левая часть контента*/
  /*Правая часть контента*/
}
/* line 674, ../sass/_main.scss */
.tabs .tab-content .tab-left {
  width: 40%;
  float: left;
}
/* line 678, ../sass/_main.scss */
.tabs .tab-content .tab-left .content-padding {
  padding: 15px 10px;
}
/* line 681, ../sass/_main.scss */
.tabs .tab-content .tab-left .content-padding .scrolling {
  position: relative;
  height: 450px;
}
/* line 692, ../sass/_main.scss */
.tabs .tab-content .tab-right {
  width: 60%;
  float: left;
}
/* line 696, ../sass/_main.scss */
.tabs .tab-content .tab-right .content-padding {
  padding: 15px 10px;
}
/* line 699, ../sass/_main.scss */
.tabs .tab-content .tab-right .content-padding .subscrible {
  margin-top: 10px;
}
/* line 702, ../sass/_main.scss */
.tabs .tab-content .tab-right .content-padding .subscrible .scrolling {
  height: 100px;
}
/* line 714, ../sass/_main.scss */
.tabs .mCSB_dragger_bar {
  background-color: #3188CF !important;
}
/* line 719, ../sass/_main.scss */
.tabs .page-slide {
  position: relative;
  float: left;
  width: 560px;
  margin-right: 5px;
}
/* line 725, ../sass/_main.scss */
.tabs .page-slide .img {
  position: relative;
  overflow: hidden;
  height: 340px;
}
/* line 730, ../sass/_main.scss */
.tabs .page-slide .img img {
  position: absolute;
  width: 100%;
}
/* line 739, ../sass/_main.scss */
.tabs .slide-left {
  left: 5px !important;
}
/* line 743, ../sass/_main.scss */
.tabs .slide-right {
  right: 5px !important;
}
/* line 747, ../sass/_main.scss */
.tabs .slider-nav-bg {
  width: 100px;
  height: 340px;
  background-color: white;
}

/*Страница Проекты*/
/* line 756, ../sass/_main.scss */
#project-nav-wrapp {
  height: 62px;
  font-family: Myriad Semibold;
  margin-bottom: 40px;
}
/* line 761, ../sass/_main.scss */
#project-nav-wrapp #project-nav {
  padding: 19px 0;
  border-bottom: 2px solid #e8e8e8;
  background-color: #f5f5f5;
}
/* line 766, ../sass/_main.scss */
#project-nav-wrapp #project-nav .project-nav {
  float: left;
  margin: 0 54px;
}
/* line 770, ../sass/_main.scss */
#project-nav-wrapp #project-nav .project-nav a {
  text-decoration: none;
  color: black;
  font-size: 22px;
}

/* line 781, ../sass/_main.scss */
#project-content {
  margin-bottom: 50px;
}
/* line 785, ../sass/_main.scss */
#project-content .title-img {
  width: 84px;
  margin: 0 auto;
}
/* line 790, ../sass/_main.scss */
#project-content .title-blue {
  padding: 9px 0;
  background-color: #3188cf;
  color: white;
  margin: 0 auto 0 auto;
  width: 262px;
  text-transform: uppercase;
  font-size: 25px;
}
/* line 801, ../sass/_main.scss */
#project-content .project-outline:hover {
  outline: solid 3px #3188cf;
}
/* line 804, ../sass/_main.scss */
#project-content .project-outline:hover .project-float {
  border-right: #fff !important;
}
/* line 811, ../sass/_main.scss */
#project-content .project-block {
  height: 190px;
}
/* line 814, ../sass/_main.scss */
#project-content .project-block .project-float {
  padding: 50px 20px;
  /*outline: solid 1px black;*/
  width: 437px;
  height: 100%;
}
/* line 820, ../sass/_main.scss */
#project-content .project-block .project-float .project-img {
  position: relative;
}
/* line 823, ../sass/_main.scss */
#project-content .project-block .project-float .project-img .img {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  /*float: left;*/
}
/* line 832, ../sass/_main.scss */
#project-content .project-block .project-float .project-img .img img {
  width: 100%;
  /*height: 200px;*/
  margin: 0 1px;
}
/* line 840, ../sass/_main.scss */
#project-content .project-block .project-float .project-3-img {
  position: relative;
}
/* line 843, ../sass/_main.scss */
#project-content .project-block .project-float .project-3-img .img {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 145px;
  height: 190px;
  float: left;
}
/* line 852, ../sass/_main.scss */
#project-content .project-block .project-float .project-3-img .img img {
  height: 190px;
  margin: 0 1px;
}
/* line 859, ../sass/_main.scss */
#project-content .project-block .project-float .project-year {
  display: inline-block;
  padding: 0px 5px;
  border: 1px solid #3188cf;
  margin: 0;
  /*line-height: 0.7;*/
  font-size: 35px;
  color: black;
}
/* line 869, ../sass/_main.scss */
#project-content .project-block .project-float .project-title {
  font-size: 25px;
  color: #3188cf;
  margin: 8px 0 0 0;
}
/* line 875, ../sass/_main.scss */
#project-content .project-block .project-float .project-subscribe {
  color: black;
  font-size: 18px;
}
/* line 880, ../sass/_main.scss */
#project-content .project-block .project-float .project-characteristic {
  margin: 5px 0;
  color: black;
}
/* line 883, ../sass/_main.scss */
#project-content .project-block .project-float .project-characteristic p {
  padding: 0;
  margin: 0;
  color: black;
  font-size: 18px;
}
/* line 890, ../sass/_main.scss */
#project-content .project-block .project-float .project-characteristic span {
  font-family: MYRIADPRO-BOLD;
}

/*Страница Контакты*/
/* line 901, ../sass/_main.scss */
.contacts {
  margin-bottom: 50px;
}
/* line 905, ../sass/_main.scss */
.contacts #contacts {
  border: solid 1px #DFDFDF;
}
/* line 908, ../sass/_main.scss */
.contacts #contacts .adress-title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #3188cf;
  font-style: italic;
  text-transform: uppercase;
}
/* line 918, ../sass/_main.scss */
.contacts #contacts .adress-text p {
  margin: 0;
  font-size: 18px;
}
/* line 924, ../sass/_main.scss */
.contacts #contacts .spoiler-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
}
/* line 933, ../sass/_main.scss */
.contacts #contacts .spoiler-title .arrow-down {
  position: absolute;
  display: inline-block;
  background-image: url("../../img/arrow-down-32.png");
  width: 32px;
  height: 32px;
  right: 0;
  top: -4px;
}
/* line 945, ../sass/_main.scss */
.contacts #contacts .maps {
  position: relative;
}
/* line 948, ../sass/_main.scss */
.contacts #contacts .maps .map-logo {
  width: 120px;
  top: 10px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  z-index: 2;
}
/* line 959, ../sass/_main.scss */
.contacts #contacts #map-canvas {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
}

/*Недвижимость*/
/* line 970, ../sass/_main.scss */
#realty-nav-wrapp {
  position: relative;
  height: 62px;
  margin-bottom: 65px;
  font-family: Myriad Semibold;
}
/* line 976, ../sass/_main.scss */
#realty-nav-wrapp #realty-nav {
  padding: 19px 0;
  border-bottom: 2px solid #e8e8e8;
  background-color: #f5f5f5;
}
/* line 981, ../sass/_main.scss */
#realty-nav-wrapp #realty-nav .realty-wrapp {
  margin: 0 auto;
}
/* line 986, ../sass/_main.scss */
#realty-nav-wrapp #realty-nav .realty-nav {
  display: none;
  float: left;
  margin: 0 20px;
}
#realty-nav-wrapp #realty-nav .prombase-nav-wrapper .realty-nav {
  display: none;
  float: left;
  margin: 5px 38px;
}
#realty-nav-wrapp #realty-nav .prombase-nav-wrapper .bottom-line .realty-nav {
  margin: 5px 12px;
}
#realty-nav-wrapp #realty-nav .prombase-nav-wrapper .top-line .realty-nav {
  margin: 5px 43px;
}
/* line 991, ../sass/_main.scss */
#realty-nav-wrapp #realty-nav .realty-nav a {
  text-decoration: none;
  color: black;
  font-size: 19px;
}
/* line 999, ../sass/_main.scss */
#realty-nav-wrapp #realty-nav .realty-nav:hover a {
  color: #3188cf;
}

/* line 1009, ../sass/_main.scss */
.realty-title {
  padding: 15px;
  font-size: 34px;
  text-transform: uppercase;
  color: white;
  font-family: Myriad Regular;
  background-color: #3188cf;
  margin: 45px 0 65px 0;
}
/* line 1018, ../sass/_main.scss */
.realty-title:hover {
  background-color: white;
  color: #3188cf;
}

/*Список продажи*/
/* line 1030, ../sass/_main.scss */
#sale .scrolling {
  height: 440px;
}
/* line 1034, ../sass/_main.scss */
#sale .sale-row {
  padding: 15px 0px 15px 0px;
  width: 255px;
  position: relative;
  float: left;
  margin: 10px 20px 65px 20px;
}
/* line 1042, ../sass/_main.scss */
#sale .sale-row:hover {
  outline: 1px solid #3188cf;
}
/* line 1046, ../sass/_main.scss */
#sale .sale-row a {
  color: black;
  /*font-family: Myriad Cond;*/
  letter-spacing: 1px;
}
/* line 1052, ../sass/_main.scss */
#sale .sale-row .sale-name {
  font-size: 22px;
  margin-top: 8px;
  line-height: 0.9;
}
/* line 1058, ../sass/_main.scss */
#sale .sale-row .sale-adress {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #3188cf;
  line-height: 0.9;
}
/* line 1066, ../sass/_main.scss */
#sale .sale-row .img {
  width: 231px;
  margin: 0 auto;
  height: 160px;
  overflow: hidden;
}
/* line 1072, ../sass/_main.scss */
#sale .sale-row .img img {
  height: 160px;
  /*width: 231px;*/
}

/* line 1084, ../sass/_main.scss */
.table-blue {
  position: relative;
  width: 100%;
  border: solid 1px #DFDFDF;
}
/* line 1088, ../sass/_main.scss */
.table-blue thead {
  background: #3188cf;
}
/* line 1091, ../sass/_main.scss */
.table-blue thead tr td {
  padding: 15px;
  color: white;
}
/* line 1100, ../sass/_main.scss */
.table-blue tbody tr {
  position: relative;
}
/* line 1102, ../sass/_main.scss */
.table-blue tbody tr td {
  padding: 15px;
}
/* line 1106, ../sass/_main.scss */
.table-blue tbody tr:hover {
  cursor: pointer;
  background-color: #e4e4e4;
}

/* line 1114, ../sass/_main.scss */
.flats-tr-hover {
  padding-top: 10px !important;
  left: -5px;
  top: -5px;
  position: absolute;
  width: 970px;
  font-size: 18px;
  height: 52px;
  background-color: white;
  z-index: 999999999 !important;
}
/* line 1125, ../sass/_main.scss */
.flats-tr-hover ul {
  z-index: 9999 !important;
}

/* line 1131, ../sass/_main.scss */
.flats-tr-hover-shadow {
  -webkit-box-shadow: -1px 0px 24px 0px #323232;
  -moz-box-shadow: -1px 0px 24px 0px #323232;
  box-shadow: -1px 0px 24px 0px #323232;
  opacity: 0;
}

/* line 1138, ../sass/_main.scss */
.table-shadow-after {
  background-image: url("../../img/shadow-after.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
}

/* line 1145, ../sass/_main.scss */
.table-shadow-before {
  background-image: url("../../img/shadow-before.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
}

/* line 1152, ../sass/_main.scss */
.ul-table-blue {
  position: relative;
  width: 100%;
  z-index: 999;
}
/* line 1157, ../sass/_main.scss */
.ul-table-blue .ul-table-head {
  position: relative;
  margin: 0;
  cursor: pointer;
  height: 42px;
  border-bottom: solid 1px #DFDFDF;
  z-index: 99;
  background: #3188cf;
}
/* line 1166, ../sass/_main.scss */
.ul-table-blue .ul-table-head ul {
  position: relative;
  margin: 0;
  padding: 0;
}
/* line 1171, ../sass/_main.scss */
.ul-table-blue .ul-table-head ul li {
  margin: 0;
  width: 192px;
  color: white;
  padding: 10px 0;
  float: left;
  list-style-type: none;
}
/* line 1184, ../sass/_main.scss */
.ul-table-blue .ul-table {
  position: relative;
  margin: 0;
  cursor: pointer;
  height: 42px;
  border-bottom: solid 1px #DFDFDF;
}
/* line 1191, ../sass/_main.scss */
.ul-table-blue .ul-table a {
  color: black;
}
/* line 1195, ../sass/_main.scss */
.ul-table-blue .ul-table ul {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 99;
}
/* line 1202, ../sass/_main.scss */
.ul-table-blue .ul-table ul li {
  width: 192px;
  padding: 10px 0;
  float: left;
  list-style-type: none;
}

/*Список квартир*/
/* line 1214, ../sass/_main.scss */
.flats {
  margin-bottom: 50px;
  /*Фильтр*/
}
/* line 1219, ../sass/_main.scss */
.flats .flats-filter {
  margin: 0 0 20px 0;
  border: solid 1px #DFDFDF;
  padding: 15px 0 10px 0;
}
/* line 1224, ../sass/_main.scss */
.flats .flats-filter .filter-val {
  float: left;
  margin: 0 80px;
}
/* line 1228, ../sass/_main.scss */
.flats .flats-filter .filter-val label {
  font-family: Myriad Regular;
  font-size: 27px;
  position: relative;
}
/* line 1233, ../sass/_main.scss */
.flats .flats-filter .filter-val label span {
  position: absolute;
  top: -7px;
  width: 150px;
}

/* line 1244, ../sass/_main.scss */
#flat-content {
  margin: 50px 0;
}
/* line 1248, ../sass/_main.scss */
#flat-content img {
  /*width: 100%;*/
}
/* line 1252, ../sass/_main.scss */
#flat-content .left {
  float: left;
  width: 60%;
}
/* line 1256, ../sass/_main.scss */
#flat-content .left img {
  width: 100%;
}
/* line 1261, ../sass/_main.scss */
#flat-content .right {
  float: right;
  width: 40%;
}
/* line 1265, ../sass/_main.scss */
#flat-content .right .flat-meta {
  padding: 0 0 0 30px;
}
/* line 1269, ../sass/_main.scss */
#flat-content .right .flat-block {
  margin: 20px 0;
}
/* line 1273, ../sass/_main.scss */
#flat-content .right p {
  margin: 0;
  font-size: 15px;
}
/* line 1278, ../sass/_main.scss */
#flat-content .right .flat-blue {
  font-size: 22px;
  color: #3188cf;
}
/* line 1286, ../sass/_main.scss */
#flat-content .hr-grey {
  margin-bottom: 30px;
}

/*Страница Инфесторам*/
/* line 1297, ../sass/_main.scss */
#investors .tabs li a {
  padding: 9px 30px 9px 30px;
  text-align: center;
}
/* line 1310, ../sass/_main.scss */
#investors .tabs .news-title {
  margin-top: 2px;
}
/* line 1324, ../sass/_main.scss */
#investors .tabs .border-block {
  border-top: solid 1px white !important;
}
/* line 1329, ../sass/_main.scss */
#investors .tabs .fin-title {
  font-size: 22px;
  color: #3188cf;
  margin: 20px 0 30px 0;
}
/* line 1338, ../sass/_main.scss */
#investors .tabs .tab-content a {
  color: black;
  font-size: 19px;
}
/* line 1342, ../sass/_main.scss */
#investors .tabs .tab-content a:hover {
  text-decoration: underline;
}
/* line 1347, ../sass/_main.scss */
#investors .tabs .tab-content .border-date {
  font-size: 19px;
}
/* line 1352, ../sass/_main.scss */
#investors .tabs table {
  border: 1px solid #dfdfdf;
}
/* line 1355, ../sass/_main.scss */
#investors .tabs table td, #investors .tabs table tr {
  padding: 2px;
  border: 1px solid #dfdfdf;
}
/* line 1364, ../sass/_main.scss */
#investors .reports-pres .tab-left {
  width: 50%;
}
/* line 1368, ../sass/_main.scss */
#investors .reports-pres .tab-right {
  width: 50%;
}

/* line 1375, ../sass/_main.scss */
.paginator {
  text-align: center;
}
/* line 1377, ../sass/_main.scss */
.paginator span {
  color: #3188cf;
}

/* line 1382, ../sass/_main.scss */
.border-date {
  border: 1px solid #3188cf;
  margin-right: 5px;
  padding: 0 5px;
  margin: 0px 10px 30px 0;
}

/* line 1391, ../sass/_main.scss */
.news-title-active a {
  text-decoration: underline !important;
}
/* line 1395, ../sass/_main.scss */
.news-title-active .border-date {
  color: #fff;
  background-color: #3188cf;
}

/* line 1402, ../sass/_main.scss */
.pdf-row {
  margin: 15px 0;
}

/* line 1406, ../sass/_main.scss */
.news-title {
  margin-bottom: 30px;
  color: black;
  font-size: 19px;
}
/* line 1411, ../sass/_main.scss */
.news-title a {
  color: #000 !important;
}
/* line 1416, ../sass/_main.scss */
.news-title:hover .border-date {
  color: #fff;
  background-color: #3188cf;
}
/* line 1420, ../sass/_main.scss */
.news-title:hover a {
  text-decoration: underline;
}

/*Страница Пресс-центр (Новости)*/
/* line 1427, ../sass/_main.scss */
#news-content {
  margin: 30px 0;
}
/* line 1430, ../sass/_main.scss */
#news-content .left {
  float: left;
  width: 479px;
  border-right: 1px solid #e8e8e8;
}
/* line 1436, ../sass/_main.scss */
#news-content .right {
  float: right;
  width: 479px;
}
/* line 1440, ../sass/_main.scss */
#news-content .right .news-img {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1448, ../sass/_main.scss */
.fin-statistic {
  overflow: hidden;
}
/* line 1450, ../sass/_main.scss */
.fin-statistic iframe {
  border: none;
}

/* line 1455, ../sass/_main.scss */
.fin-report-block {
  /*Левая часть контента*/
  /*Правая часть контента*/
}
/* line 1458, ../sass/_main.scss */
.fin-report-block .tab-left {
  width: 38% !important;
  float: left;
}
/* line 1462, ../sass/_main.scss */
.fin-report-block .tab-left .content-padding {
  padding: 15px 10px;
}
/* line 1465, ../sass/_main.scss */
.fin-report-block .tab-left .content-padding .scrolling {
  position: relative;
  height: 450px;
}
/* line 1474, ../sass/_main.scss */
.fin-report-block .tab-right {
  width: 62% !important;
  float: left;
  overflow: hidden;
}
/* line 1479, ../sass/_main.scss */
.fin-report-block .tab-right .content-padding {
  padding: 15px 10px;
}
/* line 1482, ../sass/_main.scss */
.fin-report-block .tab-right .content-padding .subscrible {
  margin-top: 10px;
}
/* line 1485, ../sass/_main.scss */
.fin-report-block .tab-right .content-padding .subscrible .scrolling {
  height: 100px;
}

/*Шапка*/
/* line 2, ../sass/_header.scss */
header {
  background-color: white;
  height: 105px;
  border-bottom: solid 1px #DFDFDF;
}

/* line 14, ../sass/_header.scss */
#logo {
  float: left;
  position: relative;
  z-index: 9999999999;
  margin-top: -4px;
}

/*lang*/
/* line 23, ../sass/_header.scss */
#lang-wrapper {
  margin: 16px 0 3px 0;
  float: right;
  margin-right: 32px;
}

/* line 30, ../sass/_header.scss */
.lang {
  border: solid 1px #3286CE;
  float: left;
  background: #3286CE;
  font-size: 14px;
  padding: 0;
}
/* line 36, ../sass/_header.scss */
.lang a {
  padding: 0px 6px;
  text-decoration: none;
  color: white;
}
/* line 41, ../sass/_header.scss */
.lang:hover {
  background: white;
}
/* line 43, ../sass/_header.scss */
.lang:hover a {
  color: #3286CE;
}

/* line 50, ../sass/_header.scss */
.menu-active {
  color: white !important;
  background: #3188CF;
}

/* line 55, ../sass/_header.scss */
.lang-active {
  background: white;
}
/* line 57, ../sass/_header.scss */
.lang-active a {
  color: #3286CE;
}

/*************************** Основные пункты */
/* line 65, ../sass/_header.scss */
#menu {
  float: right;
  position: relative;
  height: 38px;
  margin: 0 auto;
  padding: 0;
  width: 825px;
  z-index: 9999999;
  /* для отображения подпунктов поверх остальных блоков */
  color: black;
  font-family: 'Scada', sans-serif;
}

/* line 77, ../sass/_header.scss */
#menu ul,
#menu ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 83, ../sass/_header.scss */
#menu ul {
  clear: left;
  position: relative;
  right: 50%;
  height: 38px;
  float: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
}

/* line 93, ../sass/_header.scss */
#menu ul li {
  position: relative;
  left: 50%;
  float: left;
  height: 38px;
  padding: 0;
  margin: 0;
  color: white;
}

/* line 103, ../sass/_header.scss */
#menu ul li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 9px 5px;
}

/* line 110, ../sass/_header.scss */
#menu ul li a:hover {
  background: #3188CF;
  color: white;
}

/* line 114, ../sass/_header.scss */
#menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

/*************************** Выпадающие подпункты */
/* line 121, ../sass/_header.scss */
#menu ul li ul {
  /*font-family: 'Tahoma';*/
  font-family: Myriad Regular;
  background: #49A5EE;
  /*    transition: all .2s ease-in-out;
       -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;   */
  text-transform: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 38px;
  font-size: 17px;
  height: auto;
  width: 100%;
  color: white;
}

/* line 142, ../sass/_header.scss */
#menu ul li ul li {
  border: none;
  position: relative;
  left: 0;
  float: none;
  height: auto;
  margin: 0;
  text-align: left !important;
  color: white;
}

/* line 152, ../sass/_header.scss */
#menu ul li ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 157, ../sass/_header.scss */
#menu ul li ul li a {
  padding: 10px 8px;
  border: none;
  color: white !important;
}

/*************************** Выпадающие пункты второго уровня */
/* line 164, ../sass/_header.scss */
#menu ul li ul li ul {
  top: 0;
  left: 200px;
  margin: 0 0 0 20px;
  _margin: 0;
  /*IE6 only*/
}

/* line 1, ../sass/_footer.scss */
footer {
  background: #26669a;
  background-image: url("../../img/buildings_bg.png");
  background-position: bottom;
  background-repeat: repeat-x;
}
/* line 8, ../sass/_footer.scss */
footer #footer-wrapper {
  padding: 16px 0;
}
/* line 12, ../sass/_footer.scss */
footer #footer-wrapper .link {
  font-size: 14px;
}
/* line 16, ../sass/_footer.scss */
footer #footer-wrapper .link div {
  margin: 0 0 5px 100px;
}
/* line 18, ../sass/_footer.scss */
footer #footer-wrapper .link div a {
  color: #93DEFE;
}
/* line 21, ../sass/_footer.scss */
footer #footer-wrapper .link div a:hover {
  text-decoration: underline;
}
/* line 27, ../sass/_footer.scss */
footer #footer-wrapper .link div p {
  margin: 0;
}
/* line 36, ../sass/_footer.scss */
footer #footer-map {
  background-image: url("../../img/map_bg.png");
  padding: 27px;
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
/* line 42, ../sass/_footer.scss */
footer #footer-map .footer-map-desc {
  font-size: 22px;
  margin-top: 2px;
}
/* line 47, ../sass/_footer.scss */
footer #footer-map .footer-map-title {
  font-size: 22px;
  font-family: 'Myriad Semibold';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
/* line 57, ../sass/_footer.scss */
footer .footer-map {
  width: 480px;
  float: left;
  color: white;
}
/* line 63, ../sass/_footer.scss */
footer .footer-map-info {
  margin-left: 30px;
}
/* line 67, ../sass/_footer.scss */
footer .footer-point {
  margin-top: 0px;
  width: 18px;
  height: 37px;
  background-image: url("../../img/geotag.png");
  float: left;
}
/* line 76, ../sass/_footer.scss */
footer #footer-search div {
  margin-top: 11px;
  font-size: 13px;
  color: #8DADC6;
}
/* line 83, ../sass/_footer.scss */
footer .search-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 60%;
  color: #26659B;
  margin-right: 5px;
  border: 1px solid #0f446f;
  font-size: 14px;
  padding-left: 9px;
}
/* line 95, ../sass/_footer.scss */
footer .search-btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 3px 2px 3px;
  width: 30%;
  font-size: 14px;
  color: #26659B;
  font-weight: bold;
  border: 1px solid #0f446f;
  font-family: 'Myriad Semibold';
}
/* line 107, ../sass/_footer.scss */
footer .footer-info {
  margin-top: 17px;
  float: left;
}
/* line 111, ../sass/_footer.scss */
footer .footer-info div {
  color: white !important;
}
/* line 114, ../sass/_footer.scss */
footer .footer-info div a {
  color: white !important;
}
/* line 119, ../sass/_footer.scss */
footer .footer-info #mail {
  text-decoration: underline;
}
/* line 124, ../sass/_footer.scss */
footer #phone {
  font-weight: bold;
}

/* line 130, ../sass/_footer.scss */
#copyright {
  background: #3188CF;
  padding: 5px 0;
}

/* line 137, ../sass/_footer.scss */
#copyright-wrapper div {
  margin-top: 7px;
  color: white;
  float: left;
}

/* line 144, ../sass/_footer.scss */
#digitaldealerz {
  float: right;
}

/*Слайдер контента*/
/* line 2, ../sass/_slider.scss */
.slide-content {
  position: relative;
  /*Блок который движется*/
  /*Видимый блок*/
  /*Слайдер*/
}
/* line 6, ../sass/_slider.scss */
.slide-content .slide-nav {
  cursor: pointer;
  position: absolute;
  top: 32%;
  /*margin-top: -27px;*/
  z-index: 999999;
  background-image: url("../../img/arrows.png");
  width: 22px;
  height: 53px;
}
/* line 17, ../sass/_slider.scss */
.slide-content .slide-left {
  left: 0;
  background-position: 0 0;
}
/* line 23, ../sass/_slider.scss */
.slide-content .slide-right {
  right: 0;
  background-position: 22px 0;
}
/* line 30, ../sass/_slider.scss */
.slide-content .slide-left-wrapp .slide-nav-bg {
  position: absolute;
  width: 30px;
  height: 340px;
  background-color: white;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 99999;
}
/* line 44, ../sass/_slider.scss */
.slide-content .slide-right-wrapp .slide-nav-bg {
  position: absolute;
  width: 30px;
  height: 340px;
  background-color: white;
  top: 0;
  right: 0;
  opacity: 0.3;
  z-index: 99999;
}
/* line 58, ../sass/_slider.scss */
.slide-content .slide-move {
  position: relative;
}
/* line 63, ../sass/_slider.scss */
.slide-content .slide-move-wrapper {
  overflow: hidden;
}
/* line 68, ../sass/_slider.scss */
.slide-content .slider {
  float: left;
}

/* colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999999999; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000; opacity: 0; filter: alpha(opacity = 0);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background: transparent;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxClose{position:absolute; top:0; right:-37px; display:block;text-indent:-9999px;
  width:35px;height:35px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAACtUlEQVR42pWWz2oaURTGM+qMWmptwdRKmzSIYDYuzENYXTftWkQkGPEvqYLR3KHpA+hKH0Pt3wepoZsuukrVQoJLCfZ8wQPjZIarAx/K9Zzv5z3nzpnZ2eJyknykR5sE74cPFZYsdpeUIOVJbZJY6Xy1lkCMtbkc4iMdky7cbrdIJpOi1WqJfr8P3X9PJBICvyEGsYri8MFwU8g+6czr9d6bzWYzsVwuLYXfms2mQCxydhTl9SaQV6RmNBoVV1dXbCYVYpGDXAId2EG4RGeRSERMJhMkbyXkIBceKJ0d5K3H41nbwXw+/ygzN8YgFx7okRVkFw2s1WrGen+Kx+PjarU6sDK/u7sTuVzuG5Xp983NzSWvwwNeiqI8X0EcDHmjaZqYTqdrRsVicRiLxX6Vy+WBGZDNZr+Hw+E/JycnX82HAV7UmyQARkgex9Ti3wI0YhCvZTIZBnyx2mUqldLJ89QIcZLajUZD2JWFd1QqlYYSAOL1er0OyMXjJ09VhvhIotvtIsgWBEAwGJwEAoF/+XzeFgB1Oh1AdJdL9W8FSafTPwAIhUJ/qXRDrJkBNhCntFwMQIloB58BQOkYZAYYy+XzP9MYwo2XAnidQejVYrHQzRBuPACQ8Qg/mFMMKBQKDIAYNFiBRkYA3fk6DU4dR5ghazcjBiKb4AbDjUaAkV2TK5XK4Ojo6Oft7e0lQ8gDuxBOp/rCDMF1LBkrlk02AsbjsU4TGZD3DCC5pANSBmFdX1/rlAvAB1XT/AwwQ3DtmUa9FMA7oBwAzh0OxwED7CDUL+UlfVTxIGq32w8Og6nJ6AGXqEaAPRMAUi1fAPA8MD9+Aez1ejoEY1rDKYK5IL1DiawAthAWxvXqZeGU1CbpK7VIBRxTPkUMkEJgbCcMO4wJVdV8PF1hLAFsB2FjK4BNmVjaf5I6+NSKts2YAAAAAElFTkSuQmCC) transparent 50% 50% no-repeat;cursor:pointer;overflow:visible; border: none; opacity: 1;
  background-size: contain;}
#cboxClose:hover{opacity: 0.8;}
.prombase .blue-title {
  font-weight: 600;
  font-size: 24px;
}