@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300,500,600,700,700italic&subset=latin-ext,cyrillic-ext);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, .fancybox-title {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(141, 142, 145, 0.33);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

[role=button] {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
  @require sass-extension.rb
*/
/**
  @const
  @type {string}
*/
/**
  Returns absolute url to media resources (images, fonts, etc).
  $MEDIA_ROOT constant is used as path prefix.
  media-url(global/decor.png) => url("/f/media/global/decor.png")

  @param {string} path
  @param {boolean=} justPath
  @return {string|url}
*/
/**
  @param {string} value
  @param {boolean=} important
  @return {string}
*/
/**
  @param {string} prop
  @param {string} value
  @param {boolean=} important
*/
/**
  @param {string} value
  @param {boolean=} important
*/
/**
  @param {string} value
  @param {boolean=} important
*/
/**
  @param {color} hexOrName
  @param {boolean=} important
*/
/**
  @param {direction} direction margin  last child
  **/
/**
  @param {list} stops  Each list item must be a gradient stop - list containing
      color and optional offset. For example:
      (#ff0000 (white, 20px) (rgba(blue, 0.5), 40%) rgb(128,128,128))
      If offset is omitted it's calculated based on stop index.
      Pixel and percent offsets are supported only.
  @param {boolean=} withoutIeFilter
  @param {boolean=} printBgColor  Whether to generate
      background-color: <mix of first and last stop colors>.
  @param {string=} orientation  Possible values: 'vertical' or 'horizontal'.
  @param {boolean=} hackSvgHeight  Whether to put height="101%" attribute
      into <svg> element for IE9 svg gradient.
  @param {string=} sizeForIe9Svg  SVG doesn't support pixel offsets in gradient
      stops. So this argument is used to convert pixel offset in $stops
      argument to percent offset. For example, if stop offset is 20px and
      $sizeForIe9Svg: 200px, then svg stop offset would be 10% (20px / 200px).
      This argument can be a pixel value only.
*/
/**
  Returns url in data:uri form containing inlined img
  located on your hard drive by $path.
  inline-img(global/decor.png) => url("data:image/png;base64,PD9...bWw=")

  @param {path} string
  @return {url}
*/
/**
  Prints 2 background-images with regular and retina path.
  bg-with-retina(global/decor.png, 100, 200) =>
    .selector{
      background-image: url("/f/media/global/decor.png");
    }
    .retina .selector{
      background-image: url("/f/media/global/decor_2x.png");
      background-size: 100px 200px;
    }

  @param {path} string
  @param {number} origWidth
  @param {number} origHeight
*/
/**
  Splits color value into main part (without opacity) and opacity part.
  @param {color} color
  @return {list.<2>}
*/
/**
  @param {path} string
  @return {list} global/decor.png => global/decor, png
*/
/**
  @param {list} stops
  @param {string=} orientation
  @param {string=} prefix
  @return {string}
*/
/**
  @param {list} stops
  @param {string=} orientation
  @param {boolean=} hackHeight
  @param {string=} blockSize
  @return {string}
*/
/**
  @param {list} stops
  @param {string=} orientation
  @return {string}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* colors */
/* links */
/* easings */
/*fonts*/
/* spacing */
/*TRC page color scheme*/
/*path*/
/*resolution*/
.corporate-font, .wide .extra__incut, .blockquote__text, h1, .fancybox-title, h2, h3, h4 {
  font-family: "Roboto";
  font-weight: 300;
}

/**
  @param {number=} $width
  @param {number=} $height
  @param {number=} $bgLeft  Positive background X coordinate.
  @param {number=} $bgTop  Positive background Y coordinate.
  @param {string=} $bgSrc
  @param {boolean=} $icon  Generate `top:0.6em` if true.
*/
/**
  @require sass-extension.rb
*/
/**
  @const
  @type {string}
*/
/**
  Returns absolute url to media resources (images, fonts, etc).
  $MEDIA_ROOT constant is used as path prefix.
  media-url(global/decor.png) => url("/f/media/global/decor.png")

  @param {string} path
  @param {boolean=} justPath
  @return {string|url}
*/
/**
  @param {string} value
  @param {boolean=} important
  @return {string}
*/
/**
  @param {string} prop
  @param {string} value
  @param {boolean=} important
*/
/**
  @param {string} value
  @param {boolean=} important
*/
/**
  @param {string} value
  @param {boolean=} important
*/
/**
  @param {color} hexOrName
  @param {boolean=} important
*/
/**
  @param {direction} direction margin  last child
  **/
/**
  @param {list} stops  Each list item must be a gradient stop - list containing
      color and optional offset. For example:
      (#ff0000 (white, 20px) (rgba(blue, 0.5), 40%) rgb(128,128,128))
      If offset is omitted it's calculated based on stop index.
      Pixel and percent offsets are supported only.
  @param {boolean=} withoutIeFilter
  @param {boolean=} printBgColor  Whether to generate
      background-color: <mix of first and last stop colors>.
  @param {string=} orientation  Possible values: 'vertical' or 'horizontal'.
  @param {boolean=} hackSvgHeight  Whether to put height="101%" attribute
      into <svg> element for IE9 svg gradient.
  @param {string=} sizeForIe9Svg  SVG doesn't support pixel offsets in gradient
      stops. So this argument is used to convert pixel offset in $stops
      argument to percent offset. For example, if stop offset is 20px and
      $sizeForIe9Svg: 200px, then svg stop offset would be 10% (20px / 200px).
      This argument can be a pixel value only.
*/
/**
  Returns url in data:uri form containing inlined img
  located on your hard drive by $path.
  inline-img(global/decor.png) => url("data:image/png;base64,PD9...bWw=")

  @param {path} string
  @return {url}
*/
/**
  Prints 2 background-images with regular and retina path.
  bg-with-retina(global/decor.png, 100, 200) =>
    .selector{
      background-image: url("/f/media/global/decor.png");
    }
    .retina .selector{
      background-image: url("/f/media/global/decor_2x.png");
      background-size: 100px 200px;
    }

  @param {path} string
  @param {number} origWidth
  @param {number} origHeight
*/
/**
  Splits color value into main part (without opacity) and opacity part.
  @param {color} color
  @return {list.<2>}
*/
/**
  @param {path} string
  @return {list} global/decor.png => global/decor, png
*/
/**
  @param {list} stops
  @param {string=} orientation
  @param {string=} prefix
  @return {string}
*/
/**
  @param {list} stops
  @param {string=} orientation
  @param {boolean=} hackHeight
  @param {string=} blockSize
  @return {string}
*/
/**
  @param {list} stops
  @param {string=} orientation
  @return {string}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* colors */
/* links */
/* easings */
/*fonts*/
/* spacing */
/*TRC page color scheme*/
/*path*/
/*resolution*/
.corporate-font, .wide .extra__incut, .blockquote__text, h1, .fancybox-title, h2, h3, h4 {
  font-family: "Roboto";
  font-weight: 300;
}

/**
  @param {number=} $width
  @param {number=} $height
  @param {number=} $bgLeft  Positive background X coordinate.
  @param {number=} $bgTop  Positive background Y coordinate.
  @param {string=} $bgSrc
  @param {boolean=} $icon  Generate `top:0.6em` if true.
*/
.tablebodytext {
  display: none;
}

html, body,
ul, ol, li,
dl, dt, dd,
h1,
.fancybox-title, h2, h3, h4,
p, blockquote,
form, fieldset, legend,
table, td, th {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font: 300 16px/25px "Roboto", sans-serif;
  color: #000;
  background: #f6f5f4;
}
body.no_scroll {
  overflow: hidden;
}
body .page {
  overflow: hidden;
}
body .page__fader, body .popup_text-fader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(246, 245, 243, 0.5);
  display: none;
  z-index: 201;
}

img {
  border: 0;
}
img.left {
  float: left;
  margin-right: 15px;
}
img.right {
  float: right;
  margin-left: 15px;
}

p {
  margin-bottom: 15px;
}
p.last-child, p:last-child {
  margin-bottom: 0;
}
p.with-margin-bottom {
  margin-bottom: 15px !important;
}

.before_list {
  margin-bottom: 0.5em;
}

.comment {
  font-size: 13px;
}

h1, .fancybox-title {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 15px;
}

h2 {
  font-size: 30px;
  margin: 40px 0 25px;
  line-height: 35px;
}

h3 {
  font-size: 24px;
  margin: 30px 0 15px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
}

h1 + h2, .fancybox-title + h2,
h2 + h3,
h2 + h4,
h3 + h4 {
  margin-top: 0;
}

menu,
ul,
ol {
  list-style-type: none;
}

li > ul.list, li > ol.list {
  margin: 0.75em 0 1em 1.5em;
}

ul.list,
ol.list {
  list-style: none;
  margin-bottom: 1em;
}
ul.list:last-child,
ol.list:last-child {
  margin-bottom: 0;
}

ul.list li,
ol.list li {
  display: block;
  position: relative;
  margin-bottom: 0.5335em;
  padding-left: 1.335em;
}

ol.list {
  counter-reset: itemFirst;
}

ul.list li:before {
  content: "— ";
  position: absolute;
  left: 0;
  top: -1px;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}

ol.list li:before {
  font-size: inherit;
  position: absolute;
  left: 0;
  content: counter(itemFirst) ".";
  counter-increment: itemFirst;
  color: rgba(0, 0, 0, 0.5);
}

li > ol.list {
  counter-reset: item;
}

li > ol.list li {
  padding-left: 28px;
}

li > ol.list li:before {
  content: counter(itemFirst) "." counter(item);
  counter-increment: item;
}

ul p + ul.list,
ol p + ul.list,
ul p + ol,
ol p + ol {
  margin-top: -0.2em;
}

menu {
  padding-left: 0;
}

sup,
sub {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  top: 0.1em;
}

ins {
  text-decoration: none;
}

label {
  cursor: default;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  text-align: left;
  vertical-align: top;
}

.table-wrap {
  margin: 0 15px;
}

table.data.width-auto {
  width: auto;
}
table.data th {
  padding: 0.5em 9px;
  vertical-align: bottom;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
table.data th.footable-sortable .pseudo {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
  position: relative;
}
table.data th.footable-sortable.footable-sorted .pseudo:after {
  content: "›";
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  font-size: 17px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
table.data th.footable-sortable.footable-sorted-desc .pseudo:after {
  content: "›";
  display: block;
  position: absolute;
  left: -11px;
  top: 1px;
  font-size: 17px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
table.data th.right {
  text-align: right;
}
table.data td {
  padding: 0.8em 9px;
}
table.data td.right {
  text-align: right;
}
table.data tbody tr:hover {
  background-color: rgb(232, 79, 64);
}
table.data tbody tr:hover td {
  color: #fff;
}
table.data tbody tr:hover td a, table.data tbody tr:hover td .pseudo {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
table.data tbody tr td {
  font-size: 16px;
  line-height: 25px;
  vertical-align: middle;
}
table.data tbody tr td.right {
  text-align: right;
}
table.data tbody tr:last-child td {
  padding-bottom: 0.7em;
}

.blockquote {
  margin: 25px 0;
  padding: 25px 0;
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
.blockquote__text {
  font-size: 24px;
  line-height: 34px;
  color: rgb(232, 79, 64);
  position: relative;
  margin-bottom: 25px;
}
.blockquote__text p {
  margin-bottom: 0.8em;
}
.blockquote__text p.lead {
  font-size: 18px;
  line-height: 28px;
}
.blockquote__text p:last-child {
  margin: 0;
}
.blockquote__author {
  color: #808080;
  font-size: 14px;
  line-height: 22px;
}

.no-top-margin {
  margin-top: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.form_controls_base_style, input[type=text], input[type=password], input[type=number], input[type=search], input[type=email], .pretty-select, textarea {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.7);
}
.form_controls_base_style.transparent, input.transparent[type=text], input.transparent[type=password], input.transparent[type=number], input.transparent[type=search], input.transparent[type=email], .transparent.pretty-select, textarea.transparent {
  background: transparent;
}

.pretty-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-right: 25px;
  background: transparent url("/f/media/global/icon-arrow-select.png") calc(100% - 8px) center no-repeat;
}
.pretty-select::-ms-expand {
  display: none;
}
.pretty-select.no-transparent {
  background: rgba(255, 255, 255, 0.7) url("/f/media/global/icon-arrow-select.png") calc(100% - 8px) center no-repeat;
}

input {
  font-family: inherit;
}
input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type=text], input[type=password], input[type=number], input[type=email], input[type=search] {
  margin: 0;
  outline: none;
}
input[type=search] {
  padding-right: 25px;
}
input[type=checkbox], input[type=radio] {
  display: none;
}
.ie7-8 input[type=checkbox], .ie7-8 input[type=radio] {
  display: inline;
  margin-right: -25px;
  vertical-align: top;
  zoom: 1;
}
input[type=checkbox] + label, input[type=radio] + label {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  vertical-align: baseline;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: "";
  position: absolute;
}
.ie7 input[type=checkbox] + label, .ie7 input[type=radio] + label {
  display: inline;
  zoom: 1;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  display: inline-block;
  position: static;
  vertical-align: top;
  margin-right: 15px;
}
.ie7-8 input[type=checkbox] + label:before, .ie7-8 input[type=radio] + label:before {
  display: none;
}
input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}
input[type=checkbox] + label:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -452px -283px;
  width: 24px;
  height: 24px;
}
input[type=checkbox]:checked + label:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -424px -283px;
  width: 24px;
  height: 24px;
}
input[type=radio] + label:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -66px -335px;
  width: 18px;
  height: 18px;
  top: 0;
}
input[type=radio]:checked + label:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -44px -335px;
  width: 18px;
  height: 18px;
}
.picture {
  margin-bottom: 40px;
}
.picture.top-content {
  margin-bottom: 40px;
}
.picture.top-content img {
  width: 100%;
}
.picture img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.pseudo {
  border-bottom: 1px dotted;
}
.no_js .pseudo {
  border-bottom: none;
  cursor: auto;
}

a,
a.no_visited:visited,
a:visited,
.no_visited a:visited,
.pseudo,
.pseudo:visited {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}
a, a *,
a.no_visited:visited,
a.no_visited:visited *,
a:visited,
a:visited *,
.no_visited a:visited,
.no_visited a:visited *,
.pseudo,
.pseudo *,
.pseudo:visited,
.pseudo:visited * {
  cursor: pointer;
}
h2 a, h3 a, h4 a, h5 a,
h2 a.no_visited:visited,
h3 a.no_visited:visited,
h4 a.no_visited:visited,
h5 a.no_visited:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h2 .no_visited a:visited,
h3 .no_visited a:visited,
h4 .no_visited a:visited,
h5 .no_visited a:visited,
h2 .pseudo,
h3 .pseudo,
h4 .pseudo,
h5 .pseudo,
h2 .pseudo:visited,
h3 .pseudo:visited,
h4 .pseudo:visited,
h5 .pseudo:visited {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}

a:hover,
.pseudo:hover {
  color: rgb(232, 79, 64) !important;
  border-color: rgba(232, 79, 64, 0.3) !important;
}

a.nonunderline,
.nonunderline a {
  border: none;
}

.external-link,
.popup-link {
  margin-right: 18px;
  position: relative;
}
.external-link:after,
.popup-link:after {
  display: inline-block;
  content: "";
  margin-left: 4px;
  vertical-align: middle;
}
.ie7 .external-link:after,
.ie7 .popup-link:after {
  display: inline;
  zoom: 1;
}

.external-link:hover:after {
  background-image: url("/f/media/global/icon/icon-link-external-hover.png");
  width: 15px;
  height: 15px;
}
.bx-retina .external-link:hover:after {
  background-image: url("/f/media/global/icon/icon-link-external-hover_2x.png");
  background-size: 15px 15px;
}
.external-link:after {
  background-image: url("/f/media/global/icon/icon-link-external.png");
  width: 15px;
  height: 15px;
  margin-right: -19px;
}
.bx-retina .external-link:after {
  background-image: url("/f/media/global/icon/icon-link-external_2x.png");
  background-size: 15px 15px;
}
.external-link.alt_light:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.external-link.alt_light:after {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}

.popup-link:hover:after {
  background-image: url("/f/media/global/icon/icon-link-popup-hover.png");
  width: 15px;
  height: 15px;
}
.bx-retina .popup-link:hover:after {
  background-image: url("/f/media/global/icon/icon-link-popup-hover_2x.png");
  background-size: 15px 15px;
}
.popup-link:after {
  background-image: url("/f/media/global/icon/icon-link-popup.png");
  width: 15px;
  height: 15px;
  margin-right: -19px;
}
.bx-retina .popup-link:after {
  background-image: url("/f/media/global/icon/icon-link-popup_2x.png");
  background-size: 15px 15px;
}
.popup-link.alt_light:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.popup-link.alt_light:after {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}

