@charset "UTF-8";
@font-face {
  font-family: ProximaNova-Thin;
  src: url("../fonts/proximanova/ProximaNova-Thin.otf");
  font-weight: 200;
}
@font-face {
  font-family: ProximaNova-ThinItalic;
  src: url("../fonts/proximanova/ProximaNova-ThinItalic.otf");
  font-weight: 200;
}
@font-face {
  font-family: ProximaNova-Light;
  src: url("../fonts/proximanova/ProximaNova-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: ProximaNova-LightItalic;
  src: url("../fonts/proximanova/ProximaNova-LightItalic.otf");
  font-weight: 300;
}
@font-face {
  font-family: ProximaNova-Regular;
  src: url("../fonts/proximanova/ProximaNova-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: ProximaNova-RegularItalic;
  src: url("../fonts/proximanova/ProximaNova-RegularItalic.otf");
  font-weight: 400;
}
@font-face {
  font-family: ProximaNova-SemiBold;
  src: url("../fonts/proximanova/ProximaNova-SemiBold.otf");
  font-weight: 600;
}
@font-face {
  font-family: ProximaNova-SemiBoldItalic;
  src: url("../fonts/proximanova/ProximaNova-SemiBoldItalic.otf");
  font-weight: 600;
}
@font-face {
  font-family: ProximaNova-Bold;
  src: url("../fonts/proximanova/ProximaNova-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: ProximaNova-BoldItalic;
  src: url("../fonts/proximanova/ProximaNova-BoldItalic.otf");
  font-weight: 700;
}
@font-face {
  font-family: ProximaNova-ExtraBold;
  src: url("../fonts/proximanova/ProximaNova-ExtraBold.eot");
  font-weight: 800;
}
@font-face {
  font-family: ProximaNova-ExtraBoldItalic;
  src: url("../fonts/proximanova/ProximaNova-ExtraBoldItalic.eot");
  font-weight: 800;
}
@font-face {
  font-family: ProximaNova-Black;
  src: url("../fonts/proximanova/ProximaNova-Black.eot");
  font-weight: 900;
}
@font-face {
  font-family: ProximaNova-BlackItalic;
  src: url("../fonts/proximanova/ProximaNova-BlackItalic.eot");
  font-weight: 900;
}
@-webkit-keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  4% {
    -webkit-transform: rotate(-45deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(-45deg);
  }
  16% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-45deg);
  }
  24% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(-45deg);
  }
  8% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(-45deg);
  }
  16% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-45deg);
  }
  24% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes Pop {
  50% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes Pop {
  50% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes Back {
  50% {
    -webkit-transform: translateX(-8px);
  }
}
@keyframes Back {
  50% {
    transform: translateX(-8px);
  }
}
* {
  margin: 0px;
  padding: 0px;
}
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h1, h2, h3 {
  font-weight: normal;
}

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

.clearfix::after {
  clear: both;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background: #ffffff;
  font-family: "ProximaNova-Regular", Sans-Serif;
}
body.no-scroll {
  position: relative;
  overflow: hidden;
}
body.no-scroll::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.wrapper {
  min-height: calc(100% - 320px);
  background: #ffffff;
}

.container {
  width: 1220px;
  margin: 0px auto;
}

.container-fluid {
  width: calc(100% - 100px);
  margin: 0px auto;
}

.content {
  padding-bottom: 150px;
}
.content.about-page, .content.garage-page, .content.construction-page, .content.gallery-page, .content.apartments-page {
  padding: 87px 0px 120px 0px;
}

strong {
  font-family: "ProximaNova-Bold", Sans-Serif;
}

em {
  font-family: "ProximaNova-RegularItalic", Sans-Serif;
}

.editable-area {
  text-align: justify;
}
.editable-area ul, .editable-area ol {
  list-style: initial;
  margin: 16px 0px;
  padding-left: 40px;
}
.editable-area h2 {
  font: 21px/40px "ProximaNova-Regular", Sans-Serif;
  color: #3b3b3b;
}
.editable-area div.text {
  font: 17px/26px "ProximaNova-Light", Sans-Serif;
  color: #7e7e7e;
}
.editable-area p {
  font: 17px/26px "ProximaNova-Light", Sans-Serif;
  color: #7e7e7e;
}
.editable-area p + p {
  margin: 10px 0px;
}
.editable-area p a {
  font: 17px "ProximaNova-SemiBold", Sans-Serif;
  color: #7989c3;
}
.editable-area a {
  font: 12px/29px "ProximaNova-SemiBold", Sans-Serif;
  color: #7e7e7e;
}

header.main {
  height: 123px;
  border-bottom: 1px solid #f5f5f5;
}

.logo {
  float: left;
  display: block;
  width: 355px;
  height: 65px;
  margin: 29px 0px 0px 0px;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
}

.main-navigation {
  float: left;
  margin-left: 67px;
}

.nav-item {
  display: inline-block;
}
.nav-item + .nav-item {
  margin-left: 25px;
}
.nav-item a {
  display: block;
  height: 100%;
  color: #393939;
  font: 18px/123px "ProximaNova-Light", Sans-Serif;
  text-transform: capitalize;
}
.nav-item.active a {
  font: 18px/123px "ProximaNova-SemiBold", Sans-Serif;
  text-decoration: underline;
}
.nav-item:hover a {
  text-decoration: underline;
}

.contacts {
  position: relative;
  float: right;
  margin-top: 34px;
  background: #7989c3;
  border-radius: 4px 4px;
  text-align: center;
  z-index: 6;
}
.contacts a {
  font: 18px/47px "ProximaNova-SemiBold", Sans-Serif;
  color: #ffffff;
  padding: 17px 14.5px;
  text-transform: capitalize;
}
.contacts:hover {
  background: #6073b8;
  transition: all 0.3s ease;
}

.slider {
  width: 100%;
  height: 600px;
  margin-top: -1px;
  overflow: hidden;
  position: relative;
}
.slider img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.slider .pager {
  position: absolute;
  float: right;
  width: 10px;
  height: 600px;
  z-index: 3;
  top: 0px;
  right: 30px;
  display: flex !important;
  align-items: center;
}
.slider .pager div.bx-pager-item + div.bx-pager-item {
  margin-top: 20px;
}
.slider .pager a {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0px;
  background: rgba(202, 211, 235, 0.4);
  border: none;
  border-radius: 50% 50%;
  cursor: pointer;
}
.slider .pager a.active {
  background: #7989c3;
}

.ribbon {
  position: relative;
  width: calc(100% - 80px);
  height: 150px;
  margin: -80px auto 0px auto;
  background: #7989c3;
  text-align: center;
  z-index: 4;
}
.ribbon .text {
  font: 27px/150px "ProximaNova-Light", Sans-Serif;
  color: #ffffff;
}
.ribbon::before, .ribbon::after {
  content: "";
  position: absolute;
  top: 22px;
  display: block;
  width: 40px;
  height: 108px;
  background: #7989c3;
}
.ribbon::before {
  left: -40px;
  -webkit-box-shadow: inset -3px 0px 13px 0px #3a57c3;
  -moz-box-shadow: inset -3px 0px 13px 0px #3a57c3;
  box-shadow: inset -3px 0px 13px 0px #3a57c3;
}
.ribbon::after {
  right: -40px;
  -webkit-box-shadow: inset 3px 0px 13px 0px #3a57c3;
  -moz-box-shadow: inset 3px 0px 13px 0px #3a57c3;
  box-shadow: inset 3px 0px 13px 0px #3a57c3;
}

.info {
  width: 100%;
  margin-top: 117px;
  font-size: 0px;
}

.info-item {
  float: left;
  display: inline-block;
  width: calc(33% - 23.9px);
}
.info-item + .info-item {
  margin-left: 40px;
}
.info-item img {
  display: block;
  width: 45px;
  height: 52px;
}
.info-item .title {
  margin-top: 19px;
}
.info-item .text {
  margin-top: 5px;
  text-align: justify;
  font: 17px/26px "ProximaNova-Light", Sans-Serif;
  color: #7e7e7e;
}
.info-item .more {
  text-transform: uppercase;
}
.info-item .more::after {
  content: "..";
  position: relative;
  top: -3px;
  margin-left: 10px;
  font-size: 13px;
  color: #7989c3;
  letter-spacing: 4px;
}
.info-item .more:hover {
  color: #7989c3;
  transition: all 0.3s ease;
}

.more-actions {
  width: 100%;
  font-size: 0px;
}

.action {
  float: left;
  display: inline-block;
  width: 100%;
  height: 240px;
}
.action a {
  display: inline-block;
  height: 100%;
  color: inherit;
}
.action a:hover {
  color: #cee3ff;
  transition: all 0.3s ease;
}
.action a:hover img {
  -webkit-animation: Pop linear 300ms;
  animation: Pop linear 300ms;
}
.action img {
  float: left;
  display: inline-block;
  width: 66px;
  height: 66px;
}
.action .text {
  float: left;
  margin-left: 16px;
  font: 21px/30px "ProximaNova-Bold", Sans-Serif;
  color: #ffffff;
}
.action .text span {
  display: inline-block;
  margin-top: 3px;
}
.action .holder {
  height: 66px;
  margin-top: 92px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.action.apartments {
  background: #3a57c3;
}
.action.apartments .holder {
  float: right;
}
.action.contact {
  background: #7989c3;
}
.action.contact .holder {
  float: left;
}

.building-body.padding {
  padding-bottom: 180px;
}

footer {
  position: relative;
  min-height: 140px;
  background: #2e2e2e;
}

.copyright {
  float: left;
  font: 18px/80px "ProximaNova-Regular", Sans-Serif;
  color: #717171;
}
.copyright span {
  font: 14px/77px "ProximaNova-Bold", Sans-Serif;
}

.footer-nav {
  float: left;
  margin-left: 28px;
}

.footer-nav-item {
  display: inline-block;
}
.footer-nav-item + .footer-nav-item {
  margin-left: 18px;
}
.footer-nav-item a {
  display: block;
  height: 100%;
  font: 18px/80px "ProximaNova-Light", Sans-Serif;
  color: #5a5a5a;
  text-transform: capitalize;
}
.footer-nav-item:hover a {
  text-decoration: underline;
}

.credits a {
  float: right;
  font: 18px/80px "ProximaNova-Regular", Sans-Serif;
  color: #696969;
}
.credits a strong {
  color: #b3b3b3;
}
.credits a:hover {
  color: #b3b3b3;
  transition: all 0.3s ease;
}

.cover-img {
  width: 100%;
  height: 812px;
}
.cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-img.auto {
  height: auto;
}

.cover-img + .text {
  margin-top: 82px;
}

.construction-page {
  text-align: justify;
}
.construction-page .sidebar {
  float: left;
  width: 31.15%;
}
.construction-page .sidebar-post-item {
  display: block;
}
.construction-page .sidebar-post-item + .sidebar-post-item {
  margin-top: 45px;
}
.construction-page .sidebar-post-item .title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border: 2px solid #7989c3;
  border-radius: 50% 50%;
}
.construction-page .sidebar-post-item .title + p {
  margin-top: 6px;
}
.construction-page main {
  float: right;
  width: calc(68.85% - 40px);
  margin-left: 40px;
}
.construction-page .main-post-item {
  display: block;
  padding-bottom: 45px;
}
.construction-page .main-post-item + .main-post-item {
  padding-top: 45px;
  border-top: 1px solid #efefef;
}
.construction-page .main-post-item .published {
  display: block;
  margin-top: 10px;
  font: 12px/29px "ProximaNova-SemiBold", Sans-Serif;
  color: #7e7e7e;
}
.construction-page .main-post-item .published::after {
  content: "..";
  position: relative;
  top: -3px;
  margin-left: 10px;
  font-size: 13px;
  color: #7989c3;
  letter-spacing: 4px;
}
.construction-page .main-post-item .published + h2 {
  margin-top: 5px;
}

.grid-view {
  font-size: 0px;
}
.grid-view.text-view .grid-item {
  height: auto;
}

.grid-item {
  float: left;
  display: inline-block;
  width: calc(33% - 22.9px);
  height: 350px;
  border-radius: 2px 2px;
  overflow: hidden;
}
.grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item a {
  display: block;
  height: 100%;
}
.grid-item + .grid-item {
  margin-left: 40px;
}
.grid-item:nth-child(1), .grid-item:nth-child(7n) {
  width: calc(66% - 4.9px);
}
.grid-item:nth-child(n+3) {
  margin-top: 40px;
}
.grid-item:nth-child(3n+3) {
  margin-left: 0px;
}
.grid-item:nth-child(4n+9) {
  margin-left: 40px;
}

.grid-item.contact {
  width: calc(50% - 20.9px);
}

.grid-view + .text {
  margin-top: 60px;
}

.view-gallery {
  margin-top: 40px;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
}
.view-gallery img {
  float: left;
  display: block;
  width: 42px;
  height: 42px;
}
.view-gallery span {
  float: left;
  display: block;
  margin-left: 22px;
  font: 17px/42px "ProximaNova-SemiBold", Sans-Serif;
  color: #3a57c3;
}
.view-gallery:hover img {
  -webkit-animation: Pop linear 300ms;
  animation: Pop linear 300ms;
}
.view-gallery:hover span {
  color: #324ba7;
  transition: all 0.3s ease;
}

section.building-body {
  width: calc(100% - 122px);
  padding: 60px;
  margin-top: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 2px 2px;
}
section.building-body .section-header {
  display: block;
  width: 768px;
  margin: -117px auto 0px auto;
  background: #ffffff;
  text-align: center;
}
section.building-body .section-header h1 {
  font: 94px "ProximaNova-Light", Sans-Serif;
  color: #e6e6e6;
}
section.building-body .section-header.small {
  margin: -97px auto 0px auto;
}
section.building-body .section-header.small h1 {
  font: 58px "ProximaNova-Light", Sans-Serif;
  color: #e6e6e6;
}
section.building-body .holder {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.building-body .image-building {
  display: flex;
  margin: 0 56px 56px 56px;
  width: 1080px;
  justify-content: center;
  align-items: center;
}
section.building-body .image-building img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.building-body .box-view {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 56px 0 56px 0;
  width: 100%;
  font-size: 0px;
  text-align: center;
}
section.building-body .box-view .box-item {
  display: flex;
  width: 154px;
  height: 154px;
  border: 3px solid #7989c3;
}
section.building-body .box-view .box-item + .box-item {
  border-left: none;
}
section.building-body .box-view .box-item a,
section.building-body .box-view .box-item span {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  font: 22px "ProximaNova-Light", Sans-Serif;
  color: #7989c3;
}
section.building-body .box-view .box-item.disabled {
  border-top: 3px solid #7989c3;
  border-bottom: 3px solid #7989c3;
  border-right: 3px solid #7989c3;
}
section.building-body .box-view .box-item.disabled span {
  color: #7989c3;
}
section.building-body .box-view .box-item:hover a, section.building-body .box-view .box-item.active a {
  background: #7989c3;
  color: #ffffff;
  transition: all 0.3s ease;
}
section.building-body .box-view-small {
  display: inline-block;
  width: 100%;
  margin: 164px auto 0px auto;
  font-size: 0px;
  text-align: center;
}
section.building-body .box-view-small .box-item {
  display: inline-block;
  width: 154px;
  height: 154px;
  border: 3px solid #7989c3;
  vertical-align: middle;
}
section.building-body .box-view-small .box-item + .box-item {
  margin-left: 20px;
}
section.building-body .box-view-small .box-item a, section.building-body .box-view-small .box-item span.label {
  color: #7989c3;
  width: 100%;
  height: 100%;
  font-family: "ProximaNova-Light", Sans-Serif;
  font-size: 22px;
  display: block;
  position: relative;
}
section.building-body .box-view-small .box-item a span.text, section.building-body .box-view-small .box-item span.label span.text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
section.building-body .box-view-small .box-item.disabled {
  border: 3px solid #7989c3;
}
section.building-body .box-view-small .box-item.disabled span.label {
  color: #7989c3;
}
section.building-body .box-view-small .box-item:hover:not(.disabled) {
  background: #7989c3;
  transition: all 0.3s ease;
}
section.building-body .box-view-small .box-item:hover:not(.disabled) a {
  color: #ffffff;
}

section.building-body + .text {
  margin-top: 82px;
}

section.building-floor .section-header {
  height: 123px;
}
section.building-floor .section-header .navigation {
  float: left;
  font: 27px "ProximaNova-Light", Sans-Serif;
  color: #848484;
}
section.building-floor .section-header .navigation .fa {
  margin-right: 16px;
  color: #c3c3c3;
}
section.building-floor .section-header .navigation .back-button a {
  color: #848484;
}
section.building-floor .section-header .navigation .back-button a:hover .fa {
  -webkit-animation: Back linear 300ms;
  animation: Back linear 300ms;
}
section.building-floor .section-header .navigation .back-button + .label::before {
  content: "|";
  margin: 0px 22px 0px 17px;
  font: 21px "ProximaNova-Light", Sans-Serif;
  color: #d0d0d0;
}
section.building-floor .section-header .navigation .label {
  color: #4a4a4a;
  font: 27px "ProximaNova-Bold", Sans-Serif;
}
section.building-floor .section-header h1 {
  float: right;
  margin-top: -34px;
  font: 90px "ProximaNova-Light", Sans-Serif;
  color: #e6e6e6;
}
section.building-floor .section-header h1.small {
  float: right;
  margin-top: -29px;
  font: 74px "ProximaNova-Light", Sans-Serif;
  text-transform: uppercase;
  color: #e6e6e6;
}
section.building-floor .section-header h1.small.premises {
  margin-top: -11px;
  font-size: 50px;
}
section.building-floor .box-view {
  display: inline-block;
  width: 100%;
  margin-bottom: 56px;
  font-size: 0px;
  text-align: center;
}
section.building-floor .box-item {
  display: inline-block;
  width: calc(11.11% - 1.1px);
  border: 1px solid #d3d3d3;
}
section.building-floor .box-item + .box-item {
  border-left: none;
}
section.building-floor .box-item a {
  display: block;
  height: 100%;
  padding: 16px 0px;
  font: 22px/50px "ProximaNova-Light", Sans-Serif;
  color: #7f7f7f;
}
section.building-floor .box-item small {
  display: block;
  line-height: 36px;
  font-size: 16px;
}
section.building-floor .box-item:hover a {
  color: #7989c3;
  transition: all 0.3s ease;
}

section.building-floor.floor-view .section-header h1 {
  position: relative;
  margin-top: 0px;
  margin-right: 40px;
  font-size: 194px;
  z-index: 2;
}

.floor-image {
  float: left;
  width: 610px;
}
.floor-image a, .floor-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.floor-image img {
  object-fit: cover;
}

.floor-info {
  float: right;
  width: calc(100% - 670px);
  padding: 0px 10px 0px 30px;
  margin-top: 30px;
}
.floor-info .title {
  margin-bottom: 5px;
}

.list-view {
  margin-top: 30px !important;
  padding: 0px !important;
}

.list-item {
  float: left;
  display: block;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
}
.list-item + .list-item {
  border-top: none;
}
.list-item a,
.list-item span {
  display: block;
  height: 100%;
  font: 17px/60px "ProximaNova-Light", Sans-Serif;
}
.list-item .label {
  float: left;
  color: #7e7e7e;
}
.list-item .details {
  float: right;
  font-family: "ProximaNova-SemiBold", Sans-Serif;
  color: #7e7e7e;
}
.list-item .details span {
  font-family: "ProximaNova-SemiBold", Sans-Serif;
  float: left;
}
.list-item .details span + span {
  margin-left: 45px;
}
.list-item .status {
  color: #61d57c;
}
.list-item .status::before {
  content: "";
  position: relative;
  top: 1.5px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 13px;
  border-radius: 50% 50%;
  background: #61d57c;
}
.list-item.disabled .status {
  color: #3d3d3d;
}
.list-item.disabled .status::before {
  background: #3d3d3d;
}
.list-item.disabled a .status {
  color: #3d3d3d;
}
.list-item.disabled a .status::before {
  background: #3d3d3d;
}
.list-item.active a .label, .list-item:hover a .label {
  color: #7989c3;
  transition: all 0.3s ease;
}

section.building-floor.appartment-view .section-header h1 {
  position: relative;
  margin-top: -75px;
  margin-right: 65px;
  font-size: 232px;
  z-index: 2;
}
section.building-floor.appartment-view .floor-image {
  margin-top: 0px;
}
section.building-floor.appartment-view sup {
  font-size: 12px;
}

.google-map {
  width: 100%;
  height: 600px;
  background: #ffffff;
}
.google-map div#map {
  width: 100%;
  height: 100%;
}

.ribbon.contact {
  height: 280px;
  margin: -140px auto 0px auto;
}
.ribbon.contact::before, .ribbon.contact::after {
  top: 42px;
  height: 200px;
}

ul.actions {
  height: calc(100% - 130px);
  padding: 65px 0px;
}

.action-item {
  float: left;
  display: inline-block;
  width: 50%;
  height: 150px;
  padding: 30px 0px 35px 60px;
  box-sizing: border-box;
}
.action-item + .action-item {
  border-left: 1px solid #3a57c3;
}
.action-item .icon {
  float: left;
  display: block;
  width: 50px;
  margin-top: 12px;
}
.action-item .icon.mail {
  width: 66px;
  margin-top: 21px;
}
.action-item .information {
  float: left;
  margin-left: 41px;
  text-align: left;
  font: 21px/31px "ProximaNova-Light", Sans-Serif;
  color: #ffffff;
}
.action-item .information a {
  color: #ffffff;
}
.action-item .information a:hover {
  color: #3a57c3;
  transition: all 0.3s ease;
}
.action-item .information span {
  display: block;
}
.action-item .information strong {
  font-family: "ProximaNova-SemiBold", Sans-Serif;
}

.ribbon + .text {
  margin-top: 100px;
}

.text + .grid-view {
  margin-top: 70px;
}

form.contact {
  margin-top: 135px;
}

form.contact .row {
  width: 100%;
  height: 100px;
}
form.contact .row + .row {
  margin-top: 50px;
}

.input {
  float: left;
  display: inline-block;
  width: calc(33% - 22.6px);
  height: 100px;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
}
.input.captcha {
  border: none;
}
.input.captcha div.g-recaptcha {
  position: relative;
  top: 12px;
}
.input + .input {
  margin-left: 40px;
}
.input input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #b1b1b1;
  font: 21px "ProximaNova-Regular", Sans-Serif;
}

.textarea {
  display: block;
  float: left;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
}
.textarea textarea {
  width: 100%;
  height: calc(100% - 63px);
  padding-top: 41px;
  background: none;
  border: none;
  color: #b1b1b1;
  font: 18px "ProximaNova-Regular", Sans-Serif;
  resize: none;
}

.submit {
  float: right;
  width: 378px;
  height: 100px;
  background: 0px;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  cursor: pointer;
  text-align: left;
  color: #7989c3;
  font: 21px "ProximaNova-Regular", Sans-Serif;
  overflow: hidden;
  transition: all 0.3s ease;
}
.submit span.fa {
  transition: all 0.3s ease;
}
.submit:hover {
  color: #6073b8;
}
.submit:hover .fa {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
}

.errors {
  margin-top: 30px;
}

.error {
  display: block;
  color: #3d3d3d;
  font-size: 16px;
}

.error + .error {
  margin-top: 10px;
}

header.secondary {
  background: #7989c3;
}

.phones-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.phones-container .holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.phones-container img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.phones-container .text {
  margin-left: 16px;
  font: 16px/26px "ProximaNova-Bold", Sans-Serif;
  color: #ffffff;
}
.phones-container a {
  color: inherit;
}
.phones-container a:hover {
  color: #cee3ff;
  transition: all 0.3s ease;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 320px) and (max-width: 1219px) {
  .mobile-only {
    display: inline-block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .container {
    width: calc(100% - 20px);
    padding: 0px 10px;
  }

  .content {
    padding-bottom: 55px;
  }
  .content.about-page, .content.garage-page, .content.construction-page, .content.gallery-page, .content.apartments-page {
    padding: 20px 0px 55px 0px;
  }

  .cover-img + .text,
.ribbon + .text {
    margin-top: 25px;
  }

  .text + .grid-view {
    margin-top: 20px;
  }

  section.building-body + .text {
    margin-top: 0px;
  }

  header.main {
    height: 72px;
  }

  .logo {
    width: 142px;
    height: 60px;
    margin: 6px 0px 0px 0px;
    background-position: right;
    background-size: 100%;
  }

  .contacts {
    margin-top: 23px;
  }
  .contacts a {
    font-size: 13px;
    line-height: 26px;
  }

  .mobile-navigation {
    float: right;
    margin-top: 23px;
    transition: all 0.3s ease;
  }
  .mobile-navigation .action {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: #ffffff;
    border: 1px solid #7989c3;
    border-radius: 2px 2px;
    text-align: center;
    z-index: 6;
  }
  .mobile-navigation .action button {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #7989c3;
    cursor: pointer;
  }
  .mobile-navigation .action button.active .fa::before {
    content: "";
  }
  .mobile-navigation .action .fa {
    line-height: 24px;
  }

  nav.main-navigation {
    position: fixed;
    left: -220px;
    top: 0px;
    display: block;
    width: 150px;
    height: calc(100% - 28px);
    padding: 20px 32px;
    margin: 0px;
    background: #2c2f36;
    overflow-y: scroll;
    z-index: 7;
  }
  nav.main-navigation .nav-item {
    display: block;
    background: #7989c3;
    border-radius: 4px 4px;
    text-align: center;
    overflow: hidden;
  }
  nav.main-navigation .nav-item + li {
    margin-left: 0px;
    margin-top: 10px;
  }
  nav.main-navigation .nav-item a {
    padding: 10px 10px;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
  }
  nav.main-navigation .nav-item.active a {
    text-decoration: none;
  }
  nav.main-navigation .nav-item:hover {
    background: #6073b8;
    transition: all 0.3s ease;
  }
  nav.main-navigation .nav-item:hover a {
    text-decoration: none;
  }

  nav.main-navigation.header-open {
    left: 0px;
    transition: all 0.3s ease;
  }

  footer .footer-nav {
    display: none;
    width: 100%;
    margin: 20px 0px;
  }
  footer .footer-nav::before {
    content: none;
  }

  .footer-nav-item {
    display: block;
    padding: 5px 0px;
    text-align: center;
  }
  .footer-nav-item + .footer-nav-item {
    margin-left: 0px;
  }
  .footer-nav-item a {
    font-size: 15px;
    line-height: 40px;
  }

  footer .credits a {
    position: absolute;
    right: 10px;
    top: 70px;
    font-size: 13px;
    line-height: 70px;
  }

  .footer-mobile-navigation {
    float: left;
    margin-top: 22px;
  }
  .footer-mobile-navigation .action {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #4e4e4e;
    border-radius: 2px 2px;
    text-align: center;
  }
  .footer-mobile-navigation .action button {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #4e4e4e;
    cursor: pointer;
  }
  .footer-mobile-navigation .action .fa {
    line-height: 24px;
  }

  .more-actions .action {
    height: 70px;
    text-align: center;
  }
  .more-actions .action .holder {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  .more-actions .action img {
    float: none;
    width: 26px;
    height: 70px;
  }
  .more-actions .action .text {
    float: none;
    display: inline-block;
    font-size: 15px;
    line-height: 70px;
    margin-left: 10px;
    vertical-align: top;
  }
  .more-actions .action .text span {
    margin: 0px;
  }

  .ribbon {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    height: 68px;
    margin-top: 0px;
  }
  .ribbon::before, .ribbon::after {
    content: none;
  }
  .ribbon .text {
    font-size: 15px;
    line-height: 68px;
  }
  .ribbon.contact {
    height: auto;
    margin-top: 0px;
  }

  ul.info {
    margin-top: 38px;
  }

  ul.info .info-item {
    width: 100%;
  }
  ul.info .info-item img {
    float: left;
    width: 30px;
    height: 69px;
  }
  ul.info .info-item .title {
    float: left;
    margin-left: 18px;
  }
  ul.info .info-item article {
    clear: both;
    width: 100%;
  }
  ul.info .info-item article a {
    font-size: 14px;
  }
  ul.info .info-item + .info-item {
    margin-top: 35px;
    margin-left: 0px;
  }

  .construction-page h2 {
    text-align: left;
    line-height: 25px;
  }
  .construction-page h2 + p {
    margin-top: 10px;
  }
  .construction-page .sidebar,
.construction-page main {
    width: 100%;
  }

  .grid-item {
    width: calc(50% - 10px);
  }
  .grid-item + .grid-item {
    margin-left: 20px;
  }
  .grid-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .grid-item:nth-child(2n+3) {
    margin-left: 0px;
  }
  .grid-item:nth-child(1), .grid-item:nth-child(7n) {
    width: calc(50% - 10px);
  }
  .grid-item:last-child {
    width: 100%;
  }

  .cover-img {
    height: 100%;
  }

  .grid-item.contact {
    width: 100%;
  }

  .google-map {
    height: 170px;
  }

  ul.actions {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  ul.actions .action-item {
    width: 50%;
    height: auto;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    display: flex;
  }
  ul.actions .action-item div.holder {
    width: 100%;
  }
  ul.actions .action-item .icon {
    float: none;
    display: inline-block;
    height: 70px;
    width: 23px;
    margin: 0px;
  }
  ul.actions .action-item .icon img {
    height: 70px;
    width: 23px;
  }
  ul.actions .action-item .icon.mail {
    width: 31px;
  }
  ul.actions .information {
    width: 100%;
    float: none;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    vertical-align: top;
  }

  form.contact {
    margin-top: 45px;
  }

  .input {
    width: 100%;
  }
  .input + .input {
    margin-left: 0px;
  }

  .textarea {
    width: 100%;
    height: calc(100% - 40px);
    margin-top: 0px;
    padding-top: 40px;
  }
  .textarea textarea {
    height: 100%;
    padding: 0px 0px 10px 0px;
  }

  button.submit {
    width: 100%;
    margin-top: 0px;
  }

  section.building-body {
    border: none;
  }

  main .building-body .section-header {
    width: 100%;
    margin-top: -90px;
  }
  main .building-body .section-header h1 {
    font-size: 52px;
  }

  section.building-floor .section-header {
    height: 70px;
    margin-top: 20px;
  }

  section.building-floor .section-header h1 {
    font-size: 34px;
    margin-top: -9px;
  }

  section.building-floor .section-header .navigation {
    font-size: 20px;
  }
  section.building-floor .section-header .navigation .fa {
    margin-right: 2px;
  }
  section.building-floor .section-header .navigation .label {
    font-size: 22px;
  }
  section.building-floor .section-header .navigation .label::before {
    content: none !important;
  }

  section.building-floor .box-item a {
    font-size: 18px;
  }

  section.building-floor.floor-view .section-header h1 {
    font-size: 40px;
    margin-right: 0px;
    margin-top: -8px;
  }

  .floor-image {
    float: none;
    width: 610px;
    margin: 0px auto;
  }
  .floor-image img {
    width: 610px;
    margin: 0px auto;
  }
  .floor-image div.map {
    width: 300px;
    margin: 0px auto;
  }

  .floor-info {
    width: 100%;
    padding: 0px;
  }
  .floor-info .list-item a,
.floor-info .list-item span {
    font-size: 15px;
  }

  ul.list-premises li.list-item span {
    font-size: 15px;
  }
  ul.list-premises li.list-item .details span + span {
    margin-left: 10px;
  }

  section.building-floor.appartment-view .section-header h1 {
    font-size: 40px !important;
    margin-right: 0px;
    margin-top: -13px;
  }
}
@media (min-width: 1220px) {
  .desktop-only {
    display: inline-block !important;
  }

  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 630px) and (max-width: 1219px) {
  section.building-floor .section-header h1.small,
section.building-floor .section-header h1.small.premises {
    font-size: 40px;
    margin-top: 0px;
  }

  section.building-body .image-building {
    width: 600px;
    margin-top: 56px;
  }

  section.building-body {
    width: 100%;
    padding: 0;
  }

  section.building-body.tablet-padding-top {
    padding-top: 100px;
  }

  section.building-body .holder {
    border: none;
    flex-direction: column-reverse;
  }

  main .building-body .section-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.building-body .box-view {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0px;
    width: auto;
    position: relative;
    left: -5px;
    margin: 0;
  }

  section.building-body .box-view .box-item {
    border: 2px solid #7989c3 !important;
  }

  section.building-body .box-view .box-item:not(:nth-child(3n)) {
    border-right: none !important;
  }

  section.building-body .box-view .box-item:not(:nth-last-child(-n+3)) {
    border-bottom: none !important;
  }

  section.building-body .box-view .box-item:nth-child(3),
section.building-body .box-view .box-item:nth-child(6) {
    position: relative;
    right: -2px;
  }

  section.building-body .box-view .box-item:nth-child(2),
section.building-body .box-view .box-item:nth-child(5) {
    position: relative;
    right: -4px;
  }

  section.building-body .box-view .box-item:nth-child(1),
section.building-body .box-view .box-item:nth-child(4) {
    position: relative;
    right: -6px;
  }
}
@media (min-width: 320px) and (max-width: 629px) {
  .slider {
    height: 178px;
  }
  .slider img {
    height: 178px;
  }

  section.building-body .image-building {
    margin: 0;
  }

  section.building-body .image-building {
    width: 300px;
  }

  section.building-body {
    width: 100%;
    height: auto;
    padding: 0px;
    margin-top: 20px;
    border: none;
  }
  section.building-body .holder {
    border: none;
    flex-direction: column-reverse;
  }
  section.building-body .image-building {
    margin-top: 45px;
  }

  main .building-body .section-header {
    width: 100%;
    margin-top: 0px;
  }
  main .building-body .section-header h1 {
    font-size: 32px;
  }

  main .building-body .section-header.small {
    width: 100%;
    margin-top: 0px;
  }
  main .building-body .section-header.small h1 {
    font-size: 32px;
  }

  section.building-body ul.box-view {
    margin: 45px auto 0 auto;
    flex-direction: column;
  }
  section.building-body ul.box-view .box-item {
    width: calc(100% - 8px);
  }
  section.building-body ul.box-view .box-item + .box-item {
    border: 2px solid #7989c3;
    border-top: none;
  }
  section.building-body ul.box-view .box-item.disabled {
    border-left: 3px solid #7989c3;
    border-bottom: 3px solid #7989c3;
    border-right: 3px solid #7989c3;
  }
  section.building-body ul.box-view .box-item.disabled span {
    color: #7989c3;
  }

  section.building-body.padding {
    padding-bottom: 0;
  }

  section.building-body ul.box-view-small {
    margin: 45px auto;
  }
  section.building-body ul.box-view-small .box-item {
    width: calc(100% - 8px);
  }
  section.building-body ul.box-view-small .box-item + .box-item {
    margin-left: 0px;
    border: 3px solid #7989c3;
    border-top: none;
  }
  section.building-body ul.box-view-small .box-item.disabled {
    border-left: 3px solid #7989c3;
    border-bottom: 3px solid #7989c3;
    border-right: 3px solid #7989c3;
  }
  section.building-body ul.box-view-small .box-item.disabled span {
    color: #7989c3;
  }

  section.building-floor .section-header {
    height: 70px;
    margin-top: 20px;
  }

  section.building-floor .section-header h1 {
    font-size: 34px;
    margin-top: -9px;
  }

  section.building-floor .section-header h1.small,
section.building-floor .section-header h1.small.premises {
    font-size: 40px;
    margin-top: 0px;
  }

  section.building-floor .section-header .navigation {
    font-size: 17px;
  }
  section.building-floor .section-header .navigation .fa {
    margin-right: 2px;
  }
  section.building-floor .section-header .navigation .label {
    font-size: 18px;
  }
  section.building-floor .section-header .navigation .label::before {
    content: none !important;
  }

  section.building-floor .box-item {
    display: block;
    width: 100%;
  }
  section.building-floor .box-item + .box-item {
    border-left: 1px solid #d3d3d3;
    border-top: none;
  }
  section.building-floor .box-item a {
    font-size: 22px;
  }

  section.building-floor.floor-view .section-header h1 {
    margin-top: -13px;
  }

  .floor-image {
    width: 300px;
    margin-top: 0px;
  }
  .floor-image img {
    width: 300px;
    margin: 0px auto;
    height: auto;
  }

  .grid-item {
    width: 100%;
  }
  .grid-item + .grid-item {
    margin-left: 0px;
    margin-top: 20px;
  }
  .grid-item:nth-child(1), .grid-item:nth-child(7n) {
    width: 100%;
  }

  ul.list-premises li.list-item {
    text-align: center;
  }
  ul.list-premises li.list-item span {
    font-size: 15px;
  }
  ul.list-premises li.list-item span {
    float: none;
  }
  ul.list-premises li.list-item .details span {
    display: inline-block;
  }
  ul.list-premises li.list-item .details span + span {
    margin-left: 10px;
  }
}

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