:root {
  --app-height: 100%; }

body {
  margin: 0;
  color: #000;
  font: 400 24px/36px "Stolzl", "Arial", sans-serif;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased; }

img {
  display: block;
  border-style: none;
  max-width: 100%; }

a {
  color: #000000;
  outline: none;
  webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

a:hover {
  text-decoration: none; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input, textarea, select {
  font: 100% "Stolzl", "Arial", sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input:not([type="radio"], [type="checkbox"]), textarea, select {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  -webkit-appearance: none; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  min-width: 0; }

fieldset {
  /*max-width: 100%;*/
  /*display: table-cell;*/ }

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0 0 10px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

ul li {
  list-style: none;
  list-style: none outside; }

p {
  margin: 0 0 10px; }

h1 {
  font-size: 110px;
  line-height: 99px;
  margin: 0 0 20px; }

h2 {
  font-size: 70px;
  line-height: 1;
  margin: 0 0 18px; }

h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.5;
  margin: 0 0 16px; }

h4 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  margin: 0 0 38px; }

h5 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 12px; }

h6 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px; }

a {
  text-decoration: none;
  outline: none; }

button,
input[type="submit"],
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer; }

textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; }

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

textarea::placeholder {
  color: rgba(0, 0, 0, 0.3); }

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1; }

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3); }

input::placeholder {
  color: rgba(0, 0, 0, 0.3); }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

/* =============================================================================
	MAIN
	========================================================================== */
html, body {
  height: 100%;
  margin: 0;
  min-width: 320px;
  -webkit-text-size-adjust: none; }

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

#wrapper:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  margin: 0 0 0 -860px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

#wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 50%;
  margin: 0 -860px 0 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

#main {
  padding-top: 90px;
  -webkit-box-flex: 5000;
  -ms-flex: 5000 1 auto;
  flex: 5000 1 auto; }

.index #main {
  padding-top: 0; }

* html #wrapper {
  height: 100%; }

.container {
  max-width: 1920px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto; }

#header {
  padding: 13px 0;
  position: absolute;
  /*z-index: 3;*/
  left: 0;
  right: 0;
  top: 0;
  /*position: relative;*/
  /*position: fixed;*/
  width: 100%;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 100;
  /*z-index: 2;*/
  background: #FFFFFF; }

.index #header {
  position: absolute;
  /*z-index: 3;*/
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  padding: 39px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent; }

#header.fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

#header.fixed.hide {
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear; }

#header.fixed.hide a {
  cursor: default; }

.index #header.fixed {
  padding: 13px 0;
  background: #FFFFFF;
  border-bottom: none; }

.index #header.fixed .logo {
  width: 100px;
  height: 64px;
  -webkit-filter: none;
          filter: none;
  /*filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(60deg) brightness(103%) contrast(105%);*/
  /*background-image: url('../images/logo-inner.svg');*/ }

.index #header.fixed #nav a {
  color: black; }

.index #header.fixed .nav-btn {
  color: black;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.3); }

.index #header.fixed .nav-btn::after {
  border-color: black; }

.index #header.fixed .nav-contacts.open .nav-btn {
  color: #B84C2A;
  background: rgba(184, 76, 42, 0.05);
  border: 1px solid #B84C2A; }

.index #header.fixed .nav-contacts.open .nav-btn::after {
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
  border-color: #B84C2A; }

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../images/logo-inner.svg") no-repeat;
  background-size: contain;
  width: 100px;
  height: 64px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.index .logo {
  height: 91px;
  width: 143px;
  -webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(60deg) brightness(103%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(60deg) brightness(103%) contrast(105%); }

.logo a {
  display: block;
  height: 100%; }

.closed-menu,
.logo-menu,
.auxiliary-nav,
.open-menu {
  display: none; }

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  line-height: 0;
  text-align: right; }

#nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 50px;
  font-size: 20px;
  line-height: 24px; }

#nav li.current-menu-item a {
  position: relative;
  color: #B84C2A; }

#nav li.current-menu-item a::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  left: calc(100% / 2 - 40px / 2);
  bottom: -4px;
  background-color: #B84C2A; }

.index #nav a {
  color: #FFFFFF; }

#nav a:hover {
  color: #B84C2A; }

.promo-video {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  height: var(--app-height);
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden; }

.bg-image-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }

.promo-video .holder-text {
  padding: 20px 17% 0; }

.promo-video .container {
  position: relative;
  z-index: 1; }

.video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

h1 {
  font-family: "Stolzl", "Arial", sans-serif;
  font-weight: 400; }

h2 {
  font-family: "Stolzl", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.half-img {
  position: relative;
  height: 100vh; }

.half-img:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -999px;
  right: -999px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.half-img .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }

.half-img .holder-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7% 0 0;
  /*padding: 173px 7% 50px 0;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.half-img h2 {
  margin: 170px 0 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.half-img p {
  /*margin: 0 0 197px;*/
  margin: 0 0 30px; }

.half-img .holder-img {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #E3E7E7; }

.half-img .holder-img .v--mobile {
  display: none; }

.half-img .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 100px;
  padding-bottom: 50px;
  max-height: 50%; }

.half-img .holder-img img {
  width: 100%; }

.link {
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2; }

.link:hover {
  color: #B84C2A; }

.link i {
  margin: 0 0 0 10px;
  font-size: 18px; }

.sale {
  height: 100vh;
  min-height: 828px;
  background: #232323;
  color: #FFFFFF; }

.sale .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.sale h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*margin: 0 0 145px;*/
  margin-top: 170px; }

.sale-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

.sale-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: -999px;
  right: -999px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.sale-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  width: 33.3%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.sale-list a {
  height: 500px;
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 54px 0 0;
  color: #FFFFFF; }

.sale-list a:hover {
  background: #313131; }

.sale-list a:hover span {
  color: #B84C2A; }

.sale-list li:first-child {
  border-left: none; }

.sale-list:after {
  display: block;
  content: "";
  clear: both; }

.sale-list li:first-child:before {
  display: none; }

.sale-list .holder-text {
  float: left;
  padding: 0 20px 0 40px; }

.sale-list span {
  display: block;
  margin: 0 0 20px;
  max-width: 325px;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase; }

.sale-list p {
  opacity: 0;
  margin: 0 0 65px;
  webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.sale-list a:hover p {
  opacity: 1; }

.sale-list .holder-img {
  overflow: hidden; }

.sale-list .holder-img img {
  float: right; }
  .sale-list .holder-img img.v--tablet {
    display: none; }
  .sale-list .holder-img img.v--mobile {
    display: none; }

.our-projects.container {
  padding-top: 150px;
  height: 100vh;
  min-height: 812px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.project {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  overflow: hidden;
  margin: 0 -10px; }

.project .holder-block {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 0px 0 50px; }

.project p {
  margin: 0 0 20px; }

.slider-project {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 0 0 20px; }

.slider-project:before {
  content: '';
  position: absolute;
  left: -999px;
  right: -999px;
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.slider-insurance {
  margin: 0 -450px 0 0; }

.slider-insurance.swiper-container-initialized {
  cursor: url("../images/cursor.svg"), pointer; }

.slider-insurance img {
  width: 100%;
  webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.slider-insurance .holder-slide {
  display: block;
  cursor: url("../images/cursor.svg"), pointer; }

.slider-insurance .holder-slide:hover {
  color: #B84C2A; }

.holder-button {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 38px;
  margin: 0 0 0 -50px;
  padding: 0 20px;
  width: 90px;
  height: 90px;
  background: #232323;
  border-radius: 50%;
  /*display: flex;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.holder-button > div {
  position: static;
  width: auto;
  margin: auto; }

.holder-button > div:after {
  display: none; }

.slider-project .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0; }

.location-section {
  height: 100vh;
  min-height: 830px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.location-object {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 46px 0;
  background: #232323;
  color: #FFFFFF; }

.location-object .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/ }

.location-object .holder-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51%;
          flex: 0 0 51%;
  width: 51%;
  margin-top: 103px;
  /*padding: 103px 0 0;*/ }

.location-object .holder-text {
  width: 100%;
  display: none; }

.location-object .holder-text.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.location-object .holder-img {
  width: 100%; }

.location-object .holder-img img {
  width: 100%; }

.location-object .holder-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.location {
  display: block;
  margin: 0 0 20px; }

.location-object .link {
  margin: 0;
  color: #FFFFFF; }

.location-object .link:hover {
  color: #B84C2A; }

/*========= map ========*/
.map {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 500px; }

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

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

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

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
  margin-left: -20px;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%); }

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-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%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%); }

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

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

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent; }

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

.si-shadow-frame {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent; }

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

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent; }

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-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);
      -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);
      -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);
      -ms-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg); }

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 0;
  overflow: hidden;
  z-index: 2; }

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  border-radius: 33px; }