a.alt_light,
a.alt_light.no_visited:visited,
.pseudo.alt_light,
.pseudo.alt_light:visited {
  color: #8d8e91;
  border-color: rgba(141, 142, 145, 0.3);
}

a.alt_light:visited,
.pseudo.alt_light:visited {
  color: #8d8e91;
  border-color: rgba(141, 142, 145, 0.3);
}

.alt_light_links a, .alt_light_links.no_visited a:visited,
.alt_light_links .pseudo,
.alt_light_links .pseudo:visited {
  color: #8d8e91;
  border-color: rgba(141, 142, 145, 0.3);
}
.alt_light_links a:visited,
.alt_light_links .pseudo:visited {
  color: #8d8e91;
  border-color: rgba(141, 142, 145, 0.3);
}

.footnote_inited,
.footnote_hint {
  background: #ffe;
  margin: 0 2px;
  border: 1px dotted #900;
  padding: 1px 2px;
  font-family: Arial;
  font-size: 85%;
  color: #808285;
}

.footnote {
  display: inline-block;
  vertical-align: top;
  top: -0.2em;
  line-height: 1;
  font-size: 75%;
  color: #000;
  border: none;
}

.footnote_hint {
  padding: 1px 1em;
  max-width: 40%;
}
.footnote_hint .footnote {
  display: none;
}

.footnotes {
  border-top: 1px solid rgba(128, 130, 133, 0.6);
  margin-bottom: 1.2em;
  padding: 0.6em 0.5em 0;
  font-size: 85%;
  line-height: 1.3;
}
.footnotes p {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(128, 130, 133, 0.6);
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.invisible {
  visibility: hidden;
  z-index: -10;
}

.not_display {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.columns:after {
  content: "";
  display: block;
  clear: both;
}
.columns .column {
  float: left;
}

.wide {
  margin-right: -42.857%;
}
.wide:after {
  content: "";
  display: block;
  clear: both;
}
.wide .main,
.wide .extra {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.wide .main {
  padding-right: 20px;
  width: 70%;
}
.wide .extra {
  padding-left: 20px;
  width: 30%;
}
.wide .extra__incut {
  line-height: 1.4;
  padding-top: 0.3em;
}

.padding-xs {
  padding: 0.25em;
}

.padding-sm {
  padding: 0.5em;
}

.padding-md {
  padding: 1em;
}

.padding-lg {
  padding: 1.5em;
}

.padding-xl {
  padding: 3em;
}

.padding-x-xs {
  padding: 0.25em 0;
}

.padding-x-sm {
  padding: 0.5em 0;
}

.padding-x-md {
  padding: 1em 0;
}

.padding-x-lg {
  padding: 1.5em 0;
}

.padding-x-xl {
  padding: 3em 0;
}

.padding-y-xs {
  padding: 0 0.25em;
}

.padding-y-sm {
  padding: 0 0.5em;
}

.padding-y-md {
  padding: 0 1em;
}

.padding-y-lg {
  padding: 0 1.5em;
}

.padding-y-xl {
  padding: 0 3em;
}

.padding-top-xs {
  padding-top: 0.25em;
}

.padding-top-sm {
  padding-top: 0.5em;
}

.padding-top-md {
  padding-top: 1em;
}

.padding-top-lg {
  padding-top: 1.5em;
}

.padding-top-xl {
  padding-top: 3em;
}

.padding-right-xs {
  padding-right: 0.25em;
}

.padding-right-sm {
  padding-right: 0.5em;
}

.padding-right-md {
  padding-right: 1em;
}

.padding-right-lg {
  padding-right: 1.5em;
}

.padding-right-xl {
  padding-right: 3em;
}

.padding-bottom-xs {
  padding-bottom: 0.25em;
}

.padding-bottom-sm {
  padding-bottom: 0.5em;
}

.padding-bottom-md {
  padding-bottom: 1em;
}

.padding-bottom-lg {
  padding-bottom: 1.5em;
}

.padding-bottom-xl {
  padding-bottom: 3em;
}

.padding-left-xs {
  padding-left: 0.25em;
}

.padding-left-sm {
  padding-left: 0.5em;
}

.padding-left-md {
  padding-left: 1em;
}

.padding-left-lg {
  padding-left: 1.5em;
}

.padding-left-xl {
  padding-left: 3em;
}

.margin-xs {
  margin: 0.25em;
}

.margin-sm {
  margin: 0.5em;
}

.margin-md {
  margin: 1em;
}

.margin-lg {
  margin: 1.5em;
}

.margin-xl {
  margin: 3em;
}

.margin-x-xs {
  margin: 0.25em 0;
}

.margin-x-sm {
  margin: 0.5em 0;
}

.margin-x-md {
  margin: 1em 0;
}

.margin-x-lg {
  margin: 1.5em 0;
}

.margin-x-xl {
  margin: 3em 0;
}

.margin-y-xs {
  margin: 0 0.25em;
}

.margin-y-sm {
  margin: 0 0.5em;
}

.margin-y-md {
  margin: 0 1em;
}

.margin-y-lg {
  margin: 0 1.5em;
}

.margin-y-xl {
  margin: 0 3em;
}

.margin-top-xs {
  margin-top: 0.25em;
}

.margin-top-sm {
  margin-top: 0.5em;
}

.margin-top-md {
  margin-top: 1em;
}

.margin-top-lg {
  margin-top: 1.5em;
}

.margin-top-xl {
  margin-top: 3em;
}

.margin-right-xs {
  margin-right: 0.25em;
}

.margin-right-sm {
  margin-right: 0.5em;
}

.margin-right-md {
  margin-right: 1em;
}

.margin-right-lg {
  margin-right: 1.5em;
}

.margin-right-xl {
  margin-right: 3em;
}

.margin-bottom-xs {
  margin-bottom: 0.25em;
}

.margin-bottom-sm {
  margin-bottom: 0.5em;
}

.margin-bottom-md {
  margin-bottom: 1em;
}

.margin-bottom-lg {
  margin-bottom: 1.5em;
}

.margin-bottom-xl {
  margin-bottom: 3em;
}

.margin-left-xs {
  margin-left: 0.25em;
}

.margin-left-sm {
  margin-left: 0.5em;
}

.margin-left-md {
  margin-left: 1em;
}

.margin-left-lg {
  margin-left: 1.5em;
}

.margin-left-xl {
  margin-left: 3em;
}

.pretty-button {
  position: relative;
  display: inline-block;
  font: normal 14px/22px "Roboto";
  border: none;
  margin: 0 10px 0 0;
  padding: 6px 30px;
  cursor: pointer;
  outline: none;
  vertical-align: top;
  white-space: initial;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: "border-box";
  -moz-box-sizing: "border-box";
  -o-box-sizing: "border-box";
  -ms-box-sizing: "border-box";
  box-sizing: "border-box";
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.opera .pretty-button::selection {
  color: inherit;
}
.pretty-button:last-child {
  margin-right: 0;
}
.pretty-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.pretty-button:active, .pretty-button.pressed {
  outline: none;
}
.pretty-button[disabled], .pretty-button.disabled {
  cursor: default;
  top: auto;
}
.ie .pretty-button[disabled], .ie .pretty-button.disabled {
  padding-top: 0.25em;
  padding-bottom: 0.3em;
}
.pretty-button.large {
  font-size: 16px;
  padding: 8px 40px;
}
.pretty-button.type1 {
  background: #e84f40;
  color: #fff !important;
}
.pretty-button.type1:hover {
  background: #F86240;
}
.pretty-button.type1:active, .pretty-button.type1.selected, .pretty-button.type1.pressed {
  -webkit-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
}
.pretty-button.type1[disabled], .pretty-button.type1.disabled {
  background: #f1f1f2;
  border: 1px solid #f1f1f2;
  color: rgba(0, 0, 0, 0.45) !important;
}
.pretty-button.type2 {
  color: rgba(255, 255, 255, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
}
.pretty-button.type2:hover {
  border: 1px solid #fff;
  color: #fff !important;
}
.pretty-button.type2:active, .pretty-button.type2.selected, .pretty-button.type2.pressed {
  -webkit-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
}
.pretty-button.type2[disabled], .pretty-button.type2.disabled {
  background: #f1f1f2;
  border: 1px solid #f1f1f2;
  color: rgba(0, 0, 0, 0.2) !important;
}
.pretty-button.type3 {
  color: rgba(0, 0, 0, 0.6) !important;
  border: 1px dotted rgba(0, 0, 0, 0.5);
  background: transparent;
}
.pretty-button.type3:hover {
  border: 1px dotted #000;
}
.pretty-button.type3:active, .pretty-button.type3.selected, .pretty-button.type3.pressed {
  -webkit-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.2);
}
.pretty-button.type3[disabled], .pretty-button.type3.disabled {
  background: #f1f1f2;
  border: 1px solid #f1f1f2;
  color: rgba(0, 0, 0, 0.45) !important;
}

.animate {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

.layout {
  position: relative;
  padding: 25px 40px;
}

.max-resolution-top {
  max-width: 1400px;
}

.content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 45px 0;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .content {
    padding: 25px 0;
  }
}
.content.with-form-result {
  padding-top: 0;
}
.content.with-form-result .picture.top-content {
  margin-top: 0;
}

.table-wrap table.data tbody:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid #e6e6e5;
  left: 95px;
  margin-top: -1px;
}
.table-wrap table.data th:first-child, .table-wrap table.data td:first-child {
  padding-left: 105px;
}

.section-info-text {
  margin-top: 15px;
}

.head {
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}
.head .date {
  position: absolute;
  color: #8d8e91;
  left: -55px;
  top: 6px;
  text-align: center;
}
.head .date .day {
  font-size: 45px;
  line-height: 48px;
  display: block;
}
.head .date .month {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -5px;
  display: block;
  padding-right: 2px;
}
.head .date .year {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -5px;
  display: block;
  padding-right: 2px;
}
@media (max-width: 991px) {
  .head .date {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    left: auto;
  }
  .head .date .day,
  .head .date .month,
  .head .date .year {
    display: inline-block;
    vertical-align: baseline;
    top: auto;
    padding-right: 0;
  }
}

aside {
  font-size: 12px;
  line-height: 18px;
}
aside h5 {
  margin-bottom: 10px;
}
aside p {
  margin-bottom: 10px;
  color: #8d8e91;
}

.columns {
  width: 100%;
  display: table;
  margin: 0;
  position: relative;
}
.columns .column {
  display: table-cell;
  vertical-align: top;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  -float: left;
  -clear: right;
}
.columns .column.column6_1, .columns .column.column6_2, .columns .column.column6_3, .columns .column.column6_4, .columns .column.column6_5, .columns .column.column6_6 {
  width: 17%;
  padding: 0 2em 0 0;
}
.columns .column.column6_6 {
  width: 15%;
  padding-right: 0;
}
.columns .column.column5_1, .columns .column.column5_2, .columns .column.column5_3, .columns .column.column5_4, .columns .column.column5_5 {
  width: 20%;
  padding: 0 2em;
}
.columns .column.column5_12, .columns .column.column5_23, .columns .column.column5_34, .columns .column.column5_45 {
  width: 40%;
}
.columns .column.column5_123, .columns .column.column5_234, .columns .column.column5_345 {
  width: 60%;
}
.columns .column.column5_1234, .columns .column.column5_2345 {
  width: 80%;
}
.columns .column.column4_1, .columns .column.column4_2, .columns .column.column4_3, .columns .column.column4_4 {
  width: 25%;
  padding: 0 2em;
}
.columns .column.column4_123, .columns .column.column4_234 {
  width: 75%;
}
.columns .column.column3_1, .columns .column.column3_2, .columns .column.column3_3, .columns .column.column3_12, .columns .column.column3_23 {
  width: 33%;
  padding: 0 2em;
}
.columns .column.column3_12, .columns .column.column3_23 {
  width: 67%;
}
.columns .column.column3_2 {
  width: 34%;
}
.columns .column.column2_1, .columns .column.column2_2, .columns .column.column4_12, .columns .column.column4_23, .columns .column.column4_34 {
  width: 50%;
  padding: 0 2em;
}
.columns .column.column2_1, .columns .column.column3_1, .columns .column.column4_1, .columns .column.column4_12, .columns .column.column4_123, .columns .column.column5_1, .columns .column.column5_12, .columns .column.column5_123, .columns .column.column5_1234 {
  padding-left: 0;
}
.columns .column.column2_2, .columns .column.column3_23, .columns .column.column3_3, .columns .column.column4_234, .columns .column.column4_34, .columns .column.column4_4, .columns .column.column5_2345, .columns .column.column5_345, .columns .column.column5_45, .columns .column.column5_5 {
  padding: 0 0 0 2em;
}

.pretty-form {
  position: relative;
  margin-bottom: 40px;
}
.pretty-form:last-child {
  margin-bottom: 0;
}
.pretty-form_wait {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.pretty-form_ready {
  opacity: 1;
}
.pretty-form:last-child {
  margin-bottom: 0;
}
.pretty-form fieldset {
  margin-bottom: 1.5em;
  padding-bottom: 35px;
  border: none;
}
.pretty-form fieldset:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none;
}
.pretty-form input::-moz-placeholder {
  font-weight: 300;
}
.pretty-form input:-ms-input-placeholder {
  font-weight: 300;
}
.pretty-form input::-webkit-input-placeholder {
  font-weight: 300;
}
.pretty-form .long_field, .pretty-form .pretty-form__item textarea, .pretty-form__item .pretty-form textarea, .pretty-form .pretty-form__item input[type=text], .pretty-form__item .pretty-form input[type=text],
.pretty-form .pretty-form__item input[type=search],
.pretty-form__item .pretty-form input[type=search],
.pretty-form .pretty-form__item input[type=password],
.pretty-form__item .pretty-form input[type=password] {
  width: 100%;
}
.pretty-form .middle_field, .pretty-form .pretty-form__item input[type=text].short, .pretty-form__item .pretty-form input[type=text].short,
.pretty-form .pretty-form__item input[type=search].short,
.pretty-form__item .pretty-form input[type=search].short,
.pretty-form .pretty-form__item input[type=password].short,
.pretty-form__item .pretty-form input[type=password].short {
  width: 290px;
}
.pretty-form .short_field, .pretty-form .pretty-form__item input[type=text].size, .pretty-form__item .pretty-form input[type=text].size,
.pretty-form .pretty-form__item input[type=search].size,
.pretty-form__item .pretty-form input[type=search].size,
.pretty-form .pretty-form__item input[type=password].size,
.pretty-form__item .pretty-form input[type=password].size {
  width: 80px;
}
.pretty-form .long_height {
  height: 40px;
}
.pretty-form .middle_height, .pretty-form .pretty-form__item .pretty-select, .pretty-form__item .pretty-form .pretty-select, .pretty-form .pretty-form__item input[type=text], .pretty-form__item .pretty-form input[type=text],
.pretty-form .pretty-form__item input[type=search],
.pretty-form__item .pretty-form input[type=search],
.pretty-form .pretty-form__item input[type=password],
.pretty-form__item .pretty-form input[type=password] {
  height: 36px;
}
.pretty-form .short_height {
  height: 28px;
}
.pretty-form__item {
  margin-bottom: 25px;
  font-size: 0;
  line-height: 0;
  max-width: 550px;
  position: relative;
  z-index: 2;
}
.pretty-form__item:last-child {
  margin-bottom: 0;
}
.pretty-form__item_no_last:last-child {
  margin-bottom: 30px;
}
.pretty-form__item.max-width-565 {
  max-width: 565px;
}
.pretty-form__item .label {
  line-height: 0;
  margin-bottom: 5px;
}
.pretty-form__item .label label {
  font-weight: 300;
  line-height: 18px;
  font-size: 14px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
  color: #000;
}
.pretty-form__item .fields-block {
  position: relative;
  vertical-align: top;
}
.pretty-form__item .fields-block.vmiddle {
  vertical-align: middle;
}
.pretty-form__item .fields-block.square .text {
  line-height: 36px;
}
.pretty-form__item .fields-block.nowrap {
  white-space: nowrap;
}
.pretty-form__item .fields-block .note {
  font-size: 12px;
  color: #8d8e91;
  display: inline-block;
  line-height: 18px;
}
.ie7 .pretty-form__item .fields-block .note {
  display: inline;
  zoom: 1;
}
.pretty-form__item .fields-block .note .pseudo {
  color: #8d8e91;
  border-color: rgba(141, 142, 145, 0.3);
}
.pretty-form__item .fields-block .note .fill-helper__list {
  display: inline-block;
  margin-left: 3px;
}
.ie7 .pretty-form__item .fields-block .note .fill-helper__list {
  display: inline;
  zoom: 1;
}
.pretty-form__item .fields-block .checkbox-wrap {
  margin-bottom: 15px;
}
.pretty-form__item .fields-block input[type=checkbox] + label,
.pretty-form__item .fields-block input[type=radio] + label {
  color: #000;
}
.pretty-form__item .fields-block input[type=checkbox] + label:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -452px -283px;
  width: 24px;
  height: 24px;
}
.pretty-form__item .fields-block input[type=checkbox]:checked + label:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -424px -283px;
  width: 24px;
  height: 24px;
}
.pretty-form__item .fields-block .invalid-message {
  color: rgb(232, 79, 64);
  font-size: 14px;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 100%;
}
.pretty-form__item input[type=text],
.pretty-form__item input[type=search],
.pretty-form__item input[type=password] {
  vertical-align: top;
}
.pretty-form__item input[type=text].ng-dirty.ng-invalid,
.pretty-form__item input[type=search].ng-dirty.ng-invalid,
.pretty-form__item input[type=password].ng-dirty.ng-invalid {
  border-color: rgb(232, 79, 64);
}
.pretty-form__item input[type=text] + .pretty-button,
.pretty-form__item input[type=search] + .pretty-button,
.pretty-form__item input[type=password] + .pretty-button {
  margin-left: 25px;
}
.pretty-form__item input[type=text].phone,
.pretty-form__item input[type=search].phone,
.pretty-form__item input[type=password].phone {
  width: 150px;
}
.pretty-form__item input[type=text].captcha,
.pretty-form__item input[type=search].captcha,
.pretty-form__item input[type=password].captcha {
  width: 110px;
  vertical-align: middle;
  margin-left: 25px;
}
.pretty-form__item input[type=text] + .note,
.pretty-form__item input[type=search] + .note,
.pretty-form__item input[type=password] + .note {
  margin-left: 10px;
}
.pretty-form__item .text {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin-right: 15px;
  margin-left: 15px;
}
.pretty-form__item .text.left-side {
  margin-left: 0;
}
.pretty-form__item textarea {
  height: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pretty-form__item .pretty-select {
  width: auto;
  max-width: 550px;
  line-height: 36px;
  padding-left: 6px;
}
@media (max-width: 767px) {
  .pretty-form__item .col.col-xs-12 {
    margin-bottom: 30px;
  }
  .pretty-form__item .col.col-xs-12:last-child {
    margin-bottom: 0;
  }
}
.pretty-form .file-errors-block {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.2;
}

.form-result-success,
.form-result-fail {
  text-align: center;
  color: #fff;
  padding: 16px 0;
  margin-bottom: 30px;
}
.form-result-success .message,
.form-result-fail .message {
  display: inline-block;
  position: relative;
}
.ie7 .form-result-success .message,
.ie7 .form-result-fail .message {
  display: inline;
  zoom: 1;
}
.form-result-success .message:before,
.form-result-fail .message:before {
  content: "";
  position: absolute;
}

.form-result-success {
  background: #37b76e;
}
.form-result-success .message:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -18px -362px;
  width: 12px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  left: -17px;
}

.list .item {
  margin-bottom: 50px;
  position: relative;
}
.list .item:after {
  content: "";
  display: block;
  clear: both;
}
.list .item:hover .author-logo {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.list .item:last-child {
  margin-bottom: 0;
}
.list .item .image {
  margin-top: 10px;
}
.list .item .image img {
  max-width: 100%;
}
.list .item .date {
  color: #8d8e91;
}
.list .item .date .day {
  font-size: 45px;
  line-height: 48px;
  display: block;
}
.list .item .date .month {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -5px;
  display: block;
  padding-right: 2px;
}
.list .item .date .year {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  top: -5px;
  display: block;
  padding-right: 2px;
}
@media (max-width: 768px) {
  .list .item .date {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    left: auto;
  }
  .list .item .date .day,
  .list .item .date .month,
  .list .item .date .year {
    display: inline-block;
    vertical-align: baseline;
    top: auto;
    padding-right: 0;
  }
}
.list .item .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
  /** костыль от контент-менеджеров и визивига **/
}
.list .item .text p[align=justify] {
  text-align: left;
}
@media (max-width: 767px) {
  .list .item .text {
    font-size: 14px;
    line-height: 18px;
  }
}
.list .item .author-logo {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.list .item .name {
  font-size: 30px;
  line-height: 42px;
}
.list .item .name .with-video {
  display: inline;
  position: relative;
}
.list .item .name .with-video:after {
  font-size: 0;
  content: "";
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/f/media/global/icon/icon-video-news.png");
  width: 30px;
  height: 23px;
}
.ie7 .list .item .name .with-video:after {
  display: inline;
  zoom: 1;
}
.bx-retina .list .item .name .with-video:after {
  background-image: url("/f/media/global/icon/icon-video-news_2x.png");
  background-size: 30px 23px;
}
.list .item .name .with-video:hover:after {
  background-image: url("/f/media/global/icon/icon-video-news-hover.png");
  width: 30px;
  height: 23px;
}
.bx-retina .list .item .name .with-video:hover:after {
  background-image: url("/f/media/global/icon/icon-video-news-hover_2x.png");
  background-size: 30px 23px;
}
.list .item .name .with-video:hover a {
  color: rgb(232, 79, 64);
  border-color: rgba(232, 79, 64, 0.3);
}
@media (max-width: 767px) {
  .list .item .name {
    font-size: 20px;
    line-height: 26px;
  }
}

.page-class-news .list .item .date .day {
  font-size: 30px;
  line-height: 42px;
}

.page-class-news-item {
  /** костыль от контент-менеджеров и визивига **/
}
.page-class-news-item p[align=justify] {
  text-align: left;
}

.filter-right__item {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.filter-right__item .pseudo {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
.filter-right__item.selected .pseudo {
  color: rgb(232, 79, 64);
  border: none !important;
  cursor: default;
}

.add-file-form {
  max-width: 600px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ie7 .add-file-form {
  display: inline;
  zoom: 1;
}
.add-file-form .item {
  position: relative;
}
.add-file-form .item .delete-file {
  position: absolute;
  cursor: pointer;
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -88px -335px;
  width: 18px;
  height: 18px;
  top: 9px;
  right: 19px;
}
.add-file-form .item .delete-file:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
}
.add-file-form input[type=file] {
  display: none;
}

ol.list.add-files-list li {
  margin-bottom: 25px;
}
ol.list.add-files-list li .button_wrap {
  position: relative;
  left: -20px;
  margin-top: 5px;
}

.file {
  margin: 0 50px 1.5em 36px;
  font-size: 16px;
  line-height: 25px;
}
.file.no-icon {
  margin: 0 50px 1.5em 0;
}
.file.no-icon a:before {
  display: none;
}
.file:last-child {
  margin-bottom: 0;
}
.file__link {
  position: relative;
}
.file__link:before {
  content: "";
  position: absolute;
}
.file__link:before {
  margin-right: 10px;
  right: 100%;
  top: 3px;
  background-image: url("/f/media/global/icon/icon-file-unkown.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-unkown_2x.png");
  background-size: 26px 34px;
}
.file_doc .file__link:before, .file_docx .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-doc.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_doc .file__link:before, .bx-retina .file_docx .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-doc_2x.png");
  background-size: 26px 34px;
}
.file_xlsx .file__link:before, .file_xls .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-xls.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_xlsx .file__link:before, .bx-retina .file_xls .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-xls_2x.png");
  background-size: 26px 34px;
}
.file_pdf .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-pdf.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_pdf .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-pdf_2x.png");
  background-size: 26px 34px;
}
.file_pdf_contur .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-pdf_contur.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_pdf_contur .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-pdf_contur_2x.png");
  background-size: 26px 34px;
}
.file_zip .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-zip.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_zip .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-zip_2x.png");
  background-size: 26px 34px;
}
.file_rar .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-rar.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_rar .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-rar_2x.png");
  background-size: 26px 34px;
}
.file_ppt .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-ppt.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_ppt .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-ppt_2x.png");
  background-size: 26px 34px;
}
.file_tif .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-tif.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_tif .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-tif_2x.png");
  background-size: 26px 34px;
}
.file_gif .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-gif.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_gif .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-gif_2x.png");
  background-size: 26px 34px;
}
.file_jpg .file__link:before, .file_jpeg .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-jpg.png");
  width: 26px;
  height: 34px;
}
.bx-retina .file_jpg .file__link:before, .bx-retina .file_jpeg .file__link:before {
  background-image: url("/f/media/global/icon/icon-file-jpg_2x.png");
  background-size: 26px 34px;
}
.file__size {
  color: #8d8e91;
  margin: 0;
  font-size: 12px;
}

