* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #010101;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #434343;
}
p {
  font-size: 20px;
  line-height: 24px;
  color: #010101;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
#button-up,
a::after,
.btn-size,
.region-header,
.header-container,
.plus-with-info .info,
.plus-with-info .plus,
ul.list-of-projects li::before,
.ui-button-icon-space::before,
.ui-button-icon-space::after,
a, button, input, select, textarea {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
}
h1 {
  font-size: 48px;
  line-height: 59px;
}
h2 {
  font-size: 40px;
  line-height: 49px;
}
strong, b {
  font-weight: 700;
}
.block-title {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 50px;
}
ul.menu,
ul.links,
.view-content ul,
.price-content ul,
.price-content li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.menu li,
ul.links li,
.view-content li {
  margin: 0;
  padding: 0;
}
.btn,
input[type=submit],
.ui-dialog .ui-dialog-buttonpane button {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 23px 25px;
  min-width: 230px;
  border-radius: 0;
  cursor: pointer;
}
.btn:hover,
input[type=submit]:hover,
input[type=submit]:hover,
.ui-dialog .ui-dialog-buttonpane button:hover {
  color: #000;
  background: #fff;
}
.btn:focus {
  color: #fff;
}
.form-item input[type=date],
.form-item input[type=email],
.form-item input[type=password],
.form-item input[type=search],
.form-item input[type=tel],
.form-item input[type=text],
.form-item input[type=number],
.form-item select,
.form-item textarea {
  border: none;
  border-bottom: 1px solid #DAD4CF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  outline: 0;
  min-width: 1px;
  box-shadow: none;
  width: 100%;
  text-align: center;
  background: transparent;
  padding: 22px 15px;
}
.form-item input[type=date]:focus,
.form-item input[type=email]:focus,
.form-item input[type=password]:focus,
.form-item input[type=search]:focus,
.form-item input[type=tel]:focus,
.form-item input[type=text]:focus,
.form-item input[type=number]:focus,
.form-item select:focus,
.form-item textarea:focus {
  background-color: #fff;
}
.form-item {
  margin-bottom: 40px;
}
select {
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* text-indent: 1px; */
  /* text-overflow: ''; */
}
select::-ms-expand {
  /* display: none; */
}
.form-item select {
}
.form-item textarea {
  resize: none;
}
.form-item input::-webkit-input-placeholder,
.form-item select::-webkit-input-placeholder,
.form-item textarea::-webkit-input-placeholder {
  color: #000;
}
.form-item input:-ms-input-placeholder,
.form-item select:-ms-input-placeholder,
.form-item textarea:-ms-input-placeholder {
  color: #000;
}
.form-item input::placeholder,
.form-item select::placeholder,
.form-item textarea::placeholder {
  color: #000;
}
label,
.label,
.form-composite > legend {
  display: block;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

/* Base */
.row {
  max-width: 1470px;
  margin: 0 auto;
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.column {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.text-center {
  text-align: center;
}
.section {
  padding: 100px 0 50px;
}
.title-with-shadow::after {
  content: attr(data-transparent);
  position: absolute;
  top: -47px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 80px;
  line-height: 96px;
  color: rgba(218, 212, 207, 0.26);
  z-index: -1;
}
/* END Base */

body:not(.path-frontpage) {
  padding-top: 150px !important;
}
body:not(.path-frontpage) .region-footer {
  margin-top: 50px;
}
.header-container {
  height: 100px;
  padding-bottom: 15px;
}
#block-main-menu .menu a,
#block-language-switcher .links a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.region-footer .menu a::after,
#block-main-menu .menu a::after,
#block-language-switcher .links a::after {
  content: '';
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 15%;
}
.region-footer .menu a:hover::after,
#block-main-menu .menu a.active::after,
#block-main-menu .menu a:hover::after {
  top: 3px;
}
#block-language-switcher .links a::after {
  top: 3px;
  left: 0;
  max-width: 100%;
}
#block-language-switcher .is-active {
  display: none;
}
#block-nova-primary-local-tasks {
  position: fixed;
  z-index: 501;
  top: 100px;
  left: 15px;
  background-color: #fff;
  padding: 10px;
}
.home-banner {
  position: relative;
  min-height: 100vh;
}
.home-banner::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-banner-content {
  color: #fff;
  text-align: center;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home-banner-content * {
  color: #fff;
}
.home-banner-content h1 {
  width: 100%;
  font-weight: 600;
  font-size: 55px;
  line-height: 67px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-banner-content h1::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FBFBFB;
  margin: 35px auto 25px;
  max-width: 750px;
}
.home-banner-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.home-banner-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.home-banner-instagram a {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  padding: 23px 66px 32px 25px;
  margin-bottom: -15px;
  background: #fff url('../images/instagram.svg') no-repeat top 23px right 18px;
}
.section-development .development-item {
  position: relative;
  padding: 60px 0 20px 27px;
  min-height: 200px;
}
.section-development .number {
  font-weight: 600;
  font-size: 40px;
  line-height: 32px;
  color: #DAD4CF;
  position: absolute;
  top: 24px;
  left: 26px;
  z-index: 3;
}
.section-development .development-item::after {
  content: '';
  width: 40px;
  height: 40px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
.section-development .development-item::before {
  content: '';
  width: 15px;
  height: 132px;
  background: url('../images/arrow-down.svg') no-repeat center/contain;
  position: absolute;
  top: -135px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.section-development .development-item.item-active::before {
  top: 35px;
  opacity: 1;
}
.section-development .development-item::after {
  animation: rotate 3s infinite;
}
#block-our-advantages {
  background: url('../images/our-advantages.jpg') no-repeat center/cover;
}
.section-our-advantages {
  padding: 100px 0;
  margin-bottom: 0;
}
.about-us-text h2 span,
.section-our-advantages .title-with-shadow span {
  position: relative;
  z-index: 2;
}
.about-us-text h2::after,
.section-our-advantages .title-with-shadow::after {
  z-index: 1;
}
.our-advantages-items {
  margin: 0 -15px;
}
.section-our-advantages li {
  counter-increment: count;
  list-style-type: none;
  max-width: 430px;
  padding: 90px 0 100px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
.section-our-advantages li > * {
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.section-our-advantages li::before {
  content: counter(count);
  width: 100%;
  font-family: 'Migha', sans-serif;
  font-weight: 900;
  font-size: 150px;
  line-height: 158px;
  color: rgba(67, 67, 67, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.section-our-advantages li.item-active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section-our-advantages li h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  max-width: 350px;
  margin: 0 auto 15px;
}
#block-header-phone .field--name-body a {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.region-footer {
  padding: 80px 0;
  background: url('../images/footer-bg.jpg') no-repeat center/cover;
}
.region-footer,
.region-footer a,
.region-footer p {
  color: #fff;
}
.region-footer .menu a {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 5px;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
#block-logo-contacts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.logo-contacts,
.logo-contacts p {
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
}
.logo-contacts a {
  font-weight: 400;
  white-space: nowrap;
}
.logo-contacts .contact {
  position: relative;
}
.logo-contacts .contact::before {
  content: '';
  display: block;
  margin: 30px 0 25px auto;
  width: 40px;
  height: 1px;
  background-color: #fff;
}
.footer-logo {
  max-width: 650px;
}
#block-header-phone .field--name-body a::before,
.logo-contacts .phone a::before {
  content: '';
  background: url('../images/phone-white.svg') no-repeat center/cover;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
#block-footer-bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-bottom .instagram a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.footer-bottom .instagram {
  display: inline-block;
}
.footer-bottom .instagram a::after {
  content: '';
  background: url('../images/instagram-white.svg') no-repeat center/cover;
  width: 23px;
  height: 23px;
  margin-left: 20px;
}
.footer-bottom {
  margin-top: 30px;
}
.footer-bottom-flex {
  margin-top: 45px;
}
.btn-discuss-project {
  position: relative;
}
.btn-discuss-project a {
  display: block;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 18px 45px;
}
.btn-discuss-project a:hover {
  background-color: #fff;
  color: #000;
}
.copyright {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}
.copyright::before {
  content: '';
  background: url('../images/copyright-white.svg') no-repeat center/cover;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
#block-about-us {
  background: url('../images/about-us-bg.jpg') no-repeat center/cover;
  padding: 100px 0;
}
.about-us-img img {
  display: block;
  width: 100%;
}
.about-us-text h2 {
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  max-width: 550px;
  margin-bottom: 55px;
  position: relative;
}
.about-us-text h2::after {
  left: -15px;
  text-align: left;
  font-size: 195px;
  white-space: nowrap;
}
.about-us-img {
  position: relative;
  z-index: 2;
}
.about-us-text,
.about-us-text p {
  line-height: 28px;
}
#button-up {
  background: #000 url('../images/arrow-up-white.svg') no-repeat center;
  border: 2px solid #000;
  width: 60px;
  height: 90px;
  position: fixed;
  right: 15px;
  bottom: -100px;
  z-index: 499;
  cursor: pointer;
}
#button-up:hover {
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
#button-up.active {
  bottom: 15px;
}
@media screen and (min-width: 1471px) {
  #button-up {
    right: calc(50% - 720px);
  }
}
.path-user .region-content {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.scroll-hide {
  overflow: hidden;
}
.project-wrapper {
  padding: 80px 0;
}
.project-wrapper .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  margin: 0 0 45px;
  position: relative;
}
.project-tabs .content-tabs {
  overflow: hidden;
}
.project-text-right.project-wrapper .title,
.project-text-right.project-wrapper .title-with-shadow::after {
  text-align: right;
}
.project-wrapper .title-with-shadow::after {
  text-align: left;
  left: -3px;
}
.project-tabs li.active {
  cursor: default;
}
ul.list-of-projects li {
  counter-increment: count;
  list-style-type: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.project-wrapper:not(.project-text-right) ul.list-of-projects li:not(:last-child) {
  margin-right: 80px;
}
.project-text-right ul.list-of-projects li:not(:last-child) {
  margin-left: 80px;
}
ul.list-of-projects li::before {
  content: counter(count);
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  background-color: #434343;
  padding-right: 3px;
  width: 50px;
  height: 53px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.project-text-right .list-of-projects {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content-tabs {
  position: relative;
}
.project-info-wrapper {
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.project-info-wrapper:not(.active-tab) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
.project-info-wrapper.active-tab {
  opacity: 1;
  position: relative;
  z-index: 2;
}
.project-info-wrapper img {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
.project-img {
  position: relative;

}
.project-img br {
  display: none;
  height: 0;
}
.project-img .plus-with-info {
  position: absolute;
  z-index: 10;
}
.plus-with-info .info {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
  width: 210px;
  overflow: hidden;
  position: relative;
  min-height: 31px;
}
.plus-with-info .info::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: .7s all ease;
  transition: .7s all ease;
}
.plus-with-info.item-active .info::after {
  top: 0;
}
.plus-with-info .info:hover::after,
.plus-with-info .plus:hover + .info::after {
  background-color: #fff;
}
.project-img .plus {
  width: 44px;
  height: 44px;
  background: url('../images/plus.svg') no-repeat center/contain;
  position: absolute;
  right: -22px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
}
.project-img .item-active .plus {
  opacity: 1;
  transform: scale(1);
}
.plus-with-info.top .plus {
  bottom: 0;
}
.plus-with-info.bottom .plus {
  top: 0;
}
.plus-with-info .info {
  opacity: 0;
}
.plus-with-info.item-active .info {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .plus-with-info.top .info {
    margin-bottom: 100px;
    border-bottom: 1px solid #000;
  }
  .plus-with-info.bottom .info {
    margin-top: 100px;
    border-top: 1px solid #000;
  }
  .plus-with-info.top .plus::after,
  .plus-with-info.bottom .plus::after {
    content: '';
    width: 1px;
    height: 57px;
    background-color: #000;
    position: absolute;
    right: 22px;
  }
  .plus-with-info.top .plus::after {
    bottom: 100%;
  }
  .plus-with-info.bottom .plus::after {
    top: 100%;
  }
}

/* Media for plus icons */
@media screen and (min-width: 1351px) {
  #block-project-residential-design .plus-with-info:nth-of-type(1) {
    top: 7%;
    left: 27.6%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(2) {
    top: 25%;
    left: 13.5%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(3) {
    bottom: 11%;
    left: 16%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1350px) {
  #block-project-residential-design .plus-with-info:nth-of-type(1) {
    top: 7%;
    left: 25.6%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(2) {
    top: 26%;
    left: 10.5%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(3) {
    bottom: 15%;
    left: 14%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #block-project-residential-design .plus-with-info:nth-of-type(1) {
    top: 11%;
    left: 20.6%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(2) {
    top: 27%;
    left: 6.5%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(3) {
    bottom: 17%;
    left: 10%;
  }
}
@media screen and (min-width: 1024px) {
  #block-commercial-design .plus-with-info:nth-of-type(1) {
    top: 10%;
    right: 19%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(2) {
    top: 30%;
    right: 40%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(3) {
    bottom: 8%;
    right: 37%;
  }
}
@media screen and (max-width: 1023px) {
  .project-img .info {
    width: 130px;
    font-size: 12px;
    line-height: 15px;
    padding: 2px;
    min-height: 19px;
  }
  .project-img .plus {
    width: 24px;
    height: 24px;
    right: auto;
    left: 10px;
  }
  .plus-with-info.top .info {
    margin-bottom: 24px;
  }
  .plus-with-info.bottom .info {
    margin-top: 24px;
  }
  #block-commercial-design .plus-with-info:nth-of-type(1) .info,
  #block-project-residential-design .plus-with-info:nth-of-type(1) .info {
    margin-top: 24px;
    margin-bottom: 0;
  }
  #block-commercial-design .plus-with-info:nth-of-type(3) .info,
  #block-project-residential-design .plus-with-info:nth-of-type(3) .info {
    margin-top: 0;
    margin-bottom: 24px;
  }
  #block-commercial-design .plus-with-info:nth-of-type(1) .plus,
  #block-project-residential-design .plus-with-info:nth-of-type(1) .plus {
    top: 0;
    bottom: auto;
    left: -8px;
  }
  #block-commercial-design .plus-with-info:nth-of-type(3) .plus,
  #block-project-residential-design .plus-with-info:nth-of-type(3) .plus {
    top: auto;
    bottom: 0;
  }

  #block-project-residential-design .plus-with-info:nth-of-type(1) {
    top: 28%;
    left: 43%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(2) {
    top: 37%;
    left: 21%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(3) {
    bottom: 31%;
    left: 28%;
  }

  #block-commercial-design .plus-with-info:nth-of-type(1) {
    top: 33%;
    left: 43%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(2) {
    top: 40%;
    left: 20%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(3) {
    bottom: 20%;
    left: 30%;
  }
}
@media screen and (min-width: 421px) and (max-width: 600px) {
  #block-project-residential-design .plus-with-info:nth-of-type(2) {
    top: 35%;
    left: 6%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(3) {
    bottom: 27%;
    left: 25%;
  }

  #block-commercial-design .plus-with-info:nth-of-type(1) {
    top: 33%;
    left: 38%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(2) {
    top: 40%;
    left: 8%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(3) {
    bottom: 20%;
    left: 20%;
  }
}
@media screen and (max-width: 420px) {
  #block-project-residential-design .plus-with-info:nth-of-type(1) {
    top: 32%;
    left: 41%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(2) {
    top: 35%;
    left: 2%;
  }
  #block-project-residential-design .plus-with-info:nth-of-type(3) {
    bottom: 30%;
    left: 11%;
  }

  #block-commercial-design .plus-with-info:nth-of-type(1) {
    top: 27%;
    left: 42%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(2) {
    top: 40%;
    left: 2%;
  }
  #block-commercial-design .plus-with-info:nth-of-type(3) {
    bottom: 20%;
    left: 20%;
  }
}
/* END Media for plus icons */

.project-info-wrapper .project-info {
  max-width: 720px;
  color: #fff;
  background: rgba(37, 37, 37, 0.8);
  padding: 10px 30px 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.project-info .name {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.project-info .desc {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  max-width: 365px;
}
.project-info .area {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  text-transform: uppercase;
  color: #CBCBCB;
  position: relative;
  padding-left: 50px;
}
.project-info .area::before {
  content: '';
  width: 1px;
  height: 110px;
  background-color: #fff;
  position: absolute;
  left: 25px;
  bottom: -30px;
}
.project-info .area span {
  font-size: 40px;
  line-height: 48px;
}
.project-info-wrapper .view-project a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #252525 url('../images/arrow-right-white.svg') no-repeat center right 45px;
  padding: 23px 90px 23px 25px;
  border: 2px solid #252525;
}
.project-info-wrapper .view-project a:hover {
  box-shadow: inset 0 0 0 2px #fff;
}
#block-prices .field--name-body {
  padding: 70px 0 50px;
}
#block-prices .column {
  overflow: hidden;
}
.prices {
  margin: -25px -50px 0;
}
.prices .price-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 25px 50px 0;
}
.prices .price-item > div {
  height: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 110px;
  position: relative;
}
.prices .price-item > div:hover {
  background-color: #000;
}
.prices .name {
  min-height: 123px;
  background-color: #000;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.price {
  padding: 25px 10px 40px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.price-content {
  padding: 0 10px;
}
.price-content .img {
  margin: 0 -10px;
}
.price-content .img img {
  display: block;
  margin: 0 auto;
}
.price-content li {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-indent: 15px;
}
.price-content li::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: absolute;
  top: 11px;
  left: 0;
}
.price-btn {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.price-btn .btn {
  min-width: auto;
  padding: 23px 40px;
  display: inline-block;
  box-shadow: 0 47px 28px rgba(0, 0, 0, 0.05), 0 21px 21px rgba(0, 0, 0, 0.09), 0 5px 11px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0.1);
}
.price-btn .btn-size:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.price-btn .btn-size {
  display: inline-block;
  position: relative;
}
.price-item .line {
  height: 140px;
  width: 1px;
  background-color: #000;
  position: absolute;
  bottom: 140px;
  left: 50%;
}
.prices .line,
.prices .price,
.price-content,
.price-content li,
.price-content p,
.prices .price-item > div,
.price-content li::before {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.price-item > div:hover .price,
.price-item > div:hover .price-content p,
.price-item > div:hover .price-content li {
  color: #fff;
}
.price-item > div:hover li::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.price-item > div:hover .line,
.price-item > div:hover .btn {
  background-color: #fff;
  color: #000;
}
body.page-node-type-project {
  padding-top: 0 !important;
}
.node--type-project {
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 100px;
}
.node--type-project .project-info {
  display: inline-block;
  text-align: left;
  background-color: #252525;
  position: relative;
  color: #fff;
  padding: 10px 30px 30px;
  margin-bottom: 30px;
}
.node--type-project .project-info p {
  color: #fff;
}
.node--type-project .field--type-image img {
  display: block;
  margin: 0 auto;
}
.order-btn {
  text-align: center;
  position: relative;
}
.order-btn .btn {
  display: inline-block;
}
.by-nova {
  background-color: #E4E4E4;
  padding: 30px 15px;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.thank-you {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.thank-you span {
  display: inline-block;
  padding-right: 88px;
  background: url('../images/heart.svg') no-repeat center right/50px;
}
.project-slider {
  position: relative;
  margin-bottom: 85px;
}
.slick-arrow {
  margin: 15px 10px;
  width: 48px;
  height: 48px;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #000000;
  box-shadow: none;
  background: url('../images/arrow-right-black-small.svg') no-repeat center;
  cursor: pointer;
}
.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-arrow.slick-disabled {
  opacity: 0.5;
}
.project-slider-bottom {
  position: relative;
}
.slick-counter {
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.webform-submission-form {
  max-width: 370px;
  margin: 0 auto;
}
.path-webform #block-nova-page-title h1 {
  text-align: center;
  margin-bottom: 15px;
}
.form-actions {
  text-align: center;
}
.radios--wrapper .js-webform-radios {
  margin: 0;
  column-count: 1;
}
.js-webform-radios .form-item:not(:last-child) {
  margin-bottom: 25px;
}
.js-webform-radios .form-item {
  position: relative;
}
.js-webform-radios .form-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.js-webform-radios .form-item label {
  display: inline-block;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #594637;
  cursor: pointer;
  padding-left: 35px;
  position: relative;
}
.js-webform-radios .form-item label::before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.js-webform-radios .form-item input:checked + label::before {
  box-shadow: inset 0 0 0 5px #fff, inset 0 0 0 20px #000;
}
fieldset.radios--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.webform-confirmation {
  margin-top: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
}
.ajax-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0;
}
.ajax-progress-throbber .throbber {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/loader.svg') no-repeat center/contain;
  margin-top: -12px;
  margin-left: -12px;
  animation: loader 2s infinite linear;
  padding: 0;
}
#block-webform-order-calculation {
  padding: 70px 0 120px;
  margin: 20px 0 80px;
  background: url('../images/block-form-background.jpg') no-repeat center/cover;
}
#block-webform-order-calculation h2 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
#block-webform-order-calculation .webform-submission-form {
  max-width: 1230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#block-webform-order-calculation [data-drupal-messages],
#block-webform-order-calculation .webform-confirmation,
#block-webform-order-calculation .webform-submission-form > fieldset.fieldgroup,
#block-webform-order-calculation .webform-submission-form > .form-actions {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#block-webform-order-calculation .webform-submission-form > .fieldgroup {
  margin-bottom: 50px;
}
#block-webform-order-calculation [data-drupal-messages] {
  margin-bottom: 20px;
}
#block-webform-order-calculation .js-webform-radios {
  columns: initial;
  margin: 0 auto;
}
#block-webform-order-calculation .js-webform-radios > .form-item {
  display: inline-block;
  margin: 0 15px;
}



/* UI Dialog */
.ui-dialog.ui-widget {
  font-family: 'Montserrat', sans-serif;
  z-index: 501 !important;
  max-width: 670px;
  width: 100% !important;
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.ui-widget-content a.btn {
  color: #fff;
}
.ui-widget-content a,
.ui-widget-content a.btn:hover {
  color: #000;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.ui-dialog.ui-project .ui-dialog-titlebar {
  margin: 0;
}
.ui-dialog .ui-widget-header .ui-button,
.ui-dialog .ui-widget-header .ui-button:hover,
.ui-dialog .ui-widget-header .ui-button:active,
.ui-dialog .ui-widget-header .ui-button:focus {
  border: none;
  border-radius: 0;
  width: 120px;
  height: 45px;
  top: 30px;
  right: 115px;
  z-index: 500;
  margin: 0;
  padding: 14px 5px;
  background: #fff;
  text-align: left;
  text-indent: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}
.ui-dialog:not(.ui-project) .ui-widget-header .ui-button,
.ui-dialog:not(.ui-project) .ui-widget-header .ui-button:hover,
.ui-dialog:not(.ui-project) .ui-widget-header .ui-button:active,
.ui-dialog:not(.ui-project) .ui-widget-header .ui-button:focus {
  padding: 0;
  background: transparent;
  width: 45px;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  top: -60px;
  right: 15px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-dialog .ui-widget-header .ui-button-icon-space::before,
.ui-dialog .ui-widget-header .ui-button-icon-space::after {
  content: '';
  width: 45px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 22px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}
.ui-dialog .ui-widget-header .ui-button-icon-space::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ui-dialog .ui-widget-header .ui-button:hover .ui-button-icon-space::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ui-dialog .ui-widget-header .ui-button:hover .ui-button-icon-space::before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.ui-widget-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
}
.ui-dialog.ui-project {
  max-width: 1320px;
}
.ui-project.ui-dialog .ui-dialog-title,
.ui-dialog .ui-widget-header .ui-icon {
  display: none;
}
.ui-dialog:not(.ui-project) {
  padding: 90px 15px;
  background: url('../images/form-background.jpg') no-repeat center/cover;
}
.ui-widget-header {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
.ui-dialog .ui-dialog-title {
  display: block;
  float: none;
  margin: 0;
  text-align: center;
  white-space: normal;
  width: 100%;
  text-overflow: initial;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar {
  text-align: center;
  margin-bottom: 15px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.ui-dialog .ui-dialog-buttonpane button {
  max-width: 280px;
  margin: 0;
}
.ui-dialog:not(.ui-project) .ui-dialog-content {
  /*overflow: hidden;*/
  /*max-height: 100% !important;*/
}
/* END UI Dialog*/

/* Keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1360deg);
  }
}
@keyframes rotateFast {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* END Keyframes */

/* Default  */
.d-flex,
.copyright,
#block-main-menu .menu li,
.logo-contacts .phone a,
.region-footer .menu li,
.footer-bottom .instagram a,
ul.list-of-projects li,
ul.list-of-projects li::before,
#block-header-phone .field--name-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-flex-wrap,
ul.list-of-projects,
#block-main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-column {
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.align-items-center,
.copyright,
#block-main-menu .menu li,
.logo-contacts .phone a,
.footer-bottom .instagram a,
ul.list-of-projects li,
ul.list-of-projects li::before,
#block-header-phone .field--name-body a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end,
ul.list-of-projects li::before {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* END Default */

/* Media */
@media screen and (min-width: 1201px) and (max-width: 1470px) {
  #block-prices .title-with-shadow::after {
    font-size: 58px;
  }
}
@media screen and (max-width: 1470px) {
  .project-tabs .content-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1200px) {
  .ui-dialog .ui-widget-header .ui-button,
  .ui-dialog .ui-widget-header .ui-button:hover,
  .ui-dialog .ui-widget-header .ui-button:active,
  .ui-dialog .ui-widget-header .ui-button:focus {
    top: 25px;
    right: 25px;
  }
  .home-banner-content {
    max-width: 750px;
  }
  .home-banner-content h1 {
    font-size: 44px;
    line-height: 56px;
  }
  .block-title,
  .about-us-text h2 {
    font-size: 40px;
    line-height: 54px;
  }
  .title-with-shadow::after {
    top: -27px;
    font-size: 46px;
    line-height: 48px;
  }
  .about-us-text h2::after {
    left: -6px;
    font-size: 105px;
    line-height: 48px;
  }
  .project-info .desc {
    font-size: 18px;
    line-height: 22px;
  }
  .project-info .area {
    font-size: 50px;
    line-height: 61px;
  }
  .project-info .area span {
    font-size: 16px;
    line-height: 20px;
  }
  .project-info-wrapper .project-info {
    padding: 5px 30px 10px 15px;
  }
  .project-info .area::before {
    height: 80px;
    bottom: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .project-text-right ul.list-of-projects li::before {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
  }
  .project-text-right .project-info-wrapper .project-info,
  .project-text-right .project-info-wrapper .view-project {
    right: auto;
    left: 0;
  }
  .project-info-wrapper .view-project {
    max-width: 330px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 30px;
  }
  .content-tabs {
    margin-top: 25px;
  }
  #block-webform-order-calculation [type="submit"]:hover {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .home-banner-instagram a:hover,
  .footer-bottom .instagram a:hover {
    -ms-transform: translateX(15px) scale(1.2);
    transform: translateX(15px) scale(1.2);
  }
  ul.list-of-projects {
    min-height: 83px;
  }
  ul.list-of-projects li.active::before,
  ul.list-of-projects li:hover::before {
    height: 63px;
  }
  ul.list-of-projects li {
    position: relative;
  }
  ul.list-of-projects li::before {
    content: '';
  }
  ul.list-of-projects li::after {
    content: counter(count);
    width: 53px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .project-text-right ul.list-of-projects li::after {
    left: auto;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-development .wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-development .wrapper:first-child {
    padding-right: 50px;
  }
  .section-development .wrapper:last-child {
    padding-left: 50px;
  }
  .section-development .development-item:last-child::before {
    content: none;
  }
  .about-us-text,
  .about-us-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }
  .about-us-text .text {
    max-width: 735px;
    margin-left: auto;
    padding: 0 30px 0 15px;
  }
  .home-banner-btn-down {
    background: #fff url('../images/arrow-bottom.svg') no-repeat center;
    width: 68px;
    height: 92px;
    margin-bottom: -30px;
    cursor: pointer;
    border: 2px solid #fff;
  }
  .home-banner-btn-down:hover {
    box-shadow: inset 0 0 0 2px #000;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  .region-header.header-fixed,
  body:not(.path-frontpage) .region-header {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .region-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
  }
  .header-fixed .header-container {
    height: 75px;
  }
  #block-main-menu .menu li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #D9D9D9;
    margin: 5px 8px 0;
    animation: rotate 2s infinite;
  }
  .region-header {
    border-bottom: 1px solid #fff;
  }
  .burger-menu {
    display: none;
  }
  #block-language-switcher::after {
    content: '';
    height: 100px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: -300px;
    right: 0;
    transition: .7s all ease;
  }
  .header-animation #block-language-switcher::after {
    top: -15px;
  }
  #block-language-switcher {
    margin: 0 100px;
    padding-right: 40px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .prices {
    margin-left: -15px;
    margin-right: -15px;
  }
  .prices .price-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  #block-language-switcher {
    margin: 0 15px 0 50px;
  }
  #block-main-menu .menu a,
  #block-language-switcher .links a {
    font-size: 14px;
  }
  #block-header-phone .field--name-body a {
    font-size: 16px;
  }
  .project-info .name {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1023px) {
  /* Mobile menu */
  #block-main-menu {
    margin-top: -70px;
  }
  .region-header .header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    padding-bottom: 70px;
    position: fixed;
    top: 70px;
    left: 0;
    opacity: 0;
    z-index: -100;
  }
  .region-header .header-container.is-open {
    z-index: 501;
    opacity: 1;
  }
  #block-main-menu .menu,
  .region-header .header-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .burger-menu {
    width: 35px;
    height: 25px;
    cursor: pointer;
    position: fixed;
    top: 22px;
    left: 15px;
    z-index: 500;
  }
  .burger-menu span {
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .burger-menu span:nth-child(1) {
    top: 0;
  }
  .burger-menu span:nth-child(2),
  .burger-menu span:nth-child(3) {
    top: 10px;
  }
  .burger-menu span:nth-child(4) {
    top: 20px;
  }
  .burger-menu.open-menu span:nth-child(1),
  .burger-menu.open-menu span:nth-child(4) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  .burger-menu.open-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .burger-menu.open-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .burger-menu::before {
    content: "";
    width: 0;
    height: 0;
    background-color: #000;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
    will-change: width, height;
    transition: transform .25s cubic-bezier(0.04, -0.1, 0.29, 0.98), width .25s cubic-bezier(0.04, -0.1, 0.29, 0.98), height .25s cubic-bezier(0.04, -0.1, 0.29, 0.98);
  }
  .header-fixed .burger-menu::before {
    width: 110px;
    height: 110px;
  }
  .burger-menu.open-menu::before {
    width: 100vmax;
    height: 100vmax;
    transform: translate3d(-50vh, -50vh, 0) scale(5);
    transition-duration: 1s;
  }
  #block-main-menu .menu a {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
  }
  #block-main-menu .menu li:not(:last-child) {
    margin-bottom: 15px;
  }
  #block-header-phone .field--name-body a {
    font-weight: 500;
  }
  #block-header-phone {
    position: absolute;
    bottom: 100px;
  }
  #block-language-switcher {
    position: absolute;
    top: -50px;
    right: 20px;
  }
  #block-language-switcher .links a {
    font-weight: 500;
    font-size: 18px;
  }
  /* END Mobile menu */
  .section-development .wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-banner-content {
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
  }
  .about-us-text {
    padding: 0 15px 60px 15px;
  }
  .section-development .wrapper:last-child .development-item:last-child::before {
    content: none;
  }
  .section-our-advantages li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .section {
    padding: 50px 0;
  }
  .project-info-wrapper .project-info {
    max-width: 100%;
    width: 100%;
  }
  .project-info .name {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  .project-tabs li span {
    display: none;
  }
  ul.list-of-projects li::before {
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-info-wrapper .view-project {
    position: relative;
    text-align: center;
    margin-top: 15px;
  }
  .view-project a {
    max-width: 330px;
  }
  #block-about-us {
    padding-bottom: 0;
  }
  .prices {
    margin-left: -5px;
    margin-right: -5px;
  }
  .prices .price-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .node--type-project {
    padding: 75px 15px 55px;
  }
  .ui-dialog:not(.ui-project) .ui-widget-header .ui-button,
  .ui-dialog:not(.ui-project) .ui-widget-header .ui-button:hover,
  .ui-dialog:not(.ui-project) .ui-widget-header .ui-button:active,
  .ui-dialog:not(.ui-project) .ui-widget-header .ui-button:focus {
    width: 25px;
    height: 25px;
  }
  .ui-project .ui-widget-header .ui-button,
  .ui-project .ui-widget-header .ui-button:hover,
  .ui-project .ui-widget-header .ui-button:active,
  .ui-project .ui-widget-header .ui-button:focus {
    width: 100px;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ui-dialog .ui-widget-header .ui-button-icon-space::before,
  .ui-dialog .ui-widget-header .ui-button-icon-space::after {
    width: 25px;
    top: 11px;
  }
  .by-nova {
    font-size: 20px;
    line-height: 24px;
    padding: 6px 15px;
  }
  .thank-you span {
    font-size: 20px;
    line-height: 24px;
    background-size: 24px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .logo-contacts .contacts {
    padding-left: 10%;
  }
  #block-webform-order-calculation .webform-submission-form > .form-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  #block-webform-order-calculation .fieldset-wrapper {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 25px;
  }
  .block-title,
  .about-us-text h2,
  .title-with-shadow::after {
    font-size: 30px;
    line-height: 37px;
  }
  .title-with-shadow::after {
    top: -15px;
  }
  #block-about-us {
    padding-top: 80px;
  }
  .about-us-text h2 {
    margin-bottom: 25px;
  }
  .about-us-text h2::after {
    top: -32px;
  }
  .home-banner-content img {
    max-width: 255px;
  }
  .home-banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-banner-content h1::before {
    width: 190px;
    margin-top: 50px;
    margin-bottom: 15px;
  }
  .home-banner-content h1 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 12px;
  }
  .home-banner-content p {
    font-size: 18px;
    line-height: 22px;
  }
  .home-banner-content .field--name-body {
    max-width: 305px;
    margin: 0 auto;
  }
  .home-banner-instagram a {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 65px 25px 25px;
  }
  .section-development .development-item {
    font-size: 20px;
    line-height: 32px;
  }
  .section-development .development-item::before {
    top: -135px;
  }
  .section-development .development-item.item-active::before {
    top: 50px;
  }
  .section-development .wrapper:last-child .development-item:last-child {
    min-height: auto;
    padding-bottom: 0;
  }
  .section-our-advantages {
    padding: 50px 0;
  }
  .section-our-advantages li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 30px;
  }
  .section-our-advantages li:last-child {
    padding-bottom: 0;
  }
  .section-our-advantages li > * {
    font-size: 20px;
    line-height: 24px;
    max-width: 410px;
    margin: 0 auto;
  }
  .region-footer {
    padding: 0;
  }
  .region-footer .footer-container {
    padding: 230px 0 120px;
  }
  #block-logo-contacts .column,
  #block-footer-bottom .column {
    position: static;
  }
  .footer-logo {
    max-width: 350px;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .footer-container > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .region-footer .menu li,
  .footer-bottom-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #block-logo-contacts {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-flex {
    margin-bottom: 45px;
  }
  .logo-contacts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-contacts,
  .logo-contacts p {
    text-align: center;
  }
  .logo-contacts .contact::before {
    margin-right: auto;
  }
  .footer-bottom .copyright {
    position: absolute;
    bottom: 40px;
  }
  .project-wrapper .title {
    font-size: 30px;
    line-height: 37px;
  }
  .project-wrapper .title-with-shadow::after {
    left: 0;
    top: -25px;
  }
  .project-info-wrapper img {
    min-height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .project-info .desc {
    font-size: 16px;
    line-height: 22px;
  }
  .project-info-wrapper .project-info {
    padding-right: 15px;
  }
  #block-project-residential-design {
    padding-top: 40px;
  }
  .project-wrapper {
    padding: 30px 0;
  }
  .project-wrapper:not(.project-text-right) ul.list-of-projects li:not(:last-child) {
    margin-right: 5px;
  }
  .project-text-right ul.list-of-projects li:not(:last-child) {
    margin-left: 5px;
  }
  ul.list-of-projects {
    max-width: 480px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #block-prices .field--name-body {
    padding: 50px 0;
  }
  .prices .price-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .prices {
    margin-left: 0;
    margin-right: 0;
  }
  .prices .price-item {
    padding-left: 0;
    padding-right: 0;
  }
  .price-item .line {
    position: static;
    margin: 60px auto 20px;
  }
  .thank-you span {
    max-width: 260px;
  }
  .node--type-project .project-info {
    padding: 5px 30px 10px 15px;
    margin: 0 -15px 20px -15px;
  }
  .slick-arrow {
    margin: 5px;
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
  .slick-counter {
    font-size: 24px;
    line-height: 29px;
  }
  .project-slider {
    margin-bottom: 20px;
  }
  #block-webform-order-calculation {
    padding: 100px 0;
    margin: 30px 0;
  }
  #block-webform-order-calculation .webform-submission-form > .form-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #block-webform-order-calculation h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  #block-webform-order-calculation .webform-submission-form {
    max-width: 370px;
  }
  #block-webform-order-calculation .webform-submission-form > .fieldgroup {
    margin-bottom: 15px;
  }
  #block-webform-order-calculation .js-webform-radios {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #block-webform-order-calculation .js-webform-radios > .form-item {
    margin-bottom: 25px;
  }

}
@media screen and (max-width: 360px) {
  .about-us-text h2::after {
    font-size: 100px;
  }
}
@media screen and (max-width: 330px) {
  .about-us-text h2::after {
    font-size: 90px;
  }
}
/* END Media */
