

/* Start:/local/templates/main/css/main.css?1614160832302723*/
@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
iframe,
label,
legend,
main,
nav,
section,
svg {
  display: block
}

.hidden {
  display: none;
}
.ihidden {
  display: none !important;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent
}

[role=button],
[role=tab],
button {
  -webkit-touch-callout: none
}

.si-close-button,
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none
}

html {
  -webkit-text-size-adjust: none
}

.ellipsis,
.ffs-select-value {
  text-overflow: ellipsis
}

.f-content table,
table {
  border-spacing: 0;
  border-collapse: collapse
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  vertical-align: baseline;
  font: inherit;
  border: 0;
  padding: 0;
  margin: 0
}

sub,
sup {
  font-size: 70%;
  line-height: 0
}

body:not(.tabbable):focus {
  outline: 0
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

dd,
dt,
li,
ol,
ul {
  list-style: none
}

td,
th {
  text-align: center;
  vertical-align: middle
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

code,
kbd,
pre,
samp {
  font-family: monospace
}

del {
  text-decoration: line-through
}

ins {
  text-decoration: underline
}

a,
abbr {
  color: inherit;
  text-decoration: none
}

::-webkit-file-upload-button,
[type=submit],
[type=button],
[type=reset],
[type=file],
a,
button,
select {
  cursor: pointer
}

label {
  cursor: pointer
}

legend {
  width: 100%
}

textarea {
  resize: none;
  overflow: auto
}

sup {
  vertical-align: super
}

sub {
  vertical-align: sub
}

iframe,
svg {
  position: relative
}
@media screen and (min-width: 1200px) {
	.fs-50 {
		font-size: 50px !important;
	}
}
/*
@media screen and (max-width: 767px) {
	.fs-50 {
		font-size: 35px !important;
	}
}
*/

.clearfix:before {
  content: " ";
  display:table;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility:hidden
}

body #bx-panel.bx-panel-fixed {
  z-index: 2000 !important;
}

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

.irs-hidden-input,
.irs-line {
  outline: 0!important
}

.wrapper,
body {
  min-width: 320px
}

.ffs-select {
  text-align: left!important;
  position: relative;
  cursor: pointer;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.ffs-select .disabled,
.ffs-select.disabled {
  opacity: .6;
  cursor: default
}

.ffs-select+select {
  position: absolute!important;
  left: -9999px!important
}

.ffs-select-value {
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 90%
}

.ffs-option,
.ffs-select .arrow {
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none
}

.ffs-options-list {
  display: none;
  width: 100%;
  max-height: 470px;
  background: #fff;
  border: 1px solid #cbd2dc;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: auto;
  margin: 2px 0;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
  -moz-transition: inherit;
  transition: inherit;
  -moz-transition-property: -moz-transform;
  transition-property: -webkit-transform;
  transition-property: transform
}

.ffs-option,
.irs-line,
.si-frame {
  overflow: hidden
}

.ffs-options-list[aria-hidden=true] {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px)
}

.ffs-option {
  height: auto;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s
}

.ffs-numcontrol,
.ffs-select .arrow {
  top: 0;
  bottom: 0;
  -webkit-user-select: none;
  position: absolute
}

.ffs-option.highlight,
.ffs-option.selected {
  background: rgba(203, 210, 220, .3)
}

.ffs-optgroup {
  border: 1px dotted rgba(0, 0, 0, .2);
  border-width: 1px 0;
  padding: 0 20px;
  margin: 10px 0
}

.ffs-optgroup-label {
  font-size: 95%;
  font-weight: 700;
  padding: 10px 0
}

.ffs-optgroup .ffs-option {
  padding-left: 15px
}

.ffs-select-value {
  padding-right: 5px
}

.ffs-select .arrow {
  display: block;
  width: 6px;
  height: 16px;
  color: #cbd2dc;
  margin: auto 0;
  right: 15px;
  user-select: none;
  -moz-transition: inherit;
  transition: inherit
}

.ffs-numcontrol,
.irs {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none
}

.ffs-select .arrow:after,
.ffs-select .arrow:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0
}

.ffs-select.disabled .arrow,
.ffs-select.multiple .arrow,
.ffs-select.multiple .ffs-select-value {
  display: none
}

.ffs-select .arrow:before {
  border-width: 1px 1px 0 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.ffs-select .arrow:after {
  border-width: 0 1px 1px 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.ffs-select:focus .arrow,
.ffs-select:hover .arrow {
  color: #8a98ab
}

.ffs-select.multiple {
  padding: 10px;
  cursor: default
}

.ffs-select.multiple .ffs-options-list {
  display: block;
  box-shadow: none;
  background: 0 0;
  border-radius: 0;
  margin: 0;
  position: static
}

.ffs-number {
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.ffs-number+[type=number] {
  position: absolute!important;
  left: -9999px!important
}

.ffs-number input {
  padding-left: 45px;
  -moz-transition: inherit;
  transition: inherit
}

.ffs-numcontrol {
  opacity: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto 0;
  left: 15px;
  cursor: pointer;
  -moz-transition: inherit;
  transition: inherit;
  -moz-transition-property: opacity, color;
  transition-property: opacity, color;
  user-select: none
}

.ffs-number:hover .ffs-numcontrol,
.ffs-numcontrol:hover,
:focus~.ffs-numcontrol {
  opacity: 1
}

.ffs-numcontrol:active {
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9)
}

.ffs-numcontrol.disabled {
  display: none
}

.ffs-numcontrol.inc {
  top: -18px
}

.ffs-numcontrol.dec {
  bottom: -18px
}

.ffs-numcontrol:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #cbd2dc;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.ffs-numcontrol.inc:before {
  border-bottom: none;
  border-left: none;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}


.ffs-numcontrol.dec:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg)
}

.ffs-numcontrol.dec:before {
  border-top: none;
  border-left: none;
  bottom: 6px;
  transform: rotate(45deg)
}

.ffs-number.disabled .ffs-numcontrol {
  display: none
}

.ffs-checkbox:before,
.ffs-radio:before {
  content: '';
  display: block;
  background: currentColor;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0
}

.ffs-chradio {
  cursor: default
}

.ffs-chradio>input {
  position: absolute!important;
  left: -9999px!important
}

.ffs-checkbox {
  width: 100%;
  height: 100%;
  color: #bababa;
  border: 2px solid;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

:disabled+.ffs-checkbox {
  opacity: .6;
  cursor: default
}

:not(:disabled)+.ffs-checkbox:hover,
:not(:disabled):checked+.ffs-checkbox,
:not(:disabled):focus+.ffs-checkbox {
  color: #8a98ab
}

.ffs-checkbox:before {
  width: 75%;
  height: 75%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: inherit;
  transition: inherit
}

:checked+.ffs-checkbox:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.ffs-radio {
  width: 100%;
  height: 100%;
  color: #bababa;
  border: 2px solid;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

:disabled+.ffs-radio {
  opacity: .6;
  cursor: default
}

:not(:disabled)+.ffs-radio:hover,
:not(:disabled):checked+.ffs-radio,
:not(:disabled):focus+.ffs-radio {
  color: #8a98ab
}

.ffs-radio:before {
  width: 75%;
  height: 75%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition: inherit;
  transition: inherit
}

.irs,
.irs-line {
  position: relative;
  display: block
}

:checked+.ffs-radio:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.irs {
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  display: block;
  position: absolute;
  top: 0
}

.irs-line-left {
  width: 11%;
  left: 0
}

.irs-line-mid {
  width: 82%;
  left: 9%
}

.irs-line-right {
  width: 11%;
  right: 0
}

.irs-bar,
.irs-shadow {
  width: 0;
  position: absolute;
  left: 0
}

.irs-bar {
  display: block
}

.irs-bar-edge {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.irs-shadow {
  display: none
}

.irs-slider {
  display: block;
  position: absolute;
  z-index: 1
}

.irs-slider.type_last {
  z-index: 2
}

.irs-min {
  position: absolute;
  left: 0;
  cursor: default
}

.irs-max {
  position: absolute;
  right: 0;
  cursor: default
}

.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  left: 0;
  white-space: nowrap;
  cursor: default
}

.irs-grid {
  display: none;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  width: 1px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #000;
  padding: 0 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap
}

.irs-disable-mask {
  display: block;
  width: 102%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: -1%;
  z-index: 2;
  cursor: default
}

.irs-disabled {
  opacity: .4
}

.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
  background: 0 0
}

.irs-hidden-input {
  position: absolute!important;
  display: block!important;
  top: 0!important;
  left: 0!important;
  width: 0!important;
  height: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  z-index: -9999!important;
  background: 0 0!important;
  border-style: solid!important;
  border-color: transparent!important
}

.irs {
  height: 10px
}

.irs-with-grid {
  height: 25px
}

.irs-line {
  background: 0 0;
  border-radius: 12px
}

.irs-bar {
  background: #9c8311
}

.irs-bar,
.irs-line {
  height: 2px;
  top: 4px
}

.irs-slider {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #9c8311;
  border-radius: 50%;
  top: 0;
  cursor: pointer
}

.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-to {
  display: none;
  font: 700 12px/1 Montserrat, sans-serif;
  color: #002554;
  top: 16px
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-item img,
.owl-carousel.owl-loaded,
.owl-carousel.owl-loading {
  display: block
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  position: relative;
  -webkit-touch-callout: none
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-dot,
.unselectable {
  -moz-user-select: none;
  -ms-user-select: none
}

.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  animation-name: fadeOut
}

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn
}

.owl-height {
  -moz-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  height: 100%;
  background: #000;
  position: relative
}

.owl-carousel .owl-video-play-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  -moz-transition: -moz-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

.si-wrapper-bottom,
.si-wrapper-top {
  -moz-box-orient: vertical;
  margin-left: 0
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

#global-wrapper,
#main-content,
[class*=si-wrapper],
[class*=si-shadow-wrapper],
body {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.owl-carousel .owl-video-tn {
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.si-float-wrapper {
  position: absolute;
  width: 100%
}

.si-float-wrapper,
.si-float-wrapper * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

[class*=si-wrapper] {
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default
}

.si-wrapper-top {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-top: -40px;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%)
}

.si-wrapper-bottom {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-direction: reverse;
  flex-direction: column-reverse;
  margin-top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%)
}

.si-wrapper-right {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

#global-wrapper,
#main-content,
.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top,
body {
  -moz-box-orient: vertical;
  -moz-box-direction: normal
}

[class*=si-shadow-wrapper] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .29804;
  z-index: 1
}

.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -.71px .71px 3px 0 #000
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  -moz-transform: translate(-50%, 50%) rotate(-45deg);
  -ms-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg)
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg)
}

.si-frame {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  border-radius: 3px;
  z-index: 2
}

.si-content,
html {
  overflow: auto
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff
}

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: .5;
  -moz-appearance: none;
  appearance: none
}

.menu-search .search-button:hover,
.si-close-button:focus,
.si-close-button:hover {
  opacity: .7
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4
}

.si-has-border [class*=si-pointer-bg] {
  border-width: 15px
}

.si-pointer-border-bottom,
.si-pointer-border-top {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.si-pointer-top {
  border-bottom: 0
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb
}

.si-pointer-bg-top {
  border-top-color: #fff
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0
}

.si-pointer-bottom {
  border-top: 0
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0
}

.si-pointer-left {
  border-right: 0
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb
}

.si-pointer-bg-left {
  border-left-color: #fff
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0
}

.si-pointer-right {
  border-left: 0
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb
}

.si-pointer-bg-right {
  border-right-color: #fff
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0
}

[class*=si-wrapper] {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none
}

@-webkit-keyframes shake-horizontal {
  25% {
    -webkit-transform: translateX(2px)
  }
  100%,
  50% {
    -webkit-transform: translateX(0)
  }
  75% {
    -webkit-transform: translateX(-2px)
  }
}

@-moz-keyframes shake-horizontal {
  25% {
    -moz-transform: translateX(2px);
    transform: translateX(2px)
  }
  100%,
  50% {
    -moz-transform: translateX(0);
    transform: translateX(0)
  }
  75% {
    -moz-transform: translateX(-2px);
    transform: translateX(-2px)
  }
}

@keyframes shake-horizontal {
  25% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    transform: translateX(2px)
  }
  100%,
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
  }
  75% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    transform: translateX(-2px)
  }
}

@-webkit-keyframes f-rotate {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes f-rotate {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes f-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

html {
  overflow-x: hidden
}

@media all and (max-width:319px) {
  html {
/*     overflow-x: scroll!important */
    width: 100%;
  }
}

body {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.6875;
  font-family: Montserrat, sans-serif;
  color: #002554
}

#global-wrapper {
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 100px 50px 0
}

#global-wrapper:after,
#global-wrapper:before {
  content: '';
  display: block;
  width: 100px;
  height: 100%;
  height: -moz-calc(100% + 80px);
  height: calc(100% + 80px);
  background: #fff;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 8
}

#global-wrapper:before {
  left: -50px
}

#global-wrapper:after {
  right: -50px
}

#main-content {
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

#main-content>* {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
.project-block__presentation_wrapper {
  display: block;
  width: 100%;
  max-width: 1230px !important;
  padding: 70px 30px !important;
  margin: 0 auto !important;
  position: relative;
  z-index: 2;
}
.wrapper {
  display: block;
  width: 100%;
  max-width: 1230px;
  padding: 70px 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.content-container {
  max-width: 570px
}

#skip-link {
  display: inline-block;
  background: #002554;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: underline;
  padding: 8px 15px;
  position: fixed;
  z-index: 200;
  left: 10px;
  top: -60px;
  -moz-transition: top .2s ease-out 0s;
  transition: top .2s ease-out 0s
}

@media all and (max-width:1023px) {
  #skip-link {
    display: none
  }
}

@media all and (max-width:1450px) {
  .article__back-button {
    display: none
  }
}

#skip-link:focus {
  top: 0
}

#skip-link:hover {
  text-decoration: none
}

::-moz-selection {
  background: #002554;
  color: #fff
}

::selection {
  background: #002554;
  color: #fff
}

.underline:after,
.underlined:after {
  content: '';
  height: 1px;
  background: currentColor;
  margin: 0 auto;
  bottom: 0
}

.clear {
  height: 1px;
  clear: both
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap
}

.unselectable {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal
}

.underline {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  -moz-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.underline:after {
  display: block;
  width: 0;
  position: absolute;
  left: auto;
  right: 0;
  -moz-transition: inherit;
  transition: inherit;
  -moz-transition-property: width;
  transition-property: width
}

.underline:hover:after {
  width: 100%;
  left: 0;
  right: auto
}

.underlined {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.underlined:after {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  -moz-transition: all .2s ease-out 0s, color 0s linear 0s;
  transition: all .2s ease-out 0s, color 0s linear 0s
}

.underlined:hover:after {
  opacity: 0;
  bottom: -4px
}

.f-content,
.field-input,
.infowindow {
  font-family: Montserrat, sans-serif
}

.icon,
.logo {
  position: relative
}

.accordion-item:before {
  -moz-transition: all .2s ease-out 0s;
  display: block
}

.logo {
  display: block;
  width: 220px;
  height: 63px
}

.logo img {
  display: block;
  width: 100%;
  height: 100%
}

.icon {
  display: block;
  background: url(/local/templates/main/css/../images/icons.png) -9999px 0 no-repeat
}

svg.icon {
  fill: currentColor;
  background: 0 0
}




.accordion-item {
  position: relative;
  background-color: #f6f6f6
}

.accordion-item:before {
  content: '';
  width: 9999px;
  height: 100%;
  background-color: #f6f6f6;
  border: 1px solid rgba(203, 210, 220, .3);
  border-width: 1px 0;
  position: absolute;
  top: 0;
  left: -4444px;
  z-index: 1;
  transition: all .2s ease-out 0s
}



.infowindow .views-count {
  position: absolute;
  top: 25px;
  right: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8a98ab;
  font-weight: 400;
  font-size: 16px
}

#navigation .menu {
  -moz-box-orient: vertical;
  -moz-box-direction: normal
}

.infowindow .views-count .icon {
  width: 12px;
  height: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: #8a98ab;
  margin-right: 7px
}

.params-table {
  font-size: 14px;
  color: #8a98ab
}

.params-table b,
.params-table strong {
  color: #002554;
  font-weight: inherit
}

@media all and (max-width:479px) {
  .params-table {
    font-size: 14px
  }
  .params-table .mobile-hide {
    display: none
  }
}

.params-table td,
.params-table th {
  text-align: left;
  vertical-align: top;
  padding: 5px 0
}

.params-table strong {
  font-size: 150%;
  line-height: 1
}

@media all and (max-width:599px) {
  .params-table strong {
    font-size: 130%
  }
}

.params-table .separate-line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #cbd2dc;
  margin: 0 15px;
  position: relative;
  top: -4px
}

@media all and (max-width:479px) {
  .params-table .separate-line {
    width: 30px;
    top: -3px
  }
}

.params-table .separate-row td {
  vertical-align: middle;
  padding: 20px 0
}

@media all and (max-width:1023px) {
  .params-table .separate-row td {
    padding: 10px 0
  }
}

.params-table .separate-row .separate-line {
  display: inline-block;
  width: 80px;
  background: #9c8311;
  margin: 0
}

.params-table~.mobile-params {
  display: none;
  font-size: 14px;
  color: #8a98ab;
  margin: 10px 0 0
}

@media all and (max-width:479px) {
  .params-table~.mobile-params {
    display: block
  }
}

.params-table~.mobile-params .tr {
  margin-bottom: 25px
}

.params-table~.mobile-params .tr:last-child {
  margin-bottom: 0
}

.params-table~.mobile-params b {
  font-weight: inherit;
  color: #002554
}

.params-table~.mobile-params strong {
  font-weight: inherit;
  font-size: 130%;
  line-height: 1;
  color: #002554
}

.ajax-load {
  position: relative;
  overflow: hidden
}

.ajax-load:after,
.ajax-load:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.email,
.phone {
  display: inline-block;
  -moz-transition: all .2s ease-out 0s
}

.ajax-load:before {
  width: 9999px;
  height: 100%;
  background: rgba(255, 255, 255, .85);
  margin-left: -4444px;
  z-index: 4
}

.ajax-load:after {
  width: 85px;
  height: 85px;
  border: 10px solid #8a98ab;
  border-left-color: transparent;
  border-radius: 50%;
  z-index: 5;
  -webkit-animation: f-rotate .8s linear infinite;
  -moz-animation: f-rotate .8s linear infinite;
  animation: f-rotate .8s linear infinite
}


@media all and (max-width:767px) {
  .ajax-load:after {
    width: 75px;
    height: 75px;
    border-width: 8px
  }
}

.ajax-load.loading {
  min-height: 100px;
  cursor: progress
}

.ajax-load.loading:after,
.ajax-load.loading:before {
  opacity: 1;
  visibility: visible
}

.invisible {
  visibility: hidden;
}

.phone {
  position: relative;
  transition: all .2s ease-out 0s
}

.phone:active {
  color: #87710c!important
}

.phone .icon {
  position: absolute
}

.email {
  color: #9c8311;
  position: relative;
  transition: all .2s ease-out 0s
}

.email:hover {
  color: #87710c
}

.f-close,
.social-links a:hover {
  color: #9c8311
}

.email .icon {
  position: absolute
}

.social-links .caption {
  margin-bottom: 25px
}

.social-links .links {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.social-links a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 20px;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.break-line,
.f-close {
  display: block
}

.social-links a:first-child {
  margin-left: 0
}

.social-links a:last-child {
  margin-right: 0
}

.social-links a .icon {
  width: 90%;
  height: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.social-links .vkontakte .icon {
  width: 100%;
  height: 100%
}

.draggable,
.owl-drag {
  cursor: url(data:image/gif;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7), move
}

.f-close {
  width: 30px;
  height: 30px;
  position: relative;
  -moz-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s
}



.f-close:after,
.f-close:before {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: inherit;
  -moz-transition-property: -moz-transform, height;
  transition-property: -webkit-transform, height;
  transition-property: transform, height
}

.f-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.f-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.f-close:active {
  color: red
}



.f-dots {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10
}

.f-dots [class*=dot] {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #cbd2dc;
  border-radius: 50%;
  margin: 0 8px;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  -webkit-touch-callout: none
}

.f-dots [class*=dot]:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: inherit;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
  -ms-transform: scale(.3);
  transform: scale(.3);
  -moz-transition: -moz-transform .2s ease-out 0s;
  transition: -webkit-transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s
}

.button,
.button-text,
.f-pagination {
  position: relative
}

.f-dots [class*=dot].active:after,
.f-dots [class*=dot]:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.f-pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  margin: 100px auto 0
}

.f-pagination .dots,
.f-pagination .pag {
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 20px;
  color: #CBD2DC
}

.f-content,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-align: left
}