table.project-table {
  width: 100%;
}
table.project-table th {
  padding-top: 15px;
}
table.project-table th:first-child, table.project-table td:first-child {
  padding-left: 25px;
}
table.project-table tbody tr:hover td a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
table.project-table tbody tr:hover td a.icon-link.photo {
  background-image: url("/f/media/global/icon/icon-table-photos-hover.png");
  width: 24px;
  height: 22px;
}
.bx-retina table.project-table tbody tr:hover td a.icon-link.photo {
  background-image: url("/f/media/global/icon/icon-table-photos-hover_2x.png");
  background-size: 24px 22px;
}
table.project-table tbody tr:hover td a.icon-link.video {
  background-image: url("/f/media/global/icon/icon-table-video-hover.png");
  width: 22px;
  height: 22px;
}
.bx-retina table.project-table tbody tr:hover td a.icon-link.video {
  background-image: url("/f/media/global/icon/icon-table-video-hover_2x.png");
  background-size: 22px 22px;
}
table.project-table tbody tr:hover td a.icon-link.copter {
  background-image: url("/f/media/global/icon/icon-table-aero-hover.png");
  width: 30px;
  height: 22px;
}
.bx-retina table.project-table tbody tr:hover td a.icon-link.copter {
  background-image: url("/f/media/global/icon/icon-table-aero-hover_2x.png");
  background-size: 30px 22px;
}
table.project-table tbody tr:hover td a.icon-link.tour-3d {
  background-image: url("/f/media/global/icon/icon-table-360-hover.png");
  width: 30px;
  height: 22px;
}
.bx-retina table.project-table tbody tr:hover td a.icon-link.tour-3d {
  background-image: url("/f/media/global/icon/icon-table-360-hover_2x.png");
  background-size: 30px 22px;
}
table.project-table tbody tr:hover td a.icon-link.presentation {
  background-image: url("/f/media/global/icon/icon-table-present-hover.png");
  width: 18px;
  height: 22px;
}
.bx-retina table.project-table tbody tr:hover td a.icon-link.presentation {
  background-image: url("/f/media/global/icon/icon-table-present-hover_2x.png");
  background-size: 18px 22px;
}
table.project-table tbody tr.future {
  color: rgba(0, 0, 0, 0.5);
}
table.project-table tbody tr.future a {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
table.project-table tbody tr td span.icon-link.empty {
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
  vertical-align: top;
}
.ie7 table.project-table tbody tr td span.icon-link.empty {
  display: inline;
  zoom: 1;
}
table.project-table tbody tr td span.icon-link.empty.video {
  width: 22px;
  height: 22px;
}
table.project-table tbody tr td span.icon-link.empty.copter, table.project-table tbody tr td span.icon-link.empty.tour-3d {
  width: 30px;
  height: 22px;
}
table.project-table tbody tr td a.icon-link {
  display: inline-block;
  border: none !important;
  margin-right: 10px;
  vertical-align: top;
  line-height: 18px;
}
.ie7 table.project-table tbody tr td a.icon-link {
  display: inline;
  zoom: 1;
}
table.project-table tbody tr td a.icon-link:last-child {
  margin-right: 0;
}
table.project-table tbody tr td a.icon-link.photo {
  background-image: url("/f/media/global/icon/icon-table-photos.png");
  width: 24px;
  height: 22px;
}
.bx-retina table.project-table tbody tr td a.icon-link.photo {
  background-image: url("/f/media/global/icon/icon-table-photos_2x.png");
  background-size: 24px 22px;
}
table.project-table tbody tr td a.icon-link.video {
  background-image: url("/f/media/global/icon/icon-table-video.png");
  width: 22px;
  height: 22px;
}
.bx-retina table.project-table tbody tr td a.icon-link.video {
  background-image: url("/f/media/global/icon/icon-table-video_2x.png");
  background-size: 22px 22px;
}
table.project-table tbody tr td a.icon-link.copter {
  background-image: url("/f/media/global/icon/icon-table-aero.png");
  width: 30px;
  height: 22px;
}
.bx-retina table.project-table tbody tr td a.icon-link.copter {
  background-image: url("/f/media/global/icon/icon-table-aero_2x.png");
  background-size: 30px 22px;
}
table.project-table tbody tr td a.icon-link.tour-3d {
  background-image: url("/f/media/global/icon/icon-table-360.png");
  width: 30px;
  height: 22px;
}
.bx-retina table.project-table tbody tr td a.icon-link.tour-3d {
  background-image: url("/f/media/global/icon/icon-table-360_2x.png");
  background-size: 30px 22px;
}
table.project-table tbody tr td a.icon-link.presentation {
  background-image: url("/f/media/global/icon/icon-table-present.png");
  width: 18px;
  height: 22px;
}
.bx-retina table.project-table tbody tr td a.icon-link.presentation {
  background-image: url("/f/media/global/icon/icon-table-present_2x.png");
  background-size: 18px 22px;
}
table.project-table tbody tr.selected {
  color: red;
}
table.project-table tbody tr.selected a.icon-link.photo {
  background-image: url("/f/media/global/icon/table-icon-photos-red.png");
  width: 24px;
  height: 22px;
}
.bx-retina table.project-table tbody tr.selected a.icon-link.photo {
  background-image: url("/f/media/global/icon/table-icon-photos-red_2x.png");
  background-size: 24px 22px;
}
table.project-table tbody tr.selected a.icon-link.video {
  background-image: url("/f/media/global/icon/table-icon-video-red.png");
  width: 22px;
  height: 22px;
}
.bx-retina table.project-table tbody tr.selected a.icon-link.video {
  background-image: url("/f/media/global/icon/table-icon-video-red_2x.png");
  background-size: 22px 22px;
}
table.project-table tbody tr.selected a.icon-link.copter {
  background-image: url("/f/media/global/icon/table-icon-aerial-red.png");
  width: 30px;
  height: 22px;
}
.bx-retina table.project-table tbody tr.selected a.icon-link.copter {
  background-image: url("/f/media/global/icon/table-icon-aerial-red_2x.png");
  background-size: 30px 22px;
}
table.project-table tbody tr.selected a.icon-link.tour-3d {
  background-image: url("/f/media/global/icon/table-icon-360-red.png");
  width: 30px;
  height: 22px;
}
.bx-retina table.project-table tbody tr.selected a.icon-link.tour-3d {
  background-image: url("/f/media/global/icon/table-icon-360-red_2x.png");
  background-size: 30px 22px;
}
table.project-table tbody tr.selected a.icon-link.presentation {
  background-image: url("/f/media/global/icon/table-icon-prez-red.png");
  width: 18px;
  height: 22px;
}
.bx-retina table.project-table tbody tr.selected a.icon-link.presentation {
  background-image: url("/f/media/global/icon/table-icon-prez-red_2x.png");
  background-size: 18px 22px;
}

.breadcrumbs {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs + h1, .breadcrumbs + .fancybox-title {
  margin-top: 0;
}
.breadcrumbs__item {
  margin-right: 1.3em;
  position: relative;
  display: inline-block;
}
.ie7 .breadcrumbs__item {
  display: inline;
  zoom: 1;
}
.breadcrumbs__item:after {
  content: "/";
  left: 100%;
  margin-left: 0.5em;
  top: 0;
  position: absolute;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__link {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
.breadcrumbs span {
  color: #000;
}

.sub-menu__container + .pretty-form {
  margin-top: 20px;
}
.sub-menu__container .left-menu {
  font-size: 0;
}
.sub-menu__container .left-menu li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  line-height: 25px;
}
.ie7 .sub-menu__container .left-menu li {
  display: inline;
  zoom: 1;
}
.sub-menu__container .left-menu li:last-child {
  margin-right: 0;
}
.sub-menu__container .left-menu li.active {
  color: rgb(232, 79, 64);
}
.sub-menu__container .left-menu li.active a {
  color: rgb(232, 79, 64);
  border-color: rgba(232, 79, 64, 0.3);
}
.sub-menu__container .left-menu li.menu-type-item_files {
  margin-left: 50px;
  position: relative;
}
.sub-menu__container .left-menu li.menu-type-item_files:before {
  content: "";
  position: absolute;
}
.sub-menu__container .left-menu li.menu-type-item_files:before {
  background-image: url("/f/media/global/icon/icon-menu-bank.png");
  width: 15px;
  height: 18px;
  left: -19px;
  top: 4px;
}
.bx-retina .sub-menu__container .left-menu li.menu-type-item_files:before {
  background-image: url("/f/media/global/icon/icon-menu-bank_2x.png");
  background-size: 15px 18px;
}
.sub-menu__container .left-menu li.menu-type-item_files:hover:before {
  background-image: url("/f/media/global/icon/icon-menu-bank-red.png");
  width: 15px;
  height: 18px;
}
.bx-retina .sub-menu__container .left-menu li.menu-type-item_files:hover:before {
  background-image: url("/f/media/global/icon/icon-menu-bank-red_2x.png");
  background-size: 15px 18px;
}
.sub-menu__container .left-menu li.menu-type-item_files.active:before, .sub-menu__container .left-menu li.menu-type-item_files.active:hover:before {
  background-image: url("/f/media/global/icon/icon-menu-bank-red.png");
  width: 15px;
  height: 18px;
}
.bx-retina .sub-menu__container .left-menu li.menu-type-item_files.active:before, .bx-retina .sub-menu__container .left-menu li.menu-type-item_files.active:hover:before {
  background-image: url("/f/media/global/icon/icon-menu-bank-red_2x.png");
  background-size: 15px 18px;
}

.page-nav {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  left: -25px;
  white-space: nowrap;
  vertical-align: top;
  font-size: 0;
}
.page-nav .num {
  display: inline-block;
  font-size: 30px;
  line-height: 20px;
  padding: 15px 0 15px 17px;
  margin-right: 7px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ie7 .page-nav .num {
  display: inline;
  zoom: 1;
}
.page-nav .num.more {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
}
.page-nav .num a, .page-nav .num span {
  border: none;
  display: inline-block;
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
  color: #000;
}
.page-nav .num.selected {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding-right: 17px;
  margin-right: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.map__box__item {
  background: #fff;
  width: 380px;
  position: absolute;
  right: 105px;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
  padding: 40px 45px;
  z-index: 1;
}
@media (max-width: 767px) {
  .map__box__item {
    right: 0;
    left: 0;
    width: 100%;
  }
}

.navigation {
  position: relative;
  font-size: 0;
}
@media (max-width: 991px) {
  .navigation {
    margin-bottom: 25px;
  }
}
.navigation__item {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.ie7 .navigation__item {
  display: inline;
  zoom: 1;
}
.navigation__item.selected {
  color: rgb(232, 79, 64);
}
.navigation__item.selected a {
  color: rgb(232, 79, 64);
  border-color: rgba(232, 79, 64, 0.3);
}
.navigation__item.item-info {
  margin-right: 0;
  position: relative;
  margin-left: -3px;
}
.navigation__item.item-info:before {
  content: "";
  position: absolute;
}
.navigation__item.item-info:before {
  position: relative;
  top: 3px;
  display: inline-block;
  background-image: url("/f/media/global/icon/icon-menu-information.png");
  width: 15px;
  height: 18px;
  margin-right: 3px;
}
.ie7 .navigation__item.item-info:before {
  display: inline;
  zoom: 1;
}
.bx-retina .navigation__item.item-info:before {
  background-image: url("/f/media/global/icon/icon-menu-information_2x.png");
  background-size: 15px 18px;
}
.navigation__item.item-info:hover:before {
  background-image: url("/f/media/global/icon/icon-menu-information-red.png");
  width: 15px;
  height: 18px;
}
.bx-retina .navigation__item.item-info:hover:before {
  background-image: url("/f/media/global/icon/icon-menu-information-red_2x.png");
  background-size: 15px 18px;
}
.navigation__item.item-info.selected:before {
  background-image: url("/f/media/global/icon/icon-menu-information-red.png");
  width: 15px;
  height: 18px;
}
.bx-retina .navigation__item.item-info.selected:before {
  background-image: url("/f/media/global/icon/icon-menu-information-red_2x.png");
  background-size: 15px 18px;
}

.header {
  z-index: 2;
  position: relative;
}
.header__icons {
  margin-bottom: 25px;
}
.header__icons .search {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -542px -283px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  margin-bottom: 15px;
}
.header__icons .search:hover, .no_scroll .header__icons .search {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -565px -283px;
  width: 19px;
  height: 19px;
}
.header__icons .lang a {
  color: #8d8e91;
  border-color: rgba(141, 142, 145, 0.3);
  display: inline-block;
}
.ie7 .header__icons .lang a {
  display: inline;
  zoom: 1;
}
.header__icons .logo {
  position: absolute;
  top: -5px;
  left: 50px;
}
.header__menu .navigation__item a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}
.header__personal {
  float: right;
}
.header__personal a {
  color: #8d8e91;
  border-color: rgba(141, 142, 145, 0.3);
}
.header__personal .logout {
  margin-left: 10px;
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -22px -335px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 5px;
  width: 18px;
  height: 18px;
}
.ie7 .header__personal .logout {
  display: inline;
  zoom: 1;
}

@media (max-width: 768px) {
  footer {
    padding-left: 40px !important;
    padding-top: 0 !important;
  }
}
footer.container-fluid {
  padding: 25px 40px;
}
footer .footer__inner {
  height: 65px;
  position: relative;
  color: #8d8e91;
}
footer .footer__inner .copyright {
  font-size: 12px;
  line-height: 18px;
}
footer .footer__inner .copyright a {
  margin-left: 13px;
}
@media (max-width: 768px) {
  footer .footer__inner .copyright {
    float: none;
    margin-bottom: 25px;
  }
}
footer .footer__inner .artlebedev {
  float: right;
  margin-right: 30px;
  padding: 0 0 0 100px;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  width: 310px;
}
.ie7 footer .footer__inner .artlebedev {
  display: inline;
  zoom: 1;
}
footer .footer__inner .artlebedev img {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 768px) {
  footer .footer__inner .artlebedev {
    float: none;
    margin-bottom: 20px;
    min-height: 38px;
  }
}

.breadcrumbs {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs + h1, .breadcrumbs + .fancybox-title {
  margin-top: 0;
}
.breadcrumbs__item {
  margin-right: 1.3em;
  position: relative;
  display: inline-block;
}
.ie7 .breadcrumbs__item {
  display: inline;
  zoom: 1;
}
.breadcrumbs__item:after {
  content: "/";
  left: 100%;
  margin-left: 0.5em;
  top: 0;
  position: absolute;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__link {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
.breadcrumbs span {
  color: #000;
}

.popup {
  position: absolute;
  z-index: 2;
}
.popup__fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  z-index: 202;
}
.popup_context {
  background: #545265;
  -webkit-box-shadow: inset 0 0 10px 0px rgba(95, 134, 133, 0.5);
  -moz-box-shadow: inset 0 0 10px 0px rgba(95, 134, 133, 0.5);
  -o-box-shadow: inset 0 0 10px 0px rgba(95, 134, 133, 0.5);
  -ms-box-shadow: inset 0 0 10px 0px rgba(95, 134, 133, 0.5);
  box-shadow: inset 0 0 10px 0px rgba(95, 134, 133, 0.5);
}
.popup_context .popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup_context .popup_close:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  opacity: 0.5;
}
.popup_text {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none !important;
  padding: 30px 100px 30px 30px;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 150px;
  left: 20%;
  right: 20%;
  bottom: 150px;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.23s ease;
}
.popup_text.is-open {
  opacity: 1;
  visibility: visible;
}
.popup_text .popup_close {
  top: 27px;
  right: 27px;
}
.popup_text .popup_close:before {
  content: "×";
  font-size: 30px;
}
.popup_text-fader {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  z-index: 5 !important;
  transition: opacity 0.23s ease;
}
.popup_text-fader.is-open {
  opacity: 1;
  visibility: visible;
}
.popup__company_map {
  border: 1px solid rgb(232, 79, 64);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: rgb(232, 79, 64);
  color: #fff;
  padding: 20px;
}
.popup__company_map:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -511px -283px;
  width: 27px;
  height: 21px;
  margin-left: -13.5px;
  bottom: -21px;
}
.popup__company_map a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.popup__company_map a:hover {
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.popup__company_map .popup__company_map__name {
  margin-bottom: 5px;
}
.popup__company_map .popup__company_map__item {
  margin-bottom: 15px;
}
.popup__company_map .popup__company_map__item:last-child {
  margin-bottom: 0;
}
.popup__company_map .popup__company_map__note {
  color: #fff;
}
.popup__company_map.future {
  background: #fff;
  color: #000;
}
.popup__company_map.future:after {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -480px -283px;
  width: 27px;
  height: 21px;
  margin-left: -13.5px;
  bottom: -21px;
}
.popup__company_map.future a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}
.popup__company_map.future a:hover {
  color: rgb(232, 79, 64) !important;
  border-color: rgba(232, 79, 64, 0.3) !important;
}
.popup__company_map.future .popup__company_map__note {
  color: rgba(0, 0, 0, 0.5);
}
.popup__home_map {
  color: #fff;
  font-size: 14px;
  padding: 17px 25px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: rgb(232, 79, 64);
  border: 1px solid rgb(232, 79, 64);
  width: 245px;
}
.popup__home_map:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -127px -335px;
  width: 18px;
  height: 12px;
  left: 50%;
  top: 100%;
  margin-left: -9px;
}
.popup__home_map:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -511px -283px;
  width: 27px;
  height: 21px;
  margin-left: -13.5px;
  bottom: -21px;
}
.popup__home_map .popup__home-close {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  font-size: 20px;
}
.popup__home_map .popup__home_map__name {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}
.popup__home_map a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.popup__home_map a:hover {
  color: #000 !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.popup__home_map.future {
  color: #000;
  border-color: rgb(232, 79, 64);
  background: #fff;
}
.popup__home_map.future:after {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -480px -283px;
  width: 27px;
  height: 21px;
  margin-left: -13.5px;
  bottom: -21px;
}
.popup__home_map.future a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
}
.popup__home_map.future a:hover {
  color: rgb(232, 79, 64) !important;
  border-color: rgba(232, 79, 64, 0.3) !important;
}
.popup__home_map.future .popup__home_map__logo__item img {
  -webkit-filter: invert(100%);
  opacity: 0.35;
}
.popup__home_map .popup__home_map__logo {
  margin-top: 15px;
  font-size: 0;
}
.popup__home_map .popup__home_map__logo__item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.ie7 .popup__home_map .popup__home_map__logo__item {
  display: inline;
  zoom: 1;
}
.popup__home_map .popup__home_map__logo__item:last-child {
  margin-right: 0;
}
.popup__home_map .popup__home_map__logo__item img {
  height: 17px;
}
.popup__header-search {
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.97);
  height: 67px;
}
.popup__header-search .popup__header__inner {
  position: fixed;
  padding: 17px 40px 0;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 67px;
  z-index: 202;
  background: rgba(255, 255, 255, 0.7);
}
.popup__header-search .popup_close {
  position: fixed;
  right: 40px;
  top: 21px;
  cursor: pointer;
  z-index: 203;
  background-image: url("/f/media/global/icon/icon-search-close.png");
  width: 24px;
  height: 24px;
}
.bx-retina .popup__header-search .popup_close {
  background-image: url("/f/media/global/icon/icon-search-close_2x.png");
  background-size: 24px 24px;
}
.popup__header-search .popup_close:hover {
  background-image: url("/f/media/global/icon/icon-search-close-hover.png");
  width: 24px;
  height: 24px;
}
.bx-retina .popup__header-search .popup_close:hover {
  background-image: url("/f/media/global/icon/icon-search-close-hover_2x.png");
  background-size: 24px 24px;
}
.popup__header-search .popup_close.icon {
  right: auto;
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -565px -283px;
  width: 19px;
  height: 19px;
}
.popup__header-search .spinner {
  left: auto;
  right: 0;
  display: none;
}
.popup__header-search.loaded .spinner {
  display: block;
}
.popup__header-search input[type=search] {
  background-color: transparent;
  border: none;
  background-image: none;
  padding-left: 30px;
  padding-right: 0;
}
.popup__header-search .pretty-form {
  margin-bottom: 0;
  position: relative;
}
.popup__header-search .search-results {
  background: rgba(255, 255, 255, 0.97);
  padding: 0 0 30px;
  position: relative;
  margin: 67px 0 0;
}
.popup__header-search .search-results .more-result {
  color: #999;
  border-color: rgba(153, 153, 153, 0.3);
}
.popup__header-search .search-results__inner {
  margin: 0 auto;
  padding: 0 0 0 71px;
}
.popup__header-search .search-results__header {
  color: #999;
  margin-bottom: 15px;
}
.popup__header-search .search-results__header a {
  color: #999;
  border-color: rgba(153, 153, 153, 0.3);
}
.popup__header-search .search-results__all {
  margin-bottom: 15px;
}
.popup__header-search .search-results__data-head {
  font-size: 12px;
  margin-bottom: 12px;
  color: #999;
}
.popup__header-search .search-results__item {
  margin-bottom: 15px;
}
.popup__header-search .search-results__item li {
  margin-bottom: 10px;
}
.popup__header-search .search-results__item li:last-child {
  margin-bottom: 0;
}
.popup__header-search .search-results__section {
  padding-bottom: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  position: relative;
  max-height: 5.5em;
  overflow: hidden;
}
.popup__header-search .search-results__section_text {
  line-height: 1.4;
  max-height: 3.7em;
  color: rgba(0, 0, 0, 0.5);
}
.popup__header-search .search-results__link {
  margin-bottom: 10px;
  font-size: 16px;
}

.foldable {
  margin-top: 50px;
}
.foldable .foldable-control {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.foldable .foldable-control.open a:before, .foldable .foldable-control.open .pseudo:before {
  -webkit-transform: "rotate(180deg)";
  -moz-transform: "rotate(180deg)";
  -o-transform: "rotate(180deg)";
  -ms-transform: "rotate(180deg)";
  transform: "rotate(180deg)";
}
.foldable .foldable-control a, .foldable .foldable-control .pseudo {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}
.foldable .foldable-control a:before, .foldable .foldable-control .pseudo:before {
  content: "";
  position: absolute;
}
.ie7 .foldable .foldable-control a, .ie7 .foldable .foldable-control .pseudo {
  display: inline;
  zoom: 1;
}
.foldable .foldable-control a:before, .foldable .foldable-control .pseudo:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -424px -311px;
  width: 7px;
  height: 3px;
  right: -11px;
  top: 50%;
  margin-top: -1.5px;
}
.foldable .foldable-content {
  margin: 25px 0 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
  max-height: 1500px;
}
.foldable .foldable-content.hidden-foldable {
  max-height: 0;
  margin-bottom: 25px;
}

.similar {
  margin: 25px 0 50px;
}
.similar .item {
  margin-bottom: 15px;
}
.similar .item .date {
  color: #8d8e91;
  position: absolute;
  right: 100%;
  margin-right: 15px;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 767px) {
  .similar .item .date {
    position: relative;
    right: auto;
    margin-right: 0;
    text-align: left;
  }
}

.gallery-row {
  font-size: 0;
}
.gallery-row__item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 25px;
}
.ie7 .gallery-row__item {
  display: inline;
  zoom: 1;
}
.gallery-row__item:last-child {
  margin-right: 0;
}