.si-has-border .si-content-wrapper {
  border: 0 solid transparent; }

.si-content {
  overflow: auto; }

.si-close-button {
  display: none; }

.si-close-button:hover, .si-close-button:focus {
  opacity: 0.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-top {
  border-bottom: 0; }

.si-pointer-border-top {
  display: none; }

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

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

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

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

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

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

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

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

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

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

.si-wrapper-top {
  width: auto; }

.inner-box {
  color: #000000;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  background: #B84C2A;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3); }

.heading-box .title {
  position: relative;
  display: block;
  height: 40px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 40px;
  padding: 0 4px 0 32px; }

.heading-box .title:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0;
  background: #FFFFFF;
  border-radius: 50%; }

.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint > div {
  background: #232323 !important; }

.holder-control-zoom {
  left: auto !important;
  right: 40px !important;
  top: auto !important;
  bottom: 40px !important; }

.control-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #232323; }

.zoomInButton,
.zoomOutButton {
  cursor: pointer;
  width: 40px;
  height: 40px; }

.zoomInButton {
  background: url("../images/bg-4.png") no-repeat 50% 50%; }

.zoomOutButton {
  background: url("../images/bg-5.png") no-repeat 50% 50%; }

.zoomInButton:hover,
.zoomOutButton:hover {
  background-color: #313131; }

/*========= end map ========*/
.main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 506px);
  min-height: 300px;
  background: #E3E7E7; }
  .main-form form.invalid .holder-input input,
  .main-form form.invalid textarea {
    border-color: #E5001C; }
  .main-form form.invalid .wpcf7-not-valid-tip {
    display: none !important; }

.main-form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-form .holder-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 20px; }

.main-form form {
  width: 100%;
  padding: 0 0 0 20px; }

.group-input:after {
  display: block;
  content: "";
  clear: both; }

.group-input {
  margin: 0 -15px; }

.group-input .holder-input {
  float: left;
  width: 50%;
  padding: 0 15px; }

.holder-input {
  margin: 0 0 40px;
  position: relative; }

.holder-input input {
  display: block;
  width: 100%;
  height: 56px;
  border: none;
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  background: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.23); }

.error input {
  border-color: #E5001C; }

textarea {
  resize: none;
  display: block;
  margin: 0 0 65px;
  width: 100%;
  height: 56px;
  color: #000000;
  font-size: 20px;
  line-height: 22px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.23); }

.holder-button-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wpcf7-display-none {
  margin: 0 0 20px 10px; }

.wpcf7-response-output i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 6px;
  text-align: center;
  border-radius: 50%;
  color: #FFFFFF; }

.wpcf7-validation-errors {
  color: #E5001C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wpcf7-validation-errors:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  background: url("../images/off_close.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px; }

.alert-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2C7720;
  position: relative; }

.alert-success:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  background: url("../images/yes-check.svg") no-repeat;
  width: 20px;
  height: 20px; }

#footer {
  width: 100%;
  padding: 110px 0 0;
  background: #232323;
  color: #FFFFFF; }

.top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 95px; }

.log-f {
  display: block;
  background: url("../images/log-f.svg") no-repeat;
  background-size: 100% 100%;
  width: 190px;
  height: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0; }

.log-f a {
  display: block;
  height: 100%; }

.nav-footer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 0 14%;
  font-size: 24px;
  line-height: 1.5; }

.nav-footer .holder-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  width: 33.3%;
  padding: 0 10px;
  margin: 0 0 20px; }

#footer .title {
  display: block;
  margin: 0 0 21px;
  color: rgba(255, 255, 255, 0.3); }

.top-footer a {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF; }

.top-footer a:hover {
  opacity: 0.8; }

#footer address {
  font-style: normal; }

.btn-map {
  text-decoration: underline; }

.bottom-footer {
  padding: 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 1; }

.bottom-footer:before {
  content: '';
  position: absolute;
  left: -9999px;
  right: -999px;
  top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.copyright {
  display: block; }

.holder-policy {
  font-size: 0;
  line-height: 0;
  text-align: right; }

.holder-policy li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 58px;
  font-size: 16px;
  line-height: 1; }

.holder-policy a {
  color: rgba(255, 255, 255, 0.3); }

.holder-policy a:hover {
  color: #FFFFFF; }

/*======= About-us.html =====*/
.holder-main {
  padding-top: 103px; }

.holder-bread-crumbs {
  padding: 27px 0;
  background: #232323; }

.bread-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bread-crumbs li {
  position: relative;
  margin: 0 7px 0 0;
  color: rgba(255, 255, 255, 0.3); }

.bread-crumbs li:before {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  color: #FFFFFF; }

.bread-crumbs li:last-child:before {
  color: rgba(255, 255, 255, 0.3); }

.bread-crumbs li:first-child:before {
  display: none; }

.bread-crumbs a {
  color: #FFFFFF; }

.content-text {
  padding: 131px 0 0;
  max-width: 1136px;
  margin: 0 auto 50px; }

.text-content {
  max-width: 1136px;
  margin: 0 auto 150px; }

.promo-img {
  margin: 0 0 152px; }

.description-promo {
  max-width: 1136px;
  margin: 0 auto 150px; }

.description-promo p {
  margin: 0 0 35px; }

.promo-img img {
  width: 100%; }

.house-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 150px; }

.house-block.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.house-block .holder-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 15px; }

.house-block .holder-text {
  padding: 0 17%; }

/* ======= Contacts.html ======*/
.section-contact {
  overflow: hidden; }

.section-contact h2 {
  float: left;
  width: 40%; }

.holder-contact {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 38px; }

.holder-contact .holder-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  width: 33.3%;
  padding: 0 15px;
  margin: 0 0 20px; }

.holder-contact .title {
  display: block;
  margin: 0 0 28px;
  font-weight: 500;
  line-height: 1; }

.holder-contact address {
  font-style: normal; }

.holder-contact .btn-map {
  display: none; }

/* ===== Services.html =====*/
.section-video {
  padding: 0 0 90px; }

.section-video h2 {
  margin: 0 0 100px; }

.holder-video {
  max-width: 1136px;
  margin: 0 auto 80px; }

.play-btn {
  display: block;
  position: relative;
  margin: 0 0 33px; }

.play-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.45) url("../images/play.svg") no-repeat;
  background-size: 100% 100%;
  width: 171px;
  height: 171px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.play-btn:hover:before {
  background-color: rgba(0, 0, 0, 0.6); }

.play-btn:focus:before {
  background-color: rgba(0, 0, 0, 0.7); }

.holder-video .title {
  display: block;
  font-size: 50px;
  line-height: 1; }

/* ======= All-projects.html ======*/
.filter {
  margin: 0 0 145px; }

.filter .holder-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 79px; }

.filter h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