.f-pagination .pag {
  border-bottom: 1px solid transparent;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.f-pagination .pag.current {
  font-weight: 400;
  color: #002554
}

h1,
h2 {
  font-weight: 200
}

.f-pagination a.pag:hover {
  color: #002554
}

.f-pagination .arrow {
  position: relative;
  font-size: 12px
}

.f-pagination .arrow .arrow-icon:before {
  width: 12px;
  height: 12px;
  left: 0;
  margin: auto 0
}

.f-pagination .arrow .arrow-icon:after {
  width: 20px!important
}

.f-pagination .arrow.next .arrow-icon:before {
  left: auto;
  right: 0
}

.f-pagination .arrow:hover {
  color: #cbd2dc
}

.f-pagination .arrow.prev {
  margin-right: 15px
}

.f-pagination .arrow.next {
  margin-left: 15px
}

.link-heading,
h1,
h2 {
  margin: 0 auto 40px
}

@media all and (max-width:767px) {
  .f-pagination {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .f-pagination .pag {
    font-size: 16px
  }
}

h1,
.h1 {
  font-size: 50px;
  line-height: 1.4
}

h2,
.h2 {
  font-size: 40px;
  line-height: 1.2
}

h2 .small,
.h2 .small {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300
}

.link-heading {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.link-heading h1,
.link-heading h2 {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0
}

.link-heading .button {
  margin-left: 40px
}

.button {
  display: inline-block;
  background: silver;
  -moz-transition: all .3s ease-out 0s, top 0s linear 0s;
  transition: all .3s ease-out 0s, top 0s linear 0s;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2
}

.button.button-booked {
  text-align: center;
}
.button.button-booked .button-text {
  color: #fff;
}

.button-text {
  z-index: 3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 17px 22px
}

@media (max-width:767px) {
  .button-text {
    padding: 16px 10px;
    text-align: center;
    justify-content: center;
  }
}

.button .close-icon,
.button [class*=icon] {
  display: inline-block;
  position: relative;
  -moz-transition: all .2s ease-out 0s
}

.button [class*=icon] {
  width: 13px;
  height: 13px;
  margin-left: 30px;
  transition: all .2s ease-out 0s
}

.button .arrow-icon {
  width: 9px;
  height: 9px
}

.button .arrow-icon.down {
  top: 3px
}

.button .arrow-icon.right:before {
  border-width: 1px 1px 0 0
}

.button .arrow-icon.right:after {
  width: 200%;
  height: 1px
}

.button .arrow-icon.down:before {
  border-width: 1px 0 0 1px
}

.button .arrow-icon.down:after {
  width: 1px
}

.button .close-icon {
  width: 14px;
  height: 14px;
  transition: all .2s ease-out 0s
}

.button .close-icon:after,
.button .close-icon:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: currentColor;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.form-field,
form {
  position: relative
}

.button .close-icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.button .close-icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.button .marker-icon,
.button .play-icon {
  width: 16px;
  height: 16px
}

.button:hover .arrow-icon.right {
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%)
}

.button:hover .arrow-icon.right:after {
  width: 270%
}

.brown-button {
  background: #9c8311;
  border-color: #9c8311;
  color: #fff;
}

.brown-button:hover {
  background: #87710c;
  border-color: #87710c;
}

.blue-button {
  background: 0 0;
  background-color: #fff;
  border-color: #cbd2dc;
  color: #002554;
}

.blue-button:hover {
  border-color: #8a98ab
}

.blue-button.negative {
  color: #fff;
  border-color: #002554;
  background-color: #002554;
}
.blue-button.negative:hover {
  border-color: #002554
}

@media (max-width: 767px) {
  .blue-button.mobile-negative {
    color: #fff;
    border-color: #002554;
    background-color: #002554;
  }
}

.blue-button [class*=icon] {
  color: #cbd2dc
}

.blue-button:hover [class*=icon] {
  color: #8a98ab
}

.form-heading {
  font-weight: 200;
  font-size: 45px;
  line-height: 1.1;
  margin: 0 auto 35px
}

.form-heading+.subheading-text {
  margin-top: -15px;
  margin-bottom: 30px
}

.form-heading+.sub-heading {
  margin: -15px 0 10px;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  max-width: 350px
}

.form-heading+.sub-heading.alert {
  color: #f00;
}

@media all and (max-width:767px) {
  .form-heading+.subheading-text {
    margin-top: 0
  }
}

form .privacy {
  font-size: 14px;
  line-height: 24px;
  color: #CBD2DC;
  margin: 40px 0 0
}

form .privacy a,
form .privacy a:hover {
  color: #9c8311
}

form .privacy a:after {
  display: none
}

.form-field {
  width: 100%;
  margin: 0 auto 10px;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  padding-top: 25px
}

.field-border,
.field-input,
.field-input~label {
  -moz-transition: inherit;
  transition: inherit
}

.field-input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #cbd2dc;
  border-radius: 4px;
  font-size: 16px;
  line-height: normal;
  color: #002554;
  padding: 0 20px;
  height: 52px
}

.field-input[readonly] {
  opacity: .6
}

.field-input:not([readonly]):hover,
.form-field:hover .field-input:not([readonly]) {
  border-color: #8a98ab
}

.field-input:not([readonly]):focus {
  outline: 0;
  border-color: #8a98ab
}

.field-input.error {
  -webkit-animation: shake-horizontal .1s linear 6;
  -moz-animation: shake-horizontal .1s linear 6;
  animation: shake-horizontal .1s linear 6
}

.field-message {
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px
}

label {
  font-size: 75%;
  color: #8a98ab;
  margin-bottom: 3px
}

.field-input~label {
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.field-input.filled~label,
.field-input:focus~label {
  opacity: 1;
  visibility: visible
}

.field-border {
  width: 0;
  height: 1px;
  background: #8a98ab;
  margin: 0 auto;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0
}

.field-input.error~.field-border,
.field-input.filled~.field-border,
.field-input:focus~.field-border {
  left: 0;
  right: auto;
  width: 100%
}

.field-input::-webkit-input-placeholder {
  color: #8a98ab
}

.field-input::-moz-placeholder {
  color: #8a98ab
}

.field-input::-ms-input-placeholder {
  color: #8a98ab
}

.field-input:-moz-placeholder {
  color: #8a98ab
}

.field-input:-ms-input-placeholder {
  color: #8a98ab
}

.field-input::-ms-clear {
  display: none
}

form .submit {
  display: block;
  width: 100%;
  margin: 35px auto 0
}

.cssload-box-loading,
form .form-loading {
  margin: auto;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}

form.disabled {
  cursor: progress
}

input[name=name] {
  display: none!important
}

form .form-loading {
  background: rgba(255, 255, 255, .7);
  border-radius: inherit;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s
}

form.disabled .form-loading {
  opacity: 1;
  visibility: visible
}

.f-content {
  font-size: 16px;
  line-height: 1.66;
  color: #002554
}

.f-content:after {
  content: '';
  display: block;
  clear: both
}

.f-content [class*=mce-] {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0
}

.f-content blockquote,
.f-content div:not([class]),
.f-content hr,
.f-content iframe,
.f-content img,
.f-content ol,
.f-content ol li,
.f-content p,
.f-content pre,
.f-content span:not([class]),
.f-content ul,
.f-content ul li {
  padding: 0
}

.f-content .alignleft {
  float: left;
  margin-right: 60px
}

.f-content .alignright {
  float: right;
  margin-left: 60px
}

.f-content .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.f-content h1,
.f-content h2,
.f-content h3,
.f-content h4,
.f-content h5,
.f-content h6,
.f-content .h1,
.f-content .h2,
.f-content .h3,
.f-content .h4,
.f-content .h5,
.f-content .h6 {
  display: block;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  text-transform: none;
  letter-spacing: 0
}

.f-content h1 {
  font-weight: 200;
  font-size: 50px;
  line-height: 1.4;
  margin: 35px auto 20px
}

.f-content h2 {
  font-weight: 200;
  font-size: 40px;
  line-height: 1.4;
  margin: 35px auto
}

.f-content h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.4;
  margin: 35px auto
}

.f-content h4 {
  font-size: 24px;
  margin: 35px auto
}

.f-content h5,
.f-content h6,
.f-content .h5,
.f-content .h6 {
  margin: 30px auto;
  text-align: left
}

.f-content .h5,
.f-content h5 {
  font-size: 20px
}

.f-content h6 {
  font-weight: 500;
  font-size: 18px
}

.f-content blockquote {
  display: inline-block;
  font-style: italic;
  border-left: 5px solid #cbd2dc;
  padding: 20px 20px 20px 85px;
  position: relative;
  left: 25px
}

.f-content blockquote:before {
  content: '“';
  font: 700 650%/.7 Georgia, serif;
  color: #cbd2dc;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0
}

.f-content dt,
.f-content em,
.f-content i,
.f-content q {
  font-style: italic
}

.f-content b,
.f-content dt,
.f-content strong,
.f-content table th,
.f-message button {
  font-weight: 700
}

.f-content q:after,
.f-content q:before {
  content: '"'
}

.f-content .indent-text p:first-child:before,
.f-content ul li:before {
  content: '';
  display: block;
  height: 2px;
  top: 12px
}

.f-content pre {
  font-family: monospace
}

.f-content sup {
  vertical-align: super;
  font-size: 70%;
  line-height: 0
}

.f-content sub {
  vertical-align: sub;
  font-size: 70%;
  line-height: 0
}

.f-content del {
  text-decoration: line-through
}

.f-content ins {
  text-decoration: underline
}

.f-content .indent-text {
  padding-left: 100px
}

.f-content .indent-text p:first-child {
  position: relative
}

.f-content .indent-text p:first-child:before {
  width: 80px;
  background: #9c8311;
  position: absolute;
  left: -100px
}

.f-content .indent-text ul {
  margin-left: -60px
}

.f-content .indent-text ol {
  margin-left: -35px
}

.f-content ul {
  text-align: left
}

.f-content ul li {
  list-style: none;
  padding: 0 0 0 60px;
  position: relative
}

.f-content ul li:before {
  width: 40px;
  background: #cbd2dc;
  position: absolute;
  left: 0
}

.f-content ol {
  text-align: left;
  counter-reset: list
}

.f-content ol li {
  list-style: none;
  padding: 0 0 0 35px;
  position: relative
}

.f-content ol li:before {
  display: inline-block;
  counter-increment: list;
  content: counter(list) ')';
  position: absolute;
  left: 0;
  top: 0
}

.f-content dd,
.f-content dt {
  display: inline
}

.f-content dl {
  text-align: left
}

.f-content dd:before {
  content: ' - '
}

#nav-inner .menu-item:after,
#navigation .has-sub-menu>a:after,
.f-content dd:after {
  content: ''
}

.f-content dd:after {
  display: block
}

.f-content img:not([class*=mce]) {
  display: block;
  width: auto!important;
  height: auto!important;
  max-width: 100%;
  max-height: 100%
}

.f-content a:not([class]) {
  display: inline;
  border-bottom: 1px solid;
  color: inherit;
  text-decoration: none;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.f-content a:not([class]):hover {
  border-color: transparent
}

#tinymce .mce-object-iframe,
.f-iframe-container {
  display: block;
  max-width: 600px;
  position: relative
}

#tinymce .mce-object-iframe:before,
.f-iframe-container:before {
  content: '';
  display: block;
  padding-top: 64%
}

#tinymce .mce-object-iframe iframe,
.f-iframe-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

#tinymce .mce-object-iframe,
.f-content blockquote,
.f-content dl,
.f-content hr,
.f-content img,
.f-content ol,
.f-content p,
.f-content pre,
.f-content ul,
.f-iframe-container {
  margin: 0 auto 30px
}

.f-content dd:after,
.f-content ol li,
.f-content ul li {
  margin-bottom: 20px
}

.f-content>:first-child {
  margin-top: 0!important
}

.f-content ol li:last-child,
.f-content ul li:last-child,
.f-content>:last-child {
  margin-bottom: 0!important
}

.f-content table {
  width: 100%;
  margin: 0 auto 30px
}

.f-content table td,
.f-content table th {
  vertical-align: middle;
  text-align: center
}

#navigation .nav-items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

@media all and (max-width:1229px) {
  .f-content .indent-text p:first-child:before,
  .f-content ul li:before {
    top: 11px
  }
  .f-content {
    font-size: 16px
  }
  .f-content h1 {
    font-size: 44px;
    margin: 30px auto
  }
  .f-content h2 {
    font-size: 38px;
    margin: 30px auto
  }
  .f-content h3 {
    font-size: 26px;
    margin: 30px auto
  }
  .f-content h4 {
    font-size: 20px;
    margin: 30px auto
  }
  .f-content .h5,
  .f-content h5 {
    font-size: 18px;
    margin: 25px auto
  }
  .f-content h6 {
    font-size: 16px;
    margin: 25px auto
  }
  .f-content .indent-text ol {
    margin-left: -30px
  }
  .f-content ol li {
    padding-left: 30px
  }
  #tinymce .mce-object-iframe,
  .f-content blockquote,
  .f-content dl,
  .f-content hr,
  .f-content img,
  .f-content ol,
  .f-content p,
  .f-content pre,
  .f-content ul,
  .f-iframe-container {
    margin-bottom: 25px
  }
  .f-content dd:after,
  .f-content ol li,
  .f-content ul li {
    margin-bottom: 15px
  }
  .f-content table {
    margin-bottom: 25px
  }
}

@media all and (max-width:1023px) {
  .f-content .alignleft {
    margin-right: 40px
  }
  .f-content .alignright {
    margin-left: 40px
  }
  .f-content h1,
  .f-content h2,
  .f-content h3,
  .f-content h4 {
    margin: 25px auto
  }
  .f-content h1 {
    font-size: 40px
  }
  .f-content h2 {
    font-size: 30px
  }

  .f-content .h5,
  .f-content .h6,
  .f-content h5,
  .f-content h6 {
    margin: 20px auto
  }
  .f-content blockquote {
    padding: 10px 20px 10px 70px;
    left: 15px
  }
  .f-content blockquote:before {
    font-size: 550%
  }
  .f-content .indent-text {
    padding-left: 70px
  }
  .f-content .indent-text p:first-child:before {
    width: 50px;
    left: -70px
  }
  #tinymce .mce-object-iframe,
  .f-content blockquote,
  .f-content dl,
  .f-content hr,
  .f-content img,
  .f-content ol,
  .f-content p,
  .f-content pre,
  .f-content ul,
  .f-iframe-container {
    margin-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .f-content .indent-text,
  .f-content ul li {
    padding-left: 50px
  }
  .f-content .alignleft {
    float: none;
    margin-right: auto
  }
  .f-content .alignright {
    float: none;
    margin-left: auto
  }
  .f-content h1 {
    font-size: 36px
  }
  .f-content h2 {
    font-size: 28px
  }
  .f-content .indent-text p:first-child:before {
    width: 35px;
    left: -50px
  }
  .f-content .indent-text ul {
    margin-left: -50px
  }
  .f-content ul li:before {
    width: 35px
  }
  .f-content dd:after,
  .f-content ol li,
  .f-content ul li {
    margin-bottom: 10px
  }
}

@media all and (max-width:479px) {
  .f-content h1 {
    font-size: 32px
  }
  .f-content h2 {
    font-size: 26px
  }
  .f-content h3 {
    font-size: 22px
  }
  .f-content h4 {
    font-size: 18px
  }
  .f-content h5,
  .f-content h6,
  .f-content .h5,
  .f-content .h6 {
    font-size: 16px
  }
  .f-content blockquote {
    font-size: 85%;
    padding: 5px 10px 5px 50px;
    left: 10px
  }
  .f-content blockquote:before {
    font-size: 500%;
    left: 5px
  }
  .f-content .indent-text {
    padding-left: 0
  }
  .f-content .indent-text p:first-child:before {
    display: none
  }
  .f-content .indent-text ol,
  .f-content .indent-text ul {
    margin-left: 0
  }
  .f-content ul li {
    padding-left: 30px
  }
  .f-content ul li:before {
    width: 18px
  }
}

#navigation {
  width: 100%;
  min-width: 320px;
  height: 100px;
  background: #fff;
  border-bottom: 1px solid rgba(203, 210, 220, .3);
  padding: 0 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

#navigation .controls {
/*   width: 22px; */
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative
}

#navigation .wrapper {
  max-width: 100%;
  height: 100%;
  padding: 0
}

@media all and (min-width:1200px) {
  #navigation {
    -moz-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
  }
  #navigation.nav-fixed {
    top: -100px
  }
}

#navigation .nav-items {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

#navigation .logo {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

#navigation .nav-centered {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 50px;
  padding-right: 30px
}

#navigation .nav-items .assortment-menu {
  width: 1230px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -680px;
  margin-top: -13px;
  padding-left: 0;
  padding-right: 30px
}

#navigation .nav-items .assortment-top-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

#navigation .nav-items .assortment-menu-item {
  font-size: 16px;
  margin: 0 22px;
  outline: none;
}

#navigation .nav-items .assortment-menu-item:first-child {
  margin-left: 0
}

#navigation .nav-items .assortment-menu-item:last-child {
  margin-right: 0
}

#navigation .nav-items .assortment-menu-item > a {
/*   -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s; */
}

#navigation .nav-items .assortment-menu-item > a:focus {
  outline: 1px solid #9c8311;
  outline-offset: 10px;
}
@media (min-width:1200px) and (max-width:1365px) {
  #navigation .nav-items .assortment-menu-item > a {
  font-size: 12px;
  }
  #navigation .logo {
  margin-top: -14px;
  }
}
@media (min-width:1366px) and (max-width:1600px) {
  #navigation .nav-items .assortment-menu-item > a {
  font-size: 14px;
  }
  #navigation .logo {
  margin-top: -14px;
  }
}

@media (min-width:1600px) {
  #navigation .nav-items .assortment-top-menu {
  padding-left: 30px;
  }
}

#navigation .nav-items .assortment-menu-item>a.active,
#navigation .nav-items .assortment-menu-item>a:hover {
  color: #9c8311
}

#navigation .select-region {
  font-size: 14px;
  padding: 14px 20px;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  margin-left: 30px
}

#navigation .nav-items .select-region {
  width: 220px
}

#navigation .nav-items .contacts {
  line-height: 1;
  text-align: right;
  margin-left: 80px
}

#navigation .nav-items .contacts .phone {
  font-weight: 300;
  font-size: 30px;
  padding-right: 20px;
}

#navigation .nav-items .contacts .callback {
  font-size: 12px;
  color: #9c8311
}

#navigation .office-name {
  font-size: 12px;
  line-height: 1;
  max-width: 200px;
  padding-left: 20px;
  padding-right: 10px;
}
@media (max-width: 550px) {
  #navigation .office-name {
    display: none;
  }
}

#navigation .nav-items .controls {
  display: block;
  width: 32px;
  margin-right: -24px;
  height: 100%;
  padding-top: 42px;
  text-align: center;
}
@media (min-width: 1230px) {
  #navigation .nav-items .controls {
    margin-right: -32px;
  }
}
@media (min-width: 1600px) {
  #navigation .nav-items .controls {
    margin-right: 0px;
  }
}
@media (max-width: 1023px) {
  #navigation .nav-items .controls {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  #navigation .nav-items .controls {
    padding-top: 26px;
    margin-right: 0px;
  }
}

#navigation .nav-items .control {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #9c8311;
  margin: 0 50px 0 0;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

#navigation .nav-items .control .icon {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

#navigation .menu {
/*   width: 675px; */
  width: 490px;
  height: 100%;
  height: -moz-calc(100% + 80px);
  height: calc(100% + 80px);
  background: #9c8311;
  color: #ebdb95;
  padding: 150px 80px 120px;
  margin: auto 0;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: -webkit-transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
  transition: transform .3s cubic-bezier(.77, 0, .175, 1) 0s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

#nav-inner .menu-item a,
.menu-search .search-button {
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal
}

#navigation .menu.drag {
  -moz-transition: -moz-transform .1s ease-out 0s;
  transition: -webkit-transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s
}

#navigation .menu.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.menu-search {
  position: absolute;
  top: 65px;
  left: 80px;
  width: 350px
}

.menu-search .field-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(235, 219, 149, .5);
  border-radius: 0;
  height: 42px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.menu-search .field-input::-webkit-input-placeholder {
  color: #ebdb95
}

.menu-search .field-input::-moz-placeholder {
  color: #ebdb95
}

.menu-search .field-input::-ms-input-placeholder {
  color: #ebdb95
}

.menu-search .field-input:-moz-placeholder {
  color: #ebdb95
}

.menu-search .field-input:-ms-input-placeholder {
  color: #ebdb95
}

#navigation .menu .assortment-menu-item>a:hover,
#navigation .menu-item a:hover {
  color: #fff
}

.menu-search .field-input:hover {
  border-bottom-color: rgba(235, 219, 149, .5)
}

.menu-search .field-input:focus {
  border-bottom-color: #ebdb95
}

.menu-search .search-button {
  outline: 0!important;
  border: none;
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.menu-search .search-button .icon {
  fill: #ebdb95;
  width: 21px;
  height: 22px
}

#navigation .menu .assortment-menu-item {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px
}

#navigation .menu .assortment-menu-item>a {
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

#navigation .menu-container {
  margin: auto 0
}

#navigation .menu-item {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 25px
}

#navigation .menu-item:last-child {
  margin-bottom: 0
}

#navigation .menu-item a {
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  position: relative
}

#navigation .has-sub-menu>a:after {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-width: 0 0 1px 1px;
  -moz-transition: inherit;
  transition: inherit;
  -moz-transition-property: -moz-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -4px
}

#navigation .has-sub-menu>a[aria-expanded=true]:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

#navigation .sub-menu {
  display: none;
  padding-left: 30px;
  margin-top: 20px
}

#navigation .sub-menu .menu-item {
  font-size: 16px;
  font-weight: 400
}

#navigation .menu .select-region {
  display: none;
  width: 250px;
  background: #9c8311;
  border-color: #ebdb95;
  color: #ebdb95;
  margin-bottom: 30px
}

#navigation .menu .select-region .ffs-options-list {
  background: #9c8311;
  border: 1px solid #ebdb95
}

#navigation .menu .select-region .ffs-option.highlight,
#navigation .menu .select-region .ffs-option.selected {
  background: #fff;
  color: #9c8311
}

#navigation .menu .select-region .arrow {
  color: #ebdb95
}

@media (max-width:1700px) {
  #navigation .nav-items .contacts {
    margin-left: 50px
  }
}

#navigation .menu .phone {
  display: none;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px
}

#navigation .menu .cabinet {
  display: block;
  width: 250px;
  border-color: #ebdb95;
  color: #ebdb95;
  margin: 50px 0 0
}

#navigation .menu .cabinet:hover {
  background: #9c8311;
  border-color: #fff;
  color: #fff
}

#navigation .menu .social-links {
  width: 100%;
  max-width: 270px;
  margin-top: 30px
}

#navigation .menu .social-links .caption {
  font-size: 14px
}

#navigation .menu .social-links a:hover {
  color: #fff
}

#show-nav {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #9c8311;
  position: relative;
  z-index: 4;
  overflow: hidden;
  margin-bottom: 0px;
}

#show-nav [class*=line] {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4
}

#show-nav .line-top {
  top: -12px
}

#show-nav .line-bottom {
  bottom: -12px
}

#show-nav.active {
  color: #ebdb95
}

#show-nav.active:hover {
  color: #fff
}

#show-nav.active .line-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

#show-nav.active .line-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media all and (min-width:1024px) {
  body:not(.mobile) #navigation.hidden {
    top: -100px;
    box-shadow: none
  }
  body:not(.mobile) #navigation.visible {
    top: 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
  }
  body.mobile #navigation {
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
  }
}

.nav-inner__logo {
  -moz-transition: all .2s ease-in-out
}

#nav-inner {
  margin-bottom: -40px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #edeff3
}

.frontpage #nav-inner {
  margin-bottom: 20px;
}

.nav-inner__logo {
  width: 41px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  transition: all .2s ease-in-out
}

.nav-inner__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-inner__menu-toggle {
  text-decoration: none!important;
  width: 22px;
  height: 22px;
  color: #9c8311;
  z-index: 4;
  overflow: hidden;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  display: none!important;
  position: fixed;
  top: 50%;
  margin-top: -11px;
  right: 0
}

.nav-inner__menu-toggle [class*=line] {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  -moz-transition: all .2s ease-out .2s, -moz-transform .2s ease-out 0s, color 0s linear 0s;
  transition: all .2s ease-out .2s, -webkit-transform .2s ease-out 0s, color 0s linear 0s;
  transition: all .2s ease-out .2s, transform .2s ease-out 0s, color 0s linear 0s
}

.nav-inner__menu-toggle .line-top {
  top: -12px
}

.nav-inner__menu-toggle .line-bottom {
  bottom: -12px
}

.nav-inner__menu-toggle:hover {
  color: #002554
}

.nav-inner__menu-toggle.active {
  color: #ebdb95
}

.nav-inner__menu-toggle.active:hover {
  color: #fff
}

.nav-inner__menu-toggle.active [class*=line] {
  -moz-transition: all .2s ease-out 0s, -moz-transform .2s ease-out .2s, color 0s linear 0s;
  transition: all .2s ease-out 0s, -webkit-transform .2s ease-out .2s, color 0s linear 0s;
  transition: all .2s ease-out 0s, transform .2s ease-out .2s, color 0s linear 0s
}

.nav-inner__menu-toggle .active .line-top {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nav-inner__menu-toggle .active .line-middle {
  opacity: 0
}

.nav-inner__menu-toggle .active .line-bottom {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#nav-inner-sticky-wrapper {
  z-index: 105;
  height: 89px;
}

#nav-inner-sticky-wrapper.is-sticky #nav-inner .wrapper {
  padding-top: 0
}

#nav-inner-sticky-wrapper.is-sticky .nav-inner__logo {
  opacity: 1
}

#nav-inner.project-nav {
  margin-bottom: 0;
}

@media all and (min-width:1200px) {
  #nav-inner {
    z-index: 105;
    height: 89px;
  }
  #navigation.nav-fixed .nav-items .contacts .phone {
    position: fixed;
    top: 30px;
    right: 100px;
  }
  #navigation.nav-fixed .nav-items .controls {
    position: fixed;
    top: 0px;
    right: 80px;
    padding-top: 30px;
    z-index: 4;
  }
}

@media (max-width:1199px) {
  .nav-inner__logo {
    display: none!important
  }
}

@media (max-width:1599px) {
  .nav-inner__menu-toggle {
    right: 50%;
    margin-right: -585px
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .nav-inner__logo {
    display: none
  }
}

#nav-inner .wrapper {
  padding: 15px 30px 0
}

#nav-inner .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#nav-inner .menu-item {
  font-size: 16px;
  color: #002554;
  margin: 3px 20px 0 0;
  position: relative;
  outline: none;
}

#nav-inner .menu-item:first-child {
  margin-left: 0
}

#nav-inner .menu-item:last-child {
  margin-right: 0
}

#nav-inner .menu-item:after {
  display: none;
  width: 15px;
  height: 1px;
  background: #9c8311;
  position: absolute;
  top: 11px;
  left: 100%;
  margin-left: 15px
}

#nav-inner .menu-item a:after,
.presentation .background-image:after {
  content: "";
  display: block;
  position: absolute
}

#nav-inner .menu-item:last-child:after {
  display: none
}

#nav-inner .menu-item a {
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #002554;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  outline: none;
  font-size: 15px;
}
@media (min-width: 1200px) and (max-width: 1270px) {
  #nav-inner .menu-item a {
    font-size: 12px;
  }
}
@media (min-width: 1271px) and (max-width: 1550px) {
  #nav-inner .menu-item a {
    font-size: 13px;
  }
}

#nav-inner .menu-item a:focus,
#nav-inner .menu-item a:active {
  color: #9c8311;
}

#nav-inner .menu-item a:after {
  width: 100%;
  height: 2px;
  background-color: #9c8311;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out
}

#nav-inner .menu-item.active span,
#nav-inner .menu-item.active a {
  color: #9c8311;
  pointer-events: none
}

#nav-inner .menu-item.active a:after {
  opacity: 1
}

.bt {
  border-top: 1px solid #EAEDF1
}

.bb {
  padding-bottom: 100px;
  border-bottom: 1px solid #EAEDF1
}

#nav-inner .menu-item.disabled a {
  color: #CBD2DC;
  pointer-events: none
}

#nav-inner .menu-item.disabled a:after {
  opacity: 0
}

#page-bg {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}

@media all and (max-width:1229px) {
  #page-bg {
    height: 420px
  }
}

@media all and (max-width:1023px) {
  #page-bg {
    height: 360px
  }
}

@media all and (max-width:767px) {
  .bb {
    padding-bottom: 50px
  }
  #nav-inner {
    border-bottom: none
  }
  #page-bg {
    height: 400px
  }
}

.presentation {
  margin-bottom: 25px
}

.presentation .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none
}

.presentation .background-image:after {
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(49, 43, 33, .35);
  left: 0;
  top: 0
}

.presentation .background-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.presentation.in-project {
  margin-bottom: 0px !important;
}
.presentation.in-project .background-image {
  text-align: center;
  background: #fff;
  position: relative;
  font-size: 0px;
}
.presentation.in-project .background-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.presentation .slide.slide-img .background-image:after {
  display: none;
}

.presentation .slider-container.no-content .background-image:after {
  display: none
}

.presentation .wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

.presentation h1 {
  max-width: 1230px;
  padding: 0 30px
}
.presentation.in-project .slider-container {
  /* min-height: 500px; */
  height: auto !important;
}
.presentation .slider-container {
  height: 500px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -moz-transition: background-image .4s ease-out 0s;
  transition: background-image .4s ease-out 0s
}

.presentation .slider {
  height: 100%;
  position: relative;
  z-index: 2
}

.presentation .owl-item,
.presentation .owl-stage,
.presentation .owl-stage-outer {
  height: 100%
}

.presentation .slide {
  display: none;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: relative
}

.presentation .slide:first-child {
  display: block
}

.presentation .slide-content {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  max-width: 1230px;
  min-width: 320px;
  padding: 110px 30px 130px;
  margin: 0 auto;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.presentation .slide .title {
  font-weight: 200;
  font-size: 50px;
  line-height: 1.4;
  margin: 0 0 20px;
  position: relative
}

.presentation .slide .title strong {
  display: block
}

.presentation .slide .location {
  font-size: 16px;
  padding-left: 28px;
  position: relative
}

.presentation .slide .location .icon {
  width: 21px;
  height: 21px;
  color: #9c8311;
  position: absolute;
  left: 0;
  top: 1px
}

.presentation .slide .button {
  width: 260px;
  font-size: 16px;
  margin: 90px 0 0
}

.presentation .f-arrow {
  color: #fff;
  cursor: pointer
}

.presentation .f-arrow:active {
  background: #fff
}

.presentation .f-arrow[class*=prev] {
  left: 25px
}

.presentation .f-arrow[class*=next] {
  right: 25px
}

.presentation .f-dots {
  bottom: 60px
}

.presentation .f-dots [class*=dot] {
  opacity: 1;
  color: #fff;
  cursor: pointer
}

.presentation .animated .animate-out .slide-content {
  -moz-transition: all .6s cubic-bezier(.95, .05, .795, .035) .2s, opacity .4s linear 0s;
  transition: all .6s cubic-bezier(.95, .05, .795, .035) .2s, opacity .4s linear 0s
}

.presentation .animated .slide-content {
  -moz-transition: all .6s cubic-bezier(.19, 1, .22, 1) 0s, opacity .4s linear .2s;
  transition: all .6s cubic-bezier(.19, 1, .22, 1) 0s, opacity .4s linear .2s
}

.presentation .animated .animate-out .background-image {
  -moz-transition: all .1s ease-in-out .6s;
  transition: all .1s ease-in-out .6s
}

.presentation .animated .background-image {
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.presentation .animate-out .slide-content {
  opacity: 0;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px)
}

.presentation .animate-in .slide-content {
  opacity: 0;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px)
}

@media all and (max-width:1599px) {
  .presentation .slider-container {
    height: 700px
  }
  .presentation .slide-content {
    padding: 110px 70px 130px
  }
  .presentation .f-arrow[class*=prev] {
    left: 5px
  }
  .presentation .f-arrow[class*=next] {
    right: 5px
  }
}

@media all and (max-width:1365px) {
  .presentation .slider-container {
    height: 650px
  }
  .presentation .slide-content {
    padding: 90px
  }
  .presentation .slide .button {
    margin-top: 40px
  }
  .presentation .f-dots {
    bottom: 35px
  }
}

@media all and (max-width:1229px) {
  .presentation .slider-container {
    height: 600px
  }
  .presentation .slide .title {
    font-size: 44px;
    margin-bottom: 15px
  }
}

@media all and (max-width:1023px) {
  .presentation h1 {
    padding: 0 20px
  }
  .presentation .slider-container {
    height: 550px
  }
  .presentation .slide-content {
    padding: 75px 20px
  }
  .presentation .slide .title {
    font-size: 40px
  }
  .presentation .f-arrow {
    display: none
  }
  .presentation .f-dots {
    bottom: 30px
  }
}

@media all and (max-width:767px) {
  .presentation .slider-container {
    height: 500px
  }
  .presentation .slide-content {
    padding: 65px 20px
  }
  .presentation .slide .title {
    font-size: 36px
  }
}

@media all and (max-width:479px) {
  .presentation h1 {
    padding: 0 15px
  }
  .presentation .slide-content {
    padding: 65px 15px
  }
  .presentation .slide .title {
    font-size: 30px
  }
  .presentation .slide .location {
    font-size: 14px
  }
  .presentation .slide .button {
    width: 100%;
    max-width: 320px
  }
}

.projects-list h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.4;
  margin: 35px auto;
}

.projects-items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px
}

.projects-items__button {
  margin: 30px auto 0;
  display: block;
  width: 260px
}

.project-item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 46%;
  max-width: 570px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  margin: 0 0 30px 30px;
  position: relative;
  overflow: hidden
}

.project-item:nth-child(2n+1) {
  margin-left: 0
}

.project-item .background,
.project-item .content-container,
.project-item .content-container:before,
.project-item .overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0
}

.project-item:before {
  content: '';
  display: block;
  padding-top: 70%
}

.project-item .content-container {
  display: block;
  z-index: 2
}

.project-item .content-container:before {
  content: '';
  display: block;
  background: rgba(49, 43, 33, .35);
  z-index: 2
}