.project-data {
  z-index: 1;
}
.project-data svg {
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.project-data svg path,
.project-data svg polygon {
  stroke: #5DB4F4 !important;
}
.project-data__item {
  color: #5DB4F4;
  width: 100%;
  position: absolute;
  padding: 25px 0;
}
.project-data__item-map {
  position: absolute;
  top: -10%;
  left: -10%;
  right: 30px;
}
.project-data__item-wrapper {
  position: relative;
  top: 0;
  left: 20px;
}
.project-data__item-info {
  line-height: 30px;
}
.project-data__item-info-name {
  display: inline-block;
  vertical-align: middle;
  width: 5em;
  font: 100 12px/16px "Roboto", sans-serif;
  margin-right: 30px;
}
.project-data__item-info-value {
  display: inline-block;
  vertical-align: middle;
  font: 100 30px/40px "Roboto", sans-serif;
}
.project-data__item-info-value span {
  font-size: 16px;
}
.project-data__item_6 .project-data__item-map {
  left: -25%;
  width: 500px;
  top: 0;
}
.project-data__item_7 .project-data__item-map {
  width: 430px;
}
.project-data__item_8 .project-data__item-map {
  width: 640px;
}
.project-data__item_9 .project-data__item-map {
  width: 410px;
  left: -5%;
}
.project-data__item_10 .project-data__item-map {
  width: 460px;
}
.project-data__item_11 .project-data__item-map {
  top: -30%;
  width: 630px;
}
.msie .project-data__item {
  display: none;
}

.page-en.page-class-rents .project-data__item-wrapper {
  left: 5px !important;
}
.page-en.page-class-rents .project-data__item-info-name {
  margin-right: 13px !important;
}

.spinner {
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.spinner__loader {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  border: 8px solid transparent;
  background: url("/f/media/global/prldr.png") center center no-repeat;
  -webkit-animation: spinthis 800ms infinite;
  animation: spinthis 800ms infinite;
  animation-timing-function: linear;
}
.spinner_min {
  width: 20px;
  height: 20px;
}
.spinner_min .spinner__loader {
  width: 20px;
  height: 20px;
  background: url("/f/media/global/prldr-min.png") center center no-repeat;
}

@-webkit-keyframes spinthis {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinthis {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.control-load-blocks {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}
@media (max-width: 768px) {
  .control-load-blocks {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -o-opacity: 1 !important;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
  }
}
.msie .control-load-blocks, .mobile .control-load-blocks, .slow-mode .control-load-blocks, .touchevents .control-load-blocks {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  -ms-opacity: 1 !important;
  opacity: 1 !important;
}

.news-to-project {
  position: absolute;
  bottom: 0;
  width: 25%;
  max-width: 300px;
  left: 100%;
  opacity: 0.5;
}
.news-to-project__data {
  position: absolute;
  top: 10%;
  left: 10%;
  max-width: 180px;
  padding-right: 15px;
  font-size: 14px;
  z-index: 2;
}
.news-to-project__data a {
  color: #aaa;
  border-color: rgba(170, 170, 170, 0.3);
}
.news-to-project__plane {
  position: relative;
  z-index: 1;
}
.news-to-project__plane svg {
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 1200px) {
  .news-to-project {
    width: 28%;
  }
  .news-to-project__data {
    position: relative;
    top: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .news-to-project {
    display: none;
  }
}
@media (min-width: 1500px) {
  .news-to-project {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .news-to-project {
    width: 40%;
  }
}
.wo-image .news-to-project {
  position: relative;
  height: 2.5em;
  vertical-align: middle;
  width: 100%;
  left: auto;
  margin-top: 25px;
  max-width: none;
  opacity: 1;
}
.wo-image .news-to-project svg {
  height: 100% !important;
  width: auto !important;
}
.wo-image .news-to-project:after {
  content: "";
  clear: both;
  display: block;
}
.wo-image .news-to-project .news-to-project__data {
  display: inline-block;
  max-width: 10em;
  position: relative;
  left: auto;
  top: auto;
  padding-top: 0 !important;
}
.wo-image .news-to-project .news-to-project__plane {
  display: inline-block;
  float: left;
  padding-right: 10px;
  height: 50px;
}
.msie .news-to-project .news-to-project__plane {
  height: 90px;
  width: 150px;
  padding: 3px;
  margin-right: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: transparent;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 50px;
  height: 50px;
  background: url("/f/media/global/prldr.png") center center no-repeat;
  -webkit-animation: spinthis 800ms infinite;
  animation: spinthis 800ms infinite;
  animation-timing-function: linear;
}

.fancybox-close {
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 8040;
  border: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  background-image: url("/f/media/global/icon/icon-popup-close.png");
  width: 24px;
  height: 24px;
}
.ie7-8 .fancybox-close {
  filter: "alpha(opacity = 60)";
}
.bx-retina .fancybox-close {
  background-image: url("/f/media/global/icon/icon-popup-close_2x.png");
  background-size: 24px 24px;
}
.fancybox-close:hover {
  opacity: 1;
}
.ie7-8 .fancybox-close:hover {
  filter: "alpha(opacity = 100)";
}
.fancybox-mobile .fancybox-close {
  top: 10% !important;
}

.fancybox-nav {
  position: fixed;
  top: 100px;
  bottom: 0;
  width: 30%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/f/media/global/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  z-index: 8040;
}
.fancybox-nav:hover span {
  opacity: 1;
}
.ie7-8 .fancybox-nav:hover span {
  filter: "alpha(opacity = 100)";
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 8040;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  margin-top: -15px;
  display: block;
}
.ie7-8 .fancybox-nav span {
  filter: "alpha(opacity = 60)";
}
.fancybox-nav.fancybox-prev {
  left: 0;
}
.fancybox-nav.fancybox-prev span {
  background-image: url("/f/media/global/icon/icon-popup-arrow-left.png");
  width: 18px;
  height: 30px;
  left: 50px;
}
.bx-retina .fancybox-nav.fancybox-prev span {
  background-image: url("/f/media/global/icon/icon-popup-arrow-left_2x.png");
  background-size: 18px 30px;
}
.fancybox-nav.fancybox-next {
  right: 0;
}
.fancybox-nav.fancybox-next span {
  right: 50px;
  background-image: url("/f/media/global/icon/icon-popup-arrow-right.png");
  width: 18px;
  height: 30px;
}
.bx-retina .fancybox-nav.fancybox-next span {
  background-image: url("/f/media/global/icon/icon-popup-arrow-right_2x.png");
  background-size: 18px 30px;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(24, 28, 37, 0.8);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  text-shadow: none;
  z-index: 8050;
  position: absolute;
  bottom: 110%;
  font-family: "Roboto";
}
@media (max-width: 767px) {
  .fancybox-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  top: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/** page style */
.page.page-class-home {
  position: relative;
}
.page.page-class-home .layout {
  /** 768 - 990 */
  /** 990 - 1200 */
  /** >=1200 */
}
@media (min-width: 768px) {
  .page.page-class-home .layout {
    height: 2690px;
  }
}
@media (min-width: 992px) {
  .page.page-class-home .layout {
    height: 2190px;
  }
}
@media (min-width: 1199px) {
  .page.page-class-home .layout {
    height: 2100px;
  }
}
.page.page-class-home footer {
  position: relative;
  padding-bottom: 5px;
  z-index: 1;
  padding-left: 85px;
}

.home {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  .home__objects {
    min-height: 350px;
  }
}
.home__objects .switcher_view {
  position: relative;
  z-index: 1;
}
.home__objects .switcher_view.home__list {
  margin: 25px 0 25px 35px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home__objects .switcher_view.home__list {
    margin-left: 0;
  }
}
.home__objects .switcher_view.home__paralax {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  background-size: 100% 100%;
}
.home__objects .switcher_view.home__paralax .slide {
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  padding: 30px 0 30px 35px;
  background: #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
  -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  /** 768 - 990 */
  /** 990 - 1200 */
  /** >=1200 */
}
.home__objects .switcher_view.home__paralax .slide.fade-in {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
@media (max-width: 768px) {
  .home__objects .switcher_view.home__paralax .slide {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -o-opacity: 1 !important;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
  }
}
.home__objects .switcher_view.home__paralax .slide .image {
  display: none;
  position: absolute;
  width: 35%;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  -webkit-background-size: 400px auto;
  -moz-background-size: 400px auto;
  -o-background-size: 400px auto;
  -ms-background-size: 400px auto;
  background-size: 400px auto;
  background-repeat: no-repeat;
}
.home__objects .switcher_view.home__paralax .slide .square {
  font-size: 36px;
  line-height: 43px;
  color: #191919;
}
.home__objects .switcher_view.home__paralax .slide .square .unit {
  font-size: 19px;
}
.home__objects .switcher_view.home__paralax .slide .name {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.home__objects .switcher_view.home__paralax .slide .name a {
  color: #191919;
  border-color: rgba(25, 25, 25, 0.3);
}
.home__objects .switcher_view.home__paralax .slide .date-open {
  font-size: 12px;
  line-height: 20px;
  color: #79797b;
}
@media (max-width: 768px) {
  .home__objects .switcher_view.home__paralax .slide .image-mask,
  .home__objects .switcher_view.home__paralax .slide canvas,
  .home__objects .switcher_view.home__paralax .slide .map-area,
  .home__objects .switcher_view.home__paralax .slide .video-with-mask,
  .home__objects .switcher_view.home__paralax .slide video {
    display: none !important;
  }
  .home__objects .switcher_view.home__paralax .slide .image {
    display: block !important;
  }
  .home__objects .switcher_view.home__paralax .slide .info {
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  .home__objects .switcher_view.home__paralax .slide {
    position: fixed;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 50%;
    padding: 0;
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  html.msie .home__objects .switcher_view.home__paralax .slide {
    -webkit-transition: -webkit-transform none;
    -moz-transition: -moz-transform none;
    -o-transition: -o-transform none;
    transition: transform none;
  }
  .home__objects .switcher_view.home__paralax .slide.no_background {
    background-image: none !important;
  }
  .home__objects .switcher_view.home__paralax .slide .video-with-mask {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -o-transform: scale(0.88);
    -ms-transform: scale(0.88);
    transform: scale(0.88);
  }
  html.msie .home__objects .switcher_view.home__paralax .slide .video-with-mask {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
  }
  .home__objects .switcher_view.home__paralax .slide .image-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  html.msie .home__objects .switcher_view.home__paralax .slide .image-mask {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
  }
  .home__objects .switcher_view.home__paralax .slide .image-mask:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  html.msie .home__objects .switcher_view.home__paralax .slide .image-mask:before {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
  }
  .home__objects .switcher_view.home__paralax .slide .image-mask:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .home__objects .switcher_view.home__paralax .slide .map-area {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .home__objects .switcher_view.home__paralax .slide .map-area img[usemap] {
    opacity: 0;
  }
  .home__objects .switcher_view.home__paralax .slide .map-area img[usemap],
  .home__objects .switcher_view.home__paralax .slide .map-area map area {
    outline: none;
    border: none;
  }
  .home__objects .switcher_view.home__paralax .slide .info {
    z-index: 2;
    position: absolute;
    display: none;
  }
  .home__objects .switcher_view.home__paralax .slide .info .broker-contacts {
    display: none;
    margin-top: 5px;
  }
  .home__objects .switcher_view.home__paralax .slide.smart-hover .video-with-mask {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .home__objects .switcher_view.home__paralax .slide.smart-hover .map-area {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .home__objects .switcher_view.home__paralax .slide.smart-hover .image-mask {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .home__objects .switcher_view.home__paralax .slide.smart-hover .image-mask:before {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .home__objects .switcher_view.home__paralax .slide.smart-hover .image-mask:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus {
    background: transparent url("/f/media/home/scheme-trc-oceania.png") 0 0 no-repeat;
    width: 682px;
    height: 405px;
    z-index: 2;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus {
    background: transparent url("/f/media/home/scheme-trc-oceania.png") 0 0 no-repeat !important;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania .image-mask:before,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus .image-mask:before {
    background: url("/f/media/home/scheme_shadow-trc-oceania.png") 0 0 no-repeat;
    width: 899px;
    height: 622px;
    margin-left: -449px;
    margin-top: -311px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania .image-mask:after,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-trc-oceania.png") 0 0 no-repeat;
    -webkit-background-size: 682px 405px;
    -moz-background-size: 682px 405px;
    -o-background-size: 682px 405px;
    -ms-background-size: 682px 405px;
    background-size: 682px 405px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania .image-mask img,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus .image-mask img {
    width: 682px;
    height: 405px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania .info,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus .info {
    left: 221px;
    top: 37px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania .brands,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus .brands {
    width: 100px;
    right: 110px;
    top: 105px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor {
    background: transparent url("/f/media/home/scheme-trc-khor.png") 0 0 no-repeat;
    width: 484px;
    height: 366px;
    z-index: 1;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor .image-mask:before {
    background: url("/f/media/home/scheme_shadow-trc-khor.png") 0 0 no-repeat;
    width: 712px;
    height: 608px;
    margin-left: -356px;
    margin-top: -304px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-trc-khor.png") 0 0 no-repeat;
    -webkit-background-size: 484px 366px;
    -moz-background-size: 484px 366px;
    -o-background-size: 484px 366px;
    -ms-background-size: 484px 366px;
    background-size: 484px 366px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor .image-mask img {
    width: 484px;
    height: 366px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor .info {
    left: 66px;
    top: 33px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor .brands {
    width: 300px;
    right: 70px;
    top: 200px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus {
    background: transparent url("/f/media/home/scheme-trc-columbus.png") 0 0 no-repeat;
    width: 550px;
    height: 370px;
    z-index: 3;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus .image-mask:before {
    background: url("/f/media/home/scheme_shadow-trc-columbus.png") 0 0 no-repeat;
    width: 550px;
    height: 370px;
    margin-left: -275px;
    margin-top: -185px;
    scale: 1.3;
    background-size: 100% 100%;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-trc-columbus.png") 0 0 no-repeat;
    -webkit-background-size: 550px 370px;
    -moz-background-size: 550px 370px;
    -o-background-size: 550px 370px;
    -ms-background-size: 550px 370px;
    background-size: 550px 370px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus .image-mask img {
    width: 550px;
    height: 370px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus .info {
    left: 45px;
    top: 78px;
    max-width: 40%;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar {
    background: transparent url("/f/media/home/scheme-trc-galereyakrasnodar.png") 0 0 no-repeat;
    width: 764px;
    height: 306px;
    z-index: 3;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar .image-mask:before {
    background: url("/f/media/home/scheme_shadow-trc-galereyakrasnodar.png") 0 0 no-repeat;
    width: 1000px;
    height: 542px;
    margin-left: -500px;
    margin-top: -271px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-trc-galereyakrasnodar.png") 0 0 no-repeat;
    -webkit-background-size: 764px 306px;
    -moz-background-size: 764px 306px;
    -o-background-size: 764px 306px;
    -ms-background-size: 764px 306px;
    background-size: 764px 306px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar .image-mask img {
    width: 764px;
    height: 306px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar .info {
    left: 495px;
    top: 78px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar .brands {
    width: 200px;
    right: 400px;
    top: 60px;
    text-align: right;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall {
    background: transparent url("/f/media/home/scheme-foodhall.png") 0 0 no-repeat;
    width: 590px;
    height: 355px;
    z-index: 3;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall .image-mask:before {
    background: url("/f/media/home/scheme_shadow-foodhall.png") 0 0 no-repeat;
    width: 590px;
    height: 355px;
    margin-left: -295px;
    margin-top: -178px;
    scale: 1.3;
    background-size: 100% 100%;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-foodhall.png") 0 0 no-repeat;
    -webkit-background-size: 590px 355px;
    -moz-background-size: 590px 355px;
    -o-background-size: 590px 355px;
    -ms-background-size: 590px 355px;
    background-size: 590px 355px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall .image-mask img {
    width: 590px;
    height: 355px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall .info {
    left: 45px;
    top: 78px;
    max-width: 40%;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceanplaza {
    background: transparent url("/f/media/home/scheme-trc-oceanplaza.png") 0 0 no-repeat;
    width: 587px;
    height: 531px;
    z-index: 4;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceanplaza .image-mask:before {
    background: url("/f/media/home/scheme_shadow-trc-oceanplaza.png") 0 0 no-repeat;
    width: 811px;
    height: 758px;
    margin-left: -405px;
    margin-top: -379px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceanplaza .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-trc-oceanplaza.png") 0 0 no-repeat;
    -webkit-background-size: 587px 531px;
    -moz-background-size: 587px 531px;
    -o-background-size: 587px 531px;
    -ms-background-size: 587px 531px;
    background-size: 587px 531px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceanplaza .image-mask img {
    width: 587px;
    height: 531px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceanplaza .brands {
    top: 265px;
    width: 100%;
    left: 20px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceanplaza .info {
    left: 60px;
    top: 43px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib {
    background: transparent url("/f/media/home/scheme-trc-novosib.png") 0 0 no-repeat;
    width: 555px;
    height: 414px;
    z-index: 6;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib .brands {
    width: 219px;
    right: 30px;
    top: -5px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib .image-mask:before {
    background: url("/f/media/home/scheme_shadow-trc-novosib.png") 0 0 no-repeat;
    width: 785px;
    height: 652px;
    margin-left: -392px;
    margin-top: -326px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-trc-novosib.png") 0 0 no-repeat;
    -webkit-background-size: 555px 414px;
    -moz-background-size: 555px 414px;
    -o-background-size: 555px 414px;
    -ms-background-size: 555px 414px;
    background-size: 555px 414px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib .image-mask img {
    width: 555px;
    height: 414px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib .info {
    left: 263px;
    top: 22px;
    width: 220px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall {
    background: transparent url("/f/media/home/scheme-trc-moremall.png") 0 0 no-repeat;
    width: 865px;
    height: 396px;
    z-index: 5;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall .image-mask:before {
    background: url("/f/media/home/scheme_shadow-trc-moremall.png") 0 0 no-repeat;
    width: 1077px;
    height: 612px;
    margin-left: -538px;
    margin-top: -306px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall .image-mask:after {
    background: transparent url("/f/media/home/scheme_mask_invert-trc-moremall.png") 0 0 no-repeat;
    -webkit-background-size: 865px 396px;
    -moz-background-size: 865px 396px;
    -o-background-size: 865px 396px;
    -ms-background-size: 865px 396px;
    background-size: 865px 396px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall .image-mask img {
    width: 865px;
    height: 396px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall .info {
    left: 100px;
    top: 119px;
  }
  .home__objects .switcher_view.home__paralax .slide .brands {
    width: 100px;
    right: 329px;
    top: 135px;
  }
  .home__objects .switcher_view.home__paralax .slide .image {
    display: none;
  }
}
@media (min-width: 768px) {
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus {
    margin-left: -282px;
    top: 180px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor {
    margin-left: -360px;
    top: 410px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar {
    margin-left: -390px;
    top: 1140px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall {
    margin-left: -410px;
    top: 1450px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus {
    margin-left: -190px;
    top: 750px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib {
    margin-left: -185px;
    top: 1850px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall {
    margin-left: -430px;
    top: 2245px;
  }
}
@media (min-width: 992px) {
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania,
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus {
    margin-left: -220px;
    top: 144px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor {
    margin-left: -527px;
    top: 225px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar {
    margin-left: -510px;
    top: 800px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall {
    margin-left: -70px;
    top: 1100px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus {
    margin-left: -40px;
    top: 510px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib {
    margin-left: -530px;
    top: 1320px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall {
    margin-left: -280px;
    top: 1600px;
  }
}
@media (min-width: 1199px) {
  .home__objects .switcher_view.home__paralax .slide.project-trc-oceania {
    margin-left: -330px;
    top: 137px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trts-columbus {
    top: 2000px;
    margin-left: -330px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-khor {
    margin-left: -580px;
    top: 300px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-galereyakrasnodar {
    margin-left: -570px;
    top: 780px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-foodhall {
    margin-left: 0;
    top: 1090px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-columbus {
    margin-left: 0;
    top: 440px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-novosib {
    margin-left: -600px;
    top: 1210px;
  }
  .home__objects .switcher_view.home__paralax .slide.project-trc-moremall {
    margin-left: -260px;
    top: 1500px;
  }
}
.home__objects .switcher_view.home__map {
  position: absolute;
  left: -40px;
  top: -115px;
  right: -40px;
  background: url("/f/media/home/tps-index-map.webp") -400px 0 no-repeat;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .home__objects .switcher_view.home__map {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: -35px !important;
    background: none;
    margin: 25px 0;
  }
}
.home__objects .switcher_view.home__map .home__map__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}
.ie7 .home__objects .switcher_view.home__map .home__map__pin {
  display: inline;
  zoom: 1;
}
.home__objects .switcher_view.home__map .home__map__pin .city {
  display: block;
  font-weight: bold;
}
.home__objects .switcher_view.home__map .home__map__pin .city .pseudo {
  border: none;
  color: black !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.home__objects .switcher_view.home__map .home__map__pin .name .pseudo {
  color: #000;
  border-color: rgba(0, 0, 0, 0.3);
  line-height: 16px;
}
.home__objects .switcher_view.home__map .home__map__pin.hide-pin .icon {
  display: none;
}
.home__objects .switcher_view.home__map .home__map__pin .icon {
  position: absolute;
  content: "";
  display: block;
  background-image: url("/f/media/home/icon-pin-map.png");
  width: 35px;
  height: 47px;
  top: -47px;
  left: -17px;
  cursor: pointer;
}
.bx-retina .home__objects .switcher_view.home__map .home__map__pin .icon {
  background-image: url("/f/media/home/icon-pin-map_2x.png");
  background-size: 35px 47px;
}
.home__objects .switcher_view.home__map .home__map__pin.future .icon {
  background-image: url("/f/media/home/icon-pin-map-future.png");
  width: 35px;
  height: 47px;
}
.bx-retina .home__objects .switcher_view.home__map .home__map__pin.future .icon {
  background-image: url("/f/media/home/icon-pin-map-future_2x.png");
  background-size: 35px 47px;
}
.home__objects .switcher_view.home__map .home__map__pin.moremoll-moskva {
  left: 345px;
  top: 540px;
}
.home__objects .switcher_view.home__map .home__map__pin.krylya-moskva {
  left: 345px;
  top: 588px;
}
.home__objects .switcher_view.home__map .home__map__pin.krylya-moskva .icon {
  top: -95px;
  left: 0;
}
.home__objects .switcher_view.home__map .home__map__pin.trc-columbus {
  left: 345px;
  top: 614px;
}
.home__objects .switcher_view.home__map .home__map__pin.trc-columbus .icon {
  top: -121px;
  left: 17px;
}
.home__objects .switcher_view.home__map .home__map__pin.trts-ocean-plaza-kiev {
  left: 255px;
  top: 645px;
  width: 100px;
}
.home__objects .switcher_view.home__map .home__map__pin.trc-galereya-novosibirsk {
  left: 855px;
  top: 555px;
}
.home__objects .switcher_view.home__map .home__map__pin.trts-galereya-krasnodar {
  left: 365px;
  top: 740px;
  width: 175px;
}
.home__objects .switcher_view.home__map .home__map__pin.foodhall {
  left: 365px;
  top: 740px;
  width: 175px;
}
.home__objects .switcher_view.home__map .home__map__pin.foodhall .icon {
  left: 0;
}
.home__objects .switcher_view.home__map .home__map__pin.foodhall .name {
  position: absolute;
  top: 50px;
}
.home__objects .switcher_view.home__map .home__map__pin.trts-moremoll-sochi {
  left: 365px;
  top: 822px;
}
.home__objects .switcher_view.home__map .home__map__pin.trts-moremoll-sochi .icon {
  top: -129px;
  left: 17px;
}
.home__objects .switcher_view.home__map .coverage__list__item {
  margin-bottom: 10px;
}
.home__objects .switcher_view.home__map .coverage__list__item:first-child .city {
  margin-top: 0;
}
.home__objects .switcher_view.home__map .coverage__list__item.future a {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
.home__objects .switcher_view.home__map .coverage__list__item:last-child {
  margin-bottom: 0;
}
.home__objects .switcher_view.home__map .coverage__list__item .city {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 25px;
}
.home__objects_control {
  width: 35px;
  position: fixed;
  left: 35px;
  bottom: 30px;
  text-align: center;
  z-index: 200;
}
@media (max-width: 991px) {
  .home__objects_control {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    left: auto;
    bottom: auto;
  }
  .home__objects_control .item {
    vertical-align: top;
  }
  .home__objects_control .item.for-home__map {
    position: relative;
    top: -5px;
  }
}
.home__objects_control .item {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.ie7 .home__objects_control .item {
  display: inline;
  zoom: 1;
}
.home__objects_control .item:last-child {
  margin-bottom: 0;
}
.home__objects_control .item.selected {
  cursor: default;
}
.home__objects_control .item.selected .pseudo {
  cursor: default;
}
.home__objects_control .item .pseudo {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none !important;
}
.home__objects_control .item.for-home__paralax {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -268px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__paralax:hover {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -385px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__paralax.selected, .home__objects_control .item.for-home__paralax.selected:hover {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -229px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__map {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -112px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__map:hover {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -190px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__map.selected, .home__objects_control .item.for-home__map.selected:hover {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -151px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__list {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -307px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__list:hover {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -73px -283px;
  width: 35px;
  height: 35px;
}
.home__objects_control .item.for-home__list.selected, .home__objects_control .item.for-home__list.selected:hover {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -346px -283px;
  width: 35px;
  height: 35px;
}

html.mobile .page.page-class-home .home {
  position: relative;
}
html.mobile .page.page-class-home .home__objects .switcher_view .slide .info {
  display: block !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  -ms-opacity: 1 !important;
  opacity: 1 !important;
}
html.mobile .page.page-class-home .home__objects .switcher_view.home__list {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
html.mobile .page.page-class-home .home__objects .switcher_view.home__map {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide {
    position: absolute !important;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-1 {
    top: 0;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-2 {
    top: 200px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-3 {
    top: 525px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-4 {
    top: 795px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-5 {
    top: 1090px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-6 {
    top: 1350px;
  }
}
@media (min-width: 992px) {
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-1 {
    top: 0;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-2 {
    top: 100px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-3 {
    top: 375px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-4 {
    top: 595px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-5 {
    top: 790px;
  }
  html.mobile .page.page-class-home .home__objects .switcher_view.home__paralax .slide.project-6 {
    top: 1000px;
  }
}
html.mobile.bootstrap-md .home__paralax {
  min-height: 1750px;
}
html.mobile.bootstrap-lg .home__paralax {
  min-height: 1400px;
}

.page-class-news .list .item .name {
  font-size: 30px;
  line-height: 42px;
}
.page-class-news .list .item .date {
  text-align: right;
}
@media (max-width: 768px) {
  .page-class-news .list .item .date {
    text-align: left;
  }
}

.send-resume-note {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.send-resume-note:before {
  content: "";
  position: absolute;
}
.send-resume-note:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: 0px -283px;
  width: 69px;
  height: 48px;
  left: -79px;
  top: 4px;
}
@media (max-width: 767px) {
  .send-resume-note:before {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
}

.page-class-tenders .content.row {
  margin-left: 0;
  margin-right: 0;
}

.tenders__file-list {
  margin-top: 20px;
}
.tenders .content {
  padding-right: 0;
}
.tenders.page-class-tenders .content {
  margin-top: 45px;
}
.tenders .tenders_table {
  margin-bottom: 25px;
  margin-left: -15px;
  width: 102%;
}
@media (max-width: 991px) {
  .tenders .tenders_table {
    width: 100%;
    margin-left: 0;
  }
}
.tenders .tenders_table__overflow {
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .tenders .tenders_table__overflow h4 {
    margin-left: 15px;
  }
}
.tenders .tenders_table__pseudo-head {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  border: none;
}
@media (max-width: 767px) {
  .tenders .tenders_table__pseudo-head {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
  }
}
.tenders .tenders_table tbody:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid #e6e6e5;
  left: 15px;
  margin-top: -1px;
}
.tenders .tenders_table tr td {
  vertical-align: top;
}
.tenders .tenders_table tr td:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tenders .tenders_table tr th:first-child,
.tenders .tenders_table tr td:first-child {
  padding-left: 15px;
}
.tenders .tenders_table tr th:last-child,
.tenders .tenders_table tr td:last-child {
  padding-right: 45px;
}
.tenders .tenders_table__col__short {
  text-align: right;
}
.tenders .tenders_table__col__short.receipt {
  text-align: left;
  width: 155px;
}
.tenders .tenders_table__col__short.time {
  text-align: left;
  width: 210px;
}
.tenders .trc-data__box {
  padding-top: 35px;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .tenders .trc-data__box {
    padding-top: 0;
  }
}
.tenders .trc-plane {
  position: absolute;
  left: -10px;
  top: 32px;
  width: 105%;
  min-width: 220px;
}
.tenders .trc-plane svg {
  height: 100%;
  max-height: 110px;
}
.tenders .trc-data {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  z-index: 1;
}
.ie7 .tenders .trc-data {
  display: inline;
  zoom: 1;
}
.tenders .trc-data a {
  background: #fff;
}
@media (max-width: 991px) {
  .tenders .trc-data {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .tenders .trc-data {
    padding-left: 10px;
  }
}
.tenders .trc_moremoll-moskva .trc-data {
  margin-top: 3.5%;
}
.tenders .trc_trts-galereya-krasnodar .trc-data {
  padding-right: 0;
  margin-top: 18px;
  width: 115%;
}
.tenders .trc_trts-galereya-krasnodar .trc-plane {
  left: -15px;
}
.msie .tenders .trc_trts-galereya-krasnodar .trc-plane {
  top: 20px;
}
.tenders .trc_trc-galereya-novosibirsk .trc-data {
  padding-right: 0;
  margin-top: 12px;
  width: 80%;
  padding-left: 9px;
}
.tenders .trc_trc-galereya-novosibirsk .trc-plane {
  left: 5px;
}
.tenders .trc_trts-ocean-plaza-kiev .trc-data {
  padding-left: 9px;
  width: 80px;
}
.tenders .trc_trts-moremoll-sochi .trc-data {
  margin-top: 30px;
  width: 70%;
  padding-left: 9px;
}
.tenders .trc_trts-moremoll-sochi .trc-plane {
  left: -20px;
}

.page.page-class-company-management .leadership-list {
  padding: 0 20px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.page.page-class-company-management .leadership-list .item {
  overflow: hidden;
  position: relative;
  /*padding-top: 270px;*/
  padding-top: 410px;
  margin-bottom: 40px;
  min-height: 354px;
  vertical-align: top;
  display: inline-block;
  float: none;
}
.ie7 .page.page-class-company-management .leadership-list .item {
  display: inline;
  zoom: 1;
}
.page.page-class-company-management .leadership-list .item:hover .image .for-hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.page.page-class-company-management .leadership-list .item .post {
  font-size: 13px;
  line-height: 18px;
  margin-top: 3px;
  z-index: 2;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  text-align: left;
}
.page.page-class-company-management .leadership-list .item .note {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-width: 270px;
}
.ie7 .page.page-class-company-management .leadership-list .item .note {
  display: inline;
  zoom: 1;
}
.page.page-class-company-management .leadership-list .item h4 {
  margin-bottom: 0;
  margin-top: 15px;
  z-index: 2;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
  text-align: left;
  font-weight: normal;
}
.page.page-class-company-management .leadership-list .item .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}
.page.page-class-company-management .leadership-list .item .image .for-hover {
  position: absolute;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -135px;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}

.page-class-company .content {
  overflow: hidden;
}
.page-class-company .company__begin_text {
  margin-bottom: 25px;
}
.page-class-company .company__strategy__item {
  position: relative;
  padding-left: 55px;
  margin-bottom: 40px;
}
.page-class-company .company__strategy__item:before {
  content: "";
  position: absolute;
}
@media (max-width: 991px) {
  .page-class-company .company__strategy__item {
    margin-bottom: 25px;
  }
}
.page-class-company .company__strategy__item svg {
  left: -5px;
  position: absolute;
  top: -5px;
  bottom: -5px;
  height: auto !important;
  display: none;
}
.page-class-company .company .coverage {
  position: relative;
  height: 541px;
}
@media (max-width: 808px) {
  .page-class-company .company .coverage {
    height: auto;
  }
}
.page-class-company .company .coverage__text {
  position: relative;
  z-index: 1;
}
.page-class-company .company .coverage__table table {
  margin-left: -9px;
}
.page-class-company .company .coverage__table table tr.future {
  color: rgba(0, 0, 0, 0.5);
}
.page-class-company .company .coverage__table table tr.future a {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 808px) {
  .page-class-company .company .coverage__table {
    display: none;
  }
}
.page-class-company .company .coverage__map {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  right: 15px;
  background: url("/f/media/company/map.webp") 30px center no-repeat;
  height: 541px;
}
@media (max-width: 808px) {
  .page-class-company .company .coverage__map {
    display: none;
  }
}
.page-class-company .company .coverage__map__pin {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 14px;
}
.page-class-company .company .coverage__map__pin.hide-pin:before {
  display: none;
}
.page-class-company .company .coverage__map__pin:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -110px -335px;
  width: 13px;
  height: 18px;
  left: -18px;
  top: 2px;
}
.page-class-company .company .coverage__map__pin.future:before {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: 0px -362px;
  width: 14px;
  height: 20px;
  left: -19px;
}
.page-class-company .company .coverage__map__pin.moscow {
  left: 372px;
  top: 298px;
}
.page-class-company .company .coverage__map__pin.kiev {
  left: 178px;
  top: 340px;
}
.page-class-company .company .coverage__map__pin.novosibirsk {
  left: 652px;
  top: 440px;
}
.page-class-company .company .coverage__map__pin.krasnodar {
  left: 295px;
  top: 414px;
}
.page-class-company .company .coverage__map__pin.sochi {
  left: 299px;
  top: 445px;
}
.page-class-company .company .coverage__num {
  color: rgb(232, 79, 64);
  font-size: 113px;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media (max-width: 680px) {
  .page-class-company .company .coverage__num {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .page-class-company .company .coverage__num {
    font-size: 60px;
  }
}
.page-class-company .company .coverage__num-desc {
  color: rgb(232, 79, 64);
  position: relative;
  margin-top: -15px;
}
.page-class-company .company .coverage__num span {
  font-size: 50px;
  font-weight: 400;
}
.page-class-company .company .coverage__num span sup {
  font-size: 30px;
  font-weight: 600;
  top: -0.7em;
}
.page-class-company .company .plans {
  border: 1px dashed rgba(0, 0, 0, 0.5);
  position: relative;
  left: -30px;
  margin-top: 40px;
  padding: 35px;
}
@media (max-width: 767px) {
  .page-class-company .company .plans {
    left: 0;
  }
}
.page-class-company .company .plans__head {
  position: absolute;
  background: #fff;
  padding: 0 7px;
  top: -20px;
  left: 20px;
}

.page-class-contact {
  min-height: 100%;
  overflow: hidden;
}
.page-class-contact .head {
  display: none;
}
.page-class-contact header:before {
  content: "";
  position: absolute;
  height: 100%;
  display: block;
  width: 300%;
  left: -100%;
  padding-top: 30px;
  bottom: 0;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.page-class-contact header:hover:before {
  background: #F1F0EE;
}
.page-class-contact .form-result-success {
  position: relative;
  margin: 0 -45px;
  top: -40px;
}
.page-class-contact .content {
  background: transparent;
}
.page-class-contact .layout {
  min-height: 1350px;
}
@media (max-width: 991px) {
  .page-class-contact .layout {
    min-height: 1px;
  }
}
.page-class-contact .map-fixed {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-class-contact .map-fixed .zoom-control-wrap {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 25px;
  z-index: 10;
}
.page-class-contact .map-fixed .zoom-control-wrap .zoom-control-in {
  cursor: pointer;
  background-image: url("/f/media/global/icon/icon-zoom-in.png");
  width: 35px;
  height: 35px;
}
.bx-retina .page-class-contact .map-fixed .zoom-control-wrap .zoom-control-in {
  background-image: url("/f/media/global/icon/icon-zoom-in_2x.png");
  background-size: 35px 35px;
}
.page-class-contact .map-fixed .zoom-control-wrap .zoom-control-in:hover {
  background-image: url("/f/media/global/icon/icon-zoom-in-hover.png");
  width: 35px;
  height: 35px;
}
.bx-retina .page-class-contact .map-fixed .zoom-control-wrap .zoom-control-in:hover {
  background-image: url("/f/media/global/icon/icon-zoom-in-hover_2x.png");
  background-size: 35px 35px;
}
.page-class-contact .map-fixed .zoom-control-wrap .zoom-control-out {
  cursor: pointer;
  background-image: url("/f/media/global/icon/icon-zoom-out.png");
  width: 35px;
  height: 35px;
}
.bx-retina .page-class-contact .map-fixed .zoom-control-wrap .zoom-control-out {
  background-image: url("/f/media/global/icon/icon-zoom-out_2x.png");
  background-size: 35px 35px;
}
.page-class-contact .map-fixed .zoom-control-wrap .zoom-control-out:hover {
  background-image: url("/f/media/global/icon/icon-zoom-out-hover.png");
  width: 35px;
  height: 35px;
}
.bx-retina .page-class-contact .map-fixed .zoom-control-wrap .zoom-control-out:hover {
  background-image: url("/f/media/global/icon/icon-zoom-out-hover_2x.png");
  background-size: 35px 35px;
}
.page-class-contact .map-fixed #map {
  width: 100%;
  height: 100%;
}
.page-class-contact header {
  z-index: 3;
}
.page-class-contact footer {
  z-index: 3;
  position: relative;
}
.page-class-contact .map__box {
  position: absolute;
  right: 105px;
  top: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .page-class-contact .map__box {
    position: relative;
    right: 0;
  }
}
.page-class-contact .map__box__item {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
}
.page-class-contact .map__box__item .foldable .foldable-content {
  margin: 25px 0 25px;
}
.page-class-contact .map__box__item .foldable .foldable-content.hidden-foldable {
  margin-bottom: 0;
}
.page-class-contact .map__box__item p {
  font-size: 14px;
  line-height: 20px;
}
.page-class-contact .map__box__item.ng-scope {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .page-class-contact .map__box__item.ng-scope {
    margin-top: 25px;
  }
}
.page-class-contact .map__box__item.ng-scope button {
  width: 100%;
}

.page.page-class-project {
  position: relative;
}
.page.page-class-project .layout.max-resolution-top {
  max-width: none;
  padding: 25px 0;
}
.page.page-class-project header {
  position: relative;
  z-index: 6;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1400px;
  background: #f6f5f4;
}

.fixed {
  position: fixed !important;
  width: 100%;
}

.project {
  background: #f6f5f4;
}
.project__hidden {
  height: 0;
  position: relative;
}
.project.trts-ocean-plaza-kiev .project__stat__item h2 {
  color: #0075bf;
}
.project.trts-ocean-plaza-kiev .project__stat__table__icons__item .svg {
  color: #0075bf;
}
.project.trts-ocean-plaza-kiev .project__map__inner .map__box__item h2 {
  color: #0075bf;
}
.project.trts-ocean-plaza-kiev .project__map__inner .map__box__item table td span.value {
  color: #0075bf;
}
.project.trts-ocean-plaza-kiev #infobox_trts-ocean-plaza-kiev {
  margin-left: -155px;
  margin-top: -185px;
}
.project.trts-ocean-plaza-kiev #infobox_trts-ocean-plaza-kiev.zoom18 img {
  width: 558px;
  height: 730px;
  margin-top: -169px;
  margin-left: -161px;
}
.project.trts-ocean-plaza-kiev #infobox_trts-ocean-plaza-kiev.zoom16 img {
  width: 138px;
  height: 180px;
  margin-top: 98px;
  margin-left: 77px;
}
.project.trts-ocean-plaza-kiev #infobox_trts-ocean-plaza-kiev.zoom15 img {
  width: 69px;
  height: 90px;
  margin-top: 142px;
  margin-left: 115px;
}
.project.trts-ocean-plaza-kiev #infobox_trts-ocean-plaza-kiev.zoom14 img {
  width: 34px;
  height: 45px;
  margin-top: 164px;
  margin-left: 136px;
}
.project.trts-ocean-plaza-kiev .project__video__back__info {
  padding: 60px 160px 60px 70px;
}
.project.moremoll-moskva .project__stat__item h2 {
  color: #0154bb;
}
.project.moremoll-moskva .project__stat__table__icons__item .svg {
  color: #0154bb;
}
.project.moremoll-moskva .project__map__inner .map__box__item h2 {
  color: #0154bb;
}
.project.moremoll-moskva .project__map__inner .map__box__item table td span.value {
  color: #0154bb;
}
.project.moremoll-moskva #infobox_moremoll-moskva {
  margin-left: -130px;
  margin-top: -168px;
}
.project.moremoll-moskva #infobox_moremoll-moskva.zoom18 img {
  width: 708px;
  height: 450px;
  margin-left: -200px;
  margin-top: -171px;
}
.project.moremoll-moskva #infobox_moremoll-moskva.zoom16 img {
  width: 181px;
  height: 115px;
  margin-top: 81px;
  margin-left: 71px;
}
.project.moremoll-moskva #infobox_moremoll-moskva.zoom15 img {
  width: 87px;
  height: 55px;
  margin-top: 126px;
  margin-left: 104px;
}
.project.moremoll-moskva #infobox_moremoll-moskva.zoom14 img {
  width: 44px;
  height: 28px;
  margin-top: 146px;
  margin-left: 118px;
}
.project.moremoll-moskva .project__video__back__info {
  padding: 54px 5px 60px 384px;
}
.project.moremoll-moskva .project__video__back__info table td {
  text-align: left;
}
.project.moremoll-moskva .project__video__back__info table td.label {
  width: 23%;
}
.project.moremoll-moskva .project__video__back__info .pretty-button__wrap {
  margin-left: 107px;
}
.project.krylya-moskva .project__stat__item h2 {
  color: #8e428b;
}
.project.krylya-moskva .project__stat__table__icons__item .svg {
  color: #8e428b;
}
.project.krylya-moskva .project__map__inner .map__box__item h2 {
  color: #8e428b;
}
.project.krylya-moskva .project__map__inner .map__box__item table td span.value {
  color: #8e428b;
}
.project.krylya-moskva #infobox_krylya-moskva {
  margin-top: 112px;
  margin-left: -103px;
}
.project.krylya-moskva #infobox_krylya-moskva.zoom18 img {
  width: 604px;
  height: 486px;
  margin-top: 102px;
  margin-left: -104px;
}
.project.krylya-moskva #infobox_krylya-moskva.zoom16 img {
  width: 145px;
  margin-top: -52px;
  margin-left: 55px;
  height: 117px;
}
.project.krylya-moskva #infobox_krylya-moskva.zoom15 img {
  width: 70px;
  margin-top: -130px;
  margin-left: 81px;
  height: 56px;
}
.project.krylya-moskva #infobox_krylya-moskva.zoom14 img {
  width: 25px;
  margin-top: -198px;
  margin-left: 100px;
  height: 20px;
}
.project.krylya-moskva .project__video__back__info {
  padding: 60px 72px 60px 130px;
}
.project.krylya-moskva .project__video__back__info table td {
  text-align: left;
}
.project.krylya-moskva .project__video__back__info table td.label {
  width: 27%;
}
.project.krylya-moskva .project__video__back__info .pretty-button__wrap {
  margin-left: 107px;
}
.project.trts-galereya-krasnodar .project__stat__item h2 {
  color: #c6122f;
}
.project.trts-galereya-krasnodar .project__stat__table__icons__item .svg {
  color: #c6122f;
}
.project.trts-galereya-krasnodar .project__map__inner .map__box__item h2 {
  color: #c6122f;
}
.project.trts-galereya-krasnodar .project__map__inner .map__box__item table td span.value {
  color: #c6122f;
}
.project.trts-galereya-krasnodar #infobox_trts-galereya-krasnodar.zoom18 img {
  width: 802px;
  height: 460px;
}
.project.trts-galereya-krasnodar #infobox_trts-galereya-krasnodar.zoom16 img {
  width: 200px;
  height: 115px;
}
.project.trts-galereya-krasnodar #infobox_trts-galereya-krasnodar.zoom15 img {
  width: 100px;
  height: 57px;
}
.project.trts-galereya-krasnodar #infobox_trts-galereya-krasnodar.zoom14 img {
  width: 48px;
  height: 28px;
}
.project.trts-galereya-krasnodar h2 {
  width: 95%;
}
.project.trts-galereya-krasnodar .project__video__back__info {
  padding: 75px 0 60px 635px;
}
.project.trts-galereya-krasnodar .project__video__back__info table td {
  text-align: left;
}
.project.trts-galereya-krasnodar .project__video__back__info table td.label {
  width: 26%;
}
.project.trc-galereya-novosibirsk .project__stat__item h2 {
  color: #c4007e;
}
.project.trc-galereya-novosibirsk .project__stat__table__icons__item .svg {
  color: #c4007e;
}
.project.trc-galereya-novosibirsk .project__map__inner .map__box__item h2 {
  color: #c4007e;
}
.project.trc-galereya-novosibirsk .project__map__inner .map__box__item table td span.value {
  color: #c4007e;
}
.project.trc-galereya-novosibirsk #infobox_trc-galereya-novosibirsk {
  margin-top: -52px;
  margin-left: -80px;
}
.project.trc-galereya-novosibirsk #infobox_trc-galereya-novosibirsk.zoom18 img {
  width: 662px;
  height: 552px;
  margin-left: -62px;
  margin-top: -50px;
}
.project.trc-galereya-novosibirsk #infobox_trc-galereya-novosibirsk.zoom16 img {
  width: 165px;
  height: 138px;
  margin-top: 24px;
  margin-left: 42px;
}
.project.trc-galereya-novosibirsk #infobox_trc-galereya-novosibirsk.zoom15 img {
  width: 79px;
  height: 66px;
  margin-top: 39px;
  margin-left: 62px;
}
.project.trc-galereya-novosibirsk #infobox_trc-galereya-novosibirsk.zoom14 img {
  width: 38px;
  height: 32px;
  margin-top: 47px;
  margin-left: 72px;
}
.project.trc-galereya-novosibirsk .project__video__back__info {
  padding: 100px 90px 60px 350px;
}
.project.trc-galereya-novosibirsk .project__video__back__info table td {
  text-align: right;
}
.project.trc-galereya-novosibirsk .project__video__back__info table td.label {
  width: 30%;
  text-align: left;
}
.project.trts-moremoll-sochi .project__stat__item h2 {
  color: #0052b5;
}
.project.trts-moremoll-sochi .project__stat__table__icons__item .svg {
  color: #0052b5;
}
.project.trts-moremoll-sochi .project__map__inner .map__box__item h2 {
  color: #0052b5;
}
.project.trts-moremoll-sochi .project__map__inner .map__box__item table td span.value {
  color: #0052b5;
}
.project.trts-moremoll-sochi .project__video {
  top: 70px !important;
}
.project.trts-moremoll-sochi #infobox_trts-moremoll-sochi.zoom18 img {
  width: 612px;
  height: 924px;
}
.project.trts-moremoll-sochi #infobox_trts-moremoll-sochi.zoom16 img {
  width: 151px;
  height: 228px;
}
.project.trts-moremoll-sochi #infobox_trts-moremoll-sochi.zoom15 img {
  width: 74px;
  height: 112px;
}
.project.trts-moremoll-sochi #infobox_trts-moremoll-sochi.zoom14 img {
  width: 38px;
  height: 57px;
}
.project.trts-moremoll-sochi .project__video__back__info {
  padding: 211px 273px 60px 700px;
}
.project.trts-moremoll-sochi .project__video__back__info h2 {
  width: 350px;
}
.project.trts-moremoll-sochi .project__video__back__info table td {
  text-align: right;
}
.project.trts-moremoll-sochi .project__video__back__info table td.label {
  width: 22%;
  text-align: left;
}
.project__inner__center {
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.project__video {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5;
  left: -1000px;
  top: 170px;
}
@media (max-width: 992px) {
  .project__video {
    top: 270px;
  }
}
.project__video.not_opacity {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}
.project__video video, .project__video img {
  display: none;
}
.project__video__front, .project__video__back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.project__video__front {
  z-index: 2;
}
.project__video__back {
  z-index: 1;
}
.project__video__back__info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}
.project__video__back__info h2 {
  margin-bottom: 10px;
}
.project__video__back__info table {
  table-layout: fixed;
  margin-bottom: 15px;
}
.project__video__back__info table td {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  padding: 10px 0;
  color: #fff;
  vertical-align: middle;
}
.project__video__back__info table td.label {
  width: 30%;
  text-align: left;
}
.project__video__back__info table td span.value {
  font-size: 32px;
  line-height: 32px;
}
.project__info {
  overflow: hidden;
  padding: 60px 0 160px;
}
@media (max-width: 768px) {
  .project__info {
    padding: 0 0 25px;
  }
}
.project__info__right {
  z-index: 6;
}
.project__info__right__inner {
  position: relative;
  top: 70px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}
.msie .project__info__right__inner {
  top: 0 !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  -ms-opacity: 1 !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .project__info__right__inner {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -o-opacity: 1 !important;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
    top: 0;
  }
}
.project__info__right__inner.init {
  top: 0 !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  -ms-opacity: 1 !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .project__info__right__logo {
    margin-left: 0 !important;
  }
}
.project__info__right__text {
  margin-top: 40px;
}
.project__info__right__web {
  margin-top: 5px;
  font-size: 14px;
}
.project__info__right__rents {
  margin-top: 40px;
}
.project__info__right__rents h4 {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin-bottom: 5px;
}
.project__info__right__rents__item {
  margin: 0 15px 15px 0;
  display: inline-block;
}
.ie7 .project__info__right__rents__item {
  display: inline;
  zoom: 1;
}
.project__info__right__rents__item:last-child {
  margin-right: 0;
}
.project__info__right__rents__item img {
  filter: gray;
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__info__right__rents__item:hover img {
  filter: none;
  -webkit-filter: none;
  opacity: 1;
}
.project__stat {
  overflow: hidden;
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .project__stat {
    padding: 25px 0;
  }
}
.project__stat__right {
  z-index: 5;
}
.project__stat__item h2 {
  margin-bottom: 25px;
}
.project__stat__item p {
  line-height: 22px;
}
.project__stat__table-media .project__stat__table__icons__item {
  padding-left: 55px;
  margin-bottom: 20px;
}
.project__stat__table-media .project__stat__table__icons__item a, .project__stat__table-media .project__stat__table__icons__item .pseudo {
  position: relative;
  padding-left: 0;
}
.project__stat__table-media .project__stat__table__icons__item i {
  position: absolute;
  left: -40px;
  top: 0;
  display: block;
}
.project__stat__table-media .project__stat__table__icons__item i.video {
  top: 2px;
}
.project__stat__table-media .project__stat__table__icons__item i.tour_360 {
  top: 5px;
}
.project__stat__table-media .project__stat__table__icons__item i.photo {
  top: -4px;
}
.project__stat__table .file {
  margin-top: 25px;
}
.project__stat__table__icons__item {
  line-height: 20px;
  margin-bottom: 15px;
}
.project__stat__table__icons__item span {
  display: inline-block;
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
}
.ie7 .project__stat__table__icons__item span {
  display: inline;
  zoom: 1;
}
.project__stat__table__icons__item span svg {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: -7px;
  display: block;
}
.project__stat__table__head {
  padding-top: 7px;
  padding-bottom: 7px;
  border-top: 1px solid #cce3f2;
  border-bottom: 1px solid #cce3f2;
  margin-bottom: 25px;
}
.project__stat__table__head__item {
  font-size: 16px;
  line-height: 20px;
}
.project__stat__table__head__item .value {
  display: block;
  font-size: 24px;
  line-height: 28px;
}
.project .paralax__top__slide {
  z-index: 4;
  background: #f6f5f4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project__map {
  position: relative;
  background-color: #fff;
  z-index: 3;
  min-height: 800px;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project__map .zoom-control-wrap {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 25px;
  z-index: 10;
}
.project__map .zoom-control-wrap .zoom-control-in {
  cursor: pointer;
  background-image: url("/f/media/global/icon/icon-zoom-in.png");
  width: 35px;
  height: 35px;
}
.bx-retina .project__map .zoom-control-wrap .zoom-control-in {
  background-image: url("/f/media/global/icon/icon-zoom-in_2x.png");
  background-size: 35px 35px;
}
.project__map .zoom-control-wrap .zoom-control-in:hover {
  background-image: url("/f/media/global/icon/icon-zoom-in-hover.png");
  width: 35px;
  height: 35px;
}
.bx-retina .project__map .zoom-control-wrap .zoom-control-in:hover {
  background-image: url("/f/media/global/icon/icon-zoom-in-hover_2x.png");
  background-size: 35px 35px;
}
.project__map .zoom-control-wrap .zoom-control-out {
  cursor: pointer;
  background-image: url("/f/media/global/icon/icon-zoom-out.png");
  width: 35px;
  height: 35px;
}
.bx-retina .project__map .zoom-control-wrap .zoom-control-out {
  background-image: url("/f/media/global/icon/icon-zoom-out_2x.png");
  background-size: 35px 35px;
}
.project__map .zoom-control-wrap .zoom-control-out:hover {
  background-image: url("/f/media/global/icon/icon-zoom-out-hover.png");
  width: 35px;
  height: 35px;
}
.bx-retina .project__map .zoom-control-wrap .zoom-control-out:hover {
  background-image: url("/f/media/global/icon/icon-zoom-out-hover_2x.png");
  background-size: 35px 35px;
}
@media (max-width: 768px) {
  .project__map {
    min-height: 0 !important;
    height: auto;
  }
}
.project__map #map-block {
  position: absolute;
  width: 100%;
  height: 110%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.project__map #map-block #map {
  width: 100%;
  height: 100% !important;
  position: absolute;
}
@media (max-width: 768px) {
  .project__map #map-block #map {
    height: auto;
  }
}
.project__map__inner {
  position: absolute;
  right: 105px;
  z-index: 1;
  width: 380px;
}
@media (max-width: 768px) {
  .project__map__inner {
    position: relative;
    right: auto;
    width: 100% !important;
    top: 0 !important;
  }
}
.project__map__inner .map__box__item {
  position: relative;
  right: auto;
}
@media (max-width: 768px) {
  .project__map__inner .map__box__item {
    width: 100% !important;
    margin-top: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
}
.project__map__inner .map__box__item__head {
  padding-bottom: 25px;
  border-bottom: 1px solid #cce3f2;
  margin-bottom: 15px;
}
.project__map__inner .map__box__item h2 {
  margin-bottom: 15px;
}
.project__map__inner .map__box__item p {
  line-height: 22px;
}
.project__map__inner .map__box__item table {
  table-layout: fixed;
  margin-bottom: 15px;
}
.project__map__inner .map__box__item table td {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-align: right;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .project__map__inner .map__box__item table td {
    vertical-align: middle;
  }
}
.project__map__inner .map__box__item table td.label {
  width: 50%;
  text-align: left;
}
.project__map__inner .map__box__item table td span.value {
  font-size: 32px;
  line-height: 32px;
}
.project__map__inner .map__box__item:last-child {
  margin-top: 300px;
}
.project__gallery {
  position: relative;
  z-index: 2;
}
.project__gallery .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 1;
  -webkit-animation: spinthis 800ms infinite;
  animation: spinthis 800ms infinite;
  animation-timing-function: linear;
}
.project__gallery .preloader img {
  width: 50px;
  height: 50px;
}
.project__gallery__screen {
  position: relative;
  background-color: #000;
  -webkit-transition: height 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: height 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: height 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: height 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: height 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
@media (min-width: 480px) {
  .project__gallery__screen {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .project__gallery__screen {
    height: 600px;
  }
}
@media (min-width: 991px) {
  .project__gallery__screen {
    height: 700px;
  }
}
@media (min-width: 1500px) {
  .project__gallery__screen {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .project__gallery__screen {
    height: 1000px;
  }
}
@media (min-width: 1800px) {
  .project__gallery__screen {
    height: 1200px;
  }
}
.project__gallery__screen__image {
  text-align: center;
}
.project__gallery__screen__image img {
  width: 100%;
  height: auto !important;
  opacity: 0;
}
.ie7-8 .project__gallery__screen__image img {
  filter: "alpha(opacity = 0)";
}
@media (min-width: 480px) {
  .project__gallery__screen__image img {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  .project__gallery__screen__image img {
    min-height: 600px;
  }
}
@media (min-width: 991px) {
  .project__gallery__screen__image img {
    min-height: 700px;
  }
}
.project__gallery__screen__image img.vertical {
  max-height: 800px;
  width: auto;
}
.project__gallery__controls {
  position: absolute;
  background-image: url("/f/media/global/icon/icon-popup-arrow-left.png");
  width: 18px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1;
}
.bx-retina .project__gallery__controls {
  background-image: url("/f/media/global/icon/icon-popup-arrow-left_2x.png");
  background-size: 18px 30px;
}
.project__gallery__controls__left {
  left: 25px;
}
.project__gallery__controls__right {
  background-image: url("/f/media/global/icon/icon-popup-arrow-right.png");
  width: 18px;
  height: 30px;
  right: 25px;
}
.bx-retina .project__gallery__controls__right {
  background-image: url("/f/media/global/icon/icon-popup-arrow-right_2x.png");
  background-size: 18px 30px;
}
.project__gallery__thumbs {
  text-align: center;
  font-size: 0;
  margin-top: 25px;
}
.project__gallery__thumbs__item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 15px;
}
.ie7 .project__gallery__thumbs__item {
  display: inline;
  zoom: 1;
}
.project__gallery__thumbs__item:before {
  content: "";
  position: absolute;
}
.project__gallery__thumbs__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.project__gallery__thumbs__item:last-child {
  margin-right: 0;
}
.project__gallery__thumbs__item.selected {
  cursor: default;
}
.project__gallery__thumbs__item.selected:after {
  background: rgba(255, 255, 255, 0.4);
}
.project__gallery__thumbs__item.video:before {
  background-image: url("/f/media/global/icon/icon-gallery-project-video.png");
  width: 44px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -22px;
  z-index: 2;
}
.bx-retina .project__gallery__thumbs__item.video:before {
  background-image: url("/f/media/global/icon/icon-gallery-project-video_2x.png");
  background-size: 44px 32px;
}
.project__gallery__thumbs__item.pano:before {
  background-image: url("/f/media/global/icon/icon-gallery-project-360.png");
  width: 44px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -22px;
  z-index: 2;
}
.bx-retina .project__gallery__thumbs__item.pano:before {
  background-image: url("/f/media/global/icon/icon-gallery-project-360_2x.png");
  background-size: 44px 32px;
}
.project__gallery__thumbs__item.copter:before {
  background-image: url("/f/media/global/icon/icon-gallery-project-aero.png");
  width: 44px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -22px;
  z-index: 2;
}
.bx-retina .project__gallery__thumbs__item.copter:before {
  background-image: url("/f/media/global/icon/icon-gallery-project-aero_2x.png");
  background-size: 44px 32px;
}
.project__gallery__thumbs__item img {
  max-height: 60px;
}
.project__table__projects {
  z-index: 1;
}
.project__table__projects .project__inner__center table {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.slow-connection #map {
  background: url("/f/media/project/map-example.png") 0 0 no-repeat;
}

html.msie .project__map {
  overflow: hidden;
}

.slow-connection .project__video img {
  display: block;
}

html.touchevents .page.page-class-project .fixed,
html.bootstrap-sm .page.page-class-project .fixed,
html.bootstrap-xs .page.page-class-project .fixed {
  position: relative !important;
  width: 100%;
}
html.touchevents .page.page-class-project .project__map,
html.bootstrap-sm .page.page-class-project .project__map,
html.bootstrap-xs .page.page-class-project .project__map {
  overflow: hidden;
}
html.touchevents .page.page-class-project .project__map__inner,
html.bootstrap-sm .page.page-class-project .project__map__inner,
html.bootstrap-xs .page.page-class-project .project__map__inner {
  top: 35px;
}
html.touchevents .page.page-class-project .project__map__inner .map__box__item:last-child,
html.bootstrap-sm .page.page-class-project .project__map__inner .map__box__item:last-child,
html.bootstrap-xs .page.page-class-project .project__map__inner .map__box__item:last-child {
  margin-top: 20px;
}

html.touchevents .project__video {
  position: absolute !important;
  top: 100px;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  -o-opacity: 1 !important;
  -ms-opacity: 1 !important;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  html.touchevents .project__video {
    top: 160px;
  }
}
html.touchevents .project__video img {
  display: block;
}
html.touchevents .project.trts-ocean-plaza-kiev .project__video__front {
  top: 100px;
}
html.touchevents .project.trts-ocean-plaza-kiev .project__video__back {
  top: 1100px;
}
html.touchevents .project.trts-ocean-plaza-kiev .project__map {
  min-height: 1200px;
}
html.touchevents .project.moremoll-moskva .project__video__front {
  top: 100px;
}
html.touchevents .project.moremoll-moskva .project__video__back {
  top: 650px;
}
html.touchevents .project.moremoll-moskva .project__map {
  min-height: 1350px;
}
html.touchevents .project.krylya-moskva .project__video__front {
  top: 100px;
}
html.touchevents .project.krylya-moskva .project__video__back {
  top: 800px;
}
html.touchevents .project.krylya-moskva .project__map {
  min-height: 1330px;
}
html.touchevents .project.trts-galereya-krasnodar .project__video__front {
  top: 70px;
}
html.touchevents .project.trts-galereya-krasnodar .project__video__back {
  top: 1150px;
}
html.touchevents .project.trts-galereya-krasnodar .project__map {
  min-height: 1350px;
}
html.touchevents .project.trc-galereya-novosibirsk .project__video__front {
  top: 100px;
}
html.touchevents .project.trc-galereya-novosibirsk .project__video__back {
  top: 1020px;
}
html.touchevents .project.trc-galereya-novosibirsk .project__map {
  min-height: 1200px;
}
html.touchevents .project.trts-moremoll-sochi .project__video__front {
  top: 100px;
}
html.touchevents .project.trts-moremoll-sochi .project__video__back {
  top: 1200px;
}
html.touchevents .project.trts-moremoll-sochi .project__map {
  min-height: 1000px;
}

.error {
  position: relative;
  margin-top: 150px;
}
.error .max-width-top {
  max-width: 480px;
}
.error .search {
  margin: 50px -15px 25px;
}
.error .search input[type=search] {
  width: 350px;
}
.error .logo a {
  display: inline-block;
  margin-left: 50px;
}
.ie7 .error .logo a {
  display: inline;
  zoom: 1;
}
.error .menu .item {
  margin-bottom: 12px;
}
.error .number {
  position: absolute;
}
.error .number.four {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: 0px 0px;
  width: 199px;
  height: 279px;
  top: 105px;
  left: 0;
}
.error .number.four.last {
  left: 865px;
  top: -160px;
}
.error .number.zero {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -203px 0px;
  width: 199px;
  height: 275px;
  top: 270px;
  left: 630px;
}
.error .number.zero.last {
  left: 865px;
  top: -160px;
}
.error .number.five {
  background-image: url(/f/src/global/i/sprite.png);
  background-position: -406px 0px;
  width: 180px;
  height: 275px;
  top: 105px;
  left: 0;
}
@media (min-width: 991px) {
  .error {
    min-height: 530px;
  }
}
@media (max-width: 768px) {
  .error {
    margin-top: 20px;
  }
  .error .search {
    margin: 15px -15px 0;
  }
  .error .logo {
    margin-bottom: 10px;
  }
  .error .logo a {
    margin-left: 0;
  }
}

.head .search-icon {
  width: 400px;
}
@media (max-width: 767px) {
  .head .search-icon {
    width: auto;
  }
}

.page-class-search .list .item {
  margin-bottom: 30px;
}
.page-class-search .list .item .section {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.page-class-search .list .item .name {
  font-size: 16px;
  line-height: 25px;
}
.page-class-search .list .item .text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    position: static !important;
    text-align: left !important;
    float: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
    border: none !important;
  }
  a.popup-link:after, a.external-link:after,
  a:visited.popup-link:after,
  a:visited.external-link:after {
    width: auto !important;
    height: auto !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  .logo a:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .lang,
  .navigation__item:before,
  .home__objects .switcher_view.home__paralax .slide .brands,
  .home__objects_control,
  .coverage,
  .home__map,
  .no-print-visible,
  .picture.top-content,
  .project__video,
  .pretty-form,
  .search {
    display: none !important;
  }
  .logo {
    position: relative !important;
    left: 0 !important;
  }
  .layout {
    height: auto !important;
    min-height: 0 !important;
  }
  .control-load-blocks {
    opacity: 1 !important;
    -o-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
  }
  .page.page-class-home footer,
  footer.container-fluid {
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer .footer__inner .artlebedev {
    float: none !important;
  }
  .home__objects .switcher_view.home__paralax .slide {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  .home__objects .switcher_view.home__paralax .slide .info {
    width: 100% !important;
    max-width: none !important;
  }
  .col-sm-9,
  .col-md-9,
  .col-sm-10,
  .head {
    width: 100% !important;
  }
  .head .date .day, .head .date .year, .head .date .month {
    display: inline !important;
    position: static !important;
  }
  .fixed {
    position: relative !important;
  }
  .page-class-company-management .leadership-list .item {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    float: left !important;
    display: block;
  }
  .page-class-company-management .leadership-list .item .image {
    position: relative !important;
  }
  .page-class-company-management .leadership-list .item .image .for-hover {
    display: none !important;
  }
  .file {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .file .file__link {
    border: 0;
  }
  .file .file__link:before {
    display: none !important;
    margin-right: 0 !important;
  }
  .page-class-contact .content {
    padding: 0 !important;
  }
  .page-class-contact .map__box__item {
    padding: 0 !important;
  }
  .paralax__top__slide,
  .project__map,
  .project__gallery,
  .project__table__projects {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .project__gallery__screen {
    height: auto !important;
    min-height: 0 !important;
  }
  .project__gallery__thumbs,
  .icon-link {
    display: none !important;
  }
  .project__gallery,
  .project__table__projects {
    top: 0 !important;
  }
  .project__map {
    top: 0 !important;
  }
  .project__map #map {
    display: none !important;
  }
  .project__map .project__map__inner,
  .project__map #to-renters {
    top: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .project__stat,
  .project__info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .tenders .head > .row {
    margin-bottom: 15px;
  }
  .tenders .head > .row p {
    margin-bottom: 5px;
  }
}

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