/* ---- button ---- */
.filter-button {
  width: 100%;
  margin: 0 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.filter-button-active {
  display: none; }

.filters-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.button {
  margin: 0 0 18px 31px;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border: none; }

.button:hover,
.button.is-checked {
  color: #B84C2A; }

.button:focus {
  color: #9D3A1A; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

/* ---- .element-item ---- */
.element-item {
  position: relative;
  width: 50%;
  margin-bottom: 100px;
  padding: 0 15px;
  color: #2C2C2C;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

.element-item:nth-last-child(-n + 2) {
  margin-bottom: 0; }

.element-item a {
  color: #2C2C2C; }

.element-item:first-child .holder-block {
  padding-top: 0; }

.element-item > * {
  margin: 0;
  padding: 0; }

.element-item .holder-block {
  display: block; }

.element-item .holder-block:hover {
  color: #B84C2A; }

.element-item .holder-img {
  width: 100%;
  height: 481px; }

.element-item .holder-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.filter .holder-text {
  padding: 0 12px; }

.grid .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0; }

.grid .holder-text.border-top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

.grid .holder-text.holder-text-wide {
  padding: 15px 0; }

.icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.icons-list .icons-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 30px; }

.icons-list .icons-list-item:last-of-type {
  margin-right: 0; }

.icons-list .icons-list-item::before {
  display: inline-block;
  content: '';
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 30px;
  height: 30px; }

.icons-list .icons-list-item.ic-bedroom::before {
  background-image: url("../images/icon-bedroom.svg"); }

.icons-list .icons-list-item.ic-shower::before {
  background-image: url("../images/icon-shower.svg"); }

.icons-list .icons-list-item.ic-garage::before {
  background-image: url("../images/icon-garage.svg"); }

.grid .text-download {
  font-weight: bold;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .grid .text-download:hover {
    color: #B84C2A;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }

/* ===== Projects.html =====*/
.promo-inner {
  height: calc(var(--app-height) - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 48px;
  position: relative;
  padding: 20px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF; }

.promo-inner h2 {
  margin-bottom: 0;
  text-transform: none; }

.specification {
  overflow: hidden;
  margin: 0 -15px 39px; }

.specification .holder-block {
  float: left;
  width: 50%;
  padding: 0 15px;
  overflow: hidden;
  margin: 0 0 80px; }

.parameter {
  float: left;
  width: 50%;
  padding: 0 10px 0 0; }

.parameter .title {
  display: block;
  margin: 0 0 17px;
  opacity: 0.3; }

.argument {
  display: block;
  font-size: 50px;
  line-height: 1; }

.argument sup {
  font-size: 22px;
  line-height: 1; }

.specification .holder-text {
  padding: 0 18% 0 0; }

.gallery-img {
  overflow: hidden;
  margin: 0 -15px 100px; }

.gallery-img .holder-img {
  display: block;
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px; }

.gallery-img .holder-img:hover {
  color: #B84C2A; }

.gallery-img .holder-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0; }

.content-promo {
  margin: 0 0 132px; }

.content-promo .play-btn {
  display: none; }

.content-promo.content-promo-video img {
  display: none; }

.content-promo.content-promo-video .play-btn {
  display: block; }

.content-promo.content-promo-video .play-btn img {
  display: block; }

.holder-layout {
  overflow: hidden;
  margin: 0 0 112px; }

.slider-layout {
  float: left;
  width: 50%;
  padding: 0 12% 0 3%; }

.slider-layout .holder-img {
  max-width: 602px;
  margin: 0 auto; }

.gallery-top {
  margin: 0 0 43px; }

.gallery-thumbs {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 30px; }

.gallery-thumbs span {
  display: block;
  cursor: pointer; }

.gallery-thumbs span:hover {
  opacity: 0.6; }

.gallery-thumbs .swiper-slide-thumb-active span {
  color: #B84C2A; }

.holder-layout .holder-text {
  overflow: hidden;
  display: block; }

.holder-layout .holder-block {
  float: left;
  width: 50%;
  padding: 0 0 0 15px; }

.holder-layout .title {
  display: block;
  margin: 0 0 4px;
  color: rgba(35, 35, 35, 0.3); }

.holder-layout p {
  margin: 0; }

.holder-layout .block {
  margin: 0 0 35px; }

.other {
  padding: 120px 0 0; }

.other h2 {
  margin: 0 0 65px; }

.btn {
  display: inline-block;
  margin-top: 37px;
  padding: 15px 29px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  background: #B84C2A;
  color: white; }

.holder-block.holder-btn {
  float: unset; }

.promo-inner::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74.77%, rgba(0, 0, 0, 0)), color-stop(96.95%, rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 74.77%, rgba(0, 0, 0, 0.6) 96.95%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.77%, rgba(0, 0, 0, 0.6) 96.95%), linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  z-index: 0; }

.promo-inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

.promo-content .promo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.promo-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 187px; }

.promo-list-inner .promo-item:not(:last-child) {
  position: relative;
  margin-right: 25px;
  padding-right: 25px; }

.promo-list-inner .promo-item:not(:last-child)::after {
  position: absolute;
  content: '';
  top: calc(100% / 2 - 35px / 2);
  right: 0;
  width: 2px;
  height: 35px;
  background-color: #ffffff; }

.promo-list-inner .promo-item-amount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.promo-list-inner .promo-item-amount.v--mobile {
  display: none; }

.promo-list-inner .promo-item-amount::after {
  margin-left: 28px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 25px;
  -webkit-filter: invert(100%) sepia(0%) saturate(7460%) hue-rotate(317deg) brightness(106%) contrast(98%);
          filter: invert(100%) sepia(0%) saturate(7460%) hue-rotate(317deg) brightness(106%) contrast(98%); }

.promo-list-inner .promo-item-amount.ic-bedroom::after {
  background-image: url("../images/icon-bedroom.svg"); }

.promo-list-inner .promo-item-amount.ic-shower::after {
  background-image: url("../images/icon-shower.svg"); }

.promo-list-inner .promo-item-amount.ic-garage::after {
  background-image: url("../images/icon-garage.svg"); }

.promo-list .promo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .promo-list .promo-item .promo-item-amount .v--mobile {
    display: none; }

.promo-item-category {
  margin-bottom: 15px;
  font-weight: normal; }

.promo-item-amount {
  font-size: 50px;
  line-height: 45px;
  font-weight: normal; }

.specification .holder-block.v--mobile {
  display: none; }

.nav-contacts {
  position: relative; }

.nav-contacts.open .nav-btn {
  color: #B84C2A;
  background: rgba(184, 76, 42, 0.05);
  border: 1px solid #B84C2A; }

.nav-contacts.open .nav-btn::after {
  -webkit-transform: rotate(-43deg);
      -ms-transform: rotate(-43deg);
          transform: rotate(-43deg);
  border-color: #B84C2A; }

.nav-btn {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  padding: 14px 29px;
  padding-right: calc(15px + 9px + 29px);
  font-family: 'Stolzl', sans-serif;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.nav-btn:hover,
.nav-btn:active {
  color: #B84C2A;
  background: rgba(184, 76, 42, 0.05);
  border: 1px solid #B84C2A;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.nav-btn:hover::after,
.nav-btn:active::after {
  border-color: #B84C2A;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.nav-btn::after {
  display: inline-block;
  position: absolute;
  content: '';
  right: 29px;
  top: calc(100% / 2 - 2px);
  width: 6px;
  height: 6px;
  border: 2px solid black;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(135deg) translateY(5px);
      -ms-transform: rotate(135deg) translateY(5px);
          transform: rotate(135deg) translateY(5px);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.nav-contacts-popup {
  display: block;
  position: absolute;
  padding: 25px 20px;
  top: calc(100% + 5px);
  width: 255px;
  right: 0;
  text-align: left;
  background-color: white;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
  .nav-contacts-popup.hidden {
    display: none;
    opacity: 0;
    visibility: hidden; }
  .nav-contacts-popup .form--wrap {
    position: relative;
    padding-top: 30px; }
    .nav-contacts-popup .form--wrap::before {
      position: absolute;
      content: '';
      top: 0;
      bottom: -25px;
      left: -20px;
      width: calc(100% + 20px * 2);
      height: calc(100% + 25px);
      background-color: #E3E7E7;
      z-index: 0;
      border-bottom: 4px solid #B84C2A; }
    .nav-contacts-popup .form--wrap p {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 21px;
      color: #2C2C2C; }
    .nav-contacts-popup .form--wrap form {
      position: relative; }
      .nav-contacts-popup .form--wrap form .holder-input {
        margin-bottom: 25px; }
        .nav-contacts-popup .form--wrap form .holder-input input {
          height: 30px;
          font-size: 16px;
          line-height: 19px; }
      .nav-contacts-popup .form--wrap form .link {
        padding-top: 5px;
        font-size: 16px;
        line-height: 19px;
        color: #2C2C2C;
        opacity: 0.5;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        .nav-contacts-popup .form--wrap form .link i {
          font-size: 12px; }
      .nav-contacts-popup .form--wrap form .nav-form-btn {
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        .nav-contacts-popup .form--wrap form .nav-form-btn:hover .link {
          color: #B84C2A;
          opacity: .8;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
        .nav-contacts-popup .form--wrap form .nav-form-btn:hover .icon-arrow {
          color: #B84C2A;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          opacity: .8; }
        .nav-contacts-popup .form--wrap form .nav-form-btn:active .link, .nav-contacts-popup .form--wrap form .nav-form-btn:focus .link {
          color: #9D3A1A;
          opacity: 1; }
        .nav-contacts-popup .form--wrap form .nav-form-btn:active .icon-arrow, .nav-contacts-popup .form--wrap form .nav-form-btn:focus .icon-arrow {
          color: #9D3A1A;
          opacity: 1; }
        .nav-contacts-popup .form--wrap form .nav-form-btn .icon-arrow {
          margin: 0 0 0 10px;
          font-size: 12px;
          line-height: 12px;
          color: #2C2C2C;
          opacity: 0.5;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear; }
      .nav-contacts-popup .form--wrap form .wpcf7-response-output {
        display: none !important;
        font-size: 14px;
        line-height: 21px; }
      .nav-contacts-popup .form--wrap form .wpcf7-not-valid-tip {
        display: none !important; }
      .nav-contacts-popup .form--wrap form .ajax-loader {
        display: none !important; }
      .nav-contacts-popup .form--wrap form.invalid .holder-input input {
        border-color: #E5001C; }
      .nav-contacts-popup .form--wrap form.sent .nav-form-btn {
        display: none; }
      .nav-contacts-popup .form--wrap form.sent .wpcf7-response-output {
        display: block !important; }

.nav-contacts-popup a {
  color: #2C2C2C;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }

.nav-contacts-popup a:hover {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: underline; }

.nav-phone {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap; }

.nav-email {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px; }

.nav-email a {
  display: block; }

.nav-socials {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 0;
  line-height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

#nav .nav-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#nav .nav-socials li {
  margin: 0;
  font-size: 0;
  line-height: 0; }

.nav-socials a {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.nav-socials a:hover {
  -webkit-filter: invert(32%) sepia(44%) saturate(1527%) hue-rotate(339deg) brightness(97%) contrast(89%);
          filter: invert(32%) sepia(44%) saturate(1527%) hue-rotate(339deg) brightness(97%) contrast(89%);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.nav-socials .ic-messenger {
  background-image: url("../images/icon-messengeer.svg"); }

.nav-socials .ic-whatsapp {
  background-image: url("../images/icon-whatsapp.svg"); }

.nav-socials .ic-viber {
  background-image: url("../images/icon-viber.svg"); }

.nav-copyright {
  display: none; }

.index .nav-btn {
  color: white;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5); }

.index .nav-btn:hover {
  color: #B84C2A;
  background: rgba(184, 76, 42, 0.05);
  border: 1px solid #B84C2A; }

.index .nav-btn:hover::after {
  border-color: #B84C2A; }

.index .nav-btn::after {
  border-color: white; }

.index #nav .nav-contacts a {
  color: black; }

.index #nav .nav-contacts a:hover {
  color: #B84C2A; }

.contacts-socials {
  margin-top: 23px;
  font-size: 0;
  line-height: 0; }
  .contacts-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contacts-socials ul li:not(:last-of-type) {
      margin-right: 30px; }
    .contacts-socials ul a {
      display: block;
      font-size: 0;
      line-height: 0;
      width: 25px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
      .contacts-socials ul a.ic-messenger {
        background-image: url(../images/icon-messengeer.svg); }
      .contacts-socials ul a.ic-whatsapp {
        background-image: url(../images/icon-whatsapp.svg); }
      .contacts-socials ul a.ic-viber {
        background-image: url(../images/icon-viber.svg); }

.contacts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 90px - 90px - 103px); }
  .contacts-holder .container {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .contacts-holder .map {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.btn-map_full {
  position: absolute;
  left: 0;
  bottom: 27px;
  margin-left: 25px;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: Stolzl;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #232323;
  cursor: pointer;
  border: none; }
  .btn-map_full a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    height: 100%;
    color: white; }

.holder-control-zoom {
  margin-right: 60px; }

/* =============================================================================
    HasLayot
    ========================================================================== */
.group:after {
  display: block;
  content: "";
  clear: both; }

@media screen and (max-width: 1920px) {
  #wrapper:before {
    left: 100px;
    margin: 0; }
  #wrapper:after {
    right: 100px;
    margin: 0; } }

.materials-main {
  min-height: 840px;
  position: relative;
  background-image: url("../images/banner-materials.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.materials-content .content-text {
  padding-top: 0; }

.materials__description {
  margin-bottom: 100px; }
  .materials__description p {
    margin-bottom: 0;
    color: #2C2C2C; }

.materials__title {
  font-size: 40px;
  line-height: 60px;
  font-weight: 400; }

.materials--wrap {
  max-width: 1136px;
  margin: 0 auto 100px; }

.materials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .materials-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 16px;
    width: 25%;
    min-height: 365px;
    border: 1px solid #E5E5E5;
    border-left: none; }
    .materials-list__item:nth-child(4n + 1) {
      border-left: 1px solid #E5E5E5; }
    .materials-list__item:nth-child(n + 5) {
      border-top: none; }
  .materials-list__img {
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .materials-list__img img {
      width: 100%;
      height: 100%;
      max-height: 200px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .materials-list__title {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #2C2C2C;
    text-align: center; }

@media screen and (max-width: 1600px) {
  body {
    font-size: 20px;
    line-height: 30px; }
  #main {
    padding-top: 70px; }
  .index #header.fixed {
    padding: 9px 0; }
  .index #header.fixed .logo {
    width: 77px;
    height: 49px; }
  #nav li {
    margin: 0 0 0 35px;
    font-size: 17px; }
  .nav-btn {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 22px; }
  .promo-video {
    background-position: 40% 0; }
  .promo-video .holder-text {
    padding: 20px 11% 0; }
  h1 {
    font-size: 100px;
    line-height: 90px; }
  .sale {
    min-height: 708px; }
  .sale h2 {
    margin-top: 130px; }
  h2 {
    font-size: 60px;
    line-height: 1; }
  .sale-list a {
    height: 420px;
    padding: 46px 0 0; }
  .sale-list span {
    font-size: 30px;
    max-width: 250px; }
  .sale-list .holder-img {
    overflow: hidden;
    margin: 0 0 0 38%; }
  .our-projects.container {
    padding-top: 100px;
    min-height: 742px; }
  .project .holder-block:first-child {
    padding-top: 30px; }
  .link {
    font-size: 20px; }
  .link i {
    margin: 0 0 0 3px;
    font-size: 16px; }
  .project .holder-block {
    margin: 0 0 30px; }
  .slider-insurance {
    margin: 0 -340px 0 0; }
  .holder-button {
    left: 50%;
    top: 62px;
    margin: 0; }
  .slider-project {
    margin: 0 0 15px; }
  .location-section {
    min-height: 715px; }
  .location-object {
    padding: 60px 0 50px; }
  .location-object .holder-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 226px;
            flex: 0 0 226px;
    padding: 0 0 0 22px; }
  .location-object .holder-title {
    margin-top: 70px;
    padding: 0; }
  .map {
    height: 419px; }
  .holder-control-zoom {
    right: 60px !important;
    bottom: 30px !important; }
  .half-img .holder-block {
    padding: 0 9% 0 0; }
  .half-img h2 {
    margin-top: 130px; }
  .half-img .holder-text {
    padding-top: 50px;
    padding-bottom: 30px; }
  .main-form {
    height: calc(100vh - 427px); }
  .main-form .holder-title {
    margin-top: 0; }
  textarea {
    margin: 0 0 40px; }
  #footer {
    padding: 99px 0 0; }
  .log-f {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 143px;
            flex: 0 0 143px;
    width: 143px;
    height: 90px; }
  .nav-footer {
    font-size: 20px; }
  #footer .title {
    margin: 0 0 25px; }
  .top-footer {
    padding: 0 0 55px; }
  .bottom-footer {
    padding: 46px 0; }
  #header {
    padding: 9px 0; }
  .index-logo,
  .logo {
    width: 77px;
    height: 49px; }
  .holder-main {
    padding-top: 73px; }
  .holder-bread-crumbs {
    padding: 21px 0; }
  h3 {
    font-size: 50px; }
  .content-text {
    padding: 110px 0 0;
    max-width: 874px; }
  .text-content {
    max-width: 874px;
    margin: 0 auto 100px; }
  .promo-img {
    margin: 0 0 100px; }
  .description-promo {
    max-width: 874px;
    margin: 0 auto 100px; }
  h4 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 29px; }
  .house-block {
    margin: 0 -15px 103px; }
  .holder-contact {
    margin: 0 0 66px; }
  .holder-contact .title {
    margin: 0 0 11px; }
  .section-video h2 {
    margin: 0 0 92px; }
  .holder-video {
    max-width: 874px;
    margin: 0 auto 50px; }
  .play-btn:before {
    width: 132px;
    height: 132px; }
  .play-btn {
    margin: 0 0 22px; }
  .holder-video .title {
    font-size: 40px; }
  .section-video {
    padding: 0 0 55px; }
  .filter .holder-title {
    margin: 0 0 50px; }
  .button {
    margin: 0 0 12px 27px;
    font-size: 20px; }
  .promo-inner {
    height: calc(var(--app-height) - 70px - 72px);
    padding: 30px 0 56px;
    margin: 0 0 57px; }
  .argument {
    font-size: 40px; }
  .parameter .title {
    margin: 0 0 20px; }
  .specification {
    margin: 0 -15px 20px; }
  .gallery-img {
    margin: 0 -15px 72px; }
  .content-promo {
    margin: 0 0 102px; }
  .slider-layout {
    padding: 0 11% 0 4%; }
  .gallery-top {
    margin: 0 0 48px; }
  .other {
    padding: 45px 0 0; }
  .other h2 {
    margin: 0 0 48px; }
  .other .gallery-img {
    margin-bottom: 0; }
  .btn {
    margin-top: 15px; }
  .promo-inner h2 {
    font-size: 60px;
    line-height: 54px; }
  .promo-item-category {
    margin-bottom: 17px; }
  .promo-item-amount {
    font-size: 40px;
    line-height: 36px; }
  .promo-list-inner {
    margin-right: 91px; }
  .promo-list-inner .promo-item-amount::after {
    margin-left: 22px; }
  .nav-contacts-popup {
    padding: 20px; }
    .nav-contacts-popup .form--wrap::before {
      bottom: -20px;
      height: calc(100% + 20px); }
  .nav-socials a {
    width: 28px;
    height: 28px; }
  .slider-insurance img {
    height: 364px;
    -o-object-fit: cover;
       object-fit: cover; }
  .contacts-holder {
    height: calc(100vh - 70px - 72px - 73px); }
  .holder-control-zoom {
    margin-right: 42px; }
  .materials-main {
    margin-bottom: 57px;
    min-height: 700px; }
  .materials-content .content-text {
    margin-bottom: 30px; }
  .materials-content .main-form {
    margin-top: 100px; }
  .materials__description {
    margin-bottom: 80px; }
  .materials--wrap {
    margin-top: 50px;
    margin-bottom: 80px;
    max-width: 874px; }
  .materials-list__item {
    min-height: 281px;
    padding: 22px 16px; }
  .materials-list__img {
    margin-bottom: 24px; }
    .materials-list__img img {
      max-height: 160px; }
  .materials-list__title {
    font-size: 16px;
    line-height: 24px; } }

@media screen and (min-width: 1600px) and (max-width: 1840px) {
  #nav li {
    margin-left: 30px;
    font-size: 18px; } }

@media screen and (min-width: 1400px) and (max-width: 1562px) {
  #nav li {
    margin-left: 20px;
    font-size: 15px; } }

@media screen and (max-width: 1400px) {
  body {
    font-size: 18px;
    line-height: 27px; }
  #wrapper:before {
    left: 40px; }
  #wrapper:after {
    right: 40px; }
  #header {
    padding: 10px 0; }
  .index #header.fixed {
    padding: 10px 0; }
  .our-projects.container {
    padding-top: 60px;
    min-height: 540px; }
  .container {
    padding: 0 40px; }
  .index .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
    width: 77px;
    height: 50px; }
  .index #header {
    padding: 25px 0; }
  #nav li {
    margin: 0 0 0 25px;
    font-size: 14px; }
  .nav-btn {
    padding: 14px 13px;
    padding-right: calc(15px + 9px + 13px);
    font-size: 14px;
    line-height: 17px; }
  .nav-btn::after {
    right: 13px;
    top: calc(100% / 2 - 3px); }
  .promo-video {
    padding: 100px 0; }
  .promo-video .holder-text {
    padding: 20px 25% 0 100px; }
  h1 {
    font-size: 70px;
    line-height: 63px; }
  .sale {
    min-height: 545px; }
  .sale h2 {
    margin-top: 60px; }
  h2 {
    font-size: 40px; }
  .sale-list a {
    height: 387px;
    padding: 30px 0 0; }
  .sale-list span {
    font-size: 25px;
    max-width: 220px; }
  .sale-list p {
    display: none;
    opacity: 0;
    margin: 0 0 40px; }
  .link {
    font-size: 18px; }
  .link i {
    margin: 0 0 0 5px;
    font-size: 12px; }
  .project {
    margin: 0 -10px 20px; }
  .project .holder-block:first-child {
    padding-top: 0; }
  .slider-project .holder-text {
    padding: 11px 0; }
  .location-section {
    min-height: 536px; }
  .location-object {
    padding: 60px 0 35px; }
  .location-object .holder-title {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    width: 51%; }
  .location-object .holder-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51%;
            flex: 0 0 51%;
    width: 51%;
    padding: 0 0 0 15px; }
  .location {
    margin: 0 0 31px; }
  .map {
    height: 385px; }
  .half-img .holder-text {
    padding-top: 20px;
    padding-bottom: 45px; }
  .half-img h2 {
    margin-top: 60px; }
  .main-form {
    height: calc(100vh - 300px); }
  .main-form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .main-form .holder-title {
    padding: 15px 20px 0 0; }
  .holder-button-form {
    display: block; }
  .wpcf7-display-none {
    margin: 0 0 20px; }
  #footer {
    padding: 60px 0 0; }
  .log-f {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
    width: 77px;
    height: 50px; }
  .nav-footer {
    padding: 0 0 0 25%; }
  .nav-footer {
    font-size: 18px; }
  #footer .title {
    margin: 0 0 25px; }
  .top-footer {
    padding: 0 0 17px; }
  .bottom-footer {
    padding: 27px 0; }
  .holder-main {
    padding-top: 64px; }
  .content-text {
    padding: 52px 0 0;
    max-width: 622px; }
  .text-content {
    max-width: 622px; }
  h3 {
    font-size: 30px; }
  .promo-img {
    margin: 0 0 100px; }
  .description-promo {
    max-width: 622px;
    margin: 0 auto 100px; }
  .house-block .holder-text {
    padding: 0 8%; }
  .house-block.revers .holder-text {
    padding: 0 8% 0 0; }
  h4 {
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 21px; }
  .house-block {
    margin: 0 -15px 70px; }
  .section-contact h2 {
    width: 33%; }
  .section-video h2 {
    margin: 0 0 58px; }
  .holder-video {
    max-width: 622px;
    margin: 0 auto 55px; }
  .holder-video .title {
    font-size: 28px; }
  .play-btn {
    margin: 0 0 18px; }
  .play-btn:before {
    width: 100px;
    height: 100px; }
  .section-video {
    padding: 0 0 48px; }
  .button {
    margin: 0 0 10px 27px;
    font-size: 18px; }
  .filter .holder-title {
    margin: 0 0 80px; }
  .element-item {
    margin-bottom: 50px; }
  .element-item .holder-img {
    height: 370px; }
  .filter {
    margin: 0 0 90px; }
  .promo-inner {
    padding: 10px 0 33px;
    margin: 0 0 37px; }
  .parameter {
    float: none;
    width: 100%;
    margin: 0 0 47px; }
  .argument {
    font-size: 28px; }
  .parameter .title {
    margin: 0 0 12px; }
  .specification .holder-text {
    font-size: 20px;
    line-height: 1.5;
    padding: 0; }
  .specification {
    margin: 0 -15px 0; }
  .specification .holder-block {
    margin: 0 0 46px; }
  .gallery-img {
    margin: 0 -15px 44px; }
  .content-promo {
    margin: 0 0 71px; }
  .slider-layout {
    max-width: 452px;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 0; }
  .gallery-top {
    margin: 0 0 52px; }
  .gallery-thumbs {
    margin: 0 auto 97px; }
  .holder-layout .holder-block {
    padding: 0 30px 0 0; }
  .holder-layout .block {
    margin: 0 0 25px; }
  .other {
    padding: 54px 0; }
  .other h2 {
    margin: 0 0 57px; }
  .gallery-img .holder-text {
    padding: 18px 0;
    font-size: 20px;
    line-height: 1; }
  .holder-block.holder-btn {
    float: left;
    padding-right: 0;
    width: 100%; }
  .holder-btn .btn {
    margin: 15px auto 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .promo-inner h2 {
    font-size: 40px;
    line-height: 36px; }
  .slider-insurance img {
    height: 257px; }
  .contacts-holder {
    height: calc(100vh - 69px - 69px - 64px); }
  .btn-map_full {
    margin-left: -34px; }
  .holder-control-zoom {
    margin-right: -19px; }
  .materials-main {
    margin-bottom: 100px;
    min-height: 628px; }
  .materials-content {
    padding-top: 0; }
  .materials__description {
    margin-bottom: 60px; }
  .materials__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 42px; }
  .materials--wrap {
    margin-bottom: 50px;
    max-width: 622px; }
  .materials-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .materials-list__item {
      width: calc(100% / 3);
      min-height: 267px; }
      .materials-list__item:nth-child(4n + 1) {
        border-left: none; }
      .materials-list__item:nth-child(3n + 1) {
        border-left: 1px solid #E5E5E5; }
      .materials-list__item:nth-child(n + 4) {
        border-top: none; }
    .materials-list__img img {
      max-height: 146px; } }

@media screen and (max-width: 1025px) {
  .slider-insurance.swiper-container-initialized {
    cursor: none; }
  .slider-insurance .holder-slide {
    cursor: pointer; }
  .slider-insurance {
    margin: 0;
    padding: 30px 0 53px; }
  .holder-button {
    display: none; }
  .slider-insurance .swiper-wrapper {
    display: block;
    max-width: 622px;
    margin: 0 auto; }
  .element-item .holder-img {
    height: 263px; }
  .icons-list .icons-list-item::before {
    width: 25px;
    height: 25px; }
  .holder-btn .btn {
    margin-top: 40px; }
  .promo-video .holder-text {
    padding: 20px 13% 0; }
  .promo-item-amount {
    font-size: 28px;
    line-height: 25px; }
  .promo-list-inner .promo-item-amount::after {
    margin-left: 15px; }
  .promo-list-inner .promo-item:not(:last-child)::after {
    height: 30px;
    top: calc(100% / 2 - 30px / 2); }
  #nav li {
    margin: 0 0 0 15px;
    font-size: 13px; }
  .nav-contacts-popup {
    width: 223px; }
    .nav-contacts-popup .form--wrap {
      padding-top: 20px; }
      .nav-contacts-popup .form--wrap p {
        font-size: 12px;
        line-height: 18px; }
      .nav-contacts-popup .form--wrap form .holder-input {
        margin-bottom: 20px; }
      .nav-contacts-popup .form--wrap form .holder-input input {
        height: 28px;
        font-size: 14px;
        line-height: 17px; }
      .nav-contacts-popup .form--wrap form .link {
        font-size: 14px;
        line-height: 17px; }
  .nav-btn {
    padding: 14px 10px;
    padding-right: calc(15px + 9px + 13px);
    font-size: 14px;
    line-height: 17px; }
  .nav-btn::after {
    right: 15px; }
  .nav-phone {
    font-size: 18px;
    line-height: 21px; }
  .nav-email {
    font-size: 14px;
    line-height: 21px; }
  .our-projects.container {
    height: auto;
    min-height: auto; }
  .project {
    margin-bottom: 66px; }
  .project p {
    margin-bottom: 50px; }
  .slider-insurance img {
    height: 348px; }
  .swiper-slide {
    margin-bottom: 30px; }
  .location-section {
    min-height: 608px; }
  .location-object {
    padding-bottom: 102px; }
  .location-object .holder-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%; }
  .half-img p {
    margin-bottom: 50px; }
  .half-img .holder-text {
    padding-top: 60px; }
  .bottom-footer {
    padding: 37px 0; }
  #footer .title {
    margin-bottom: 33px; }
  .top-footer {
    padding-bottom: 69px; }
  .main-form {
    height: calc(100vh - 380px); }
  .promo-inner {
    height: calc(var(--app-height) - 69px - 69px); }
  .materials-main {
    margin-bottom: 73px;
    min-height: 883px; }
  .materials-content .content-text {
    max-width: 452px;
    margin: 0 auto 20px; }
    .materials-content .content-text h3 {
      font-size: 28px; } }

@media screen and (max-width: 991px) {
  .promo-video .container {
    padding-top: 100px; }
  h1 {
    font-size: 50px; }
  .promo-video .holder-text {
    padding: 0 17%; }
  .sale {
    height: auto; }
  .sale h2 {
    margin: 0;
    padding-top: 60px;
    height: 25vh; }
  .sale-list {
    display: block; }
  .sale-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 25vh;
    width: 100%;
    display: block;
    overflow: hidden;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .sale-list a {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
  .sale-list span {
    margin: 0 0 5px; }
  .sale-list .holder-text {
    padding: 0 20px 0 30px; }
  .sale-list .holder-img {
    -ms-flex-item-align: end;
        align-self: flex-end;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 288px; }
    .sale-list .holder-img img.v--desktop {
      display: none; }
    .sale-list .holder-img img.v--tablet {
      display: block; }
  .project {
    margin: 0 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .project .holder-block {
    float: none;
    width: auto;
    padding: 0; }
  .project .holder-block:nth-child(2) {
    max-width: 455px;
    margin: 0 auto;
    padding: 28px 0 0 0; }
  .slider-insurance .swiper-wrapper {
    max-width: 100%; }
  .slider-project .holder-text {
    padding: 16px 0; }
  .slider-project .swiper-slide {
    margin: 0 0 13px; }
  .slider-insurance {
    padding: 30px 0 6px; }
  .location-object .container {
    display: block; }
  .location-object .holder-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 0 40px; }
  .location-object {
    padding: 60px 0 70px; }
  .map {
    height: 511px; }
  .half-img {
    overflow: hidden; }
  .half-img:before {
    display: none; }
  .half-img .container {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .half-img .holder-block {
    padding: 62px 0 76px 0;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto; }
  .half-img .holder-img {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100vw;
    position: static;
    margin: 0 -40px; }
  .half-img h2 {
    margin: 0 0 100px; }
  .half-img .holder-text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 455px;
    margin: 0 auto;
    padding-top: 0;
    max-height: unset;
    padding-bottom: 0; }
  .half-img .holder-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .main-form .container {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .main-form form {
    padding: 0; }
  .main-form .holder-title {
    padding: 15px 20px 48px 0; }
  .main-form {
    height: calc(100vh - 513px);
    min-height: 452px; }
  .top-footer {
    display: block; }
  .nav-footer {
    padding: 0;
    margin: 0 -10px; }
  .log-f {
    margin: 0 0 88px; }
  .top-footer {
    padding: 0 0 64px; }
  .content-text {
    padding: 82px 0 0;
    max-width: 100%;
    margin: 0 auto 70px; }
  .house-block {
    display: block; }
  .house-block .holder-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%; }
  .house-block.revers .holder-text,
  .house-block .holder-text {
    padding: 61px 0 0;
    max-width: 452px;
    margin: 0 auto; }
  .house-block {
    margin: 0 -15px 98px; }
  .description-promo {
    max-width: 452px;
    margin: 0 auto 100px; }
  .section-contact h2 {
    float: none;
    width: 100%;
    margin: 0 0 61px; }
  .holder-contact {
    margin: 0 -15px 76px; }
  .holder-contact .title {
    margin: 0 0 15px; }
  .holder-video {
    max-width: 100%;
    margin: 0 auto 36px; }
  .section-video {
    padding: 0 0 73px; }
  .filter .holder-title {
    margin: 0 0 95px; }
  .grid .holder-text {
    padding: 14px 0; }
  .filter {
    margin: 0 0 84px; }
  .promo-inner {
    background-size: contain; }
  .specification .holder-block {
    float: none;
    width: 100%; }
  .parameter {
    float: left;
    width: 50%; }
  .specification .holder-block {
    margin: 0 0 37px; }
  .specification .holder-text {
    max-width: 590px; }
  .specification {
    margin: 0 -15px 20px; }
  .gallery-img .holder-img {
    float: none;
    width: 100%; }
  .gallery-img {
    margin: 0 -15px 0; }
  .description-promo.clone {
    max-width: 570px;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0 0 36px; }
  .gallery-top {
    margin: 0 0 65px; }
  .gallery-img .holder-text {
    padding: 22px 0 2px; }
  .other {
    padding: 54px 0 66px; }
  .element-item .holder-img {
    height: 190px; }
  .icons-list .icons-list-item {
    margin-right: 20px; }
  .icons-list .icons-list-item::before {
    margin-right: 14px;
    width: 22px;
    height: 22px; }
  .promo-item-category {
    font-size: 14px;
    line-height: 13px; }
  .promo-item-amount {
    font-size: 20px;
    line-height: 18px; }
  .promo-list-inner .promo-item-amount::after {
    width: 22px;
    height: 20px; }
  .promo-list-inner .promo-item:not(:last-child) {
    margin-right: 20px;
    padding-right: 15px; }
  .promo-list-inner {
    margin-right: 60px; }
  .promo-inner h2 {
    font-size: 30px;
    line-height: 27px; }
  .nav-btn {
    padding: 11px 10px;
    padding-right: calc(8px + 9px + 10px);
    font-size: 12px;
    line-height: 14px; }
  .nav-btn::after {
    right: 10px; }
  .slider-insurance img {
    height: 385px; }
  .location-section {
    min-height: 820px; }
  .materials__description {
    margin-bottom: 50px; }
  .materials--wrap {
    max-width: 100%; }
  .materials__title {
    font-size: 24px;
    line-height: 38px; }
  .materials-list__item {
    padding: 24px 20px;
    min-height: 295px; }
    .materials-list__item:nth-child(3n + 1) {
      border-left: none; }
    .materials-list__item:nth-child(3n) {
      border-right: none; }
    .materials-list__item:last-of-type:nth-child(3n + 1) {
      border-left: 1px solid #E5E5E5; }
  body.scroll {
    overflow: hidden; }
  .holder-nav {
    display: none; }
  .holder-nav {
    position: fixed;
    overflow-y: auto;
    top: 0;
    height: 100%;
    left: -9999px;
    opacity: 0;
    width: 100%;
    background-color: #232323;
    z-index: 250;
    display: block;
    -webkit-transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
    -o-transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
    transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .holder-nav.open {
    left: 0;
    opacity: 1; }
  .closed-menu {
    display: block;
    position: absolute;
    right: 40px;
    top: 25px;
    font-size: 30px;
    line-height: 1; }
  .open-menu {
    display: block;
    background: url("../images/menu-black.svg") no-repeat;
    width: 20px;
    height: 14px; }
  .index .open-menu {
    background: url("../images/menu.svg") no-repeat; }
  #wrapper:after,
  #wrapper:before {
    display: none; }
  .logo-menu {
    position: absolute;
    left: 40px;
    top: 18px;
    display: block;
    background: url("../images/logo-menu.svg") no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 32px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0; }
  .logo-menu a {
    display: block;
    height: 100%; }
  #nav {
    height: var(--app-height);
    padding: 81px 0 0;
    background-color: #FFFFFF;
    outline: 1px solid red; }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    text-align: center;
    padding: 0 0 0; }
  #nav li {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    font-size: 28px;
    line-height: 33px; }
  #nav .nav-contacts {
    margin-top: 15px;
    margin-bottom: 0; }
  #nav a {
    color: #000000 !important; }
  .nav-contacts {
    display: block;
    background: #232323;
    text-align: center; }
  .nav-btn {
    display: none; }
  .nav-contacts-popup {
    position: initial;
    display: grid;
    grid-template-areas: "phone socials" "email .";
    width: 100%;
    padding: 40px 40px 25px;
    background: #232323;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #nav .nav-contacts a {
    color: white !important; }
  #nav .nav-socials ul {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #nav .nav-socials ul li {
      margin-left: 55px;
      width: auto; }
  #nav li.current-menu-item a {
    color: #B84C2A !important; }
  .nav-contacts-popup {
    padding-bottom: 0; }
    .nav-contacts-popup .form--wrap {
      margin-top: 10px;
      margin-bottom: 25px;
      grid-column: span 2;
      padding-top: 0;
      text-align: left; }
      .nav-contacts-popup .form--wrap::before {
        content: none; }
      .nav-contacts-popup .form--wrap p {
        display: none; }
      .nav-contacts-popup .form--wrap form fieldset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .nav-contacts-popup .form--wrap form .holder-input {
        margin-bottom: 40px;
        width: calc(100% / 2 - 20px / 2); }
        .nav-contacts-popup .form--wrap form .holder-input input {
          height: 60px;
          font-size: 18px;
          line-height: 22px;
          color: #FFFFFF;
          opacity: 0.2;
          border-bottom-color: rgba(255, 255, 255, 0.23); }
          .nav-contacts-popup .form--wrap form .holder-input input::-webkit-input-placeholder {
            color: #FFFFFF;
            opacity: 1; }
          .nav-contacts-popup .form--wrap form .holder-input input::-moz-placeholder {
            color: #FFFFFF;
            opacity: 1; }
          .nav-contacts-popup .form--wrap form .holder-input input:-ms-input-placeholder {
            color: #FFFFFF;
            opacity: 1; }
          .nav-contacts-popup .form--wrap form .holder-input input::-ms-input-placeholder {
            color: #FFFFFF;
            opacity: 1; }
          .nav-contacts-popup .form--wrap form .holder-input input::placeholder {
            color: #FFFFFF;
            opacity: 1; }
      .nav-contacts-popup .form--wrap form .nav-form-btn {
        width: 100%; }
        .nav-contacts-popup .form--wrap form .nav-form-btn .icon-arrow {
          color: #FFFFFF;
          opacity: .5; }
      .nav-contacts-popup .form--wrap form .link {
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        opacity: .5; }
  .nav-phone {
    margin-bottom: 15px;
    grid-area: phone;
    font-size: 20px;
    line-height: 25px; }
  .nav-email {
    grid-area: email;
    font-size: 18px;
    line-height: 27px; }
  .nav-socials {
    margin-bottom: 0;
    padding-top: 0;
    grid-area: socials;
    border: none; }
  .nav-socials a {
    -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(192deg) brightness(103%) contrast(100%);
            filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(192deg) brightness(103%) contrast(100%); }
  .nav-copyright {
    position: relative;
    grid-column: span 2;
    padding: 15px 0;
    text-align: left;
    display: block;
    color: #FFFFFF; }
    .nav-copyright::before {
      position: absolute;
      content: '';
      top: 0;
      left: -20px;
      right: -20px;
      width: calc(100% + 20px * 2);
      height: 100%;
      background: #1C1C1C; }
    .nav-copyright p {
      margin-bottom: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      opacity: .3; }
  .half-img .holder-img {
    margin: 0 -10px;
    background-color: transparent; }
  .promo-video {
    min-height: 568px; } }

@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
    line-height: 21px; }
  .container {
    padding: 0 10px; }
  .index #header {
    padding: 18px 0; }
  .index .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
    width: 68px;
    height: 44px; }
  .promo-video {
    padding: 80px 0; }
  .promo-video .holder-text {
    padding: 0; }
  h1 {
    font-size: 30px;
    line-height: 32px; }
  h2 {
    font-size: 25px; }
  .sale {
    height: 100vh;
    min-height: 568px; }
  .sale h2 {
    height: calc(var(--app-height) / 4);
    min-height: 142px;
    padding-top: 30px; }
  .sale-list span {
    font-size: 24px;
    margin: 0 0 1px 0;
    max-width: 100%; }
  .sale-list .holder-text {
    padding: 0;
    position: relative;
    z-index: 1; }
  .sale-list .holder-img {
    max-width: 170px; }
    .sale-list .holder-img img.v--tablet {
      display: none; }
    .sale-list .holder-img img.v--mobile {
      display: block; }
  .sale-list li {
    height: calc(var(--app-height) / 4);
    min-height: 142px;
    padding: 0; }
  .sale-list a {
    position: relative;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sale-list .holder-img {
    position: absolute;
    bottom: 0;
    right: 0; }
  .project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .project .holder-block {
    padding: 0 !important;
    margin: 0; }
  .project p {
    margin: 0 0 30px; }
  .link {
    font-size: 16px; }
  .project {
    margin: 0 0 33px; }
  .slider-project .holder-text {
    font-size: 16px; }
  .slider-project .holder-text {
    padding: 14px 0; }
  .slider-insurance {
    padding: 30px 0 0; }
  .location-object .holder-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .location-object .holder-block {
    padding: 0;
    font-size: 12px;
    line-height: 14px; }
  .location-object .holder-title {
    padding: 0 0 17px; }
  .location {
    font-size: 16px;
    margin: 0 0 15px; }
  .location i {
    font-size: 12px;
    margin: 0 5px 0 0; }
  .location-object p {
    margin: 0 0 22px; }
  .location-object {
    padding: 30px 0 33px; }
  .map {
    height: 100vh;
    min-height: 568px; }
  .holder-control-zoom {
    display: none; }
  .half-img {
    min-height: 568px; }
  .half-img .holder-block {
    padding: 31px 0 15px 0; }
  .half-img h2 {
    margin: 0 0 19px; }
  .half-img p {
    margin: 0 0 33px; }
  .main-form {
    padding: 18px 0 74px; }
  .group-input .holder-input {
    float: none;
    width: 100%; }
  .holder-input {
    margin: 0 0 20px; }
  .main-form .holder-title {
    padding: 15px 0 17px 0; }
  .holder-input input {
    font-size: 14px;
    height: 44px; }
  textarea {
    margin: 0 0 32px;
    font-size: 14px;
    height: 44px; }
  .main-form {
    height: auto;
    padding: 18px 0 31px; }
  #footer {
    padding: 29px 0 0; }
  .top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 8px; }
  .log-f {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
            flex: 0 0 105px;
    width: 105px;
    height: 68px; }
  .nav-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
    display: block; }
  .nav-footer .holder-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%; }
  .nav-footer {
    font-size: 14px; }
  #footer .title {
    margin: 0 0 12px; }
  .bottom-footer {
    font-size: 12px;
    padding: 24px 0; }
  .holder-policy li {
    font-size: 12px;
    margin: 0 0 0 14px; }
  #main {
    padding-top: 50px; }
  .index #header.fixed .open-menu {
    background: url(../images/menu-black.svg) no-repeat; }
  .index #header.fixed .logo {
    width: 47px;
    height: 30px; }
  .logo {
    width: 47px;
    height: 30px; }
  .holder-main {
    padding-top: 30px; }
  .holder-bread-crumbs {
    padding: 14px 0; }
  .content-text {
    padding: 13px 0 0;
    max-width: 100%;
    margin: 0 auto 40px; }
  h3 {
    font-size: 18px; }
  .promo-img {
    margin: 0 0 50px; }
  .description-promo {
    margin: 0 auto 50px; }
  h4 {
    font-size: 16px;
    margin: 0 0 14px; }
  .house-block.revers .holder-text, .house-block .holder-text {
    padding: 30px 0 0; }
  .house-block {
    margin: 0 -15px 49px; }
  .holder-contact {
    display: block; }
  .holder-contact .holder-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 0 0 23px; }
  .section-contact h2 {
    margin: 0 0 33px; }
  .holder-contact .btn-map {
    display: inline-block;
    vertical-align: top; }
  .section-video h2 {
    margin: 0 0 51px; }
  .holder-video {
    margin: 0 auto 30px; }
  .play-btn {
    margin: 0 0 14px; }
  .play-btn:before {
    width: 50px;
    height: 50px; }
  .holder-video .title {
    font-size: 16px; }
  .section-video {
    padding: 0 0 4px; }
  .filter-button {
    position: relative; }
  .filter-button-active {
    position: relative;
    display: block;
    width: 110px;
    margin: 0 0 7px;
    padding: 0 16px 0 0;
    color: #B84C2A;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase; }
  .filter-button-active:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 0 0;
    background: url("../images/down.svg") no-repeat;
    width: 10px;
    height: 6px; }
  .filter-button.active .filter-button-active:before {
    transform: rotate(-180deg) rotateY(0deg);
    -webkit-transform: rotate(-180deg) rotateY(0deg);
    -moz-transform: rotate(-180deg) rotateY(0deg);
    -o-transform: rotate(-180deg) rotateY(0deg);
    -ms-transform: rotate(-180deg) rotateY(0deg); }
  .filters-button-group {
    display: none;
    position: absolute;
    width: 110px;
    background: #FFFFFF;
    z-index: 1;
    right: 0;
    top: 100%; }
  .button {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1; }
  .element-item {
    width: 100%;
    margin-bottom: 40px; }
  .filter .holder-title {
    margin: 0 0 30px; }
  .element-item .holder-block {
    padding-top: 17px; }
  .element-item .holder-text .holder-block {
    padding-top: 0; }
  .grid .holder-text {
    padding: 10px 0;
    font-size: 16px; }
  .filter {
    margin: 0 0 16px; }
  .promo-inner {
    min-height: 195px;
    padding: 0;
    margin: 0 0 11px;
    background-size: cover; }
  .parameter {
    float: none;
    width: 100%;
    margin: 0 0 23px; }
  .argument {
    font-size: 16px; }
  .parameter .title {
    margin: 0 0 9px; }
  .argument sup {
    font-size: 10px; }
  .specification .holder-text {
    font-size: 14px; }
  .specification .holder-block {
    margin: 0 0 21px; }
  .gallery-img .holder-img {
    margin: 0 0 20px; }
  .content-promo {
    margin: 0 0 41px; }
  .description-promo.clone {
    font-size: 14px;
    line-height: 1.5; }
  .description-promo p {
    margin: 0 0 20px; }
  .gallery-top {
    margin: 0 0 40px; }
  .gallery-thumbs {
    margin: 0 auto 58px; }
  .holder-layout .holder-block {
    float: none;
    width: 100%; }
  .holder-layout .block {
    margin: 0 0 21px; }
  .holder-layout {
    margin: 0 0 28px; }
  .other h2 {
    margin: 0 0 26px; }
  .gallery-img .holder-text {
    font-size: 16px;
    padding: 15px 0 11px; }
  .other {
    padding: 54px 0 20px; }
  .element-item .holder-img {
    height: 168px; }
  .icons-list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .icons-list .icons-list-item::before {
    margin-right: 10px; }
  .holder-btn .btn {
    margin-top: 50px;
    margin-bottom: 50px; }
  .promo-list .promo-item .promo-item-amount .v--mobile {
    display: inline-block; }
  .promo-list-inner {
    display: none; }
  .promo-inner {
    height: 195px;
    margin-bottom: 0; }
  .promo-inner h2 {
    font-size: 25px;
    line-height: 22px; }
  .specification .holder-block.v--mobile {
    display: block; }
  .specification .icons-list {
    font-size: 16px;
    line-height: 24px; }
  .specification .border-bottom {
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
  .promo-inner .container {
    padding-bottom: 20px; }
  .promo-item-category {
    display: none; }
  .promo-item-amount {
    font-size: 16px;
    line-height: 14px; }
  .promo-item-amount.v--mobile {
    display: inline-block; }
  .half-img .holder-img .v--desktop {
    display: none; }
  .half-img .holder-img .v--mobile {
    display: block; }
  .slider-insurance img {
    height: 168px; }
  .location-section {
    height: 100vh;
    min-height: 568px; }
    .location-section .map {
      height: auto;
      min-height: 284px; }
  .contacts-holder {
    height: unset; }
    .contacts-holder .container {
      height: calc(100vh - 50px - 49px - 30px); }
  .holder-contact .title {
    opacity: .3; }
  .our-projects.container {
    padding-top: 32px; }
  .btn-map_full {
    margin-left: calc(100% / 2 - 227px / 2); }
  #nav li {
    margin: 0 0 14px;
    font-size: 20px; }
  #nav .nav-socials ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    #nav .nav-socials ul li {
      margin-left: 0; }
  .nav-contacts-popup {
    display: block;
    padding: 20px 20px 0px;
    text-align: center; }
    .nav-contacts-popup .form--wrap {
      margin-top: 0; }
      .nav-contacts-popup .form--wrap p {
        display: block;
        padding-right: 35%;
        color: #ffffff; }
      .nav-contacts-popup .form--wrap form fieldset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .nav-contacts-popup .form--wrap form .holder-input {
        margin-bottom: 25px;
        width: 100%; }
        .nav-contacts-popup .form--wrap form .holder-input input {
          height: 28px;
          font-size: 14px;
          line-height: 17px; }
      .nav-contacts-popup .form--wrap form .link {
        font-size: 14px;
        line-height: 17px; }
  .nav-email {
    margin: 18px; }
  .nav-socials {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(143, 143, 143, 0.1); }
  .closed-menu {
    right: 4px; }
  .logo-menu {
    left: 9px;
    width: 68px;
    height: 44px; }
  .materials-main {
    margin-bottom: 20px;
    min-height: 434px;
    background-image: url("../images/banner-materials-xs.jpg"); }
  .materials-content .content-text {
    margin-bottom: 15px; }
    .materials-content .content-text h3 {
      font-size: 18px;
      line-height: 27px; }
  .materials-content .main-form {
    margin-top: 70px; }
  .materials__description p {
    margin-bottom: 0; }
  .materials__title {
    font-size: 15px;
    line-height: 24px; }
  .materials--wrap {
    position: relative;
    margin-top: 24px;
    left: -10px;
    width: 100vw;
    max-width: 100vw; }
  .materials-list__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 18px;
    width: 50%;
    min-height: 206px; }
    .materials-list__item:nth-child(n + 3) {
      border-top: none; }
    .materials-list__item:nth-child(2n + 1) {
      border-left: none;
      border-right: 1px solid #E5E5E5; }
    .materials-list__item:nth-child(2n) {
      border-right: none; }
    .materials-list__item:last-of-type:nth-child(3n + 1) {
      border-left: none; }
  .materials-list__img {
    margin-bottom: 13px;
    max-height: 120px; }
  .materials-list__title {
    font-size: 12px;
    line-height: 18px; } }