.project-item .background {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -moz-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.project-item .overlay {
  opacity: 0;
  visibility: hidden;
  background: rgba(49, 43, 33, .8);
  z-index: 3;
  -moz-transition: all .3s ease-out .1s;
  transition: all .3s ease-out .1s
}

.project-item .content {
  padding: 60px 65px;
  position: relative;
  z-index: 4
}

.project-item .title {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 5px
}

.project-item .status {
  display: inline-block;
  background: #fff;
  color: #002554;
  border-radius: 4px;
  padding: 9px 15px;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.project-item .info {
  margin: 35px 0 0
}

.project-item .info-item {
  padding-left: 35px;
  margin-bottom: 18px;
  position: relative;
  -moz-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.project-item .info-item .icon {
  width: 16px;
  height: 16px;
  color: #9c8311;
  position: absolute;
  left: 0;
  top: 4px
}

.project-item:hover .status {
  background-color: #9c8311;
  color: #fff
}

.project-item:hover .background {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03)
}

.project-item:hover .overlay {
  opacity: 1;
  visibility: visible;
  -moz-transition-delay: 0s;
  transition-delay: 0s
}

.project-item:hover .info-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.project-item .ii-1 {
  -moz-transition-delay: .2s;
  transition-delay: .2s
}

.project-item .ii-2 {
  -moz-transition-delay: .15s;
  transition-delay: .15s
}

.project-item .ii-3 {
  -moz-transition-delay: .1s;
  transition-delay: .1s
}

.project-item .ii-4 {
  -moz-transition-delay: 50ms;
  transition-delay: 50ms
}

.project-item .ii-5,
.project-item:hover .ii-1 {
  -moz-transition-delay: 0s;
  transition-delay: 0s
}

.project-item:hover .ii-2 {
  -moz-transition-delay: 50ms;
  transition-delay: 50ms
}

.project-item:hover .ii-3 {
  -moz-transition-delay: .1s;
  transition-delay: .1s
}

.project-item:hover .ii-4 {
  -moz-transition-delay: .15s;
  transition-delay: .15s
}

.project-item:hover .ii-5 {
  -moz-transition-delay: .2s;
  transition-delay: .2s
}

.projects-items.owl-carousel {
  padding: 0 0 70px
}

.projects-items.slider .project-item {
  display: none
}

.projects-items.slider .project-item:nth-child(1) {
  display: block
}

@media all and (min-width:768px) {
  .projects-items.slider .project-item:nth-child(2) {
    display: block
  }
}

.projects-items.owl-carousel .project-item {
  margin: 0 auto
}

.projects-items .f-arrow {
  bottom: 70px
}

.projects-items .f-arrow[class*=prev] {
  left: -75px
}

.projects-items .f-arrow[class*=next] {
  right: -75px
}

@media all and (max-width:1599px) {
  .projects-items.owl-carousel {
    padding: 0 65px 70px
  }
  .projects-items .f-arrow[class*=prev] {
    left: 0
  }
  .projects-items .f-arrow[class*=next] {
    right: 0
  }
}

@media all and (max-width:1365px) {
  .project-item {
    font-size: 15px
  }
  .project-item .content {
    padding: 30px
  }
  .project-item .title {
    font-size: 24px;
    margin-bottom: 10px
  }
  .project-item .status {
    padding: 8px 12px
  }
  .project-item .info {
    margin-top: 20px
  }
  .project-item .info-item {
    padding-left: 30px;
    margin-bottom: 15px
  }
}

@media all and (max-width:1229px) {
  .projects-items {
    margin-bottom: 25px
  }
  .projects-items.owl-carousel {
    padding: 0 0 50px
  }
  .project-item {
    margin: 0 0 25px 20px
  }
  .project-item .content {
    padding: 25px
  }
  .project-item .info-item {
    margin-bottom: 10px
  }
}

@media all and (max-width:1023px) {
  .project-item {
    max-height: 320px;
    font-size: 14px;
    margin: 0 0 20px 15px
  }
  .project-item:before {
    padding-top: 80%
  }
  .project-item .content {
    padding: 15px
  }
  .project-item .title {
    font-size: 20px
  }
  .project-item .info {
    margin-top: 15px
  }
  .project-item .info-item {
    padding-left: 25px
  }
  .project-item .info-item .icon {
    width: 14px;
    height: 14px;
    top: 5px
  }
}

@media all and (max-width:767px) {
  .projects-items {
    max-width: 570px;
    margin: 0 auto 15px
  }
  .project-item {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 200px;
    margin: 0 0 15px
  }
  .project-item .info {
    display: none
  }
}

@media all and (max-width:479px) {
  .project-item:before {
    padding-top: 110%
  }
  .project-item .content {
    padding: 20px
  }
  .project-item .title {
    font-size: 22px
  }
  .project-item .info-item {
    padding-left: 25px;
    margin-bottom: 12px
  }
  .project-item .info-item .icon {
    top: 3px
  }
}



.person-item {
  width: 270px;
  position: relative
}

.person-item .photo {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 340px
}

.person-item .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.person-item .photo .status {
  display: inline-block;
  background: #9c8311;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 13px 15px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 3
}

.person-item .photo .status .icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin: -2px 0 0 10px
}

.person-item .separator {
  width: 80px;
  height: 2px;
  background: #9c8311;
  margin: 30px 0 20px
}

.person-item .name {
  font-size: 14px
}

.person-item .job {
  font-size: 14px;
  color: #8a98ab;
  margin-top: 5px
}

.person-item .phone {
  display: block;
  font-size: 24px;
  margin-top: 15px
}

.person-item .chat-items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px
}

.person-item .chat-items a {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #8a98ab;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.download-item:hover,
.person-item .chat-items a:hover {
  color: #9c8311
}

.person-item .chat-items a .icon,
.person-item.disabled .photo:after,
.person-item.disabled:after {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.person-item.disabled:after {
  content: '';
  display: block;
  z-index: 5
}

.person-item.disabled>* {
  opacity: .5
}

.person-item.disabled .photo {
  opacity: 1
}

.person-item.disabled .photo:after {
  content: '';
  display: block;
  background: #cbd2dc;
  opacity: .8;
  z-index: 2
}

.person-item.disabled .photo .status {
  background: #8a98ab
}

.downloads-items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 100px;
  margin: 0 auto -50px
}

.download-item {
  width: 45%;
  display: block;
  min-height: 75px;
  font-size: 16px;
  padding-left: 90px;
  margin: 0 0 50px;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.download-item .icon-container {
  width: 50px;
  height: 67px;
  color: #9c8311;
  position: absolute;
  left: 0;
  top: 8px
}

.download-item .icon-container .ext {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 3px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.download-item .icon {
  width: 100%;
  height: 100%
}

.download-item .meta {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 90%;
  color: #8a98ab;
  margin: 2px 0 0
}

.download-item .meta>* {
  display: inline-block;
  margin-right: 15px
}

.download-item .meta:last-child {
  margin-right: 0
}

@media all and (max-width:1355px) {
  .downloads-items {
    padding: 0
  }
  .download-item {
    width: 46%
  }
}

@media all and (max-width:1023px) {
  .downloads-items {
    margin-bottom: -40px
  }
  .download-item {
    padding-left: 70px;
    margin-bottom: 40px
  }
}

@media all and (max-width:767px) {
  .download-item {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%
  }
}

@media all and (max-width:599px) {
  .downloads-items {
    margin-bottom: -30px
  }
  .download-item {
    margin-bottom: 30px
  }
}



.ffs-select {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.loading {
  position: relative
}

.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: center center;
  background-color: rgba(255, 255, 255, .9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5YzgzMTEiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4IiAvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiA8L3BhdGg+PC9nPjwvZz48L3N2Zz4=)
}

#article .post-image:before,
#bottom-nav:after,
#history-slider .slide .title:after,
#history-slider .slider:after,
#history-slider .slider:before,
.f-message .close:after,
.f-message .close:before,
.infowindow .photo:before,
.infowindow.tooltip:before {
  content: ''
}



@media all and (max-width:767px) {
  h5, .h5 {
    font-size: 14px;
    line-height: 22px
  }
}



#article .sticky-wrapper {
  position: absolute;
  top: 50px;
  left: -70px;
  width: 50px
}

.map,
.map-container {
  position: relative
}

#bonuses {
  background: #9c8311
}

#bonuses .wrapper {
  padding-top: 100px;
  padding-bottom: 25px
}

#bonuses .items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto -50px
}

#bonuses .item {
  width: 48%;
  font-size: 24px;
  color: #fff;
  margin: 0 0 50px
}

#bonuses .item .descr {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #EBDB95;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 50px
}

#bonuses .item .icon {
  width: 120px;
  height: 120px;
  color: #ebdb95;
  margin: 0 0 15px
}

#bonuses .item strong {
  display: block;
  font-size: 210%;
  line-height: 1.4
}

#bonuses .note {
  font-size: 14px;
  color: #ebdb95;
  margin: 90px 0 0
}

@media all and (max-width:1365px) {
  #bonuses .wrapper {
    padding-top: 65px
  }
  #bonuses .items {
    margin-bottom: -40px
  }
  #bonuses .item {
    font-size: 20px;
    margin-bottom: 40px
  }
  #bonuses .note {
    margin-top: 75px
  }
}

@media all and (max-width:1229px) {
  #bonuses .item {
    font-size: 18px
  }
  #bonuses .item .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 10px
  }
  #bonuses .item strong {
    font-size: 180%
  }
  #bonuses .note {
    margin-top: 60px
  }
}

@media all and (max-width:1023px) {
  #bonuses .wrapper {
    padding-top: 50px
  }
  #bonuses .items {
    margin-bottom: -30px
  }
  #bonuses .item {
    font-size: 16px
  }
  #bonuses .item .icon {
    width: 80px;
    height: 80px
  }
  #bonuses .item strong {
    font-size: 160%
  }
  #bonuses .note {
    margin-top: 50px
  }
}

@media all and (max-width:767px) {
  #bonuses .item {
    width: 100%;
    font-size: 18px
  }
  #bonuses .item .descr {
    margin-bottom: 20px
  }
  #bonuses .item strong {
    font-size: 180%
  }
}

@media all and (max-width:479px) {
  #bonuses .item {
    font-size: 16px
  }
  #bonuses .item strong {
    font-size: 160%
  }
}

.map {
  background: #ccc
}

.infowindow {
  width: 570px;
  max-width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.66;
  color: #002554;
  padding: 40px 100px;
  margin: 0 auto;
  position: absolute;
  left: -800px;
  right: 0;
  top: 0;
  z-index: 10
}

.infowindow .routes-block {
  margin-top: 30px
}

.infowindow .routes-block .caption {
  color: #8A98AB;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px
}

.infowindow .routes-block .links {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.infowindow .routes-block .links a {
  color: #9c8311;
  margin-right: 20px
}

.infowindow .type {
  font-size: 14px;
  line-height: 24px;
  color: #CBD2DC;
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px
}

.infowindow .price,
.infowindow .size {
  font-size: 20px;
  line-height: 34px;
  color: #002554;
  font-weight: 400
}

.infowindow .heading {
  font-size: 24px;
  line-height: 38px;
  position: relative;
  font-weight: 300
}
#contacts .infowindow .heading {
  font-size: 18px;
  line-height: 1.3;
}

.infowindow .heading a {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block
}

.infowindow .status {
  color: #8a98ab;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 24px
}

.infowindow .description {
  font-size: 110%;
  margin: 15px 0 0
}

.infowindow .photo {
  width: 200px;
  margin: 15px auto 0;
  position: relative
}

.infowindow .photo:before {
  display: block;
  padding-top: 100%
}

.infowindow .photo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.infowindow .separator {
  width: 80px;
  height: 2px;
  background: #9c8311;
  margin: 20px 0
}

.infowindow .info {
  margin-top: 25px;
  margin-bottom: -15px
}

.infowindow .info-item {
  padding-left: 30px;
  margin: 0 0 15px;
  position: relative;
  font-size: 14px
}

.infowindow .info-item .icon {
  width: 16px;
  height: 16px;
  color: #9c8311;
  position: absolute;
  left: 0;
  top: 4px
}

.infowindow .params-table {
  margin: 25px 0 0
}

.infowindow .params-table td {
  color: #002554
}

.infowindow .button {
  margin: 25px 0 0;
  width: 100%
}

.infowindow.tooltip {
  width: 410px;
  padding: 60px;
  margin-left: 15px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  pointer-events: none
}

@media (max-width:768px) {
  .infowindow.tooltip {
    pointer-events: all
  }
}

.infowindow.tooltip:before {
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid #fff;
  border-left: 16px solid transparent;
  position: absolute;
  top: 0;
  left: -15px
}

.infowindow.tooltip.open-left:before {
  left: auto;
  right: -15px
}

.infowindow.tooltip.open-top:before {
  top: auto!important;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.infowindow.tooltip .heading:before {
  display: none
}

@media all and (max-width:1229px) {
  .infowindow {
    width: 460px;
    padding: 40px;
    left: 0;
    right: auto
  }
  .infowindow.tooltip {
    width: 360px;
    padding: 35px
  }
  .infowindow .heading:before {
    display: none
  }
  .infowindow .info-item {
    margin-bottom: 10px
  }
}

@media all and (max-width:1023px) {
  .infowindow {
    width: 100%;
    font-size: 14px;
    padding: 30px 20px;
    position: relative;
    left: auto;
    right: auto;
    top: auto
  }
  .infowindow .button {
    display: block;
    width: 100%;
    max-width: 320px
  }
}

@media all and (max-width:479px) {
  .infowindow.tooltip {
    width: 300px;
    padding: 25px
  }
  .infowindow .separator {
    margin: 15px 0
  }
}

@media all and (max-width:767px) {
  .infowindow .routes-block .links {
    font-size: 12px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap
  }
  .infowindow .heading {
    font-size: 20px
  }
  .infowindow .heading .adr {
    font-size: 16px;
    line-height: 1.8
  }
}

footer {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #e5e8ed;
  color: #8a98ab;
  padding: 0 50px
}

footer .wrapper {
  padding-top: 0;
  padding-bottom: 0
}

#bottom-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 0 25px;
  position: relative
}

#bottom-nav:after {
  display: block;
  width: 9999px;
  height: 1px;
  background: #cbd2dc;
  position: absolute;
  left: -4444px;
  bottom: 0
}

#bottom-nav .top-menu,
footer .footer-items {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

#bottom-nav:last-child {
  margin-bottom: 0!important
}

#bottom-nav .menu-container {
  width: 100%
}

#bottom-nav .top-menu {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0 0
}

#bottom-nav .menu-item {
  font-size: 16px;
  line-height: 1.4;
  position: relative
}

#bottom-nav .top-menu>.menu-item {
  margin: 0 10px
}

#bottom-nav .top-menu>.menu-item:first-child {
  margin-left: 0
}

#bottom-nav .top-menu>.menu-item:last-child {
  margin-right: 0
}

#bottom-nav .menu-item>a {
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

#bottom-nav .menu-item>a:hover {
  color: #9c8311
}

#bottom-nav .sub-menu {
  margin-top: 18px
}

#bottom-nav .sub-menu .menu-item {
  margin-bottom: 13px
}

#bottom-nav .sub-menu .menu-item>a {
  font-size: 12px
}

#bottom-nav .cabinet {
  display: block;
  width: 250px;
  color: inherit;
  margin: 0 0 35px
}

footer .footer-items {
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px
}

.page-footer__bottom-top,
footer .right-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox
}

#modal-booking-form form,
#modal-parking-booking-form form,
#modal-privacy,
#modal-request-form form,
.callback-popup form {
  padding: 80px 100px
}

footer .footer-items .left-content {
  width: 100%;
  max-width: 560px
}

footer .blue-button {
  color: #8A98AB;
  width: 260px;
  margin-top: 20px;
  cursor: pointer;
}

footer .blue-button.reverse {
  background: #8A98AB;
  border-color: #e5e8ed;
  color: #e5e8ed;
}
footer .blue-button.reverse:hover [class*="icon"],
footer .blue-button.reverse:hover {
  /* border-color: #fff; */
  color: #fff;
}

footer .right-content {
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.page-footer__bottom-top,
.page-footer__copyright {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal
}

.page-footer__bottom-top {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px
}

.news-item__top-row,
.page-footer__copyright {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-direction: row
}

.page-footer__bottom-top .agree-link {
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.page-footer__bottom-top .agree-link:hover {
  color: #9c8311
}

.page-footer__copyright {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-footer__copyright .img-wrapper {
  width: 41px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.page-footer__copyright .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.page-footer__copyright .copyright-text {
  color: #8a98ab;
  font-weight: 400;
  font-size: 14px
}

.page-footer__bottom-text {
  font-size: 12px;
  line-height: 22px;
  max-width: 490px
}

#modal-booking-form,
#modal-parking-booking-form,
#modal-request-form,
.callback-popup {
  max-width: 630px
}

footer .copyright {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 140px 0 0
}

footer .copyright p {
  margin-top: 25px
}

footer .social-links {
  width: 100%;
  width: 260px;
  margin-top: 14px
}

@media all and (min-width:1024px) {
  #main-content {
    background: #fff;
    position: relative;
    z-index: 3
  }
  footer {
    width: 100%;
    min-width: 320px;
    height: auto;
    margin: 0 auto;
    /* position: fixed; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
  }
  body:not(.mobile) footer {
    width: 100%;
    width: 100vw
  }
}

body:not(.mobile),
body:not(.mobile) #navigation {
  width: 100%;
  width: 100vw
}

[id^=f-overlay-modal] {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(229, 232, 237, .95)
}

[id^=f-modals] {
  display: none;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  perspective: 900px
}

#media-contacts .downloads-items,
.news-item__social-items,
.news-item__top-row {
  -moz-box-orient: horizontal;
  -moz-box-direction: normal
}

[id^=f-modals]:after,
[id^=f-modals]:before {
  content: '';
  display: block;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 30px
}

#f-modals,
#f-overlay-modal {
  display: none
}

@media all and (max-width:479px) {
  [id^=f-modals] {
    padding: 20px 0
  }
  [id^=f-modals]:after,
  [id^=f-modals]:before {
    height: 20px
  }
}

.f-modal .success-icon {
  margin: 0 auto 60px;
  width: 200px
}

.f-modal .success-icon img {
  display: block;
  width: 100%;
  height: auto
}

.f-modal {
  -moz-transition: -moz-transform .6s linear 0s;
  transition: -webkit-transform .6s linear 0s;
  transition: transform .6s linear 0s;
  display: none;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 95%;
  min-width: 300px;
  height: auto;
  margin: auto;
  position: relative;
  background: #fff
}

.news-item__top-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.callback-popup form .form-heading {
  width: 500px
}

#modal-booking-form form .info-fields {
  margin-top: 35px
}

#modal-privacy {
  max-width: 1170px;
}

#f-modals {
  z-index: 2100 !important;
}

#f-messages,
.f-message {
  display: none
}

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

input[type=search]::-webkit-search-results-button {
  -webkit-appearance: none;
  display: none
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  display: none
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0
}

#f-messages-overlay {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  left: 0
}

#f-messages-overlay {
  display: none;
  background: rgba(255, 255, 255, .8);
  z-index: 11111
}

#f-messages {
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-transform: translateZ(0);
  z-index: 11112;
  -webkit-overflow-scrolling: touch
}

.f-message {
  width: 95%;
  max-width: 500px;
  min-width: 300px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
  padding: 10px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  background: #aaa;
  background: oldlinear-gradient(315deg, #aaa 0, #333 100%) -moz-;
  background: linear-gradient(135deg, #aaa 0, #333 100%);
  -webkit-transform: translateY(-400px);
  -moz-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  transform: translateY(-400px);
  -moz-transition: -moz-transform .1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: -webkit-transform .1s cubic-bezier(.175, .885, .32, 1.275) 0s;
  transition: transform .1s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.f-message.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.f-message .content {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #000;
  text-align: center;
  padding: 35px 15px
}

.f-message .close {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.f-message .close:after,
.f-message .close:before {
  display: block;
  width: 2px;
  height: 70%;
  background: #333;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.f-message .text,
.f-message input {
  margin: 0 auto 20px
}

.f-message .close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.f-message .close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.f-message .close:focus,
.f-message .close:hover {
  background: #333
}

.f-message .close:focus:after,
.f-message .close:focus:before,
.f-message .close:hover:after,
.f-message .close:hover:before {
  background: #fff
}

.f-message input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 10px;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.f-message input:focus {
  border-color: #6691ce
}

.f-message button {
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  max-width: 200px;
  height: 40px;
  padding: 12px 15px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
  border: 1px solid;
  border-radius: 4px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, .5) inset, 0 1px 0 rgba(255, 255, 255, .5) inset;
  margin: 0 5px;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

.f-message .confirm-button {
  background: #5cb811;
  border-color: #3b7808
}

.f-message .cancle-button {
  background: #d42916;
  border-color: #b73125
}

body.home #about-info-2,
body.home #info,
body.home #news {
  border-top: 1px solid rgba(203, 210, 220, .3)
}

.f-message button:hover {
  box-shadow: 0 -20px 30px rgba(255, 255, 255, .5) inset
}

.f-message button:focus {
  box-shadow: 0 -20px 30px rgba(255, 255, 255, .5) inset, 0 0 15px #6691ce
}

.f-message button:active {
  top: 1px
}

.news-item__top-row {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.news-item__top-row .date-publish {
  margin-right: 70px
}

.news-item__social-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  margin-top: 50px
}

.news-item__social-items a {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative
}

/* body.home #news .posts-list .item .excerpt,
body.home #news .posts-list .item .post-image,
body.home #news .posts-list .item .separator,
body.home .presentation h1 {
  display: none
} */

.news-item__social-items a svg {
  fill: #9c8311;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

@media all and (max-width:767px) {
  .news-item__top-row .date-publish {
    margin-right: 30px
  }
}

@media all and (max-width:479px) {
  .f-message {
    padding: 8px
  }
  .f-message .content {
    font-size: 14px;
    padding: 25px 10px
  }
  .f-message .close {
    top: 10px;
    right: 10px
  }
  .f-message .text,
  .f-message input {
    margin-bottom: 15px
  }
  .f-message button {
    margin: 0 2px
  }
}

body.home #global-wrapper {
  /* padding-top: 0!important */
}

body.home .presentation {
  height: 70vh;
  max-height: 1300px;
  min-height: 650px;
  /* padding-top: 100px */
}

body.home .presentation .wrapper {
  height: 100%;
  padding-top: 0
}

body.home .presentation .slider-container {
  height: 100%
}

@media all and (max-height:749px) and (min-width:1366px) {
  body.home .presentation .slide-content {
    padding: 70px 30px 90px
  }
  body.home .presentation .slide .button {
    margin-top: 40px
  }
  body.home .presentation .f-dots {
    bottom: 35px
  }
}

@media all and (max-width:1023px) {
  body.home .presentation {
    padding-top: 85px;
    min-height: 600px
  }
}

@media all and (max-width:599px) {
  body.home .presentation {
    padding-top: 75px
  }
}



body.home #info img {
  max-width: 45%;
  margin-top: -150px
}

body.home #info .indent-text {
  max-width: 50%
}

@media all and (max-width:1229px) {
  body.home #info img {
    margin-top: -130px
  }
}

@media all and (max-width:1023px) {
  body.home #info img {
    margin-top: 0
  }
}

@media all and (max-width:767px) {
  body.home #info .indent-text,
  body.home #info img {
    max-width: 100%
  }
  body.home #info .button {
    display: block;
    width: 100%;
    max-width: 320px
  }
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

#nprogress {
  pointer-events: none
}

#nprogress .bar {
  width: 100%;
  width: 100vw;
  height: 2px;
  background: #002554;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000
}

#nprogress .peg {
  display: block;
  opacity: 1;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #002554, 0 0 5px #002554;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(3deg) translate(0, -4px);
  -moz-transform: rotate(3deg) translate(0, -4px);
  -ms-transform: rotate(3deg) translate(0, -4px);
  transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 12000
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #002554;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-left-color: currentColor;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner .4s linear infinite;
  -moz-animation: nprogress-spinner .4s linear infinite;
  animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
  position: relative;
  overflow: hidden
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute
}

.article__back-button {
  position: absolute;
  top: 50px;
  left: -80px;
  z-index: 105;
  margin: 0;
  bottom: auto;
  width: 50px!important;
  height: 50px;
  -moz-transition: none!important;
  transition: none!important
}

.article__back-button .arrow-icon {
  -moz-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important
}

.article__back-button .arrow-icon.left:before {
  border-color: #9c8311;
  -moz-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important
}

#vacancies,
#vacancies .items {
  border-top: 1px solid rgba(203, 210, 220, .3)
}

.article__back-button .arrow-icon.left:after {
  background-color: #9c8311;
  -moz-transition: all .2s ease-in-out!important;
  transition: all .2s ease-in-out!important
}

.article__back-button:hover .arrow-icon {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px)
}

#history-slider {
  background: #f6f6f6
}

#history-slider .wrapper {
  max-width: 100%;
  padding: 90px 60px
}

#history-slider .slider {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1800px;
  padding: 0 65px;
  margin: 0 auto;
  position: relative
}

#history-slider .slider:after,
#history-slider .slider:before {
  display: block;
  width: 35%;
  height: 100%;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none
}

#history-slider .slider:before {
  left: 65px;
  background: 0 0;
  background: oldlinear-gradient(left, #f6f6f6 0, rgba(246, 246, 246, .2) 100%) -moz-;
  background: linear-gradient(to right, #f6f6f6 0, rgba(246, 246, 246, .2) 100%)
}

#history-slider .slider:after {
  right: 65px;
  background: 0 0;
  background: oldlinear-gradient(left, rgba(246, 246, 246, .2) 0, #f6f6f6 100%) -moz-;
  background: linear-gradient(to right, rgba(246, 246, 246, .2) 0, #f6f6f6 100%)
}

#history-slider .slide {
  display: none;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  margin-left: 30px;
  position: relative;
  overflow: hidden
}

#history-slider .slide:nth-child(1) {
  display: block;
  margin-left: 0
}

@media all and (min-width:600px) {
  #history-slider .slide:nth-child(2) {
    display: block
  }
}

@media all and (min-width:1023px) {
  #history-slider .slide:nth-child(3) {
    display: block
  }
}

@media all and (min-width:1366px) {
  #history-slider .slide:nth-child(4) {
    display: block
  }
}

@media all and (min-width:1600px) {
  #history-slider .slide:nth-child(5) {
    display: block
  }
}

#history-slider .slide .title {
  display: inline-block;
  font-weight: 200;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 25px;
  position: relative
}

#history-slider .slide .title:after {
  display: block;
  width: 1000px;
  height: 2px;
  background: currentColor;
  margin: auto 0 auto 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%
}

#history-slider .slide .content {
  padding-right: 20px;
  color: #8A98AB;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#history-slider .owl-item.center .slide .content {
  color: #002554
}

#history-slider .f-arrow.disabled {
  display: none
}

#history-slider .dates {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 65px auto 0
}

#history-slider .dates .date-control {
  display: inline-block;
  color: #cbd2dc;
  margin: 0 15px;
  position: relative;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

#history-slider .dates .date-control:hover {
  color: #9c8311
}

#history-slider .dates .date-control.active {
  color: #002554;
  cursor: default
}

#history-slider .scrollbar {
  display: none;
  height: 14px;
  margin: 40px auto 0;
  position: relative;
  cursor: pointer
}

#history-slider .scrollbar .scroller:after,
#history-slider .scrollbar:after {
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: ''
}

#history-slider .scrollbar:after {
  width: 100%;
  height: 2px;
  background: #cbd2dc;
  position: absolute;
  z-index: 1
}

#history-slider .scrollbar .scroller {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

#history-slider .scrollbar .scroller.drag {
  -moz-transition: none;
  transition: none
}

#history-slider .scrollbar .scroller:after {
  width: 100%;
  height: 2px;
  background: #9c8311;
  position: absolute
}

#directors .f-arrow[class*=prev],
#managers .f-arrow[class*=prev] {
  left: -75px
}

#directors .f-arrow[class*=next],
#managers .f-arrow[class*=next] {
  right: -75px
}

#about-management .wrapper {
  padding: 70px 30px
}

#directors .owl-carousel,
#managers .owl-carousel {
  padding: 0 0 70px
}

#about-management .person-item .chat-items,
#about-management .person-item .phone {
  display: none
}

#directors .slider,
.management-block__list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-justify-content: flex-start
}

#directors .slider {
  display: flex;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto
}

#directors .slide .person-item {
  width: 100%
}

@media all and (min-width:1024px) {
  #directors .person-item .name {
    font-size: 20px;
    line-height: 34px
  }
  #directors .person-item .job {
    font-size: 14px
  }
}

#directors .f-arrow {
  top: 220px!important;
  bottom: auto
}

#managers {
  background-color: #f6f6f6
}

.management-block__list {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#managers .slider,
#media-contacts .manager {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox
}

#managers .slider {
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto
}

#managers .slide {
  display: block;
  width: 200px
}

#managers .slide .person-item .photo {
  height: 250px
}

@media all and (max-width:767px) {
  #directors .slide,
  #managers .slide {
    width: 47%
  }
  #directors .slide:nth-child(n+3),
  #managers .slide:nth-child(n+3) {
    margin-top: 60px
  }
  .management-block__list {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #managers .slide .person-item .photo {
    height: 200px
  }
  .person-item .separator {
    margin: 25px 0 15px
  }
  .person-item .name {
    font-size: 14px
  }
  .person-item .job {
    font-size: 12px
  }
  .person-item .photo {
    width: 100%;
    height: 200px;
    position: relative
  }
}

@media all and (min-width:768px) and (max-width:1199px) {
  #directors .slide,
  #managers .slide {
    width: 30%
  }
  #directors .slide:not(:nth-child(3n)),
  #managers .slide:not(:nth-child(3n)) {
    margin-right: 5%
  }
  #directors .slide:nth-child(n+4),
  #managers .slide:nth-child(n+4) {
    margin-top: 60px
  }
  #directors .slide .person-item .photo {
    height: 250px
  }
}

@media all and (min-width:1200px) {
  #managers .slide:not(:nth-child(4n)) {
    margin-right: 100px
  }
  #managers .slide:nth-child(n+5) {
    margin-top: 80px
  }
  #directors .slide {
    width: 270px
  }
  #directors .slide:not(:nth-child(3n)) {
    margin-right: 130px
  }
  #directors .slide:nth-child(n+4) {
    margin-top: 60px
  }
}

#managers .owl-carousel .slide {
  margin: 0 auto
}

#managers .slide .person-item {
  width: 100%
}

#managers .f-arrow {
  top: 155px!important;
  bottom: auto
}

#about-history .wrapper {
  padding-bottom: 50px
}

@media all and (max-width:1599px) {
  #directors .f-arrow[class*=prev],
  #managers .f-arrow[class*=prev] {
    left: 0
  }
  #directors .f-arrow[class*=next],
  #managers .f-arrow[class*=next] {
    right: 0
  }
  #history-slider .wrapper {
    padding: 80px 30px
  }
  #directors .owl-carousel,
  #managers .owl-carousel {
    padding: 0 65px 70px
  }
  #history-slider .slider:after,
  #history-slider .slider:before {
    width: 20%
  }
  #directors .f-arrow {
    top: 200px!important
  }
}

@media all and (max-width:1365px) {
  #history-slider .slider:after,
  #history-slider .slider:before {
    width: 28%
  }
}

@media all and (max-width:1229px) {
  #history-slider .slider {
    max-width: 1000px;
    padding: 0
  }
  #history-slider .slider:before {
    left: 0
  }
  #history-slider .slider:after {
    right: 0
  }
  #history-slider .slide .content {
    padding: 0
  }
  #about-management .wrapper {
    padding: 50px 30px
  }
  #about-management .management-block {
    padding: 50px 0
  }
  #directors .owl-carousel,
  #managers .owl-carousel {
    padding: 0 0 50px
  }
}

@media all and (max-width:1023px) {
  #history-slider .slider {
    max-width: 800px
  }
  #history-slider .slider:after,
  #history-slider .slider:before {
    display: none
  }
  #history-slider .dates {
    margin-top: 50px
  }
  #history-slider .scrollbar {
    display: block
  }
  #about-management .wrapper {
    padding: 40px 30px
  }
  #about-management .management-block {
    padding: 40px 0
  }
}

@media all and (max-width:767px) {
  #history-slider .wrapper {
    padding: 60px 20px
  }
  #history-slider .dates {
    display: none
  }
  #about-management .wrapper {
    padding: 35px 20px
  }
  #about-management .management-block {
    padding: 30px 0
  }
}

@media all and (max-width:599px) {
  #history-slider .slide {
    margin: 0
  }
}

@media all and (max-width:479px) {
  #history-slider .slider {
    max-width: 480px
  }
  #history-slider .slide {
    font-size: 14px
  }
  #history-slider .slide .title {
    font-size: 40px
  }
  #about-management .wrapper {
    padding: 25px 15px
  }
  #about-management .management-block {
    padding: 25px 0
  }
}

#media-contacts .content-container {
  width: 100%;
  max-width: 100%
}

#media-contacts .manager {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

#media-contacts .manager .photo {
  width: 200px;
  height: 250px;
  margin-right: 70px
}

#media-contacts .manager .right-content {
  width: 300px
}

#media-contacts .manager .email {
  font-size: 20px
}

#media-contacts .manager .name {
  font-size: 20px;
  line-height: 34px
}

#media-contacts .manager .phone {
  font-size: 20px;
  margin-top: 30px
}

#media-contacts .downloads {
  width: 770px
}

#media-contacts .downloads .title {
  font-size: 24px;
  margin-bottom: 35px
}

#media-contacts .downloads-items {
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#media-contacts .download-item {
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding-right: 30px
}

@media all and (max-width:767px) {
  #media-contacts .manager {
    width: 100%;
    display: block
  }
  #media-contacts .manager .photo {
    margin-bottom: 30px
  }
  #media-contacts .manager .name {
    font-size: 18px;
    line-height: 24px;
    max-width: 270px
  }
}

@media all and (max-width:599px) {
  #media-contacts .content-container {
    display: block
  }
  #media-contacts .downloads {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 400px;
    margin: 60px auto 0
  }
}

#contacts .params-table {
  width: 100%;
  table-layout: fixed
}

#contacts .wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

#contacts h1 {
  max-width: 1230px;
  padding: 0 30px
}

#contacts .items {
  margin: 0 auto
}

#contacts .item .expand-control {
  max-width: 1230px;
  padding: 40px 75px 40px 30px;
  margin: 0 auto
}

#contacts .item .name {
  font-size: 24px;
  line-height: 1.4
}

#contacts .item .expand-arrow {
  right: 30px
}

#contacts .item .map {
  height: 520px
}

@media (max-width:1340px) {
  #contacts .infowindow {
    left: 0;
    margin-left: 0;
    padding-left: 30px
  }
}

@media all and (max-width:1023px) {
  #contacts h1 {
    padding: 0 20px
  }
  #contacts .item .expand-control {
    padding: 30px 60px 30px 20px
  }
  #contacts .item .name {
    font-size: 22px
  }
  #contacts .item .expand-arrow {
    right: 20px
  }
  #contacts .item .infowindow {
    background: 0 0
  }
}

@media all and (max-width:767px) {
  .infowindow .links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2
  }
}

@media all and (max-width:479px) {
  #contacts h1 {
    padding: 0 15px
  }
  #contacts .item .expand-control {
    padding: 25px 45px 25px 15px
  }
  #contacts .item .name {
    font-size: 18px
  }
  #contacts .item .expand-arrow {
    right: 15px
  }
}

#vacancies {
  background-color: #f6f6f6;
  padding-bottom: 100px
}

#vacancies .wrapper {
  padding-bottom: 40px
}

#vacancies .wrapper h2 {
  margin-bottom: 0
}

#vacancies .items {
  margin: 0 auto
}

#vacancies ul li {
  color: #8A98AB
}

#vacancies ul li:before {
  display: none
}

@media all and (max-width:767px) {
  #vacancies ul li:before {
    display: block
  }
}

#vacancies .accordion-item:before,
#vacancies .item:before {
  display: none!important
}

#vacancies .item {
  width: -moz-calc(100% + 60px);
  width: calc(100% + 60px);
  margin-left: -30px;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  border-bottom: 1px solid #eaedf1
}

#vacancies .accordion-item .wrapper {
  padding-top: 0;
  padding-bottom: 0
}

#vacancies .item .expand-control {
  padding: 40px 30px
}

#vacancies .item .expand-container {
  padding-left: 30px;
  padding-right: 30px
}

#vacancies .item .title {
  font-size: 24px;
  line-height: 1.4
}

#vacancies .item.active {
  background-color: #fff
}

#vacancies .item .expand-arrow {
  right: 30px
}

#vacancies .item .vacancy {
  border-bottom: 1px solid rgba(203, 210, 220, .3);
  padding: 40px 0 40px 100px
}

#vacancies .item .vacancy:last-child {
  border-bottom: none
}

#vacancies .item .vacancy h4 {
  position: relative
}

#vacancies .item .vacancy h4:before {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #9c8311;
  position: absolute;
  left: -100px;
  top: 18px
}

#vacancies .item .vacancy .button {
  min-width: 250px
}

@media all and (max-width:1229px) {
  #vacancies .item .vacancy h4:before {
    top: 14px
  }
}

@media all and (max-width:1023px) {
  #vacancies .item {
    width: 100%;
    margin-left: 0
  }
  #vacancies .item .wrapper {
    width: 100%
  }
  #vacancies .item .expand-container {
    padding-left: 0;
    padding-right: 0
  }
  #vacancies .item .expand-control {
    padding: 30px 0
  }
  #vacancies .item .title {
    font-size: 22px
  }
  #vacancies .item .vacancy {
    padding: 35px 0 35px 70px
  }
  #vacancies .item .vacancy h4:before {
    width: 50px;
    left: -70px
  }
}

@media all and (max-width:767px) {
  #vacancies .item {
    width: 100%;
    margin-left: 0
  }
  #vacancies .item .wrapper {
    width: 100%
  }
  #vacancies .item .expand-container {
    padding-left: 0;
    padding-right: 0
  }
  #vacancies .item .expand-container .wrapper {
    padding-bottom: 30px
  }
  #vacancies .item .expand-control {
    padding-top: 25px;
    padding-bottom: 25px
  }
  #vacancies .item .vacancy h4:before {
    width: 35px;
    left: -50px
  }
}

@media all and (max-width:479px) {
  #career .content .break-line,
  #vacancies .item .vacancy h4:before {
    display: none
  }
  #vacancies .item .title {
    font-size: 18px
  }
  #vacancies .item .vacancy {
    padding: 25px 0
  }
}

body.projects #news {
  border-top: 1px solid rgba(203, 210, 220, .3)
}

#projects {
  padding-top: 0px
}

#projects .wrapper,
body.projects .presentation,
body.projects .presentation .wrapper {
  padding-top: 0px;
}

body.projects .presentation h1 {
  display: block;
  margin-bottom: 0
}

body.projects .presentation .type-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #002554;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1230px;
  margin: -10px auto 0
}

body.projects .presentation .slider-container:before {
  display: none
}

body.projects #projects .wrapper {
  padding-bottom: 0
}

body.projects .presentation .project-nav {
  max-width: 1230px;
  margin: 45px auto 25px
}

body.projects .presentation .project-nav .wrapper {
  padding: 15px 30px 0;
  border-bottom: 1px solid #edeff3
}

body.projects .presentation .project-nav .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

body.projects .presentation .project-nav .menu-item {
  font-size: 16px;
  color: #002554;
  margin: 3px 45px 0 0;
  position: relative
}

body.projects .presentation .project-nav .menu-item:first-child {
  margin-left: 0
}

body.projects .presentation .project-nav .menu-item:last-child {
  margin-right: 0
}

body.projects .presentation .project-nav .menu-item:after {
  content: '';
  display: none;
  width: 15px;
  height: 1px;
  background: #9c8311;
  position: absolute;
  top: 11px;
  left: 100%;
  margin-left: 15px
}

body.projects .presentation .project-nav .menu-item:last-child:after {
  display: none
}

body.projects .presentation .project-nav .menu-item a {
  height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #002554;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

body.projects .presentation .project-nav .menu-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #9c8311;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out
}

body.projects .presentation .project-nav .menu-item a:hover,
body.projects .presentation .project-nav .menu-item.active a {
  color: #9c8311
}

body.projects .presentation .project-nav .menu-item.active a:after {
  opacity: 1
}

@media all and (max-width:1229px) {
  body.projects #project-plan {
    background-color: transparent!important
  }
  body.projects #project-plan .plan-container {
    background-color: #ccc
  }
  body.projects .presentation .project-nav .wrapper,
  body.projects .presentation .type-subtitle,
  body.projects .presentation h1 {
    padding-left: 0;
    padding-right: 0
  }
  body.projects .presentation .project-nav {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0
  }
  body.projects .presentation .project-nav:after {
    content: "";
    bottom: 2px;
    display: block;
    width: 100%;
    height: 1px;
    z-index: 2;
    background-color: #edeff3;
    position: absolute;
    left: 0
  }
  body.projects .presentation .project-nav .wrapper {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 3px;
    padding-top: 15px;
    position: relative;
    border-bottom: none;
    z-index: 4
  }
  body.projects .presentation .project-nav .wrapper::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: 0 0
  }
  body.projects .presentation .project-nav .wrapper .menu {
    width: 100%;
    position: relative;
    z-index: 4
  }
  body.projects .presentation .project-nav .menu-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap
  }
  body.projects .presentation .project-nav .menu-item:last-child {
    padding-right: 20px
  }
  body.projects .presentation .project-nav .menu-item a {
    white-space: nowrap
  }
}

@media all and (min-width:768px) and (max-width:1199px) {
  body.projects #nav-inner .wrapper {
    padding-left: 0;
    padding-right: 0
  }
  body.projects #nav-inner ul {
    overflow-x: auto;
    overflow-y: hidden
  }
  body.projects #nav-inner ul li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

@media all and (max-width:1023px) {
  body.projects .presentation .project-nav {
    margin-top: 20px
  }
  body.projects .presentation .project-nav .menu-item {
    margin-right: 30px
  }
  body.projects .presentation .project-nav .menu-item:after {
    width: 12px;
    margin-left: 9px
  }
}

@media all and (max-width:767px) {
  body.projects .presentation {
    padding-top: 30px
  }
  body.projects .presentation .type-subtitle {
    font-size: 18px;
    margin-top: 0
  }
  body.projects .presentation .project-nav {
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 0
  }
  body.projects .presentation .project-nav:after {
    content: "";
    bottom: 2px;
    display: block;
    width: 100%;
    height: 1px;
    z-index: 2;
    background-color: #edeff3;
    position: absolute;
    left: 0
  }
  body.projects .presentation .project-nav .wrapper {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 3px;
    padding-top: 15px;
    padding-left: 20px;
    position: relative;
    border-bottom: none;
    z-index: 4
  }
  body.projects .presentation .project-nav .wrapper::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: 0 0
  }
  body.projects .presentation .project-nav .wrapper .menu {
    width: 100%;
    position: relative;
    z-index: 4
  }
  body.projects .presentation .project-nav .menu-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap
  }
  body.projects .presentation .project-nav .menu-item:last-child {
    padding-right: 20px
  }
  body.projects .presentation .project-nav .menu-item a {
    white-space: nowrap
  }
}

.prorent-objects-widget .tooltip:before,
body.projects #project-details .places-container .tooltip:before,
body.projects #project-plan .tooltip:before {
  border-top: 34px solid #fff;
  border-bottom: 34px solid transparent;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent
}

body.projects #news .button {
  width: 260px
}



.projects__toggle-menu-item,
body.projects .project-plan__sold-quant {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -moz-box-direction: normal
}


body.projects #project-plan .plan-container {
  overflow: auto;
  position: relative
}

body.projects .project-plan__sold-quant {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -585px;
  background-color: #9c8311;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  height: 40px;
  padding-left: 15px;
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #fff
}

body.projects .project-plan__sold-quant b {
  font-weight: 700
}

body.projects .project-plan__sold-quant .icon {
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}

@media (max-width:1330px) {
  body.projects .project-plan__sold-quant {
    margin-left: 0;
    left: 30px
  }
}

body.projects #project-plan .interactive {
  background: #ccc;
  position: relative;
  overflow: hidden
}

body.projects #project-plan .interactive:before {
  content: '';
  display: block;
  padding-top: 53.3%
}

body.projects #project-plan .project-map {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

body.projects #project-plan .corps {
  fill: transparent;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  cursor: pointer
}

body.projects #project-plan .corps.active,
body.projects #project-plan .corps:hover {
  fill: rgba(156, 131, 17, .8)
}

body.projects #project-plan text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body.projects #project-plan .infowindow .info-item {
  line-height: 24px;
  padding-left: 42px
}

body.projects #project-plan .infowindow .info-item .icon {
  width: 30px;
  height: 30px;
  top: -3px
}

.prorent-objects-widget .tooltip,
body.projects #project-plan .tooltip {
  max-width: 90%;
  max-height: 100%;
  max-height: -moz-calc(100% - 45px);
  max-height: calc(100% - 45px);
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s;
  -moz-transition-property: opacity, visibility, -moz-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform
}

.prorent-objects-widget .tooltip:before,
body.projects #project-plan .tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -16px
}

.prorent-objects-widget .tooltip.opened-left:before,
body.projects #project-plan .tooltip.opened-left:before {
  left: auto;
  right: -16px
}

.prorent-objects-widget .tooltip.active,
body.projects #project-plan .tooltip.active {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

@media all and (min-width:1230px) {
  body.projects #project-plan .tooltip {
    width: 380px;
    padding: 45px
  }
}

.prorent-objects-widget .tooltip .close,
body.projects #project-plan .tooltip .close {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 10px
}

body.projects .presentation {
  margin-bottom: 70px
}

body.projects .presentation+* {
  margin-top: 0
}

@media all and (max-width:767px) {
  body.projects .presentation {
    margin-bottom: 50px
  }
  body.projects .presentation+* {
    margin-top: 0
  }
}

@media all and (max-width:1023px) {
  body.projects #project-plan .interactive {
    min-width: 1050px
  }
  .prorent-objects-widget .tooltip,
  body.projects #project-plan .tooltip {
    padding-top: 35px!important;
    left: 0!important;
    right: 0!important
  }
  .prorent-objects-widget .tooltip .close,
  body.projects #project-plan .tooltip .close {
    display: block
  }
}

body.projects #project-details.loading {
  height: 100vh;
  min-height: 600px;
  overflow: hidden
}

body.projects #project-details .wrapper {
  padding-top: 0
}

body.projects #project-details .tablist {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  position: relative;
  overflow: auto
}

body.projects #project-details .tab {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  font-size: 14px;
  color: #9c8311;
  margin: 5px 70px 5px 0;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

body.projects #project-details .tab:last-child {
  margin-right: 0
}

body.projects #project-details .tab:hover {
  color: #cbd2dc
}

body.projects #project-details .tab.active {
  color: #cbd2dc;
  cursor: default
}

body.projects #project-details .info-block {
  padding: 40px 0 0
}

body.projects #project-details .info-block .inner-content {
  background: #f6f6f6;
  padding: 60px 0;
  position: relative
}

body.projects #project-details .info-block .inner-content:after,
body.projects #project-details .info-block .inner-content:before {
  content: '';
  display: block;
  width: 9999px;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  top: 0
}

body.projects #project-details .info-block .inner-content:before {
  right: 100%
}

body.projects #project-details .info-block .inner-content:after {
  left: 100%
}

body.projects #project-details .accordion-item .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 35px 30px 0;
  position: relative;
  cursor: pointer
}

body.projects #project-details .accordion-item .expand-control {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

body.projects #project-details .accordion-item .expand-control .name {
  display: none;
  font-size: 24px;
  line-height: 1.4
}

body.projects #project-details .accordion-item .expand-control .name .label {
  font-size: 14px;
  color: #8a98ab
}

body.projects #project-details .accordion-item .info .items {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (min-width:1024px) {
  body.projects #project-details .accordion-item .info .items {
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: auto!important
  }
}

body.projects #project-details .accordion-item .info .item {
  width: 200px;
  font-size: 24px;
  line-height: 1.4
}

body.projects #project-details .accordion-item .info .item .label {
  font-size: 14px;
  color: #8a98ab
}

body.projects #project-details .accordion-item .details {
  padding: 10px 0 40px
}

body.projects #project-details .places-container {
  position: relative
}

body.projects #project-details .places-items {
  width: 235px
}

body.projects #project-details .places-items.wide {
  width: 470px
}

body.projects #project-details .places-items .row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 50px
}

body.projects #project-details .places-items .row:last-child {
  margin-bottom: 0
}

body.projects #project-details .places-items .row>* {
  min-width: 34px;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  color: #8a98ab;
  text-align: center;
  margin: 4px
}

body.projects #project-details .places-items .row-heading {
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 25px;
  text-align: center
}

body.projects #project-details .places-items .place {
  background: #eaedf1;
  cursor: pointer;
  -moz-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}

body.projects #project-details .places-items .place.sold {
  cursor: default
}

body.projects #project-details .places-items .place.vacant {
  background: #9c8311;
  color: #fff
}

body.projects #project-details .places-items .place.booked {
  background: #8a98ab;
  color: #fff
}

body.projects #project-details .places-items .place.vacant:hover {
  background: #87710c;
  color: #fff
}

body.projects #project-details .places-container .tooltip {
  max-width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 130;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s;
  -moz-transition-property: opacity, visibility, -moz-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  width: 340px;
  padding: 20px 30px;
  height: 340px
}

body.projects #project-details .places-container .tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -16px
}

body.projects #project-details .places-container .tooltip.open-left:before {
  left: auto;
  right: -15px
}


body.projects #project-details .places-container .tooltip.active {
  opacity: 1;
  z-index: 99999;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

body.projects #project-details .places-container .tooltip .photo {
  margin-top: 0
}

body.projects #project-details .places-container .tooltip .close {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 10px
}

body.projects #project-details .places-legend {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0 -20px
}

body.projects #project-details .places-legend .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 85px 20px 0
}

body.projects #project-details .places-legend .item:last-child {
  margin-right: 0
}

body.projects #project-details .places-legend .inst {
  width: 30px;
  height: 20px;
  background: #eaedf1;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px
}

body.projects #project-details .places-legend .vacant .inst {
  background: #9c8311
}

body.projects #project-details .places-legend .booked .inst {
  background: #8a98ab
}

body.projects #project-details .places-legend .label {
  font-size: 16px;
  color: #8a98ab
}

body.projects #flats-places {
  padding-top: 40px
}

body.projects #flats-places .corpus-title {
  font-size: 24px;
  font-weight: 300;
  color: #002554;
  margin-bottom: 30px
}

body.projects #flats-places .container {
  margin: 0 auto 60px;
  position: relative
}

body.projects #flats-places .slider {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
  margin: 0 auto
}

body.projects #flats-places .slider .f-dots {
  bottom: -40px
}

body.projects #flats-places .slide {
  display: none;
  width: auto
}

body.projects #flats-places .slide:nth-child(1) {
  display: block
}

@media all and (min-width:768px) {
  body.projects #flats-places .slide:nth-child(2) {
    display: block
  }
}

@media all and (min-width:1230px) {
  body.projects #flats-places .slide:nth-child(3) {
    display: block
  }
}

body.projects #flats-places .owl-carousel .slide {
  max-width: 100%;
  margin: 0
}

body.projects #flats-places .slide-title {
  font-size: 16px;
  line-height: 24px;
  padding-left: 42px;
  margin-bottom: 15px;
  color: #8A98AB
}

body.projects #flats-places .slide-title .label {
  font-size: 14px;
  color: #8a98ab
}

body.projects #flats-places .slide .places-items {
  width: 100%;
  margin: 0
}

body.projects #flats-places .slide .places-items .row {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0
}

body.projects #flats-places .slide .places-items .row>* {
  height: 20px;
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  min-width: 0
}

body.projects #flats-places .f-arrow[class*=prev] {
  left: -75px
}

body.projects #flats-places .f-arrow[class*=next] {
  right: -75px
}

body.projects #flats-places .places-legend {
  margin: 0;
  padding-left: 42px
}

body.projects #flats-places .places-legend .item .label {
  font-size: 12px;
  color: #CBD2DC;
  font-weight: 400
}

body.projects #flats-places .places-legend .item .inst {
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #8a98ab
}

body.projects #flats-places .places-legend .item.booked .inst,
body.projects #flats-places .places-legend .item.vacant .inst {
  color: #fff
}

@media all and (min-width:768px) and (max-width:1199px) {
  body.projects #flats-places .places-legend {
    padding-left: 0
  }
}

.project-advantages {
  border-top: 1px solid rgba(203, 210, 220, .3)
}

@media all and (max-width:1599px) {
  body.projects #flats-places .f-arrow[class*=prev] {
    left: 0
  }
  body.projects #flats-places .f-arrow[class*=next] {
    right: 0
  }
  body.projects #flats-places .owl-carousel {
    padding: 0 65px
  }
}

@media all and (max-width:1229px) {
  body.projects #project-details .tablist {
    padding: 35px 0
  }
  body.projects #project-details .tab {
    margin: 5px 50px 5px 0
  }
  body.projects #project-details .info-block {
    padding: 100px 0 0
  }
  body.projects #project-details .places-legend {
    margin-top: 60px
  }
  body.projects #project-details .places-legend .item {
    margin-right: 35px
  }
  body.projects #project-details .accordion-item .expand-control .name,
  body.projects #project-details .accordion-item .info .item {
    font-size: 22px
  }
  body.projects #flats-places .slider {
    width: 100%;
    overflow-x: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  body.projects #flats-places .slider::-webkit-scrollbar {
    display: none!important;
    width: 0!important
  }
  body.projects #flats-places .slider .slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 40px;
    display: block
  }
  body.projects #flats-places .owl-carousel {
    padding: 0
  }
  body.projects #flats-places .owl-carousel .slide {
    margin: 0 auto
  }
  body.projects #flats-places .places-legend {
    margin: 0
  }
}

@media all and (max-width:1023px) {
  body.projects #project-details .accordion-item .expand-control .name,
  body.projects #project-details .places-container .tooltip .close {
    display: block
  }
  body.projects #project-details .tablist {
    padding: 30px 0
  }
  body.projects #project-details .tab {
    margin: 5px 35px 5px 0
  }
  body.projects #project-details .info-block {
    padding: 80px 0 0
  }
  body.projects #project-details .info-block .inner-content {
    padding: 50px 0
  }
  body.projects #project-details .places-items .place {
    cursor: pointer
  }
  body.projects #project-details .places-container .tooltip {
    padding-top: 35px!important;
    left: 0!important;
    right: 0!important
  }
  body.projects #project-details .accordion-item .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }
  body.projects #project-details .accordion-item .expand-control {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    min-height: 100px;
    padding: 25px 35px 25px 0
  }
  body.projects #project-details .accordion-item .expand-arrow {
    top: 42px;
    bottom: auto
  }
  body.projects #project-details .accordion-item .info .items {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    display: none;
    padding: 0 0 25px
  }
  body.projects #project-details .accordion-item .info .item {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%!important;
    padding: 10px 0!important;
    margin: 0
  }
  body.projects #project-details .accordion-item .info .item.name {
    display: none
  }
  body.projects #flats-places .slider {
    padding-bottom: 0!important
  }
  body.projects #flats-places .f-dots {
    bottom: -160px
  }
  body.projects #flats-places .places-legend {
    margin: 60px 0
  }
}

@media all and (max-width:767px) {
  body.projects #project-details .info-block {
    padding: 65px 0 0
  }
  body.projects #project-details .info-block .inner-content {
    padding: 40px 0
  }
  body.projects #project-details .places-legend {
    margin-top: 60px
  }
  body.projects #project-details .places-legend .item {
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0
  }
  body.projects #project-details .accordion-item .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
  }
  body.projects #project-details .accordion-item .expand-control {
    min-height: 90px;
    padding: 20px 35px 20px 0
  }
  body.projects #project-details .accordion-item .expand-control .name {
    font-size: 20px
  }
  body.projects #project-details .accordion-item .expand-arrow {
    top: 37px
  }
  body.projects #project-details .accordion-item .info .items {
    padding-bottom: 20px
  }
  body.projects #flats-places .f-dots {
    bottom: -210px
  }
  body.projects #flats-places .places-legend {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media all and (max-width:479px) {
  body.projects #project-details .info-block {
    padding: 50px 0 0
  }
  body.projects #project-details .places-legend .item .inst {
    margin-right: 15px
  }
  body.projects #project-details .places-legend .item .label {
    font-size: 14px
  }
}

body.projects #project-location .wrapper {
  max-width: 100%;
  padding: 0
}

body.projects #project-location h2 {
  display: none
}

body.projects #office-map {
  height: 460px;
  max-height: -moz-calc(100vh - 100px);
  max-height: calc(100vh - 100px)
}

.projects__tabs-content-wrap {
  margin-bottom: 80px
}

.projects__tabs-content-wrap.map-active #projects-list-view {
  display: none
}

.projects__tabs-content-wrap.map-active #projects-map-view {
  display: block
}

@media all and (max-width:767px) {
  #projects {
    padding-top: 30px
  }
  .projects__toggle-menu-item {
    display: none
  }
}

@media all and (min-width:768px) and (max-width:1199px) {
  .projects__toggle-menu-item {
    display: none
  }
}

@media all and (min-width:1200px) {
  body.projects #project-details .places-container .tooltip.open-center:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left-color: transparent;
    border-right-color: #fff;
    top: 50%!important;
    margin-top: -20px!important;
    left: -32px!important;
    bottom: auto!important
  }
}

#info .content-container {
  max-width: 570px
}

#info .jump-button {
  min-width: 260px;
  margin-top: 20px
}

@media all and (max-width:479px) {
  #info .jump-button {
    width: 100%;
    max-width: 320px
  }
}



.button:active {
    top: auto
}


.f-close,
.close-modal,
.close-modal:focus,
.close-modal:focus .f-close,
.close-modal:focus .f-close:after,
.close-modal:focus .f-close:before,
.f-close:focus:after,
.f-close:focus:before {
  outline: none;
}

.f-close:after,
.f-close:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.f-close:hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.f-close:hover:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.f-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.f-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.presentation .f-arrow:active {
    color: #fff
}



.field-input.error {
    color: #9c8311!important;
    border-color: #9c8311!important
}

.field-input.error~.field-border {
    background: #9c8311!important
}

.field-input.error::-webkit-input-placeholder {
    color: #9c8311!important
}

.field-input.error::-moz-placeholder {
    color: #9c8311!important
}

.field-input.error::-ms-input-placeholder {
    color: #9c8311!important
}

.field-input.error:-moz-placeholder {
    color: #9c8311!important
}

.field-input.error:-ms-input-placeholder {
    color: #9c8311!important
}

.f-close:hover {
    color: #87710c
}

.phone:hover {
    color: #9c8311
}

#nav-inner .menu-item a:hover,
#navigation .nav-items .contacts .callback:hover,
#navigation .nav-items .control:hover,
#show-nav:hover {
    color: #87710c
}

#show-nav [class*=line],
#show-nav.active [class*=line] {
    -moz-transition: all .3s ease-out 0s, color 0s linear 0s;
    transition: all .3s ease-out 0s, color 0s linear 0s
}

#show-nav.active .line-top {
    top: -12px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

#show-nav.active .line-middle {
    opacity: 1
}

#show-nav.active .line-bottom {
    bottom: -12px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}


#navigation,
.f-modal,
.infowindow.tooltip {
    box-shadow: none!important
}

.gallery_slider {
  margin-top: 40px;
}

.home .presentation .slide .title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.project-item .info {
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.project-item .info-item,
.project-item:hover .info {
    opacity: 1;
    visibility: visible
}

.project-item .info-item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.project-item .overlay {
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

@media all and (max-width:1799px) {
    .logo {
        width: 144px;
        height: 45px
    }
    #navigation .nav-items .assortment-menu-item {
        margin: 0 22px
    }
    #navigation .nav-items .control {
        margin-right: 35px
    }
}

@media all and (max-width:1599px) {
    #navigation .wrapper {
/*         max-width: 1230px; */
/*         max-width: 1400px; */
/*         padding: 0 30px; */
        padding: 0 30px 0 0;
    }
    #navigation .nav-centered {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        width: auto
    }
    #navigation .nav-items .assortment-menu {
        position: relative;
        margin-left: 0;
        margin-top: 0;
        top: auto;
        left: auto;
        width: auto
    }
    #navigation .nav-items .assortment-menu-item {
        margin: 0 10px
    }
    #navigation .nav-items .select-region {
/*         display: none */
    }
    #navigation .nav-items .contacts .phone {
        font-size: 20px
    }
    #navigation .menu .select-region {
        display: block;
        margin-left: 0
    }
}

@media (max-width:1300px) {
    #navigation .nav-items .contacts {
        margin-left: 0
    }
}

@media all and (max-width:1229px) {
    body {
        font-size: 16px
    }
    .form-heading,
    h1,
    h2 {
        font-size: 44px
    }
    .wrapper {
        padding: 80px 20px
    }
    .f-pagination {
        margin-top: 60px
    }
    .form-heading {
        margin-bottom: 30px
    }
    .form-heading+.sub-heading {
        margin-bottom: 30px
    }
    .form-heading+.sub-heading:before {
        top: 11px
    }
    label {
        font-size: 80%
    }
    #navigation .wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
    #navigation .nav-centered {
        margin-left: auto;
        margin-right: 10px
    }
    #navigation .nav-items .assortment-menu {
        display: none
    }
    #navigation .nav-items .select-region {
        display: block
    }
    #navigation .menu .select-region {
        display: none
    }
    #navigation .menu .assortment-menu-item {
        margin-bottom: 15px
    }
    #navigation .sub-menu {
        margin-top: 15px
    }
    #navigation .menu-item {
        font-size: 26px
    }
    #bottom-nav {
        padding: 45px 0
    }
    #bottom-nav .menu-container {
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 35px
    }
    #bottom-nav .top-menu {
        margin: 0
    }
    #bottom-nav .sub-menu {
        margin-top: 12px
    }
    #bottom-nav .sub-menu .menu-item {
        margin-bottom: 12px
    }
    #bottom-nav .cabinet {
        width: 280px;
        margin: 0
    }
    footer .copyright {
        margin-right: 40px
    }
}

@media all and (max-width:1229px) and (min-width:1024px) {
    footer .social-links {
        max-width: 320px
    }
}

@media all and (max-width:1023px) {
    .form-heading,
    h1,
    h2 {
        font-size: 40px
    }
    .section-bg,
    footer,
    header,
    section {
        background-attachment: scroll!important
    }
    #global-wrapper {
        padding: 85px 40px 0
    }
    #global-wrapper:before {
        left: -60px
    }
    #global-wrapper:after {
        right: -60px
    }
    .f-pagination {
        margin-top: 50px
    }
    .form-heading+.sub-heading {
        margin-bottom: 20px
    }
    #navigation {
        height: 85px;
        box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
        padding: 0 40px
    }
    #navigation .wrapper {
        padding: 0 20px
    }
    #navigation .nav-items .contacts {
/*         display: none */
    }
    #navigation .menu {
        width: 550px;
        padding: 120px 60px
    }
    #navigation .menu .phone {
        display: block
    }
    #nav-inner {
        margin-bottom: -80px
    }
    #nav-inner .wrapper {
        padding: 15px 20px 0
    }
    #nav-inner .menu-item {
        margin-right: 20px
    }
    #nav-inner .menu-item:after {
        width: 12px;
        margin-left: 9px
    }
    footer {
        padding: 0 40px;
        width: -moz-calc(100% + 80px);
        width: calc(100% + 80px);
        margin-left: -40px;
        z-index: 10;
        height: auto!important
    }
    #bottom-nav {
        display: none
    }
    #bottom-nav .menu-item {
        max-width: 110px
    }
    #modal-booking-form,
    #modal-parking-booking-form,
    #modal-request-form,
    .callback-popup {
        max-width: 560px
    }
    footer .footer-items {
        padding-top: 30px
    }
    footer .copyright {
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 40px
    }
    footer .copyright p {
        margin-top: 20px
    }
    #modal-booking-form form,
    #modal-parking-booking-form form,
    #modal-privacy,
    #modal-request-form form,
    .callback-popup form {
        padding: 70px
    }
    .callback-popup form .form-heading {
        width: auto
    }

}

@media all and (max-width:767px) {
    .wrapper {
        padding: 65px 20px
    }
    .social-links .caption {
        margin-bottom: 20px
    }
    .f-close {
        width: 26px;
        height: 26px
    }
    .f-pagination .arrow.prev {
        margin-right: 30px
    }
    .f-pagination .arrow.next {
        margin-left: 30px
    }
    h1,
    h2 {
        font-size: 36px;
        margin-bottom: 35px
    }
    .link-heading {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 35px
    }
    .link-heading h1,
    .link-heading h2 {
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    .link-heading .button {
        width: 100%;
        max-width: 320px;
        margin: 10px 0 0
    }
    #navigation .menu .cabinet,
    form .privacy {
        margin-top: 30px
    }
    .form-heading {
        font-size: 36px;
        margin-bottom: 25px
    }
    .form-heading+.sub-heading {
        padding-left: 70px;
        margin-bottom: 20px
    }
    .form-heading+.sub-heading:before {
        width: 50px
    }
    #navigation .menu,
    #navigation .social-links,
    footer .social-links {
        width: 100%
    }
    .field-message {
        height: 180px
    }
/*     #navigation .nav-centered, */
    #navigation .nav-items .select-region {
        display: none
    }
    #navigation .menu .select-region {
        display: block;
        margin-left: 0
    }
    #navigation .menu .assortment-menu-item {
        font-size: 16px
    }
    #navigation .sub-menu {
        padding-left: 20px
    }
    #bottom-nav,
    footer .footer-items {
        padding: 35px 0
    }
    #navigation .menu-item {
        font-size: 20px
    }
    #navigation .social-links .links {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    #nav-inner {
        margin-bottom: -60px
    }
    #bottom-nav .menu-container {
        display: none
    }
    #bottom-nav .cabinet {
        width: 100%;
        max-width: 320px;
        margin: 0 auto
    }
    footer .social-links .links {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .close-modal {
        top: 10px;
        right: 10px
    }
    #modal-booking-form form,
    #modal-parking-booking-form form,
    #modal-privacy,
    #modal-request-form form,
    .callback-popup form {
        padding: 50px 35px
    }

}
@media all and (max-width:350px) {
  #navigation .wrapper {
    padding: 0 10px !important;
  }
  #navigation .nav-items .contacts a.phone {
    font-size: 12px !important;
  }
}
@media all and (max-width:767px) {
  #global-wrapper {
    padding: 75px 0 0;
  }
  #global-wrapper:after,
  #global-wrapper:before {
    display: none
  }
  #navigation {
    height: 75px;
    padding: 0;
  }
  #navigation .wrapper {
    padding: 0 15px;
  }
  #navigation .nav-items .contacts a.phone {
    font-size: 16px;
  }
}

@media all and (max-width:479px) {
    .form-heading,
    h1,
    h2 {
        font-size: 32px
    }
    #navigation .nav-items .cabinet,
    .f-pagination .arrow .arrow-icon:after,
    .f-pagination .arrow:before,
    .form-heading+.sub-heading:before {
        display: none
    }
    .wrapper {
        padding: 50px 15px
    }
    .social-links a {
        margin: 0 15px
    }
    .f-pagination {
        margin-top: 40px
    }
    .f-pagination .pag {
        margin: 0 9px
    }
    .f-pagination .dots {
        margin: 0 4px
    }
    .f-pagination .arrow {
        width: 30px;
        height: 30px
    }
    .f-pagination .arrow:active {
        background: 0 0;
        color: #9c8311
    }
    .f-pagination .arrow.prev {
        margin-right: 10px
    }
    .f-pagination .arrow.next {
        margin-left: 10px
    }
    .f-pagination .arrow .arrow-icon {
        left: 0;
        right: 0
    }
    .f-pagination .arrow.prev .arrow-icon {
        left: 4px
    }
    .f-pagination .arrow.next .arrow-icon {
        left: -4px
    }
    
    .form-heading {
        margin-bottom: 15px
    }
    .form-heading+.sub-heading {
        padding-left: 0;
        margin-bottom: 20px
    }
    form .privacy {
        font-size: 75%;
        margin-top: 30px
    }
    .field-input {
        font-size: 14px;
        padding: 13px 15px 11px
    }
    .field-message {
        height: 140px
    }
    label {
        margin-bottom: 1px
    }
    #navigation .nav-items .control {
        margin-right: 30px
    }
    #navigation .menu {
        padding: 120px 25px
    }
    #navigation .menu .cabinet,
    #navigation .menu .select-region {
        width: 100%;
        max-width: 320px
    }
    #nav-inner {
        margin-bottom: -50px
    }
    #nav-inner .wrapper {
        padding: 25px 15px
    }
    #modal-booking-form form,
    #modal-parking-booking-form form,
    #modal-privacy,
    #modal-request-form form,
    .callback-popup form {
        padding: 40px 20px
    }

}

@media all and (max-width:767px) {
    .page-footer__bottom-top,
    footer .footer-items {
        display: block
    }
    footer .left-content {
        width: 100%
    }
    footer .right-content {
        width: 100%;
        max-width: 350px;
        margin: 0 auto
    }
    footer .right-content .blue-button {
        width: 100%
    }
    footer .social-links {
        max-width: none;
        width: 100%;
        margin-bottom: 30px
    }
    footer .social-links .links {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    footer .social-links .links a {
        margin: 0
    }
    .page-footer__copyright,
    footer .footer-items .left-content {
        margin-bottom: 20px
    }
    #bottom-nav {
        display: none
    }
    #nav-inner {
        width: 100%;
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0
    }
    #nav-inner:after {
        content: "";
        bottom: 2px;
        display: block;
        width: 100%;
        height: 1px;
        z-index: 2;
        background-color: #edeff3;
        position: absolute;
        left: 0
    }
    #nav-inner .wrapper {
        overflow-x: auto;
        width: 100%;
        padding-bottom: 3px;
        padding-top: 15px;
        position: relative;
        border-bottom: none;
        z-index: 4
    }
    #nav-inner .wrapper::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: 0 0
    }
    #nav-inner .wrapper .menu {
        width: 100%;
        position: relative;
        z-index: 4
    }
    #nav-inner .menu-item {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        white-space: nowrap
    }
    #nav-inner .menu-item:last-child {
        padding-right: 20px
    }
    #nav-inner .menu-item a {
        white-space: nowrap
    }
    #navigation .menu {
        padding-top: 110px
    }
    #navigation .menu .social-links {
        margin-top: 50px
    }
    #navigation .menu-item a:after {
        left: -15px
    }
    #navigation .sub-menu .menu-item {
        font-size: 14px
    }
    #navigation .menu-search {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 30px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    footer {
        height: 580px
    }
    footer .footer-items .left-content {
        width: -moz-calc(100% - 330px);
        width: calc(100% - 330px)
    }
    .page-footer__bottom-top {
        display: block
    }
    .page-footer__copyright {
        margin-bottom: 20px
    }
    .page-footer__bottom-text {
        width: 100%
    }
    #global-wrapper {
        /* padding-bottom: 580px */
    }
    #nav-inner {
        margin-bottom: -50px
    }
}


about-block__erz-rait {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-direction: normal
}

@media all and (min-width:768px) and (max-width:1199px) and (max-width:1023px) {
    #global-wrapper {
        padding-bottom: 0
    }
    #navigation .menu {
        padding-top: 140px
    }
    #navigation .menu .social-links {
        margin-top: 50px
    }
    #navigation .menu-search {
        left: 60px
    }
}

@media all and (min-width:1200px) {
    footer {
        height: 530px;
    }
    #global-wrapper {
        /* padding-bottom: 500px; */
    }
}



.about-block__flat-img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px
}

.about-block__flat-img img {
    display: block;
    width: auto;
    height: auto;
    max-height: 900px;
    max-width: 100%;
    margin: 0 auto;
/*     ; */
}

.about-block__number-item:not(:last-child) {
    margin-bottom: 40px
}

.about-block__number-item .num {
    font-size: 60px;
    line-height: 70px;
    color: #9c8311;
    font-weight: 200
}

.about-block__number-item .descr {
    font-size: 16px;
    line-height: 30px;
    color: #002554;
    font-weight: 400
}



.about-block__blocks-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-block__instagram-block {
    position: relative;
    text-decoration: none!important;
    display: block;
    padding: 30px 25px;
    border-radius: 5px;
    overflow: hidden
}

.about-block__instagram-block .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #312b21;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden
}

.about-block__instagram-block .bg-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.about-block__instagram-block .bg-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 43, 33, .8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .25
}

.about-block__instagram-block .caption,
.about-block__video-block .caption {
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    font-size: 16px;
    font-weight: 400
}

.about-block__instagram-block .caption {
    position: relative;
    z-index: 4;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-block__instagram-block .caption .icon {
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #9c8311
}

.about-block__video-block {
    position: relative;
    text-decoration: none!important;
    display: block;
    padding: 30px 45px;
    border-radius: 5px;
    overflow: hidden
}

.about-block__video-block .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #312b21;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden
}

.about-block__video-block .bg-img:after,
.about-block__video-block .bg-video:after {
    content: "";
    width: 100%;
    background-color: rgba(49, 43, 33, .8);
    position: absolute;
    display: block;
    opacity: .6
}

.about-block__video-block .bg-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.about-block__video-block .bg-img:after {
    height: 100%;
    top: 0;
    left: 0
}

.about-block__video-block .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.about-block__video-block .bg-video video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about-block__video-block .bg-video:after {
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.about-block__video-block .play-button {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -32px;
    margin-left: -32px
}

.about-block__video-block .play-button img {
    display: block;
    width: 100%;
    height: 100%;
    
}

.about-block__video-block .caption {
    position: relative;
    z-index: 4;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-block__video-block .caption .icon {
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #9c8311
}

.about-block__video-block:hover .bg-img img {
    opacity: .6
}

.about-block__video-block:hover .bg-video {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.about-block__video-block:hover .bg-video:after {
    opacity: 1
}

.about-block__history-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 60px
}

.about-block__history-row .right-part .about-block__video-block {
    width: 100%
}

.about-block__popup-img {
    width: 100%;
    height: 600px;
    overflow: hidden
}

.about-block__popup-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}

.about-block__popup-row,
.about-page__numbers-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.about-block__popup-row {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 27px;
    color: #002554;
    font-weight: 400
}

.about-block__popup-row p {
    margin-bottom: 25px
}

.about-block__popup-row p:last-child {
    margin-bottom: 0
}

.about-block__popup-row .left-part,
.about-block__popup-row .right-part {
    width: 48%
}

@media all and (max-width:767px) {

    .about-block__number-item:not(:last-child) {
        margin-bottom: 25px
    }
    .about-block__number-item .num {
        font-size: 40px;
        line-height: 50px
    }
    .about-block__number-item .descr {
        font-size: 16px;
        line-height: 24px
    }
    .about-block__blocks-row {
        display: block;
        width: 100%
    }
    .about-block__instagram-block {
        width: 100%;
        height: 160px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 20px
    }
    .about-block__video-block {
        height: 250px;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
    .about-block__video-block .bg-video video {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-height: 70vh
    }
    .about-block__history-row .right-part,
    .about-block__popup-row .left-part,
    .about-block__popup-row .right-part {
        width: 100%
    }
    .about-block__history-row {
        display: block;
        margin-bottom: 20px
    }
    .about-block__history-row .left-part {
        width: 100%;
        margin-bottom: 30px
    }
    .about-block__popup {
        max-width: 500px;
        padding-top: 50px
    }
    .about-block__popup .wrapper {
        min-width: 100%
    }
    .about-block__popup-img {
        height: 60vw
    }
    .about-block__popup-row {
        display: block;
        font-size: 14px;
        line-height: 24px
    }

    .about-block__popup-row h3,
    .about-block__popup-row h2 {
      font-size: 20px;
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .about-block__history-row,
    .about-block__popup-row {
        display: block
    }

    .about-block__instagram-block {
        width: 240px;
        height: 250px
    }
    .about-block__video-block {
        height: 250px;
        width: -moz-calc(100% - 270px);
        width: calc(100% - 270px);
        padding-left: 30px;
        padding-right: 30px
    }
    .about-block__history-row .right-part,
    .about-block__popup-row .left-part,
    .about-block__popup-row .right-part {
        width: 100%
    }
    .about-block__history-row .left-part {
        width: 100%;
        margin-bottom: 50px
    }
    .about-block__popup {
        max-width: 800px;
        padding-top: 70px
    }
    .about-block__popup-img {
        height: 400px
    }
}

@media all and (min-width:1200px) {

    .about-block__instagram-block {
        width: 270px;
        height: 300px
    }
    .about-block__instagram-block .bg-img img {
        -moz-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .about-block__instagram-block .bg-img:after {
        opacity: .25;
        -moz-transition: all .3s ease-out .1s;
        transition: all .3s ease-out .1s
    }
    .about-block__instagram-block:hover .bg-img img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }
    .about-block__instagram-block:hover .bg-img:after {
        opacity: 1;
        visibility: visible;
        -moz-transition-delay: 0s;
        transition-delay: 0s
    }
    .about-block__history-row .left-part {
        width: 45%
    }
    .about-block__history-row .right-part {
        width: 48%
    }
    .about-block__video-block {
        height: 300px;
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px)
    }
    .about-block__video-block.full-w {
        width: 100%
    }
    .about-block__video-block .bg-img img {
        -moz-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .about-block__video-block .bg-img:after {
        opacity: .6;
        -moz-transition: all .3s ease-out .1s;
        transition: all .3s ease-out .1s
    }
    .about-block__video-block:hover .bg-img img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }
    .about-block__video-block:hover .bg-img:after {
        opacity: 1;
        visibility: visible;
        -moz-transition-delay: 0s;
        transition-delay: 0s
    }
    .about-block__popup {
        max-width: 1670px;
        padding-top: 70px
    }
}

@media all and (min-width:1200px) and (max-width:1300px) {
    .about-block__popup-img {
        height: 300px
    }
}

.about-page__numbers-block {
    width: 100%;
    background-color: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 90px
}

.about-page__numbers-block .wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.about-page__services-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 150px
}

.about-page__services-title .small {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #002554
}

.about-page__numbers-list {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-page__number-item .num {
    font-size: 60px;
    font-weight: 200;
    color: #9c8311
}

.about-page__number-item .descr {
    font-size: 18px;
    font-weight: 400;
    color: #002554;
    line-height: 30px
}

.about-page__services-slider {
    background: #f6f6f6
}

.about-page__services-slider .wrapper {
    max-width: 100%;
    padding: 105px 60px
}

.about-page__services-slider .slider {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1800px;
    padding: 0 65px;
    margin: 0 auto;
    position: relative
}

.about-page__services-slider .slider:after,
.about-page__services-slider .slider:before {
    content: '';
    display: block;
    width: 35%;
    height: 100%;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.about-page__services-slider .slider:before {
    left: 65px;
    background: 0 0;
    background: oldlinear-gradient(left, #f6f6f6 0, rgba(246, 246, 246, .2) 100%) -moz-;
    background: linear-gradient(to right, #f6f6f6 0, rgba(246, 246, 246, .2) 100%)
}

.about-page__services-slider .slider:after {
    right: 65px;
    background: 0 0;
    background: oldlinear-gradient(left, rgba(246, 246, 246, .2) 0, #f6f6f6 100%) -moz-;
    background: linear-gradient(to right, rgba(246, 246, 246, .2) 0, #f6f6f6 100%)
}

.about-page__services-slider .slide {
    display: none;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    margin-left: 30px;
    position: relative;
    overflow: hidden
}

.about-page__services-slider .slide:nth-child(1) {
    display: block;
    margin-left: 0
}

@media (min-width:600px) {
    .about-page__services-slider .slide:nth-child(2) {
        display: block
    }
}

@media (min-width:1023px) {
    .about-page__services-slider .slide:nth-child(3) {
        display: block
    }
}

@media (min-width:1366px) {
    .about-page__services-slider .slide:nth-child(4) {
        display: block
    }
}

@media (min-width:1600px) {
    .about-page__services-slider .slide:nth-child(5) {
        display: block
    }
}

.about-page__services-slider .slide .title {
    display: inline-block;
    font-weight: 200;
    height: 68px;
    margin-bottom: 10px;
    position: relative
}

.about-page__services-slider .slide .title .img-wrapper {
    height: 68px;
    width: auto
}

.about-page__services-slider .slide .title .img-wrapper img {
    display: block;
    height: 100%;
    width: auto;
    
}

.about-page__services-slider .slide .title:after {
    content: '';
    display: block;
    width: 1000px;
    height: 2px;
    background: currentColor;
    margin: auto 0 auto 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%
}

.about-page__services-slider .slide .content {
    padding-right: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #8A98AB;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.about-page__services-slider .owl-item.center .slide .content {
    color: #002554
}

.about-page__services-slider .f-arrow.disabled {
    display: none
}

.about-page__services-slider .scrollbar {
    display: none;
    height: 14px;
    margin: 40px auto 0;
    position: relative;
    cursor: pointer
}

.about-page__services-slider .scrollbar:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #cbd2dc;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.about-page__services-slider .scrollbar .scroller {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.about-page__services-slider .scrollbar .scroller.drag {
    -moz-transition: none;
    transition: none
}

.about-page__services-slider .scrollbar .scroller:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #9c8311;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media all and (max-width:1599px) {
    .about-page__services-slider .wrapper {
        padding: 90px 30px
    }
    .about-page__services-slider .slider:after,
    .about-page__services-slider .slider:before {
        width: 20%
    }
}

@media all and (max-width:1365px) {
    .about-page__services-slider .slider:after,
    .about-page__services-slider .slider:before {
        width: 28%
    }
}

@media all and (max-width:1229px) {
    .about-page__services-slider .slider {
        max-width: 1000px;
        padding: 0
    }
    .about-page__services-slider .slider:before {
        left: 0
    }
    .about-page__services-slider .slider:after {
        right: 0
    }
    .about-page__services-slider .slide .content {
        padding: 0
    }
}

@media all and (max-width:1023px) {
    .about-page__services-slider .slider {
        max-width: 800px
    }
    .about-page__services-slider .slider:after,
    .about-page__services-slider .slider:before {
        display: none
    }
    .about-page__services-slider .dates {
        margin-top: 50px
    }
    .about-page__services-slider .scrollbar {
        display: block
    }
}

@media all and (max-width:767px) {
    .about-page__services-slider .wrapper {
        padding: 60px 20px
    }
    .about-page__services-title {
        font-size: 32px;
        line-height: 38px;
        margin-top: 60px
    }
    .about-page__services-title .small {
        font-size: 18px;
        line-height: 26px
    }
}

@media all and (max-width:599px) {
    .about-page__services-slider .slide {
        margin: 0
    }
}

@media all and (max-width:479px) {
    .about-page__services-slider .slider {
        max-width: 480px
    }
    .about-page__services-slider .slide {
        font-size: 14px
    }
    .about-page__services-slider .slide .title {
        font-size: 40px
    }
    .about-page__services-title {
        font-size: 28px;
        line-height: 34px;
        margin-top: 60px
    }
    .about-page__services-title .small {
        font-size: 15px;
        line-height: 23px
    }
}

@media all and (max-width:767px) {
    .about-page__second-wrapper {
        padding-top: 0;
        padding-bottom: 40px
    }
    .about-page__numbers-block {
        margin-top: -30px;
        margin-bottom: 50px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .about-page__numbers-list {
        display: block
    }
    .about-page__number-item {
        width: 100%
    }
    .about-page__number-item .num {
        font-size: 40px
    }
    .about-page__number-item .descr {
        font-size: 16px;
        line-height: 24px
    }
    .about-page__number-item:not(:last-child) {
        margin-bottom: 20px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .about-page__second-wrapper {
        padding-top: 0;
        padding-bottom: 80px
    }
    .about-page__numbers-block {
        margin-top: -60px;
        margin-bottom: 80px;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .about-page__number-item {
        width: 50%;
        padding-right: 50px
    }
    .about-page__number-item .num {
        font-size: 45px
    }
    .about-page__number-item .descr {
        font-size: 16px;
        line-height: 24px
    }
    .about-page__number-item:nth-child(n+3) {
        margin-top: 30px
    }
}

@media all and (min-width:1200px) {
    .about-page__second-wrapper {
        padding-top: 0;
        padding-bottom: 80px
    }
    .about-page__numbers-block {
        margin-top: -80px;
        margin-bottom: 80px
    }
    .about-page__number-item {
        width: 33.33%;
        padding-right: 65px
    }
    .about-page__number-item:nth-child(n+4) {
        margin-top: 30px
    }
}

@media all and (min-width:1200px) and (max-width:1300px) {
    .about-page__numbers-block .wrapper {
        padding-left: 50px;
        padding-right: 50px
    }
}

.payment-block__form .field-row,
.payment-block__main-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.payment-block__main-row {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px
}

.payment-block h1 {
    margin-bottom: 10px
}

.payment-block h5,
.payment-block .h5 {
    max-width: 510px
}

.payment-block__info-block {
    font-size: 12px;
    line-height: 22px;
    color: #8a98ab;
    font-weight: 400
}

.payment-block__info-block p {
    margin-bottom: 25px
}

.payment-block__info-block p:last-child {
    margin-bottom: 0
}

.payment-block__form {
    width: 100%
}

.payment-block__form .form-field {
    margin-bottom: 20px
}

.payment-block__form .form-contents {
    max-width: 430px
}

.payment-block__form .submit {
    width: 100%;
    margin: 45px 0 0
}

.payment-block__form .field-row {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.payment-block__form .field-row .form-field {
    margin: 0;
    width: 270px
}

.payment-block__form .field-row .units {
    height: 52px;
    margin-top: auto;
    width: 50px;
    text-align: center;
    color: #002554;
    font-size: 24px;
    font-weight: 400;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-block__form .hidden {
    display: none
}

.payment-block__pay-methods,
.project-advantages__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.payment-block__pay-methods {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.payment-block__pay-methods .method-item {
    width: 50px;
    margin-right: 40px
}

.payment-block__pay-methods .method-item img {
    display: block;
    width: 100%;
    height: auto;
    
}

.payment-block__pay-methods .method-item.visa {
    width: 50px
}

.payment-block__pay-methods .method-item.mastercard {
    width: 40px
}

.payment-block__pay-methods .method-item.mir {
    width: 58px
}

@media all and (max-width:767px) {
    .payment-block__main-row {
        display: block;
        width: 100%;
        margin-top: 30px
    }
    .payment-block__left-content {
        width: 100%;
        margin-bottom: 40px
    }
    .payment-block__left-content h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px
    }
    .payment-block__right-content {
        width: 100%
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .payment-block .wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .payment-block__main-row {
        display: block;
        width: 100%
    }
    .payment-block__left-content {
        width: 100%;
        margin-bottom: 60px
    }
    .payment-block__left-content h4 {
        font-size: 24px;
        line-height: 38px;
        max-width: 480px;
        margin-bottom: 40px
    }
    .payment-block__right-content {
        width: 100%
    }
}

@media all and (min-width:1200px) {
    .payment-block__left-content {
        width: 530px
    }
    .payment-block__left-content h4 {
        font-size: 24px;
        line-height: 38px;
        max-width: 480px;
        margin-bottom: 40px
    }
    .payment-block__right-content {
        width: 570px
    }
}

.project-advantages {
    width: 100%
}

.project-advantages__list {
    width: 100%;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-advantages__top-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.project-advantages__item {
    text-decoration: none!important;
    display: block;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.project-advantages__item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 43, 33, .8);
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 3
}

.project-advantages__about-wrapper {
    margin-top: 60px;
    margin-bottom: 60px
}

.project-advantages__left-part h2 {
    margin-bottom: 20px
}

.project-advantages__bg-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.project-advantages__bg-img img {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-advantages__item-content {
    width: 100%;
    height: 100%;
    z-index: 4;
    position: relative;
    color: #fff
}

.project-advantages__item-content .item-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px
}

.project-advantages__item-content .line {
    width: 80px;
    height: 2px;
    background-color: #9c8311;
    margin: 20px 0
}

.project-advantages__item-content .descr {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

@media all and (max-width:767px) {
    .project-advantages__list {
        display: block;
        width: 100%
    }
    .project-advantages__item-content {
        padding: 30px 20px
    }
    .project-advantages__item-content .item-title {
        font-size: 20px;
        line-height: 24px
    }
    .project-advantages__item-content .descr {
        font-size: 14px;
        line-height: 20px
    }
    .project-advantages__top-row {
        display: block;
        margin-bottom: 20px
    }
    .project-advantages__left-part {
        width: 100%;
        display: block;
        margin-bottom: 30px
    }
    .project-advantages__right-part {
        width: 100%
    }
    .project-advantages__item {
        width: 100%;
        height: auto
    }
    .project-advantages__item:not(:last-child) {
        margin-bottom: 20px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .project-advantages__item-content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 60px;
        max-width: 470px
    }
    .project-advantages__item-content .item-title {
        font-size: 22px;
        line-height: 26px
    }
    .project-advantages__item {
        width: 48.5%;
        height: 470px;
        margin-bottom: 30px;
    }
    .project-advantages__item.full-w {
        width: 100%;
        height: 390px;
        margin-bottom: 30px;
    }
    .project-advantages__item.full-w .project-advantages__item-content {
        max-width: 570px;
    }
    .project-advantages__top-row {
        width: 100%;
        display: block;
    }
    .project-advantages__left-part {
        width: 100%;
        margin-bottom: 30px
    }
    .project-advantages__right-part,
    .project-advantages__right-part .project-advantages__item {
        width: 100%
    }
}

@media all and (min-width:1200px) {
    .project-advantages__item-content {
        padding-left: 70px;
        padding-top: 60px;
        max-width: 470px
    }
    .project-advantages__item-content .descr {
        opacity: 0;
        -moz-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .project-advantages__bg-img {
        -moz-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }
    .project-advantages__left-part {
        width: 500px;
        margin-top: -20px
    }
    .project-advantages__right-part {
        width: 570px
    }
    .project-advantages__right-part .project-advantages__item {
        width: 100%
    }
    .project-advantages__item {
        width: 48.5%;
        height: 400px;
        margin-bottom: 30px;
    }
    .project-advantages__item:after {
        opacity: .25;
        -moz-transition: all .3s ease-out .1s;
        transition: all .3s ease-out .1s
    }
    .project-advantages__item.full-w {
        width: 100%;
        margin-bottom: 30px
    }
    .project-advantages__item.full-w .project-advantages__item-content {
        max-width: 570px
    }
    .project-advantages__item:hover .project-advantages__bg-img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }
    .project-advantages__item:hover:after {
        opacity: 1;
        visibility: visible;
        -moz-transition-delay: 0s;
        transition-delay: 0s
    }
    .project-advantages__item:hover .project-advantages__item-content .descr {
        opacity: 1
    }
    .search-result {
        padding-bottom: 100px
    }
}

.search-result {
    width: 100%
}

.search-result__input-wrapper {
    width: 100%;
    position: relative
}

.search-result__input-wrapper .search-button {
    cursor: pointer;
    text-decoration: none!important;
    background: 0 0;
    -webkit-appearance: none;
    border: none;
    outline: 0!important;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-result__input-wrapper .search-button svg {
    width: 38px;
    height: 38px;
    fill: #EAEDF1;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.search-result__input-wrapper .search-button:hover svg {
    fill: #8A98AB
}

.search-result__input-wrapper .field-input {
    border: none;
    border-bottom: 1px solid #EAEDF1;
    height: 96px;
    font-size: 50px;
    font-weight: 200;
    padding-left: 0;
    border-radius: 0;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.search-result__input-wrapper .field-input:hover {
    border-bottom-color: #a8b2c0
}

.search-result__input-wrapper .field-input:focus {
    border-bottom-color: #8A98AB
}

.search-result__result-caption {
    margin-top: 30px;
    font-size: 12px;
    line-height: 22px;
    color: #8A98AB;
    font-weight: 400
}

.search-result__list {
    margin-top: 65px;
    max-width: 570px;
    width: 100%
}

.search-result__item {
    width: 100%
}

.search-result__item:not(:last-child) {
    margin-bottom: 60px
}

.search-result__card {
    display: block;
    text-decoration: none!important;
    width: 100%
}

.search-result__title {
    color: #002554;
    font-size: 20px;
    line-height: 34px;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.search-result__title b {
    font-weight: 600
}

.search-result__text {
    font-size: 14px;
    line-height: 24px;
    color: #002554;
    display: block;
    width: 100%;
    font-weight: 400
}

.search-result__text b {
    font-weight: 600
}

@media all and (max-width:767px) {
    .search-result__input-wrapper .field-input {
        height: 50px;
        font-size: 24px
    }
    .search-result__input-wrapper .search-button svg {
        width: 24px;
        height: 24px
    }
    .search-result__list {
        margin-top: 45px
    }
}

.project-block__presentation {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ccc;
    position: relative;
    color: #Fff
}

.project-block__presentation:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 43, 33, .8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.project-block__project-logo,
.project-block__project-specs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-direction: normal
}

.project-block__project-logo {
    position: absolute;
    top: 50px;
    right: 60px;
    width: 210px;
    height: 70px;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 6
}

.project-block__project-logo img {
    margin-left: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.project-block__project-specs {
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.project-block__presentation-main-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-block__top-content {
    width: 100%;
    margin-bottom: 125px
}
.project-block__top-content.less-indentation {
  margin-bottom: 60px;
}

.project-block__top-content .title {
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.project-block__top-content .caption {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300
}

.project-block__spec-item.top-block-link {
  cursor: pointer;
}

.project-block__spec-item .icon-wrapper {
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px
}

.project-block__spec-item .icon-wrapper img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.project-block__spec-item .value {
    font-size: 60px;
    line-height: 70px;
    font-weight: 200;
}

.project-block__spec-item .value .small {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
}

.project-block__spec-item .caption {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    max-width: 160px;
    position: relative;
    padding-top: 10px;
    margin-top: 10px
}

.project-block__spec-item .caption:before {
    content: "";
    width: 130px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9c8311
}

.project-block__about-block {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
}

.project-block__video-block {
    position: relative;
    text-decoration: none!important;
    display: block;
    width: 100%;
    height: 300px;
    padding: 30px 45px;
    border-radius: 5px;
    overflow: hidden
}

.project-block__video-block .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #312b21;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden
}

.project-block__video-block .bg-img:after,
.project-block__video-block .bg-video:after {
    width: 100%;
    background-color: rgba(49, 43, 33, .8);
    position: absolute;
    display: block;
    opacity: .6;
    content: ""
}

.project-block__video-block .bg-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.project-block__video-block .bg-img:after {
    height: 100%;
    top: 0;
    left: 0
}

.project-block__video-block .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.project-block__video-block .bg-video video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.project-block__video-block .bg-video:after {
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.project-block__video-block .play-button {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -32px;
    margin-left: -32px
}

.project-block__video-block .play-button img {
    display: block;
    width: 100%;
    height: 100%;
    
}

.project-block__video-block .caption {
    position: relative;
    z-index: 4;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-block__video-block .caption .icon {
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #9c8311
}

.project-block__video-block:hover .bg-img img {
    opacity: .6
}

.project-block__commerc-map {
    width: 100%;
    height: 650px;
    margin-top: 70px
}

.project-block__commerc-map .commerc-map {
    width: 100%;
    height: 100%
}

.project-block__about-left h2 {
    margin-bottom: 24px
}

.project-block__about-left .about-text {
    min-height: 230px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400
}

.project-block__about-left .about-text.free-height {
    min-height: 0;
    margin-bottom: 70px
}

.project-block__about-left .button {
    width: 260px
}

.project-block__back-button {
    position: absolute;
    top: 75px!important;
    left: -80px;
    z-index: 105;
    margin: 0;
    bottom: auto;
    width: 50px!important;
    height: 50px;
    display: none;
    -moz-transition: none!important;
    transition: none!important
}

.project-block__back-button .arrow-icon {
    -moz-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important
}

.project-block__back-button .arrow-icon.left:before {
    border-color: #9c8311;
    -moz-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important
}

.commercial-block__item,
.genplan-block,
.plannings-block__tabs,
.project-socials {
    border-bottom: 1px solid #EAEDF1
}

.commercial-block__item:first-child,
.plannings-block,
.project-features {
    border-top: 1px solid #EAEDF1
}

.project-block__back-button .arrow-icon.left:after {
    background-color: #9c8311;
    -moz-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important
}

.project-block__back-button:hover .arrow-icon {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.project-block__presentation-video-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.project-block__presentation-video-block video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.project-features, /*****/
.project-features__main-content {
    position: relative
}

.project-block__inner-top {
    width: 100%
}

.project-block__inner-top .wrapper {
    position: relative;
    padding-bottom: 50px
}

.project-block__inner-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 200;
    color: #002554
}

.project-block__inner-type {
    font-size: 24px;
    font-weight: 300
}

.project-block_white_header_button {
  position: relative;
  padding: 7px 12px;
  background-color: #fff;
  color: #002554;
  border-radius: 5px;
}
@media all and (min-width:768px) {
  .project-block_white_header_button {
    position: absolute;
    margin-top: -65px;
  }
}
@media all and (min-width:1200px) {
  .project-block_white_header_button {
    margin-top: -85px;
  }
  .project-block_white_header_button.upper {
    margin-top: -110px;
  }
}

@media all and (max-width:767px) {
    .project-block__presentation {
        height: auto
    }
    .project-block__inner-title {
        font-size: 30px;
        line-height: 38px
    }
    .project-block__inner-type {
        font-size: 18px;
        margin-top: 5px
    }
    .project-block__commerc-map {
        height: 350px
    }
    .project-block__presentation-main-wrapper {
        width: 100%;
        display: block;
        height: auto;
        padding-top: 0;
        padding-bottom: 0
    }
    .project-block__top-content {
        margin-bottom: 50px
    }
    .project-block__top-content .title {
        font-size: 26px;
        line-height: 40px
    }
    .project-block__top-content .caption {
        font-size: 14px;
        line-height: 20px
    }
    .project-block__project-specs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 350px
    }
    .project-block__spec-item {
        width: 50%
    }
    .project-block__spec-item .value {
        font-size: 20px;
        line-height: 30px
    }
    .project-block__spec-item .value .small {
        font-size: 20px
    }
    .project-block__spec-item .caption {
        font-size: 12px;
        line-height: 20px;
        max-width: 100px
    }
    .project-block__spec-item .caption:before {
        width: 80px
    }
    .project-block__spec-item:nth-child(n+3) {
        margin-top: 40px
    }
    .project-block__about-block {
        display: block;
        width: 100%
    }
    .project-block__presentation-video-block,
    .project-block__project-logo {
        display: none
    }
    .project-block__about-left {
        width: 100%;
        margin-bottom: 40px
    }
    .project-block__about-left .about-text {
        min-height: 0;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px
    }
    .project-block__about-right {
        width: 100%
    }
    .project-block__video-block {
        height: 60vw
    }
    .project-block__video-block .bg-video video {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-height: 70vh
    }
    .project-block__presentation-video-block video {
        width: auto;
        height: 100%
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .project-block__presentation {
        height: 400px
    }
    .project-block__presentation.big {
        height: 750px
    }
    .project-block__presentation_wrapper,
    .project-block__presentation .wrapper {
        height: 100%;
    }
    .project-block__project-logo {
        top: 20px;
        right: 20px
    }
    .project-block__top-content {
        margin-bottom: 70px
    }
    .project-block__top-content.less-indentation {
        margin-bottom: 30px
    }
    .project-block__commerc-map {
        height: 500px
    }
    .project-block__spec-item {
        min-width: 20%
    }
    .project-block__spec-item .value {
        font-size: 30px;
        line-height: 40px
    }
    .project-block__spec-item .value .small {
        font-size: 20px
    }
    .project-block__spec-item .caption {
        font-size: 12px;
        line-height: 20px;
        max-width: 100px
    }
    .project-block__spec-item .caption:before {
        width: 80px
    }
    .project-block__presentation-video-block video {
        width: auto;
        height: 100%
    }
    .project-block__about-left,
    .project-block__about-right {
        width: 48%
    }
}

@media all and (min-width:1200px) {
    .project-block__presentation {
        height: 560px
    }
    .project-block__presentation_wrapper,
    .project-block__presentation .wrapper {
        height: 100%
    }
    .project-block__spec-item {
        min-width: 20%
    }
    .project-block__about-left {
        width: 550px
    }
    .project-block__about-right {
        width: 570px
    }
}

@media all and (min-width:1200px) and (min-width:1450px) {
    .project-block__back-button {
        display: block
    }
}

.project-features__main-block, /*****/
.project-features__main-slider:not(.slick-initialized) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox
}

@media all and (min-width:1200px) and (max-width:1500px) {
    .project-block__presentation-video-block video {
        width: auto;
        height: 100%
    }
}

.project-features { /*****/
    width: 100%;
    margin-top: 50px
}

.project-features__main-slider { /*****/
    width: 100%
}

.project-features__main-slider:not(.slick-initialized) { /*****/
    display: flex;
    overflow: hidden
}

.project-features__main-slider:not(.slick-initialized)>* { /*****/
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.project-features__main-slider .slide-item .img-wrapper { /*****/
    height: 100%;
    width: 100%
}

.project-features__main-slider .slide-item .img-wrapper img { /*****/
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}

.project-features__main-block { /*****/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: #fff;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.project-features__nav-slider { /*****/
    width: 100%
}

.project-features__nav-slider:not(.owl-carousel) { /*****/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden
}

.project-features__nav-slider .slide-item { /*****/
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.project-features__nav-slider .slide-item .top-title { /*****/
    color: #002554;
    font-size: 44px;
    line-height: 60px;
    font-weight: 200;
    width: 100%;
    display: block;
    border-bottom: 1px solid #EAEDF1;
    padding-bottom: 20px;
    margin-bottom: 30px
}

.project-features__nav-slider .slide-item .text-block { /*****/
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #002554
}

.project-features__nav-links { /*****/
    width: 100%;
    margin-top: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.project-features__nav-links a { /*****/
    color: #CBD2DC;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none!important;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.project-features__nav-links a:not(:last-child) { /*****/
    margin-right: 50px
}

.project-features__nav-links a:hover { /*****/
    color: #9c8311
}

.project-features__nav-links a.active { /*****/
    color: #002554
}

@media all and (max-width:767px) { /*****/
    .project-features {
        margin-bottom: 50px;
        padding-top: 50px;
        margin-top: 30px
    }
    .project-features__main-content { /*****/
        height: auto
    }
    .project-features__main-slider, /*****/
    .project-features__main-slider .slide-item {
        height: 200px
    }
    .project-features__main-slider .f-arrow.owl-prev { /*****/
        left: 15px
    }
    .project-features__main-slider .f-arrow.owl-next { /*****/
        right: 15px
    }
    .project-features__nav-slider { /*****/
        margin-bottom: 0
    }
    .project-features__nav-slider .slide-item .top-title { /*****/
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 10px
    }
    .project-features__nav-slider .slide-item .text-block { /*****/
        font-size: 14px;
        line-height: 24px
    }
    .project-features__nav-links { /*****/
        display: none
    }
    .project-features__nav-links a { /*****/
        font-size: 12px
    }
    .project-features__nav-links a:not(:last-child) {  /*****/
        margin-right: 15px
    }
    .project-features__main-block { /*****/
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        padding: 20px
    }
}

@media all and (max-width:767px) and (min-width:360px) {
    .project-features__nav-links a { /*****/
        font-size: 14px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .project-features { /*****/
        margin-bottom: 70px;
        padding-top: 70px
    }
    .project-features__main-content { /*****/
        height: auto
    }
    .project-features__main-slider, /*****/
    .project-features__main-slider .slide-item {
        height: 300px
    }
    .project-features__main-slider .f-arrow.owl-prev { /*****/
        left: 25px
    }
    .project-features__main-slider .f-arrow.owl-next { /*****/
        right: 25px
    }
    .project-features__main-block { /*****/
        width: 100%;
        height: 400px;
        position: relative;
        top: auto;
        left: auto;
        padding: 30px 50px
    }
}

@media all and (min-width:1200px) {
    .project-features__main-content, /*****/
    .project-features__main-slider, 
    .project-features__main-slider .slide-item {
        height: 600px
    }
    .project-features__main-content { /*****/
      max-width: 1230px;
      padding-left: 30px;
      padding-right: 30px;
      margin: auto;
    }
    .project-features { /*****/
        margin-bottom: 90px;
        padding-top: 70px
    }
    .project_id_14015 .project-features { /*****/
        margin-bottom: 140px;
    }

    .project-features__main-slider .f-arrow.owl-prev { /*****/
        left: 25px
    }
    .project-features__main-slider .f-arrow.owl-next { /*****/
        right: 25px
    }
    .project-features__main-block { /*****/
        width: 700px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -685px;
        padding: 70px 100px 55px
    }
}

.video-popup__video-wrapper {
    width: 100%
}

.video-popup__video-wrapper iframe {
    width: 100%;
    height: 100%
}

@media all and (max-width:767px) {
    .video-popup {
        height: -moz-calc(100vh - 120px);
        height: calc(100vh - 120px);
        padding-top: 50px
    }
    .video-popup__video-wrapper {
        height: 100%
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .video-popup {
        height: -moz-calc(100vh - 120px);
        height: calc(100vh - 120px);
        padding-top: 70px
    }
    .video-popup__video-wrapper {
        height: 100%
    }
}

@media all and (min-width:1200px) {
    .video-popup {
        height: -moz-calc(100vh - 120px);
        height: calc(100vh - 120px);
        padding-top: 70px
    }
    .video-popup__video-wrapper {
        height: 100%
    }
}

.genplan-block {
    padding-bottom: 70px;
    position: relative;
    width: 100%
}

.genplan-block .infowindow {
    pointer-events: none
}

.genplan-block__main-img {
    width: 100%;
    height: auto;
    
}

.genplan-block__main-img img,
.plannings-block__item-img img {
    
}

.genplan-block__main-img img {
    display: block;
    width: 100%;
    height: auto;
}

.genplan-block__genplan-caption {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1230px;
    width: 100%;
    z-index: 10;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: #fff
}

.genplan-block__genplan-caption:after {
    content: "";
    display: block;
    width: 130px;
    height: 2px;
    background-color: #9c8311;
    position: absolute;
    bottom: -20px;
    left: 30px
}

.genplan-block__svg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.genplan-block__svg-wrapper svg {
    width: 100%;
    height: auto
}

.genplan-block__svg-wrapper svg .svg-mask {
    cursor: pointer;
    fill: #9C8311;
    opacity: 0;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.genplan-block__svg-wrapper svg .svg-mask.sold {
  fill: #7e7e7e;
}

.genplan-block__svg-wrapper svg .svg-mask.hovered,
.genplan-block__svg-wrapper svg .svg-mask:hover {
    opacity: .5
}


.genplan-block__svg-wrapper:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff url('/images/touch.png') no-repeat center;
  background-size: contain;
  border-radius: 5px;
  bottom: 10px;
  left: 10px;
  opacity: 0.8;
}

#project-details,
#flats-places {
  position: relative;
}
#project-details .content-keeper:after
/* #flats-places:after */ {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff url('/images/touch.png') no-repeat center;
  background-size: contain;
  border-radius: 5px;
  bottom: 286px;
  left: 10px;
  opacity: 0.8;
  box-shadow: 0px 0px 15px #a6a6a6;
}

@media (min-width: 768px) {
  #project-details .content-keeper:after,
  #flats-places:after,
  .genplan-block__svg-wrapper:after {
    display: none;
  }
}

.genplan-block__main-wrapper {
  position: relative;
}

.genplan-block__main-wrapper .infowindow {
  z-index: 600;
  pointer-events: none;
}

.genplan-block__corps-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5;
}

.genplan-block__corp-item {
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  pointer-events: all;
}

.genplan-block__corp-item .genplan-circle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #9c8311;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.genplan-block__corp-item .genplan-circle.disabled:hover,
.genplan-block__corp-item .genplan-circle.disabled {
  background-color: #7e7e7e;
  display: block !important;
}

.genplan-block__corp-item .genplan-circle:hover,
.genplan-block__corp-item.hovered .genplan-circle {
  background-color: #816C0E;
}

.genplan-3dtour-btn {
  width: auto;
  margin-bottom: 20px;
  position: absolute;
  top: 36%;
  left: 2%;
  pointer-events: all;
  display: none;
}

.genplan-3dtour-round-btn {
  background-color: #89752b;
  z-index: 100;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 36%;
  left: 2%;
  pointer-events: all;
  cursor: pointer;
  transition: all .2s ease-in-out;
  /* box-shadow: 0px 0px 30px #00000082; */
}
.genplan-3dtour-round-btn:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: -50px;
  background-image: url('/images/icons/360.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.genplan-3dtour-round-btn:before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: #89752b;
  box-shadow: 0px 0px 30px #0000005e;
  opacity: 0.5;
  position: absolute;
  margin-left: -60px;
  margin-top: -10px;
  border-radius: 50%;
  z-index: 0;
  transition: all .2s ease-in-out;
}
.genplan-3dtour-round-btn:hover:before {
  opacity: 0.7;
  transition: all .2s ease-in-out;
}
.genplan-3dtour-round-btn:hover {
  background-color: #87710c;
  transition: all .2s ease-in-out;
}
.genplan-3dtour-round-btn  .button-text {
  display: none;
  color: #fff;
  width: 119px;
  padding: 0;
  margin: 97px auto 0 auto;
  padding: 0;
  line-height: 1.3;
  font-size: 14px;
}
@media all and (min-width:1200px) { 
  .genplan-3dtour-round-btn {
    width: 126px;
    height: 126px;
    background-size: 80%;
    background-position: center;
  }
  .genplan-3dtour-round-btn:after {
    width: 126px;
    height: 126px;
    margin-left: -63px;
  }
  .genplan-3dtour-round-btn:before {
    width: 146px;
    height: 146px;
    margin-left: -73px;
    margin-top: -10px;
    border-radius: 50%;
    z-index: 0;
  }
  .genplan-3dtour-round-btn  .button-text {
    display: none;
    width: 130px;
    margin: 135px auto 0 auto;
    font-size: 16px;
  }
}

@media all and (max-width:767px) {
  .genplan-block {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 50px;
  }
  .genplan-block__main-wrapper {
    width: 768px
  }
  .genplan-block__genplan-caption {
    font-size: 18px;
    line-height: 26px;
    max-width: none;
    left: 0;
    top: 40px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding-left: 15px;
  }
  .genplan-block__genplan-caption:after {
    bottom: -10px;
    left: 20px;
  }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .genplan-block {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden
    }
    .genplan-block__main-wrapper {
        width: 1500px
    }
    .genplan-block__genplan-caption {
        padding-left: 20px;
        max-width: none;
        left: 0;
        top: 60px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none
    }
    .genplan-block__genplan-caption:after {
        left: 20px
    }
}

@media all and (min-width:1200px) and (max-width:1229px) {
    .genplan-block__genplan-caption {
        padding-left: 20px;
        top: 60px
    }
    .genplan-block__genplan-caption:after {
        left: 20px
    }
}

.plannings-block h2 {
    margin-bottom: 55px
}

.plannings-block__main-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.plannings-block__item-img {
    width: 200px;
    height: auto
}

.plannings-block__item-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
}

.plannings-block__tab-content:not(.active) {
    display: none
}

.plannings-block__item-title {
    font-size: 14px;
    line-height: 24px;
    color: #CBD2DC;
    font-weight: 400;
    margin-bottom: 30px
}

.plannings-block__item-title .accent {
    font-size: 24px;
    font-weight: 300;
    color: #002554;
    display: inline-block;
    margin-left: 10px
}

.plannings-block__specs-list li,
.plannings-block__tabs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: row
}

.plannings-block__specs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    width: 100%;
    max-width: 400px
}

.plannings-block__specs-list li {
    width: 100%;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    line-height: 24px
}

.plannings-block__specs-list li:not(:last-child) {
    margin-bottom: 10px
}

.plannings-block__specs-list li .left {
    width: 100px;
    position: relative;
    color: #CBD2DC;
    margin-right: 10px
}

.plannings-block__specs-list li .right {
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    color: #002554;
    font-size: 24px;
    font-weight: 300
}

.plannings-block__items-list,
.plannings-block__tabs {
    width: 100%;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.plannings-block__tabs {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 50px
}

.plannings-block__tabs a {
    font-size: 14px;
    text-decoration: none!important;
    color: #CBD2DC;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.plannings-block__tabs a:not(:last-child) {
    margin-right: 40px
}

.plannings-block__tabs a:hover {
    color: #9c8311
}

.plannings-block__tabs a.active {
    color: #002554
}

.plannings-block__items-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.plannings-block__planning-item {
    width: 150px;
    height: 150px;
    display: block;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.plannings-block__planning-item .img-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.plannings-block__planning-item .img-wrapper img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 110px;
    
}

.plannings-block__planning-item:hover {
    opacity: .6
}

.plannings-block__planning-item.active {
    background-color: #F6F6F6;
    opacity: 1
}

.plannings-block__choose-button.only-mobile {
    display: none
}

@media all and (max-width:767px) {
    .plannings-block h2 {
        margin-bottom: 50px
    }
    .plannings-block__choose-button {
        margin-top: 40px;
        width: 230px
    }
    .plannings-block__choose-button.only-mobile {
        display: block
    }
    .plannings-block__choose-button.only-desktop {
        display: none
    }
    .plannings-block__left-part {
        width: 100%;
        margin-bottom: 50px
    }
    .plannings-block__main-row {
        display: block;
        width: 100%
    }
    .plannings-block__item-img {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .plannings-block__item-img img {
        width: auto;
        height: auto;
        max-width: 200px;
        max-height: 400px
    }
    .plannings-block__tabs {
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px
    }
    .plannings-block__tabs::-webkit-scrollbar {
        display: none
    }
    .plannings-block__tabs a {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .plannings-block__tabs a:not(:last-child) {
        margin-right: 30px
    }
    .plannings-block__tabs a:last-child {
        padding-right: 30px
    }
    .plannings-block__specs-list {
        margin: 0 auto 40px;
        max-width: 320px
    }
    .plannings-block__items-list {
        margin-bottom: 50px;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px
    }
    .plannings-block__right-part {
        width: 100%
    }
    .plannings-block__planning-item {
        margin: 20px 15px 0;
        width: 100px;
        height: 100px
    }
    .plannings-block__planning-item .img-wrapper img {
        max-width: 80px;
        max-height: 80%
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .plannings-block__left-part {
        width: 53%
    }
    .plannings-block__tabs {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .plannings-block__tabs a:not(:last-child) {
        margin-right: 0
    }
    .plannings-block__choose-button {
        margin-top: auto
    }
    .plannings-block__items-list {
        margin-bottom: 50px
    }
    .plannings-block__right-part {
        width: 43%
    }
    .plannings-block__planning-item:not(:nth-child(3n)) {
      margin-right: 10px
    }
    .plannings-block__planning-item:nth-child(n+4) {
       /**  margin-top: 25px **/
    }
}

@media all and (min-width:1200px) {
    .plannings-block__left-part {
        width: 520px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .plannings-block__choose-button {
        margin-top: auto
    }
    .plannings-block__items-list {
        margin-bottom: 50px
    }
    .plannings-block__right-part {
        width: 500px
    }
    .plannings-block__planning-item:not(:nth-child(3n)) {
        margin-right: 35px
    }
    .plannings-block__planning-item:nth-child(n+5) {
        margin-top: 25px
    }
}

.project-location__legends-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.project-location {
    width: 100%;
    position: relative
}

.project-location .wrapper {
    padding-bottom: 0
}

.project-location__map-wrapper {
    position: relative;
    width: 100%;
    height: 600px
}

.project-location__map {
    width: 100%;
    height: 100%;
    z-index: 1
}

.project-location__legends-list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 30px auto 0
}

.project-location__legends-list .legend-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 15px
}

.project-location__legends-list .legend-item .icon-wrapper {
    width: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.project-location__legends-list .legend-item .icon-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    
}


.project-location__legends-list .legend-item .caption {
    font-size: 14px;
    font-weight: 400;
    color: #002554
}

.project-location__main-block {
    position: absolute;
    top: 0;
    /* left: 50%; */
    left: 0px;
    width: 500px;
    /* margin-left: -685px; */
    margin-left: 50px;
    z-index: 7;
    background-color: #fff;
    padding: 55px 60px 80px 100px
}

.project-location__title {
    font-size: 20px;
    line-height: 34px;
    color: #002554;
    font-weight: 400
}

.project-location__address {
    font-size: 14px;
    line-height: 24px;
    color: #8A98AB;
    margin-bottom: 20px;
}
.project-location__description {
    font-size: 14px;
    line-height: 24px;
    color: #8A98AB;
    margin-bottom: 25px;
}

.flat-block__meter-price,
.flat-block__type {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300
}

.project-location__buttons {
    width: 300px
}

.project-location__buttons .button {
    width: 100%
}

.project-location__buttons .button:not(:last-child) {
    margin-bottom: 20px
}

@media all and (max-width:767px) {
    .project-location {
        margin-bottom: 50px
    }
    .project-location__main-block {
        width: 100%;
        margin-left: 0;
        position: relative;
        left: auto;
        top: auto;
        padding: 20px 15px 30px
    }
    .project-location__buttons {
        width: 100%
    }
    .project-location__legends-list {
        padding-left: 15px;
        padding-right: 15px
    }
    .project-location__map {
        height: 350px
    }
    .project-location__map-wrapper {
        height: auto
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .project-location {
        margin-bottom: 70px
    }
    .project-location__main-block {
        width: 400px;
        margin-left: 0;
        left: 0;
        padding: 50px
    }
}

@media all and (min-width:1200px) {
    .project-location {
        margin-bottom: 70px
    }
}

@media all and (min-width:1200px) and (max-width:1340px) {
    .project-location__main-block {
        left: 0;
        margin-left: 0;
        padding-left: 30px
    }
}

.flat-block {
    width: 100%;
    position: relative
}

.flat-block .wrapper {
    padding-top: 0
}

@media all and (min-width:1200px) {
    .flat-block__images-wrapper {
        height: 700px;
    }
}

.flat-block__main-img-wrapper,
.flat-block__main-img {
    max-width: 100%;
    height: 700px;
    display: block;
    text-align: center;
}

.flat-block__main-row,
.flat-block__specs-list li {
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.flat-block__main-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.flat-block__main-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-align-items: space-between;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: space-between
}

.flat-block__type {
    color: #002554;
    width: 100%;
    display: block;
    margin-bottom: 15px
}

.flat-block__meter-price {
    color: #002554
}

.flat-block__price {
    color: #002554;
    font-size: 50px;
    line-height: 60px;
    display: block;
    width: 100%;
    font-weight: 300;
    margin-bottom: 10px
}

.flat-block__price .top-caption {
    font-size: 16px;
    line-height: 30px;
    color: #8A98AB;
    display: block
}

.flat-block__specs-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 30px 0 40px
}

.flat-block__specs-list li {
    font-size: 14px;
    color: #8A98AB;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flat-block__specs-list li:not(:last-child) {
    margin-bottom: 15px
}

.flat-block__specs-list li .left {
    width: 50%
}

.flat-block__specs-list li .right {
    width: 50%;
    color: #002554
}

.flat-block__buttons,
.flat-block__buttons .button {
    width: 100%
}

.flat-block__buttons .button:not(:last-child) {
    margin-bottom: 20px
}

@media all and (max-width:767px) {
    .flat-block__left-part,
    .flat-block__main-img-wrapper,
    .flat-block__main-img {
        width: 100%;
        height: auto
    }
    .flat-block {
        overflow: hidden
    }
    .flat-block__main-row {
        display: block;
        width: 100%
    }
    .flat-block__left-part {
        padding-top: 30px;
        margin-bottom: 30px
    }
    .flat-block__top-specs .spec-item:not(:last-child) {
        margin-right: 20px
    }
    .flat-block__main-img img {
        max-width: 250px;
        max-height: 400px
    }
    .flat-block__type {
        font-size: 20px;
        line-height: 30px
    }
    .flat-block__price {
        font-size: 35px;
        line-height: 50px
    }
    .flat-block__size {
        font-size: 24px
    }
    .flat-block__name {
        font-size: 20px
    }
    .flat-block__specs-list li {
        font-size: 14px
    }
    .flat-block__specs-list li .left {
        width: 60%;
        padding-right: 10px
    }
    .flat-block__specs-list li .right {
        width: 40%
    }
    .flat-block__right-part {
        width: 100%;
        position: relative;
        background-color: #F6F6F6;
        padding: 30px 30px 40px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .flat-block {
        overflow: hidden
    }
    .flat-block__left-part {
        width: 50%;
        padding-top: 50px
    }
    .flat-block__main-img-wrapper,
    .flat-block__main-img {
        width: 100%
    }
    .flat-block__main-img img {
        max-width: 90%;
        max-height: 400px
    }
    .flat-block__price {
        font-size: 40px
    }
    .flat-block__specs-list li .left {
        width: 60%;
        padding-right: 10px
    }
    .flat-block__specs-list li .right {
        width: 40%
    }
    .flat-block__right-part {
        width: 50%;
        position: relative;
        background-color: #F6F6F6;
        padding: 50px 30px 60px
    }
}

@media all and (min-width:1200px) {
    .flat-block {
        overflow: hidden
    }
    .flat-block__left-part {
        width: 700px;
        flex-grow: 1;
        flex-shrink: 1;
        padding: 40px;
    }
    .flat-block__right-part {
        width: 470px;
        position: relative;
        background-color: #F6F6F6;
        /* padding: 80px 70px 95px 100px */
        padding: 80px 50px 95px 50px;
    }
    .flat-block__right-part:after {
        content: "";
        display: block;
        width: 50vw;
        height: 100%;
        background-color: #F6F6F6;
        position: absolute;
        top: 0;
        left: 100%
    }
}

.related-block {
    width: 100%;
    position: relative
}

.related-block .wrapper {
    padding-bottom: 0
}

.related-block__slider {
    width: 100%;
    background-color: #F6F6F6;
    padding-bottom: 40px;
    padding-top: 40px
}

.related-block__slider:not(.owl-carousel) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.related-block__slider:not(.owl-carousel)>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.related-block__slide-item {
    width: 270px;
    background-color: #fff
}

.related-block__inner-content {
    text-decoration: none!important;
    display: block;
    color: #002554;
    width: 100%;
    padding: 30px 35px
}

.related-block__inner-content:hover .related-block__name {
    color: #9c8311
}

.related-block__main-img {
    width: 100%;
    height: 220px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.related-block__main-img img {
    display: block;
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 190px;
}

.related-block__specs-list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.related-block__specs-list li {
    font-size: 12px;
    color: #8A98AB
}

.related-block__specs-list li:not(:last-child) {
    margin-right: 18px
}

.related-block__specs-list li .accent {
    color: #002554;
    display: inline-block;
    margin-left: 5px
}

.related-block__name {
    font-size: 22px;
    line-height: 38px;
    font-weight: 300;
    color: #002554;
    margin-bottom: 7px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.related-block__type {
    font-size: 14px;
    line-height: 24px;
    color: #CBD2DC;
    font-weight: 400;
    margin-bottom: 8px
}

.related-block__price {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    color: #002554
}

.commercial-block__plan-toggle .inner-row,
.commercial-block__topbar {
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
}

.commercial-block {
    width: 100%;
    position: relative
}

.commercial-block .wrapper {
    padding-top: 70px;
    padding-bottom: 0
}

.commercial-block__topbar {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.commercial-block__topbar h2 {
    text-align: left;
    width: auto;
    font-size: 30px;
    margin: 0
}

.commercial-block__commercial-plan {
    display: none
}

.commercial-block__commercial-plan .img-wrapper {
    width: 100%;
    height: auto
}

.commercial-block__commercial-plan .img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    
}

.commercial-block__commercial-plan.active {
    display: block
}

.commercial-block__plan-toggle {
    width: 260px;
    height: 50px!important;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 48px
}

.commercial-block__plan-toggle .inner-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.commercial-block__plan-toggle .active-content {
    display: none
}

.commercial-block__plan-toggle .cross-icon {
    width: 14px;
    height: 14px;
    position: relative;
    display: block
}

.commercial-block__plan-toggle .cross-icon:after,
.commercial-block__plan-toggle .cross-icon:before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #CBD2DC;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

.commercial-block__plan-toggle .cross-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.commercial-block__plan-toggle:hover {
    color: #002554!important
}

.commercial-block__plan-toggle:hover .cross-icon:after,
.commercial-block__plan-toggle:hover .cross-icon:before {
    background-color: #8a98ab
}

.commercial-block__plan-toggle.mobile-version {
    display: none
}

.commercial-block__plan-toggle.active .active-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.commercial-block__plan-toggle.active .unactive-content {
    display: none
}

.commercial-block__items-list {
    width: 100%;
    margin-top: 90px
}

.commercial-block__item {
    width: 100%;
    text-decoration: none!important;
    color: #002554;
    display: block;
    background-color: #F6F6F6;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.commercial-block__item .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.commercial-block__item .free {
    color: #9c8311
}

.commercial-block__item .td {
    width: 110px
}

.commercial-block__item .status {
    width: 165px
}

.commercial-block__item .arrow-icon {
    margin-left: auto;
    width: 70px;
    height: 40px
}

.commercial-block__item .arrow-icon:after {
    width: 40px;
    background-color: #CBD2DC;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    right: auto;
    left: 0
}

.commercial-block__item .arrow-icon:before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    left: auto;
    border-color: #CBD2DC;
    position: absolute;
    top: 50%;
    right: 32px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.manager-block,
.parking-block__item:first-child {
    border-top: 1px solid #EAEDF1
}

.commercial-block__item .m-price,
.commercial-block__item .size {
    width: 160px;
    font-size: 20px
}

.commercial-block__item .price {
    width: 150px;
    font-size: 20px
}

.commercial-block__item .type {
    width: 250px
}

.commercial-block__item:hover {
    background-color: #FAFAFA
}

.commercial-block__item:hover .arrow-icon:after {
    width: 70px
}

.commercial-block__item:hover .arrow-icon:before {
    right: 2px
}

.commercial-block__item.booked {
    pointer-events: none;
    color: #CBD2DC
}

.commercial-block__item.booked .free {
    color: #CBD2DC
}

@media all and (max-width:767px) {
    .commercial-block__items-list {
        margin-top: 30px
    }
    .commercial-block__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .commercial-block__item .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        position: relative;
        font-size: 14px
    }
    .commercial-block__item .arrow-icon {
        position: absolute;
        top: auto;
        bottom: 20px;
        right: 10px
    }
    .commercial-block__item .status,
    .commercial-block__item .td {
        width: 33.33%
    }
    .commercial-block__item .type {
        width: 100%;
        display: none
    }
    .commercial-block__item .price {
        width: 50%;
        margin-top: 10px
    }
    .commercial-block__item .m-price,
    .commercial-block__item .size {
        width: 40%;
        margin-top: 10px
    }
    .commercial-block__topbar {
        display: block
    }
    .commercial-block__topbar .button {
        display: block;
        margin-top: 30px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .commercial-block__items-list {
        margin-top: 50px
    }
    .commercial-block__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .commercial-block__item .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 50px;
        position: relative
    }
    .commercial-block__item .arrow-icon {
        position: absolute;
        top: 50%;
        right: 30px;
        margin-top: -20px
    }
    .commercial-block__item .td {
        width: 15%
    }
    .commercial-block__item .status {
        width: 30%
    }
    .commercial-block__item .type {
        width: 40%
    }
    .commercial-block__item .m-price,
    .commercial-block__item .price,
    .commercial-block__item .size {
        width: 26%;
        margin-top: 10px
    }
}

.manager-block {
    width: 100%;
    position: relative;
    margin-top: 80px
}

.manager-block__main-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.manager-block__main-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.manager-block__main-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}

.manager-block__main-content .name {
    font-size: 20px;
    line-height: 34px;
    color: #002554
}

.manager-block__main-content .work-time {
    font-size: 14px;
    line-height: 24px;
    color: #8A98AB
}

.manager-block__main-content .contacts-part {
    font-size: 20px;
    line-height: 34px;
    font-weight: 400
}

.manager-block__main-content .contacts-part .tel-link a {
    color: #002554;
    text-decoration: none!important;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.manager-block__main-content .contacts-part .tel-link a:hover {
    color: #9c8311
}

.manager-block__main-content .contacts-part .mail-link a {
    text-decoration: none!important;
    color: #9c8311;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.manager-block__main-content .contacts-part .mail-link a:hover {
    color: #002554
}

@media all and (max-width:767px) {
    .manager-block {
        margin-top: 30px
    }
    .manager-block__main-row {
        display: block
    }
    .manager-block__main-img {
        width: 200px;
        height: 250px;
        margin-bottom: 20px
    }
    .manager-block__main-content {
        max-width: 300px
    }
    .manager-block__main-content .contacts-part,
    .manager-block__main-content .name {
        margin-bottom: 30px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .manager-block__main-img {
        width: 200px;
        height: 250px;
        margin-right: 70px
    }
    .manager-block__main-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 300px
    }
}

@media all and (min-width:1200px) {
    .manager-block__main-img {
        width: 200px;
        height: 250px;
        margin-right: 70px
    }
    .manager-block__main-content {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 300px
    }
}

.parking-block__item-toggle .wrapper,
.parking-block__table-head {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

.parking-block {
    width: 100%;
    position: relative
}

.parking-block h2 {
    margin-bottom: 25px
}

.parking-block .wrapper {
    padding-bottom: 0
}

.parking-block__popup {
    padding-top: 15px;
    padding-bottom: 60px
}

.parking-block__popup-title {
    font-size: 24px;
    font-weight: 300;
    padding-left: 35px;
    margin-bottom: 20px;
    padding-right: 70px
}

.parking-block__park-item .td:first-child,
.parking-block__table-head .th:first-child {
    padding-left: 20px
}

.parking-block__parking-image {
    width: 100%;
    display: block;
    max-width: 1000px;
    margin: 0 auto
}

.parking-block__parking-image img {
    display: block;
    width: 100%;
    height: auto;
    
}

.parking-block__item {
    background-color: #F6F6F6;
    width: 100%;
    border-bottom: 1px solid #EAEDF1;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.parking-block__item.active {
    background-color: #fff
}

.parking-block__item-toggle {
    width: 100%;
    position: relative;
    display: block;
    text-decoration: none!important;
    height: 100px;
    color: #002554;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.parking-block__item-toggle .wrapper {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 130px;
    height: 100%
}

.parking-block__item-toggle .caption {
    font-size: 12px;
    line-height: 18px;
    color: #8A98AB;
    display: block
}

.parking-block__item-toggle .val {
    font-size: 20px;
    line-height: 24px;
    display: block
}

.parking-block__item-toggle .td {
    width: 20%;
    font-size: 20px;
    line-height: 24px
}

.parking-block__item-toggle .td:nth-child(1) {
    width: 40%
}

.parking-block__item-toggle .price {
    width: 20%;
    font-size: 20px;
    line-height: 34px;
    margin-left: auto
}

.parking-block__item-toggle .expand-arrow {
    display: block;
    width: 16px;
    height: 16px;
    color: #cbd2dc;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33px;
    -moz-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s
}

@media all and (max-width:479px) {
    .parking-block__item-toggle .expand-arrow {
        width: 12px;
        height: 12px
    }
}

.parking-block__item-toggle .expand-arrow:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.parking-block__item-toggle:hover .expand-arrow {
    color: #8a98ab
}

.parking-block__item-toggle.active .expand-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.parking-block__scheme-button {
  width: 200px;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.parking-block__scheme-button .button-text {
  text-align: center;
  justify-content: center;
}

.parking-block__table-head {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #8A98AB;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 15px
}

.parking-block__table-head .th {
    width: 200px
}

.parking-block__parking-list {
    width: 100%
}

.parking-block__item-content {
    display: none;
    width: 100%
}

.parking-block__item-content .wrapper {
    padding-top: 20px;
    padding-bottom: 50px
}

.parking-block__item-content.active {
    display: block
}

.parking-block__park-item {
    text-decoration: none!important;
    width: 100%;
    border-top: 1px solid #EAEDF1;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #002554;
    padding-right: 20px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.parking-block__park-item .td {
    width: 200px
}

.parking-block__park-item .book-caption {
    margin-left: auto;
    color: #8A98AB;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.parking-block__park-item .arrow-icon {
    margin-left: 80px
}

.parking-block__park-item .arrow-icon.right:after {
    width: 14px;
    height: 1px;
    background-color: #CBD2DC;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.parking-block__park-item .arrow-icon.right:before {
    width: 7px;
    height: 7px;
    border-width: 1px 1px 0 0;
    left: auto;
    right: 0;
    top: 0;
    border-color: #CBD2DC;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.parking-block__park-item:hover {
    background-color: #F6F6F6
}

.parking-block__park-item:hover .book-caption {
    color: #9c8311
}

.parking-block__park-item:hover .arrow-icon:before {
    border-color: #9c8311
}

.parking-block__park-item:hover .arrow-icon:after {
    background-color: #9c8311
}

@media all and (max-width:767px) {
    .parking-block__park-item .book-caption,
    .parking-block__table-head {
        display: none
    }
    .parking-block__item-toggle {
        height: auto
    }
    .parking-block__item-toggle .wrapper {
        padding-right: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px
    }
    .parking-block__item-toggle .td {
        width: 50%;
        margin-bottom: 20px
    }
    .parking-block__item-toggle .td:first-child {
        width: 100%
    }
    .parking-block__item-toggle .val {
        font-size: 16px
    }
    .parking-block__item-toggle .price {
        width: 100%;
        font-size: 16px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .parking-block__popup-title {
        font-size: 16px;
        line-height: 24px;
        padding-left: 15px
    }
    .parking-block__parking-image {
        width: 100%;
        overflow: auto hidden
    }
    .parking-block__parking-image img {
        width: 800px;
        height: auto;
    }
    .parking-block__scheme-button {
        margin: 0 auto 20px
    }
    .parking-block__park-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .parking-block__park-item .td {
        width: 33.33%;
        margin-bottom: 10px
    }
    .parking-block__park-item .td.type {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin-bottom: 0
    }
    .parking-block__park-item .td:first-child {
        padding-left: 0
    }
    .parking-block__park-item .arrow-icon {
        margin-left: 10px
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .parking-block__item-toggle .wrapper {
        padding-right: 80px
    }
    .parking-block__item-toggle .td {
        width: 20%
    }
    .parking-block__item-toggle .td:first-chid {
        width: 30%
    }
    .parking-block__item-toggle .val {
        font-size: 16px
    }
    .parking-block__item-toggle .price {
        font-size: 16px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .parking-block__park-item .td,
    .parking-block__table-head .th {
        width: 110px
    }
    .parking-block__park-item .arrow-icon {
        margin-left: 30px
    }
}

.callback-fixed {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 80
}

.callback-fixed .callback-link {
    width: 60px;
    height: 60px;
    text-decoration: none!important;
    background-color: #fff;
    border: 1px solid #EAEDF1;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.callback-fixed .callback-link svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    stroke: #9c8311;
    stroke-width: 2px;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.callback-fixed .callback-link:hover {
    background-color: #9c8311;
    border-color: #9c8311
}

.callback-fixed .callback-link:hover svg {
    fill: #9c8311;
    stroke: #fff
}

@media all and (max-width:767px) {
    .callback-fixed {
        display: none
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .callback-fixed {
        right: 30px;
        bottom: 40px
    }
}

body,
html {
    -webkit-overflow-scrolling: touch!important
}

#preloader {
/*   opacity: 0.8; */
    display: none !important;
}

.f-animated {
  opacity: 1 !important;
}

.flat-minimal_month_payment {
    margin-top: 20px;
}
.minimal_month_payment_label {
    font-size: 14px;
    color: #8a98ab;
}
.minimal_month_payment_val {
    font-size: 24px;
    line-height: 1.4;
}

@media (min-width:1200px) {
    .flat-block__img-wrapper {
        height: 700px;
    }
}

.flat-block__switch-images-container {
    text-align: center;
    margin-bottom: 20px;
}
.flat-block__switch-images-buttons {
    display: inline-block;
}
.flat-block__switch-images-button {
    display: inline-block;
    background: #fff;
    border: 1px solid #cbd2dc;
    border-radius: 4px;
    font-size: 16px;
    line-height: normal;
    color: #002554;
    padding: 14px 20px;
    cursor: pointer;
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .flat-block__switch-images-button {
        padding: 7px 7px;
        font-size: 12px;
    }
}

.flat-block__switch-images-button.active {
    color: #9c8311;
    border-bottom: 2px solid #9c8311;
    /* transition: all .2s ease-out 0s; */
}

.amoforms_iframe {
    display: none;
}

.wrapper-1400 {
  margin: auto;    
}
@media (min-width: 768px) {
  .wrapper-1400 {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;    
  }
}

.documents-notice,
.search-notice {
    background-color: #fff;
    border-bottom: 1px solid #edeff3;
    min-height: 89px;
    padding-top: 35px;
}
.flat-documents-content-wrapper,
.flat-search-content-wrapper { 
  padding-top: 35px;
  padding-bottom: 40px;
}



@media (min-width: 900px) {
    .flat-documents-content-wrapper,
    .flat-search-content-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .flat-documents-content-wrapper .sidebar,
    .flat-search-content-wrapper .sidebar {
        width: 25%;
    }
    .flat-documents-content-wrapper .content-w-sidebar,
    .flat-search-content-wrapper .content-w-sidebar {
        width: 70%;
    }
}
.sb-categories-tree ul ul {
  padding-left: 20px;
}
.sb-categories-tree li > ul {
  display: none;
}
.sb-categories-tree li.active > ul {
  display: block;
}

.sb-categories-tree li a.active {
  font-weight: bold;
}

.documents-list {
  
}
.documents-list .doc-item {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: 1px solid #edeff3;
  padding: 15px 25px;
  box-sizing: border-box;
  transition: all ease 0.5s;
}
.documents-list .doc-item:hover {
  border-color: #002554;
  transition: all ease 0.3s;
}

.documents-list .download-file {
  color: #9c8311;
  font-size: 18px;
}

.documents-list .doc-item .item-left .bottom .item-field {
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
}

.documents-list .doc-item .item-left .bottom .item-field .property-label,
.documents-list .doc-item .item-left .bottom .item-field .item-label {
  font-size: 12px;
  color: #cbd2dc;
  margin-right: 5px;
  flex-grow: 1;
}
.documents-list .doc-item .item-left .bottom .item-field .property-val,
.documents-list .doc-item .item-left .bottom .item-field .item-val {
  font-size: 14px;
  line-height: 19px;
  text-align: right;
}

.documents-list .doc-item .item-left .property-flat_doc_addr .property-label {
  display: none;
}
.documents-list .doc-item .item-left .property-flat_doc_addr .property-val {
  color: #cbd2dc;
  font-size: 12px;
}

.documents-list .doc-item .item-left .property-flat_num .property-label {
  font-size: 12px;
}
.documents-list .doc-item .item-left .property-flat_num .property-val {
  font-size: 12px;
  font-weight: bold;
}

.doc-filter {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 10px;
}

.doc-filter .filter-name {
  display: block;
  font-size: 12px;
}
.doc-filter .filter-input {
  display: inline-block;
  margin-bottom: 10px;
}
.doc-filter .filter-input input {
  height: 32px;
  margin: 0;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #cbd2dc;
}

.doc-filter .filter-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.doc-filter .filter-body {

}

.doc-filter  .filter-submit {
  padding: 0px;
  
}
.doc-filter  .filter-submit .bt-submit {
  cursor: pointer;
  padding: 7px 15px;
  display: inline-block;
  -moz-transition: all .3s ease-out 0s, top 0s linear 0s;
  transition: all .3s ease-out 0s, top 0s linear 0s;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  box-sizing: border-box;
  background: #9c8311;
  border-color: #9c8311;
  color: #fff;
}
.doc-filter  .filter-submit .bt-reset {
  cursor: pointer;
  padding: 7px 15px;
  display: inline-block;
  background: #fff;
  -moz-transition: all .3s ease-out 0s, top 0s linear 0s;
  transition: all .3s ease-out 0s, top 0s linear 0s;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.2;
  border-color: #cbd2dc;
  color: #002554;
  box-sizing: border-box;
}

.documents-notice h1 {
  padding: 10px;
}

.flat-documents-projects {
  position: relative;
  padding: 10px;
  background: #F6F6F6;
  margin-bottom: 20px;
}

@media (min-width: 650px) {
  .documents-notice h1 {
    padding: 0;
  }
  
  .flat-documents-projects {
    padding: 30px;
  }
  
  .documents-list .doc-item {
    display: flex;
    flex-direction: row;
  }
  .documents-list .doc-item .item-left {
/*     flex-grow: 1; */
    flex: 1;
    overflow: hidden;
    padding-right: 20px;
  }
  .documents-list .doc-item .item-left .bottom {
    display: flex;
    flex-direction: row;
  }
  
  .documents-list .doc-item .item-left .bottom .item-field {
    padding: 5px 10px;
    display: block;
  }
  .documents-list .doc-item .item-left .bottom .item-field:first-child {
    padding-left: 0px;
  }
  .documents-list .doc-item .item-left .bottom .item-field:last-child {
    padding-right: 0px;
  }
  
  .documents-list .doc-item .item-left .bottom .item-field .property-label,
  .documents-list .doc-item .item-left .bottom .item-field .item-label {
    margin-right: 0;
  }
  .documents-list .doc-item .item-left .bottom .item-field .property-val,
  .documents-list .doc-item .item-left .bottom .item-field .item-val {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
  }
  
  .documents-list .doc-item .item-right {
    align-self: center;
  }
  
  .doc-filter {
    margin-top: 0px;
    padding: 0;
  }
  .doc-filter .filter-name { 
    font-size: 16px;
  }
  .doc-filter .filter-body {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .doc-filter .filter-input {
    margin-bottom: 0px;
  }
  .doc-filter .filter-submit {
    padding: 0 10px;
    flex-grow: 1;
    flex-shrink: 0;
  }
}

@media (max-width:767px) {
  .header-phone-mobile {
    display: block;
  }
  .header-phone-desktop {
    display: none;
  }
}
@media (min-width:768px) {
  .header-phone-mobile {
    display: none;
  }
  .header-phone-desktop {
    display: block;
  }
}


.modal-sibform {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #00000070;
    z-index: 20000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.modal-sibform-content {
    display: block;
    position: relative;
    width: 90%;
    max-height: 100%;
    min-width: 300px;
    max-width: 600px;
    background: #fff;
    z-index: 2010;
    padding: 30px 50px;
    flex-shrink: 1;
    overflow-y: auto;
}

.close-modal-sibform {
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #9c8311;
    outline: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2020;
}
.close-modal-sibform .text {
    display: none;
}
.close-modal-sibform:after,
.close-modal-sibform:before {
    content: '';
    outline: none;
    display: block;
    width: 100%;
    height: 2px;
    background: #9c8311;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.close-modal-sibform:after {
    transform: rotate(45deg);
}
.close-modal-sibform:before {
    transform: rotate(-45deg);
}

.sibform button.submit.processing {
    opacity: 0.5;
}

@media (max-width: 1199px) {
    .modal-sibform-content {
        padding: 40px 20px 20px 20px;
    }
    .modal-sibform-content .form-heading {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .modal-sibform-content .sub-heading {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .close-modal-sibform {
        top: 10px;
    }
    .sibform .form-field {
        padding-top: 15px;
    }
    .sibform .submit {
        margin-top: 25px;
    }
}

.awards {
    display: flex;
    justify-content: space-between;
}

.awards .award {
    padding: 5px;
    position: relative;
    padding-bottom: 45px;
}

.awards .award-logo {
    height: 100%;
    box-sizing: border-box;
}
.awards .award-logo img {
    max-width: 100%;
    max-height: 100%;
}

.awards .award-name {
    font-size: 12px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    line-height: 1.2;
    margin: auto;
}


@media (min-width: 768px) {
    .awards .award-logo {
        width: 115px;
        padding: 20px 0;
        box-sizing: border-box;
        height: 125px;
        text-align: center;
    }
    .awards .award-1 .award-logo {
        padding-bottom: 0px;
    }

    .awards .award-name {
        font-size: 16px;
        width: 100px;
    }
    .awards-zel .award-1 .award-name {
        width: 132px;
    }
}

.sib-modal {
    display: none;
    z-index: 3000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.sib-modal-content-wrapper {
    width: 90%;
    height: 90%;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.sib-modal-content-wrapper iframe {
    width: 100%;
    height: 100%;
}
.sib-modal-close {
    background: #fff;
    border-radius: 0;
    padding: 10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
@media (max-width: 767px) {
    .sib-modal-close {
        top: 10px;
        right: 10px;
    }
}





#bonuses .item p {font-size: 14px;color: #ebdb95; margin-bottom: 60px}


.project-advantages .wrapper {padding-top: 70px !important}
.project-advantages__left-part h2 {margin-top: 20px}

.callback-fixed {display: none !important}



@media (max-width: 479px){
  #modal-about h2 {
    font-size: 29px !important;
  }
}



body.projects #project-details .places-container .tooltip {
  max-width: 90%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s;
  -moz-transition-property: opacity,visibility,-moz-transform;
  transition-property: opacity,visibility,-webkit-transform;
  transition-property: opacity,visibility,transform;
  width: 340px;
  padding: 20px 30px;
  height: 340px;
  
  z-index: 99999999999999;
}



body.projects #project-details .places-container .tooltip.active{
  opacity:1;
  z-index: 99999999999999;
  visibility:visible;
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
  z-index: 99999999999999;
}

#preloader {
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #fff ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index:999; /* makes sure it stays on top */
}

#status {
  width:50px;
  height:30px;
  position:fixed;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  margin:-25px 0 0 -15px; /* is width and height divided by two */
}

.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #9c8311;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}



.project-features__nav-links{ /*****/
  margin-top: 50px;
}

.related-block__specs-list li:not(:last-child){
  margin-right: 15px;
}

.related-block__inner-content {
  padding: 30px 25px;
}

.disabled {
  display: none;
}

.grey{
  color: #8a98ab;
}

.bord{
  margin-top:3px;
  border-top:2px solid #8a98ab;
  height:30px;
  width:40px;
}

#bonuses .item-machine {
  width: 48%;
  font-size: 24px;
  color: #fff;
  margin: 0 0 50px;
}

#bonuses .item-machine .icon {
  width: 120px;
  height: 120px;
  color: #ebdb95;
  margin: 0 0 15px;
}

#bonuses .item-machine  strong {
  display: block;
  font-size: 210%;
  line-height: 1.4;
}

#bonuses .item-machine p {
  font-size: 21px;
  color: #fff;
  margin-bottom: 60px;
}

.w {
  color: #ebdb95;
}

.commercial-block__item, .genplan-block, .plannings-block__tabs, .project-socials {
  border-bottom: 0px solid #EAEDF1;
}

.about-block__popup-img {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.sib-chat-modal {
  max-width: 98%;
}

@media (max-width: 730px) {
  .sib-chat-modal .sib-chat-btn-groups {
    flex-direction: column;
  }
  .sib-chat-modal .sib-chat-btn-groups .button {
    width: auto;
    margin-bottom: 15px;
  }
}

.amo-button-holder {
  z-index: 9999 !important;
}
@media (max-width: 1024px) {
  .amo-button-holder.amo-horisontal {
    bottom: 10px !important;
    right: 10px !important;
  }
}

.project-block__top-content .caption .project-block_white_header_button {
  margin: 10px 0 0 0;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}

.project-block__top-content .caption .countdown-wrapper,
.project-block__top-content .caption .project-block_white_header_button.countdown.hidden {
  display: none;
}




.f-left {
  float: left;
}
.f-right {
  float: right;
}

.project-title.commercial-project-title {
  display: block;
  width: 100%;
  max-width: 1230px;
  /* padding: 30px 30px; */
  padding: 0;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.2;
}

.projects.commercial h1 {
  font-size: 40px;
}
.projects.commercial h2{
  font-size: 32px;
}

@media (max-width: 1200px) {
  .project-title.commercial-project-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .projects.commercial h1 {
    font-size: 24px;
  }
  .projects.commercial h2{
    font-size: 18px;
  }
}

.projects-detail-text .wrapper {
  padding-top: 0;
}

.projects-slider--slide.project-34656 .projects-slide--buttons .button {
  margin-top: 20px;
}
/* End */


/* Start:/local/templates/main/css/new-styles.css?161717388017096*/
@media (max-width: 767px) {
  #colorbox h1,
  #colorbox h2,
  #colorbox h3 {
    font-size: 120%;
  }
}
@media (max-width: 767px) {
  #colorbox .wrapper {
    padding: 0 10px 10px 10px;
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  #colorbox .f-content {
    font-size: 12px;
    padding: 0;
  }
}
.news h1 {
  font-size: 34px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news h1 {
    font-size: 22px;
  }
}
.f-close {
  border-radius: 50%;
  -webkit-touch-callout: none;
}
.f-close:after,
.f-close:before {
  -moz-transition: inherit;
  content: '';
}
.arrow-icon {
  position: relative;
  transition: all 0.2s ease-out 0s;
  display: block;
  width: 20px;
  height: 20px;
}
.arrow-icon.small {
  width: 10px;
  height: 10px;
}
.arrow-icon.m-10 {
  margin: 0 10px;
}
.arrow-icon:after,
.arrow-icon:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.arrow-icon:before {
  width: 100%;
  height: 100%;
  border: 2px solid currentColor;
}
.arrow-icon:after {
  background: currentColor;
  -moz-transition: inherit;
  transition: inherit;
  -moz-transition-property: width, height;
  transition-property: width, height;
}
.arrow-icon.left:before {
  left: 2px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.arrow-icon.left:after {
  width: 180%;
  height: 2px;
  left: 0;
  right: auto;
}
.arrow-icon.right:before {
  left: -2px;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.arrow-icon.right:after {
  width: 180%;
  height: 2px;
  right: 0;
  left: auto;
}
.arrow-icon.up:before {
  top: 2px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-icon.up:after {
  width: 2px;
  height: 180%;
  top: 0;
  bottom: auto;
}
.arrow-icon.down:before {
  top: -2px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow-icon.down:after {
  width: 2px;
  height: 180%;
  bottom: 0;
  top: auto;
}
.f-arrow {
  border-radius: 50%;
  -webkit-touch-callout: none;
  width: 44px;
  height: 44px;
  color: #cbd2dc;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 11;
  cursor: pointer;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.f-arrow .arrow-icon,
.f-arrow:before {
  transition: inherit;
  content: '';
  margin: auto;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.f-arrow:before {
  background-color: #002554;
  border-radius: 50%;
  opacity: 0.3;
  /*     background-color: #fff;
    opacity: 0.5;
    border-radius: 50%; */
  /*  opacity: 0;
    width: 100%;
    height: 100%;
    border: 2px solid currentColor;
    border-width: 2px 0;
    border-radius: 50%;
    z-index: 1;
    transition: inherit;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-animation: f-rotate 2s linear infinite;
    -moz-animation: f-rotate 2s linear infinite;
    animation: f-rotate 2s linear infinite; */
}
.f-arrow[class*=prev] {
  left: 0;
}
.f-arrow[class*=prev] .arrow-icon {
  left: -12px;
}
.f-arrow[class*=next] {
  right: 0;
}
.f-arrow[class*=next] .arrow-icon {
  left: 12px;
}
.f-arrow:active {
  top: 0;
  background: 0 0!important;
  color: #9c8311;
}
.f-arrow:active .arrow-icon:after {
  width: 0;
}
.f-arrow:active:before {
  opacity: 0;
}
.f-arrow:hover {
  color: #9c8311;
}
.f-arrow:hover .arrow-icon:after {
  width: 0;
}
.f-arrow:hover:before {
  opacity: 0.8;
}
.f-arrow .arrow-icon {
  z-index: 2;
  transition-property: left, right, transform;
}
.f-arrow .arrow-icon:after {
  display: none;
}
.f-arrow .arrow-icon:before {
  border-color: #fff;
}
.f-arrow .arrow-icon.left:before {
  left: 9px;
  border-width: 4px 0 0 4px;
  transform: rotate(-45deg);
}
.f-arrow .arrow-icon.right:before {
  left: auto;
  right: 9px;
  border-width: 0 4px 4px 0;
  transform: rotate(-45deg);
}
@media all and (min-width: 480px) {
  .f-arrow:hover .arrow-icon:after {
    width: 220%;
  }
}
body.page.news #page-bg,
body.page-news #page-bg,
body.page-news-massmedia #page-bg {
  height: 300px;
}
@media (max-width: 767px) {
  body.page.news #page-bg,
  body.page-news #page-bg,
  body.page-news-massmedia #page-bg {
    height: 150px;
  }
}
body.page.news .pagination,
body.page-news .pagination,
body.page-news-massmedia .pagination {
  margin-top: 0;
}
body.page.news .pagination .f-arrow[class*=prev] .arrow-icon,
body.page-news .pagination .f-arrow[class*=prev] .arrow-icon,
body.page-news-massmedia .pagination .f-arrow[class*=prev] .arrow-icon {
  left: -6px;
}
body.page.news .pagination .f-arrow[class*=next] .arrow-icon,
body.page-news .pagination .f-arrow[class*=next] .arrow-icon,
body.page-news-massmedia .pagination .f-arrow[class*=next] .arrow-icon {
  left: -12px;
}
.posts-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.posts-list .readmore-ico {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url('/images/icons/readmore.svg') no-repeat center;
  margin-left: 1px;
}
.posts-list .readmore {
  border: 1px solid #9C8311;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #9C8311;
  width: 150px;
  height: 30px;
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .posts-list .readmore {
    width: 100px;
    height: 20px;
    font-size: 11px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .posts-list .readmore {
    display: none;
  }
}
.posts-list .item {
  display: block;
  width: 48%;
  margin: 0 0 60px;
  max-width: 528px;
}
@media (max-width: 767px) {
  .posts-list .item {
    width: 100%;
  }
}
.posts-list .item .excerpt {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .posts-list .item .excerpt {
    font-size: 11px;
    line-height: 16px;
  }
}
.posts-list .item .post-image {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 3px;
}
.posts-list .item .post-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
}
.posts-list .item .content {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.posts-list .item .meta {
  font-size: 80%;
  color: #cbd2dc;
  margin-bottom: 8px;
}
.posts-list .item .date {
  display: inline-block;
}
@media (max-width: 767px) {
  .posts-list .item .date {
    font-size: 11px;
  }
}
.posts-list .item .date:before {
  content: '';
  background: url('/images/icons/calendar.svg') no-repeat center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.posts-list .item .source {
  display: inline-block;
}
.posts-list .item .title {
  display: block;
  font-size: 130%;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .posts-list .item .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.posts-list .item .title:hover {
  color: #9c8311;
}
.posts-list .item .separator {
  width: 80px;
  height: 2px;
  background: #9c8311;
  margin: 25px 0;
  display: none!important;
}
.posts-list.no-thumbs .item {
  width: 46%;
}
@media (max-width: 767px) {
  .posts-list.no-thumbs .item {
    width: 100%;
  }
}
.posts-list.no-thumbs .item .post-image {
  display: none;
}
@media (max-width: 767px) {
  body.home #news h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.home #news .posts-list .item .content .title {
    font-size: 17px;
  }
}
body.home .about-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  body.home .about-block {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  body.home .about-block .f-content h2 {
    font-size: 24px;
  }
}
body.home .about-block .about-block__left-content {
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  body.home .about-block .about-block__left-content {
    flex-basis: 530px;
    padding-right: 40px;
  }
}
@media (min-width: 450px) {
  body.home .about-block .about-block__right-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  body.home .about-block .about-block__right-content {
    display: block;
  }
}
body.home .about-block .about-block__right-content .about-block__numbers-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1280px) {
  body.home .about-block .about-block__right-content .about-block__numbers-list {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item {
  text-align: center;
  max-width: 220px;
}
@media (min-width: 1280px) {
  body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item {
    max-width: 180px;
  }
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .num {
  font-size: 40px;
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .num span {
  font-size: 16px;
}
@media (min-width: 1280px) {
  body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .num {
    font-size: 30px;
    height: 70px;
  }
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .descr {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #002554;
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .ico {
  margin: auto;
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .ico.ico-28 {
  width: 35px;
  height: 58px;
  background: url('/images/front/20-years.png') no-repeat center;
  background-size: contain;
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .ico.ico-100 {
  width: 58px;
  height: 58px;
  background: url('/images/front/ready-houses.png') no-repeat center;
  background-size: contain;
}
body.home .about-block .about-block__right-content .about-block__numbers-list .about-block__number-item .ico.ico-220 {
  width: 47px;
  height: 58px;
  background: url('/images/front/square.png') no-repeat center;
  background-size: contain;
}
body.home .about-block .about-block__icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media (min-width: 1280px) {
  body.home .about-block .about-block__icons {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
  }
}
body.home .about-block .about-block__icons .about-block__icon-wrapper {
  margin-bottom: 30px;
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body.home .about-block .about-block__icons .about-block__icon-wrapper span {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}
body.home .about-block .about-block__icons .about-block__icon {
  width: 95px;
  height: 90px;
  position: relative;
  background-size: contain;
  display: block;
  box-sizing: border-box;
}
@media (max-width: 767px) {
}
body.home .about-block .about-block__icons .about-block__icon.enes {
  width: 123px;
  height: 70px;
  background: url('/images/front/ENES_2014-18.svg') no-repeat center;
  background-size: contain;
}
body.home .about-block .about-block__icons .about-block__icon.erz-rait {
  background: url('/images/front/erzrf-5.png') no-repeat center;
  background-size: contain;
}
body.home .about-block .about-block__icons .about-block__icon.obj-rate-2020 {
  background: url('/images/front/ReytingRF.png?v=1') no-repeat center;
  background-size: contain;
  width: 94px;
}
body.home .enes-descr {
  padding: 10px;
}
body.page-payment-payment-fail #page-bg,
body.page-payment-payment-success #page-bg,
body.page-payment #page-bg {
  height: 300px;
}
@media (max-width: 767px) {
  body.page-payment-payment-fail #page-bg,
  body.page-payment-payment-success #page-bg,
  body.page-payment #page-bg {
    height: 150px;
  }
}
/* .flat-search-list {
  .pager {
    &.pager-top {
      display: inline-block;
      @media (max-width: 767px) {
        display: block;
      }
    }
  }
} */
.sort {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 899px) {
  .sort {
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
  }
}
.sort .sort-title {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .sort .sort-title {
    display: block;
  }
}
.sort ul li {
  display: inline-block;
  margin-right: 10px;
}
.sort ul li a {
  text-decoration: underline;
  text-transform: lowercase;
}
.sort ul li a.active {
  font-weight: 500;
}
.sort ul li a:hover {
  text-decoration: none;
}
.sort ul li a:after {
  display: inline-block;
}
.sort ul li a.asc:after {
  content: '↑';
}
.sort ul li a.desc:after {
  content: '↓';
}
.pzpa-wrapper {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1230px;
}
.pzpa {
  min-height: 340px;
  position: relative;
  background-color: #E5E8ED;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .pzpa {
    background-size: 159px 301px;
    background-repeat: no-repeat;
    background-position: -10px 0px;
  }
}
@media (min-width: 768px) {
  .pzpa {
    border-radius: 8px;
    flex-direction: row;
    justify-content: space-between;
    height: 215px;
    min-height: auto;
    padding-left: 20px;
  }
}
.pzpa .pzpa--head {
  width: 160px;
  margin-left: 15px;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .pzpa .pzpa--head {
    width: 375px;
    min-width: 375px;
    max-width: 375px;
    flex-basis: 375px;
    margin-left: 0;
    margin-top: -44px;
  }
}
@media (max-width: 767px) {
  .pzpa .pzpa--head img {
    width: 92px;
    display: block;
    margin: 0px auto 22px auto;
  }
}
@media (min-width: 768px) {
  .pzpa .pzpa--head img {
    width: 138px;
    margin: 0px auto 0px auto;
  }
}
@media (max-width: 767px) {
  .pzpa .pzpa--head:after {
    content: "";
    display: block;
    width: 159px;
    height: 301px;
    background: url('/images/projects/zel/pzpa/pzpa--body-min-bg.png') no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -30px;
  }
}
.pzpa .pzpa--head .pzpa--t1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #162953;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .pzpa .pzpa--head .pzpa--t1 {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.pzpa .pzpa--head .pzpa--t2 {
  width: 196px;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  background: #9C8311;
  border-radius: 6px;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .pzpa .pzpa--head .pzpa--t2 {
    font-size: 48px;
    line-height: 61px;
    width: 375px;
    height: 61px;
  }
  .pzpa .pzpa--head .pzpa--t2 .pzpa--s {
    font-size: 60%;
    position: relative;
    top: -13px;
  }
}
@media (min-width: 768px) {
  .pzpa .pzpa--body {
    background: url('/images/projects/zel/pzpa/pzpa--body-bg.png') no-repeat 20px center;
    background-size: contain;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.pzpa .pzpa--body .pzpa--t3 {
  background: #162953;
  min-height: 134px;
  padding: 35px 25px 25px 25px;
  margin-top: -10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  z-index: 3;
}
.pzpa .pzpa--body .pzpa--t3 .pzpa-small {
  display: none;
}
@media (min-width: 768px) {
  .pzpa .pzpa--body .pzpa--t3 {
    border-radius: 8px;
    height: 100%;
    margin-top: 0;
    margin-left: 20px;
    max-width: 460px;
  }
  .pzpa .pzpa--body .pzpa--t3 .pzpa-small {
    padding-top: 30px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .pzpa .pzpa--body .pzpa--t3 {
    font-size: 22px;
    line-height: 27px;
  }
}

/* End */


/* Start:/local/components/sib/region_select/templates/.default/style.css?16124504032352*/
.sps-region-select {
  position: relative;
  padding-bottom: 0px;
  margin-top: -5px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sps-region-select .region-ico {
  order: 2;
  text-align: center;
}
.sps-region-select .region-ico svg {
  width: 24px;
  fill: #9c8311;
  display: inline-block;
}
@media (min-width: 1200px) {
  .sps-region-select .region-ico svg {
    width: 32px;
  }
}
.sps-region-select .region-ico.active svg {
  fill: #002554;
}
.sps-region-select .region-name {
  order: 1;
  margin-right: 5px;
  font-size: 11px;
  display: none;
  align-items: flex-end;
}
.region-select-widget {
  max-width: 600px;
  box-sizing: border-box;
  padding: 0 25px 15px 25px;
}
@media (max-width: 320px) {
  .region-select-widget {
    padding: 0 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .region-select-widget {
    font-size: 15px;
  }
}
.region-select-widget .rsw-title {
  margin-bottom: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #94820A;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #002554;
}
@media (max-width: 600px) {
  .region-select-widget .rsw-title {
    font-size: 15px;
  }
}
.region-select-widget .rsw-title:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('/images/icons/region_location.svg') no-repeat center;
  background-size: contain;
  margin-right: 15px;
  margin-bottom: -4px;
}
@media (max-width: 600px) {
  .region-select-widget .rsw-title:before {
    width: 17px;
    height: 17px;
  }
}
.region-select-widget .rsw-body {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.region-select-widget .rsw-button {
  font-size: 15px;
  line-height: 18px;
  width: 210px;
  height: 46px;
  margin-bottom: 17px;
  color: #002554;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #E5E8EC;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 530px) {
  .region-select-widget .rsw-button {
    width: 120px;
  }
}
.region-select-widget .rsw-button:hover,
.region-select-widget .rsw-button.active {
  color: #fff;
  background: #002554;
}
#colorbox.rsw #cboxTitle {
  display: none !important;
}
#colorbox.rsw #cboxLoadedContent {
  padding-bottom: 0 !important;
}

/* End */


/* Start:/local/libraries/colorbox/sps/colorbox.css?16119296605809*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(229, 232, 237, 0.95);
  opacity: 1;
  background-color: rgba(229, 232, 237, 0.95);
}
#colorbox {
  outline: 0;
  background: #fff;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight {
  display: none;
}
#colorbox #cboxContent {
  background: #fff;
  overflow: visible;
  box-sizing: border-box;
  padding-top: 70px;
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
}
#colorbox #cboxContent .cboxIframe {
  background: #fff;
}
#colorbox #cboxContent #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#colorbox #cboxContent #cboxLoadedContent {
  margin-bottom: 0px;
  padding-bottom: 70px;
}
#colorbox #cboxContent #cboxLoadingOverlay {
  background: url(/local/libraries/colorbox/sps/images/loading_background.png) no-repeat center center;
}
#colorbox #cboxContent #cboxLoadingGraphic {
  background: url(/local/libraries/colorbox/sps/images/loading.gif) no-repeat center center;
}
#colorbox #cboxContent #cboxTitle {
  position: absolute;
  bottom: -70px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: 200;
  font-size: 24px;
  color: #002554;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px 30px;
  line-height: 1.2;
  overflow: hidden;
}
#colorbox #cboxContent #cboxCurrent {
  position: absolute;
  top: 15px;
  left: 56%;
  font-weight: 200;
  font-size: 24px;
  color: #002554;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  #colorbox #cboxContent #cboxCurrent {
    font-size: 12px;
    top: 25px;
  }
}
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxSlideshow,
#colorbox #cboxContent #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  text-indent: -99999px;
  outline: none;
}
#colorbox #cboxContent #cboxPrevious:active,
#colorbox #cboxContent #cboxNext:active,
#colorbox #cboxContent #cboxSlideshow:active,
#colorbox #cboxContent #cboxClose:active {
  outline: 0;
}
#colorbox #cboxContent #cboxPrevious {
  left: 5px;
  top: 35px;
}
#colorbox #cboxContent #cboxNext {
  left: 100px;
  top: 35px;
}
@media (max-width: 767px) {
  #colorbox #cboxContent #cboxNext {
    left: 40px;
  }
}
@media (max-width: 767px) {
  #colorbox #cboxContent #cboxPrevious .f-arrow,
  #colorbox #cboxContent #cboxNext .f-arrow {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  #colorbox #cboxContent #cboxPrevious .f-arrow .arrow-icon,
  #colorbox #cboxContent #cboxNext .f-arrow .arrow-icon {
    width: 10px;
    height: 10px;
  }
}
#colorbox #cboxContent #cboxClose {
  top: 20px;
  right: 20px;
  background: none;
  width: 30px;
  height: 30px;
  position: absolute;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  color: #9c8311;
}
#colorbox #cboxContent #cboxClose:before,
#colorbox #cboxContent #cboxClose:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: inherit;
  transition-property: inherit;
  -moz-transition-property: -moz-transform, height;
  transition-property: -webkit-transform, height;
  transition-property: transform, height;
}
#colorbox #cboxContent #cboxClose:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#colorbox #cboxContent #cboxClose:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#colorbox #cboxContent #cboxClose:hover {
  background-position: -100px 0px;
}
#colorbox #cboxContent .cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
#colorbox #cboxContent .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
#colorbox #cboxContent .cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
#colorbox #cboxContent .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/* End */


/* Start:/local/libraries/slick/slick.css?15996483561776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/main/css/main.css?1614160832302723 */
/* /local/templates/main/css/new-styles.css?161717388017096 */
/* /local/components/sib/region_select/templates/.default/style.css?16124504032352 */
/* /local/libraries/colorbox/sps/colorbox.css?16119296605809 */
/* /local/libraries/slick/slick.css?15996483561776 */
