@charset "UTF-8";
/*** Images */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&subset=cyrillic&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&subset=cyrillic&display=swap");
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

/**  Modals + webform */
.modal-content .form-actions {
  padding: 15px 15px 0 15px;
  text-align: right;
  margin: 30px -15px 0;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.h-0 {
  height: 0 !important;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

/**  Modals + webform */
.modal-content .form-actions {
  padding: 15px 15px 0 15px;
  text-align: right;
  margin: 30px -15px 0;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.h-0 {
  height: 0 !important;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

/* FONTS */
@font-face {
  font-family: "rublregular";
  src: url("../fnt/rouble/rouble-webfont.woff2") format("woff2"), url("../fnt/rouble/rouble-webfont.woff") format("woff"), url("../fnt/rouble/rouble-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fnt/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* EXTRA COLORS */
.inverse {
  color: #00deff;
}

/* LAYOUT */
body {
  color: #000000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #ffffff;
  scroll-behavior: smooth;
  min-width: 375px;
}
body.cke_editable {
  background: #fff;
}

/* HEADERS */
h1 {
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.7em;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 1em;
}

h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

@media (max-width: 720px) {
  h1 {
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
  }
}

/* ELEMENTS */
a {
  color: #7C9768;
  transition: all 0.3s;
}
a:hover {
  color: #576a49;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 1rem 1rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #bc9e7b;
}

button:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.btn {
  height: auto;
  line-height: normal;
  padding: 0;
  white-space: normal;
  overflow: hidden;
}
.btn a,
.btn input {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 35px;
  border: 2px solid;
}

.btn-white a,
.btn-white input {
  border-color: #fff;
  color: #373839;
  background: #fff;
  transition: opacity 0.4s;
  text-decoration: none;
}
.btn-white a:hover,
.btn-white input:hover {
  opacity: 0.8;
}

.btn-grey a,
.btn-grey input {
  border-color: #c8c8c8;
  color: #c8c8c8;
  background: #fff;
  transition: 0.3s;
}
.btn-grey a:hover,
.btn-grey input:hover {
  border-color: #67986a;
  background: #67986a;
}

.btn-orange a,
.btn-orange input {
  text-decoration: none !important;
  border-color: #67986a;
  background: #67986a;
  color: #fff;
  transition: 0.3s;
}
.btn-orange a:hover,
.btn-orange input:hover {
  background: #475a51;
  border-color: #475a51;
}
.btn-orange a:focus,
.btn-orange input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green a,
.btn-green input {
  text-decoration: none !important;
  border: 2px solid #67986a;
  color: #67986a;
  transition: 0.4s;
}
.btn-green a:hover,
.btn-green input:hover {
  color: #fff;
  border-color: #67986a;
  background-color: #67986a;
}

.btn-armygreen a,
.btn-armygreen input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 10px;
  background: #7c9768;
  border: 0;
  border-radius: 4px;
  text-transform: none;
  text-align: center;
  transition: background 0.4s;
}

.messages {
  box-shadow: none;
  border: 0;
  color: #000;
  margin: 0 0 15px;
  padding: 15px 20px 15px 40px;
  font-size: 16px;
  line-height: 1.25;
}

.messages--error {
  background: rgba(222, 67, 73, 0.95);
}

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.breadcrumb li:before {
  content: "/";
}
.breadcrumb a {
  color: #7c9768;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.node--type-project .breadcrumb {
  margin-bottom: 15px;
}

.pager .pagination {
  justify-content: flex-end;
  margin-top: 80px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pager .pagination {
    margin-top: 0;
    margin-bottom: 70px;
    justify-content: center;
  }
}
.pager .pagination li {
  padding: 0 5px;
}
.pager .pagination li.is-active a {
  font-weight: bold;
}
@media (max-width: 720px) {
  .pager .pagination li {
    padding: 0 2px;
  }
}
.pager .pagination a.page-link {
  border: 0;
  border-radius: 0;
  padding: 5px;
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}
.pager .pagination a.page-link:hover {
  background: none;
  text-decoration: none;
}
.pager .pagination .pager__item--next a,
.pager .pagination .pager__item--last a,
.pager .pagination .pager__item--first a,
.pager .pagination .pager__item--previous a {
  color: #7c9768;
  font-weight: bold;
  text-decoration: underline;
}
.pager .pagination .pager__item--next a:hover,
.pager .pagination .pager__item--last a:hover,
.pager .pagination .pager__item--first a:hover,
.pager .pagination .pager__item--previous a:hover {
  text-decoration: none;
}
.pager .pagination .pager__item--next a:focus,
.pager .pagination .pager__item--last a:focus,
.pager .pagination .pager__item--first a:focus,
.pager .pagination .pager__item--previous a:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 720px) {
  .pager .pagination .pager__item--next a,
  .pager .pagination .pager__item--last a,
  .pager .pagination .pager__item--first a,
  .pager .pagination .pager__item--previous a {
    color: #7c9768;
    font-size: 15px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #757575;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-formatted table th {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #759667;
  vertical-align: middle;
  text-align: left;
  border-color: transparent;
}
.text-formatted table th:first-child {
  text-align: center;
}
.text-formatted table th p:not(:last-child) {
  margin-bottom: 3px;
}
.text-formatted table th p:last-child {
  margin-bottom: 0;
}
.text-formatted table th:not(:last-child) {
  border-right: 2px solid #fff;
}
.text-formatted table td:not(:last-child) {
  border-right: 2px solid #f9f9f9;
}

@media (max-width: 720px) {
  .page-node-457 .text-formatted table tr th,
  .page-node-457 .text-formatted table tr td {
    width: 50% !important;
    padding: 0 0.75rem;
  }
  .page-node-457 .text-formatted table tr th {
    font-size: 14px;
    padding: 6px 0.75rem;
    text-align: center;
  }
  .page-node-457 .text-formatted table tr th:last-child p:last-child {
    font-size: 10px;
    font-weight: 400;
  }
  .page-node-457 .text-formatted table tr td {
    padding: 0 0.75rem;
  }
  .page-node-457 .text-formatted table tr td p {
    font-size: 14px;
  }
  .page-node-457 .text-formatted table tr td:first-child p {
    font-size: 12px;
  }
  .page-node-457 .text-formatted table img {
    max-width: 83px;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media (max-width: 720px) {
  .view-suffixes h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .view-suffixes p {
    font-size: 15px;
  }
}

.btn--main {
  color: #fff;
  background-color: #7C9768;
  border-radius: 2px;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
footer {
  background: #ffffff;
  color: #000000;
  overflow: hidden;
  padding: 63px 0 5px 0;
  border-top: 1px solid #e4e2e2;
}
@media (max-width: 479px) {
  footer {
    padding: 63px 0 5px 0;
    border-top: 0;
  }
}
footer .row {
  align-items: flex-end;
}
footer a {
  color: #7C9768;
}
footer a:hover {
  color: #7C9768;
}
footer .copy {
  font-size: 13px;
  color: #666666;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
footer .copy > div {
  width: 175px;
}
footer .copy a {
  color: #666666;
}
footer .copy:before {
  content: "";
  width: 2px;
  height: 80px;
  background: #bc9e7b;
  position: absolute;
  bottom: -20px;
  left: 0;
}
footer .company {
  color: #66686B;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 12px;
}
footer .company a {
  color: #666666;
}
footer .synapse {
  font-size: 12px;
  margin-bottom: 15px;
}
footer .synapse .logo {
  position: relative;
  top: -7px;
}
footer .synapse .logo img {
  width: 86px;
}
footer .synapse .link {
  transition: border-color 0.3s;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #7C9768;
}
footer .synapse .link:focus, footer .synapse .link:hover {
  border-color: transparent;
}
footer .synapse .link:active {
  border-color: #7C9768;
}

.footer-top .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-top .col-menu {
  width: 100%;
  max-width: calc(100% - 620px);
}
.footer-top .col-menu .menu {
  display: flex;
  flex-wrap: wrap;
}
.footer-top .col-menu .menu-item--expanded {
  width: 50%;
  padding-right: 10px;
}
.footer-top .col-menu .menu-item--expanded .menu {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .footer-top .col-menu {
    max-width: 100%;
    margin-bottom: 41px;
  }
}
.footer-top-logo {
  max-width: 124px;
  margin-bottom: 40px;
}
.footer-top-text {
  font-weight: 300;
  max-width: 320px;
  line-height: 1.6em;
}
.footer-top-social {
  margin: 0 0 35px;
  display: flex;
  align-items: center;
}
.footer-top-social-item {
  width: 37px;
  height: 37px;
  padding: 6px;
  border: 1px solid #7C9768;
  border-radius: 50%;
  margin-right: 21.5px;
}
.footer-top-social-item a {
  transition: opacity 0.4s;
}
.footer-top-social-item a:hover {
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .footer-top-social-item {
    margin-right: 5px;
  }
}
.footer-top-social-item.whatsapp {
  padding: 5px 5px 7px 8px;
}
@media (max-width: 991.98px) {
  .footer-top-copy {
    display: none;
  }
}
.footer-top-contacts-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  color: #4D4D4D;
  margin-bottom: 19px;
}
.footer-top-phones {
  margin-bottom: 11px;
}
.footer-top-phone {
  margin-bottom: 5px;
}
.footer-top-phone a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #4D4D4D;
}
.footer-top-email {
  margin-bottom: 12px;
}
.footer-top-email a {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-decoration-line: underline;
}
.footer-top-address {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #4D4D4D;
}
.footer-top .menu--footer {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .footer-top .menu--footer {
    margin-top: 55px;
  }
}
.footer-top .menu--footer ul {
  margin: 0;
}
.footer-top .menu--footer .menu-item--expanded {
  list-style: none;
  padding-bottom: 23px;
}
.footer-top .menu--footer li {
  padding: 3px 0;
  line-height: 1em;
}
.footer-top .menu--footer a {
  font-weight: 300;
  font-size: 12px;
  line-height: 19px;
  color: #4D4D4D;
  transition: color 0.4s;
}
.footer-top .menu--footer a:hover {
  color: #7C9768;
}
@media (max-width: 991.98px) {
  .footer-top .menu--footer a {
    font-size: 12px;
    color: #000;
    opacity: 1;
  }
}
.footer-top .menu--footer > ul > li {
  padding-bottom: 10px;
}
.footer-top .menu--footer > ul > li > a {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #4D4D4D;
  opacity: 0.7;
  border-bottom: 1px solid;
  transition: border-color 0.4s, color 0.4s;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-top .menu--footer > ul > li > a:hover {
  color: #000000;
  border-color: transparent;
}
@media (max-width: 991.98px) {
  .footer-top .menu--footer > ul > li > a {
    font-size: 15px;
    opacity: 1;
  }
}
.footer-top .menu--footer > ul > li > ul {
  margin-top: 7px;
}
.footer-bottom-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-bottom-mobile {
    display: block;
  }
  .footer-bottom-mobile .text-center {
    text-align: start !important;
  }
}

.grid-col.col-contacts {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .grid-col.col-contacts {
    max-width: 50%;
  }
}

.grid-col.col-logo {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .grid-col.col-logo {
    max-width: 50%;
  }
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.main-menu .classic-menu-dropdown {
  position: relative;
}
.main-menu .classic-menu-dropdown > a {
  float: left;
  padding-right: 0.7rem;
}
.main-menu .classic-menu-dropdown > span i {
  position: relative;
  top: 3px;
  background: url(../images/icons/menu-dropdown.png) no-repeat 0 0;
  width: 9px;
  height: 5px;
  overflow: hidden;
  text-indent: -9999px;
}
.main-menu .classic-menu-dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 200px;
  margin-top: -2px;
  margin: 0;
  padding: 14px 0 !important;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
}
.main-menu .classic-menu-dropdown ul li .nav-link {
  font-size: 16px;
  font-weight: 300;
  color: #000 !important;
  position: relative;
  padding: 4px 2px !important;
}
.main-menu .classic-menu-dropdown ul li .nav-link:hover {
  color: #6b6b6b !important;
  text-decoration: none;
}
@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown .menu-project__item {
    margin-bottom: 10px;
  }
}
.main-menu .classic-menu-dropdown:hover ul {
  display: block;
}
@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown:hover .menu-project {
    display: flex;
  }
}
#small-menu .main-menu {
  display: block;
}
#small-menu .main-menu .menu-item {
  padding: 0 15px;
}
#small-menu .main-menu li {
  padding: 3px 0;
  border-bottom: 1px solid #f6f6f6;
}
#small-menu .main-menu li .nav-link {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  min-height: 55px;
  text-transform: none;
  display: flex;
  align-items: center;
}
#small-menu .main-menu li.classic-menu-dropdown {
  position: relative;
}
#small-menu .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#small-menu .main-menu li.classic-menu-dropdown.project .menu-project {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-left: 18px;
}
#small-menu .main-menu li.classic-menu-dropdown.project .menu-project__item {
  padding: 0;
  padding-left: 18px;
  border: none;
}
#small-menu .main-menu li.classic-menu-dropdown.project .menu-project a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  padding-left: 8px;
}
#small-menu .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-container .menu {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-container .nav-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  min-height: 40px;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-container .menu-item {
  border-bottom: none;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 55px;
  cursor: pointer;
}
#small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

#small-menu {
  min-height: calc(100vh - 73px);
}
#small-menu .container {
  padding: 0;
}
#small-menu .header-phone {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.7;
  padding: 0 15px !important;
  margin: 20px 0 15px;
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 0.3rem;
  border: 2px solid #000;
  margin: 0.3rem 0 0.3rem 0.6rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  height: 0.2rem;
  width: 1.4rem;
  position: absolute;
  background: #000;
  transition-duration: 0.3s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  display: none;
}
#header-small .nav-toggler.nav-search.collapsed {
  background: url(../images/icons/search-black.png) no-repeat center center;
}
#header-small .nav-toggler.nav-search.collapsed span {
  display: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -25%;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  display: block;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 25%;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 0.2rem;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 0.2rem;
}

header {
  background: #ffffff;
  color: #000000;
}
header a {
  color: #4183C4;
}
header a:hover {
  color: #4183C4;
  text-decoration: underline;
}
header #header-info .phone {
  text-align: center;
}
header .phone > a {
  font-size: 27px;
  color: #636467;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1060px) {
  header .phone > a {
    font-size: 22px;
  }
}
header .phone small {
  display: block;
  font-weight: bold;
  color: #949494;
  line-height: 1.4em;
  opacity: 0.75;
}
header .phone small a {
  font-size: 13px;
  color: #949494;
  border-bottom: 1px solid;
  transition: border-color 0.4s;
}
header .phone small a:hover {
  text-decoration: none;
  border-color: transparent;
}
header #header-small .logo {
  margin-bottom: 10px;
}
header #header-full {
  position: relative;
  z-index: 6;
  padding: 0;
  border-bottom: 1px solid #e4e2e2;
}
header #header-full .header-content {
  margin-left: auto;
  max-width: 1018px;
}
header #header-full .col-grow {
  flex-grow: 1;
  align-self: flex-end;
  padding-left: 48px;
}
header #header-full .block-menu {
  flex-grow: 1;
}
header #header-full .logo {
  padding: 14px 0;
}
header #header-full nav .nav > li {
  padding: 44px 10px 0 10px;
  display: inline-block;
}
@media (min-width: 1200px) {
  header #header-full nav .nav > li {
    padding: 44px 20px 0 20px;
  }
}
header #header-full nav .nav > li .menu-dropdown-trigger {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 15px;
}
header #header-full nav .nav > li.classic-menu-dropdown > span i {
  top: 43px;
}
header #header-full nav .nav > li.classic-menu-dropdown a {
  position: relative;
}
header #header-full nav .nav > li.classic-menu-dropdown a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 2px;
  background: #67986a;
  opacity: 0;
  transition: opacity 0.4s;
}
header #header-full nav .nav > li.classic-menu-dropdown:hover > a:before {
  opacity: 1;
}
header #header-full nav .nav > li > a {
  font-weight: 300;
  font-size: 14px;
  padding: 0 0 44px 0;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  header #header-full nav .nav > li > a {
    font-size: 12px;
  }
}
header #header-full nav .nav > li > a:hover {
  color: #000;
}
header #header-full nav .nav > li.active > a {
  color: #7C9768;
}
header #header-full nav .nav .classic-menu-dropdown ul {
  width: 100%;
  left: 0;
  padding: 25px 0 !important;
}
header #header-full nav li {
  padding: 0 20px;
}
@media (max-width: 1199.98px) {
  header #header-full nav li {
    padding-left: 10px;
    padding-right: 15px;
  }
}
header #header-full .nav-search {
  margin: 43px 0 0 0;
  border: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
header #header-full .nav-search span {
  background: #78976e;
}
header #header-full .nav-search.collapsed {
  background: url(../images/icons/search-icon.png) no-repeat center center;
}
header #header-full .nav-search.collapsed span {
  display: none;
}
@media (min-width: 1200px) {
  header #header-full .nav-search {
    margin-left: 38px;
  }
}
header #header-full .logo {
  margin: 0;
  display: block;
  max-width: 124px;
}
header #header-full .logo img {
  max-height: 77px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header #header-full .logo {
    max-width: 105px;
  }
}
header #header-full .classic-menu-dropdown > a {
  position: relative;
}
header #header-full .classic-menu-dropdown > a:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -15px;
  background: url(../images/icons/menu-dropdown.png) no-repeat 0 0;
  width: 9px;
  height: 5px;
}
header #header-full .classic-menu-dropdown .menu-dropdown-trigger {
  display: none;
}
header #header-full .classic-menu-dropdown.project {
  position: static;
}
header #header-full .classic-menu-dropdown.project > ul {
  width: 100%;
  background: none;
  border-top: 0 !important;
  columns: 3;
}
header #header-full .classic-menu-dropdown.project > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  border-top: 2px solid #e8e8e8;
}
header #header-full .phone {
  text-align: right;
}
header #header-full .project .menu-dropdown {
  left: 0;
  top: 100%;
  width: 100%;
  position: absolute;
  border-top: 2px solid #e8e8e8;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
}
header #header-full .project .menu-dropdown-container {
  margin: 0 auto;
}
header #header-full .project .menu-dropdown .menu-project {
  position: static;
  justify-content: center;
  padding-left: 158px;
  background-color: inherit;
}
header #header-full .project .menu-dropdown .menu-project__link {
  display: block;
  padding: 0;
}
header #header-full .project .menu-dropdown .menu-project__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 30%);
  z-index: 1;
}
@media (max-width: 991.98px) {
  header #header-full .project .menu-dropdown .menu-project__link img {
    width: 90px;
  }
}
header #header-full .project .menu-dropdown .menu-project__caption {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
header #header-full .region-menu-main {
  float: left;
}
header #header-full .region-menu-main .menu--main {
  position: static;
}
header #header-full .row {
  align-items: center;
  flex-wrap: nowrap;
}
header #header-full .row .col-auto:nth-of-type(2) {
  position: static;
}
header #header-full .row .col-auto:nth-of-type(3) {
  margin-left: auto;
}
header #header-full .header__line {
  display: flex;
}
header #header-full .header__line .header-link {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.18;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  margin-right: 30px;
  z-index: 1;
}
header #header-full .header__line .header-link::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #7c9768;
  z-index: 2;
}
header #header-full .header__line .header-link:hover {
  color: #7c9768;
  text-decoration: none;
}
header #header-full .header__line .phone {
  align-self: center;
}
header #header-full .header__line .phone a {
  color: #333333;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
}
header #header-full .header__line .phone svg {
  margin-right: 15px;
}
header #header-full .header__line .phone-link {
  display: flex;
  align-items: center;
  margin-right: 42px;
}
header #header-full .header__line .nav-search {
  margin-top: 0;
  margin-left: auto;
}
header #header-full .header__line--menu .menu-item--main {
  padding: 0;
}
@media (min-width: 992px) {
  header #header-full .header__line--menu .menu-item--main {
    margin-right: 46px;
  }
}
header #header-full .header__line--menu .classic-menu-dropdown .nav-link::after {
  top: 60%;
  transform: translateY(-50%);
}
header #header-full .header__line--menu .nav-link--main {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
  display: flex;
  align-items: center;
  min-height: 55px;
  padding-top: 10px;
  padding-bottom: 0;
  text-transform: none;
}
header #header-small {
  min-height: 75px;
  padding-top: 12px;
  padding-bottom: 10px;
}
header #header-small img {
  max-height: 60px;
}
header #header-small a {
  display: inline-block;
  font-weight: 300;
  color: #000;
  padding: 4px 2px !important;
}
header #header-small a:hover {
  color: #d5862b;
}
header #header-small .main-menu > li > a {
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  header #header-small .menu-project__link img {
    width: 90px;
  }
}
header #header-small .logo-small {
  width: 101px;
  height: 60px;
  margin-bottom: 0;
}
header #header-small .logo-small a {
  padding: 0 !important;
}
header #header-small .header-small-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #header-small .header-small-buttons {
  display: flex;
  align-items: center;
}
header #header-small .header-small-icon {
  opacity: 0.5;
  transition: opacity 0.4s;
}
header #header-small .header-small-phone {
  padding: 0 !important;
  margin-right: 37px;
}
header #header-small .header-small-phone:hover .header-small-icon {
  opacity: 1;
}
header #header-small .header-small-inst {
  margin-right: 20px;
}
header #header-small .header-small-inst:hover .header-small-icon {
  opacity: 1;
}
header #header-small .header-small-whatsapp {
  margin-right: 20px;
}
header #header-small .header-small-whatsapp:hover .header-small-icon {
  opacity: 1;
}
header #header-small .classic-menu-dropdown i {
  padding: 5px 0;
  line-height: 1rem;
}
header #header-small .nav-toggler {
  padding: 0;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
}
header #header-small .nav-toggler rect {
  transition: transform 0.4s, opacity 0.4s;
}
header #header-small .nav-toggler:not(.collapsed) rect:nth-child(1) {
  transform: translate(7px, -1px) rotate(45deg);
}
header #header-small .nav-toggler:not(.collapsed) rect:nth-child(2) {
  opacity: 0;
  transform: translate(5px, 9px) rotate(-45deg);
}
header #header-small .nav-toggler:not(.collapsed) rect:nth-child(3) {
  transform: translate(-11px, 9px) rotate(-45deg);
}
header #header-info {
  border-bottom: 1px solid #bc9e7b;
}

#header-search {
  background: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
}
#header-search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e9eceb;
}
#header-search:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e9eceb;
}
#header-search form {
  display: flex;
}
#header-search input {
  border-radius: 0;
  border: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
#header-search input:focus {
  box-shadow: none;
  outline: none;
}
#header-search button {
  position: relative;
  z-index: 11;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background: url(../images/icons/search-white.png) no-repeat center center #67986a;
  transition: opacity 0.4s;
}
#header-search button:hover {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  #header-search .container-fluid, #header-search header #header-full .project .menu-dropdown-container, header #header-full .project #header-search .menu-dropdown-container {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .container-header-reverse {
    max-width: 987px;
  }
}

.messenger__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.messenger__list--mobile {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .messenger__list {
    gap: 10px;
    margin-right: 15px;
  }
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.kint footer {
  min-height: 0;
}

.kint dt.kint-parent > .kint-popup-trigger {
  z-index: 10;
  position: relative;
}

/** editor */
span.file {
  height: auto;
}

.form-type-checkbox .description,
.form-type-radio .description {
  margin-left: 0;
}

.details-wrapper .form-control {
  display: inline;
  width: auto;
}

a.tabledrag-handle .handle {
  height: 22px;
  width: 22px;
}

td.checkbox,
th.checkbox {
  position: static;
  margin: 0;
  display: table-cell;
}

#edit-body-0-format {
  display: none;
}

/** Form-inline fix select */
.form--inline .form-item select {
  padding: 0.485rem 0.75rem;
}

/** Fix admin menu*/
@media (max-width: 991px) {
  #toolbar-administration {
    display: none !important;
  }
  body.toolbar-tray-open {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.toolbar-tray-horizontal .toolbar-menu:not(:first-child) li.menu-item--expanded > a:focus {
  background-image: none !important;
}

#drupal-live-announce {
  height: 0;
}

.region-tabs {
  height: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: auto;
  font-size: 0.875em;
  line-height: 1.1em;
}
.region-tabs nav {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 0.1em;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}
.region-tabs nav li {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 0 0 0 0.35em;
}
.region-tabs nav li a {
  color: #000;
  opacity: 0.65;
  background-color: #efefef;
  display: block;
  padding: 0.3em 0.5em 0.2em;
  border: solid 1px #9ab1df;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.2;
}
.region-tabs nav li a:hover {
  opacity: 1;
}
.region-tabs nav li.active a {
  background-color: #ffffff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.contextual-region.view .contextual button {
  background-color: #fff7da;
}
.contextual-region.node .contextual button {
  background-color: #f0fff4;
}

html {
  position: relative;
  min-height: 100%;
}

#main {
  position: relative;
}
@media (min-width: 992px) {
  .not-front #main {
    padding-top: 157px;
  }
}
@media (max-width: 991.98px) {
  .not-front #main {
    padding-top: 85px;
  }
}
@media (min-width: 992px) {
  .node--type-project #main {
    padding-top: 125px;
  }
}
.front #main {
  overflow: hidden;
}
.node--type-landing #main {
  padding-top: 0;
}

.page-node-35 #block-adaptive-content {
  min-height: auto;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row > div {
  padding-right: 10px;
  padding-left: 10px;
}

.node--type-service .page-wrapper {
  overflow: hidden;
}

#main-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  #main-content {
    flex-wrap: nowrap;
  }
}
#main-content #sidebar {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #main-content #sidebar {
    width: 280px;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  #main-content #sidebar {
    position: sticky;
    top: 80px;
    z-index: 1;
  }
}
#main-content #content-area {
  width: 100%;
}

.path-project #main-content #sidebar {
  position: static;
}

.block-views-blockwork-block-other {
  overflow: hidden;
}

.container-fluid, header #header-full .project .menu-dropdown-container {
  max-width: 1170px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.page-block__title {
  color: #363636;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.path-contact #map {
  position: absolute;
  height: 100%;
  width: 100%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.page-wrapper {
  overflow: hidden;
}
.page-node-210 .page-wrapper, .node--type-tech .page-wrapper {
  overflow: visible;
}

.is-dragging a {
  pointer-events: none;
}

#page-content {
  padding-top: 76px;
}
@media (min-width: 992px) {
  #page-content {
    padding-top: 107px;
  }
}

body:not(.user-logged-in) header {
  top: 0;
}

#main {
  margin-top: 0;
}

.page-node-35 header {
  top: 0;
}

.region-order .form-type-textfield label {
  display: none;
}
.region-order .form-type-textarea label {
  display: none;
}

.synmap {
  min-height: 300px;
}

.node--type-slide.node--view-mode-teaser {
  position: relative;
}
@media (min-width: 720px) {
  .node--type-slide.node--view-mode-teaser .content-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
  }
}
.node--type-slide.node--view-mode-teaser .content-wrapper .content {
  position: relative;
}
.node--type-slide.node--view-mode-teaser .content-wrapper .content .row {
  align-items: center;
}
.node--type-slide.node--view-mode-teaser .content-wrapper .content .content-desc {
  padding: 15px 0;
  position: relative;
  z-index: 2;
  height: 100%;
}
.node--type-slide.node--view-mode-teaser .content-wrapper .content .content-desc.background-white {
  background: #fff;
}
@media (min-width: 720px) {
  .node--type-slide.node--view-mode-teaser .content-wrapper .content .content-desc {
    padding: 38px 30px 20px;
  }
}
@media (min-width: 960px) {
  .node--type-slide.node--view-mode-teaser .content-wrapper .content .content-desc {
    opacity: 0;
  }
  body.site-is-ready .node--type-slide.node--view-mode-teaser .content-wrapper .content .content-desc {
    animation: frontSliderText 1s ease 1s;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 1140px) {
  .node--type-slide.node--view-mode-teaser .content-wrapper .content .content-desc .desc {
    padding-left: 20px;
  }
}
.node--type-slide.node--view-mode-teaser .content-wrapper .content .content-desc .desc h2 {
  text-transform: uppercase;
  margin-bottom: 0.4em;
}

.image-bg-effect {
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .image-bg-effect:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 5;
    background: #475a51;
    opacity: 0;
  }
  body.site-is-ready .animate.start .image-bg-effect:after {
    opacity: 1;
    animation: imageBgEffectGreen 1s ease 0.5s;
  }
  .image-bg-effect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #fff;
  }
  body.site-is-ready .animate.start .image-bg-effect:before {
    animation: imageBgEffectWhite 1s ease 0.5s;
    animation-fill-mode: forwards;
  }
}

.image-bg-effect-brown {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 960px) {
  .image-bg-effect-brown:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 5;
    background: #d6bc9f;
    opacity: 0;
  }
  body.site-is-ready .animate.start .image-bg-effect-brown:after {
    opacity: 1;
    animation: imageBgEffectGreen 1s ease 0.5s;
  }
  .image-bg-effect-brown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #fff;
  }
  body.site-is-ready .animate.start .image-bg-effect-brown:before {
    animation: imageBgEffectWhite 1s ease 0.5s;
    animation-fill-mode: forwards;
  }
}

.image-bg-effect-gray {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 960px) {
  .image-bg-effect-gray:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 5;
    background: #898989;
    opacity: 0;
  }
  body.site-is-ready .animate.start .image-bg-effect-gray:after {
    opacity: 1;
    animation: imageBgEffectGreen 1s ease 0.5s;
  }
  .image-bg-effect-gray:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #fff;
  }
  body.site-is-ready .animate.start .image-bg-effect-gray:before {
    animation: imageBgEffectWhite 1s ease 0.5s;
    animation-fill-mode: forwards;
  }
}

#static-map {
  margin: 70px 0 0;
  position: relative;
}
@media (min-width: 720px) {
  #static-map {
    margin: 170px 0 0;
  }
}
#static-map:after {
  content: "";
  background: url("../images/bg-beige.jpg") no-repeat 0 0;
  width: 1423px;
  height: 271px;
  position: absolute;
  left: 95px;
  top: -15px;
  z-index: 1;
}
@media (min-width: 960px) {
  #static-map:after {
    width: 0;
  }
}
#static-map .row {
  position: relative;
  z-index: 2;
}
#static-map .row > div:nth-child(1) {
  background: #fff;
}
#static-map .content {
  padding: 50px 20px 50px 0;
  position: relative;
  z-index: 5;
}
#static-map .content p {
  font-size: 17px;
  line-height: 1.6em;
}
@media (min-width: 960px) {
  #static-map .content {
    opacity: 0;
  }
}
#static-map .btn {
  margin-top: 80px;
}
@media (min-width: 960px) {
  body.site-is-ready #static-map.animate.start:after {
    animation: staticMapBg 1s ease 0.5s;
    animation-fill-mode: forwards;
  }
  body.site-is-ready #static-map.animate.start .static-map-image {
    animation: staticMapImage 1s ease 0.5s;
    animation-fill-mode: forwards;
  }
  body.site-is-ready #static-map.animate.start .content {
    animation: staticMapText 1s ease;
    animation-fill-mode: forwards;
  }
}
#static-map .static-map-image {
  background: url("../images/static-map.png") no-repeat 0 0;
  width: 795px;
  height: 433px;
  position: relative;
  left: -165px;
  top: 110px;
  opacity: 0;
  z-index: 2;
  transform: translateY(100%);
}
#static-map .static-map-image .point {
  position: absolute;
  top: 0;
  left: 0;
}
#static-map .static-map-image .point .icons {
  background: url("../images/icons/placemark-house.png") no-repeat 0 0;
  width: 76px;
  height: 79px;
  position: absolute;
  top: -18px;
  left: -32px;
  z-index: 2;
  cursor: pointer;
}
#static-map .static-map-image .point .icons:hover + .title {
  opacity: 1;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#static-map .static-map-image .point .title {
  background: #d5862b;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 20px 10px 45px;
  position: relative;
  z-index: 1;
  width: 210px;
  display: block;
  opacity: 0;
}
#static-map .static-map-image .point-1 {
  top: 175px;
  left: 165px;
}
#static-map .static-map-image .point-2 {
  top: 240px;
  left: 330px;
}
#static-map .static-map-image .point-3 {
  top: 190px;
  left: 487px;
}
#static-map .static-map-image .point-4 {
  top: 113px;
  left: 589px;
}
#static-map .static-map-image .point-5 {
  top: 302px;
  left: 531px;
}

#block-views-block-project-front-block-1 {
  padding-top: 50px;
}
@media (min-width: 720px) {
  #block-views-block-project-front-block-1 {
    padding-top: 120px;
  }
}

#block-views-block-project-front-block-2 {
  padding-top: 100px;
  /*@media (min-width: 960px) {
    .view {
      opacity: 0;
      transform: translateY(100%);
    }
    &.animate.start {
      animation: projectFront 1s ease;
      animation-fill-mode: forwards;
    }
  } */
}
@media (min-width: 720px) {
  #block-views-block-project-front-block-2 {
    padding-top: 180px;
  }
}
@media (min-width: 960px) {
  #block-views-block-project-front-block-2 .view {
    opacity: 0;
    transform: translateY(100%);
  }
  #block-views-block-project-front-block-2.animate.start .view {
    animation: projectFront 1s ease;
    animation-fill-mode: forwards;
  }
}

#block-views-block-project-front-block-3 {
  padding-top: 70px;
}
@media (min-width: 960px) {
  #block-views-block-project-front-block-3 .view {
    opacity: 0;
    transform: translateY(100%);
  }
  #block-views-block-project-front-block-3.animate.start .view {
    animation: projectFront 1s ease;
    animation-fill-mode: forwards;
  }
}

.node--type-project-front h3 {
  text-transform: uppercase;
}
.node--type-project-front .field--name-body {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 60px;
}
.node--type-project-front .number {
  position: absolute;
  top: -35px;
  right: 20px;
  z-index: 6;
  font-weight: 600;
  font-size: 94px;
  line-height: 1;
  font-family: "Montserrat";
  color: #fff;
  text-shadow: -1px -1px 0 #7e8b85, 1px 1px 0 #7e8b85, 1px -1px 0 #7e8b85, -1px 1px 0 #7e8b85;
}
.node--type-project-front.node--view-mode-teaser {
  position: relative;
}
@media (min-width: 720px) {
  .node--type-project-front.node--view-mode-teaser .description {
    margin-top: -230px;
  }
}
.node--type-project-front.node--view-mode-teaser .description .content {
  position: relative;
  background: #fff;
  padding: 30px 25px;
  position: relative;
  z-index: 2;
  box-shadow: 11px 6px 29px 0 rgba(71, 90, 81, 0.1);
}
@media (min-width: 720px) {
  .node--type-project-front.node--view-mode-teaser .description .content {
    padding: 60px 55px 65px;
  }
}
@media (min-width: 960px) {
  .node--type-project-front.node--view-mode-teaser .description .content {
    opacity: 0;
    transform: translateY(100%);
  }
}
.node--type-project-front.node--view-mode-teaser .description .content:after {
  content: "";
  position: absolute;
  right: 125px;
  width: 2px;
  height: 0;
  top: 0;
  background: #e3e3e3;
}
.node--type-project-front.node--view-mode-teaser .description .content:before {
  content: "";
  position: absolute;
  right: 125px;
  width: 2px;
  height: 0;
  bottom: 0;
  background: #e3e3e3;
}
.node--type-project-front.node--view-mode-teaser .row > div {
  position: relative;
}
@media (min-width: 960px) {
  .node--type-project-front.node--view-mode-teaser .row > div .number {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.node--type-project-front.node--view-mode-teaser:after {
  content: "";
  background: url("../images/bg-beige-2.jpg") no-repeat 0 0;
  width: 154px;
  height: 0;
  position: absolute;
  top: 95px;
  left: -40px;
}
@media (min-width: 960px) {
  .node--type-project-front.node--view-mode-teaser.animate.start .description .content {
    animation: projectFrontHouseDesc 1s ease;
    animation-fill-mode: forwards;
  }
  .node--type-project-front.node--view-mode-teaser.animate.start .description .content:after {
    animation: projectFrontHouseLine1 1s ease 1.5s;
    animation-fill-mode: forwards;
  }
  .node--type-project-front.node--view-mode-teaser.animate.start .description .content:before {
    animation: projectFrontHouseLine2 1s ease 1.5s;
    animation-fill-mode: forwards;
  }
  .node--type-project-front.node--view-mode-teaser.animate.start .number {
    animation: projectFrontHouseNumber 1s ease;
    animation-fill-mode: forwards;
  }
  .node--type-project-front.node--view-mode-teaser.animate.start:after {
    animation: projectFrontHouseBg 1s ease;
    animation-fill-mode: forwards;
  }
}
.node--type-project-front.node--view-mode-teaser-2 .content {
  padding: 0 0 20px;
  max-width: 500px;
}
@media (min-width: 720px) {
  .node--type-project-front.node--view-mode-teaser-2 .content {
    padding: 45px 20px 20px 35px;
  }
}
.node--type-project-front.node--view-mode-teaser-3 {
  position: relative;
  z-index: 5;
}
.node--type-project-front.node--view-mode-teaser-3 .image-adaptive {
  max-width: 510px;
  position: relative;
}
@media (min-width: 960px) {
  .node--type-project-front.node--view-mode-teaser-3 .image-adaptive:before {
    content: "";
    background: url("../images/bg-beige-3.jpg") no-repeat 0 0;
    width: 182px;
    height: 238px;
    position: absolute;
    top: -35px;
    left: -25px;
  }
}
.node--type-project-front.node--view-mode-teaser-3 .number {
  right: 60px;
}
.node--type-project-front.node--view-mode-teaser-3 .content {
  padding: 30px 0;
}

.f-project-order {
  margin: 75px 0;
}
@media (min-width: 960px) {
  .f-project-order {
    margin: 175px 0 75px;
  }
}
.f-project-order-footer {
  position: relative;
  z-index: 3;
}
@media (min-width: 960px) {
  .f-project-order-footer {
    margin-top: -180px;
    opacity: 0;
    transform: translateY(100%);
  }
  .animate.start .f-project-order-footer {
    animation: frontSliderText 1.5s ease 1s;
    animation-fill-mode: forwards;
  }
}
.f-project-order-footer .content {
  background: #fff;
  padding: 20px 20px 30px;
  position: relative;
  z-index: 3;
  box-shadow: 11px 6px 23.2px 5.8px rgba(71, 90, 81, 0.1);
}
@media (min-width: 960px) {
  .f-project-order-footer .content {
    padding: 54px 20px 65px 44px;
  }
}
.f-project-order-footer .content-title {
  font-size: 23px;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.8em;
}
.f-project-order-footer .content p {
  font-size: 18px;
  line-height: 1.3em;
}
.f-project-order-footer .content .btn {
  margin-top: 30px;
}
.f-project-order-footer:after {
  content: "";
  background: url("../images/bg-beige-4.jpg") no-repeat right 0;
  width: 0;
  height: 102px;
  position: absolute;
  right: 0;
  bottom: -15px;
  margin-right: 283px;
}
@media (min-width: 960px) {
  .f-project-order.animate.start .f-project-order-footer:after {
    animation: projectOrderBg 1.5s ease 2s;
    animation-fill-mode: forwards;
  }
}

.f-advantages {
  margin: 75px 0;
}
@media (min-width: 960px) {
  .f-advantages {
    margin: 195px 0 210px;
  }
}
.f-advantages h2 {
  text-align: center;
  font-size: 38px;
  margin: 0 0 80px;
}
@media (max-width: 720px) {
  .f-advantages h2 {
    font-size: 1.625rem;
    margin-bottom: 35px;
  }
}
.f-advantages .content {
  height: 100%;
  position: relative;
}
.f-advantages .content .desc {
  text-align: center;
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.1);
  padding: 65px 20px;
  height: 100%;
}
.f-advantages .content .desc .title {
  font-size: 23px;
  line-height: 1.3em;
  line-height: 1.3em;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.8em;
}
.f-advantages .content .desc p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}
.f-advantages .content .desc-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 65px 20px;
  text-align: center;
  opacity: 1;
  /*&:nth-of-type(1) {
    background: url(../images/advantages-4.jpg) no-repeat 0 0;
  }*/
}
.f-advantages .content .desc-active:hover {
  opacity: 0;
  transition: all 200ms linear;
}
.f-advantages .content .desc-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(71, 90, 81, 0.6);
}
.f-advantages .content .desc-active .num {
  font-family: "Montserrat";
  font-size: 60px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.f-advantages .content .desc-active .title {
  font-family: "Montserrat";
  font-size: 23px;
  line-height: 1.3em;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.f-advantages .row > div:nth-child(1) .desc-active {
  background: url("../images/advantages-1.jpg") no-repeat 0 0;
  background-size: cover;
}
.f-advantages .row > div:nth-child(2) .desc-active {
  background: url("../images/advantages-2.jpg") no-repeat 0 0;
  background-size: cover;
}
.f-advantages .row > div:nth-child(3) .desc-active {
  background: url("../images/advantages-3.jpg") no-repeat 0 0;
  background-size: cover;
}
.f-advantages .row > div:nth-child(4) .desc-active {
  background: url("../images/advantages-4.jpg") no-repeat 0 0;
  background-size: cover;
}

#block-views-block-work-block-1 {
  padding-bottom: 35px;
}
#block-views-block-work-block-1 > h2 {
  margin-bottom: 117px;
  font-size: 38px;
}
@media (max-width: 720px) {
  #block-views-block-work-block-1 > h2 {
    font-size: 1.625rem;
    margin-bottom: 35px;
  }
}
#block-views-block-work-block-1 .flickity-slider {
  transform: none !important;
}
#block-views-block-work-block-1 .views-row {
  width: 100%;
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}
#block-views-block-work-block-1 .views-row.is-selected {
  opacity: 1;
  z-index: 1;
}
#block-views-block-work-block-1 .view-id-work {
  position: relative;
}
#block-views-block-work-block-1 .view-id-work:after {
  content: "";
  background: url("../images/bg-beige-5.jpg") no-repeat 0 0;
  width: 630px;
  height: 508px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 720px) {
  #block-views-block-work-block-1 .view-id-work:after {
    display: block;
  }
}
#block-views-block-work-block-1 .view-id-work .view-content {
  position: relative;
  z-index: 5;
}
@media (min-width: 1140px) {
  #block-views-block-work-block-1 .view-id-work:after {
    width: 0;
  }
  body.site-is-ready #block-views-block-work-block-1 .view-id-work.animate.start:after {
    animation: workFrontBg 1s ease 1.5s;
    animation-fill-mode: forwards;
  }
}
#block-views-block-work-block-1 .flickity-page-dots {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 5;
  width: 70px;
  height: 330px;
  padding: 40px 0 0;
}
#block-views-block-work-block-1 .flickity-page-dots .dot {
  opacity: 1;
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 0 20px 16px;
  background: url("../images/slider-dots.png") no-repeat -16px -105px;
}
#block-views-block-work-block-1 .flickity-page-dots .dot:hover {
  background: url("../images/slider-dots.png") no-repeat -16px -68px;
  transition: all 0 linear;
}
#block-views-block-work-block-1 .flickity-page-dots .dot.is-selected {
  width: 47px;
  height: 47px;
  background: url("../images/slider-dots.png") no-repeat 0 0;
  margin: 0 0 20px;
}
@media (min-width: 1140px) {
  #block-views-block-work-block-1 .flickity-page-dots {
    opacity: 0;
  }
}

@media (min-width: 1140px) {
  body.site-is-ready .view-id-work.view-display-id-block_1.start .flickity-page-dots {
    animation: frontSliderNavigation 1.5s ease 1s;
    animation-fill-mode: forwards;
  }
}
.node--type-work.node--view-mode-teaser .image-bg-effect {
  max-width: 600px;
  margin-left: auto;
}
.node--type-work.node--view-mode-teaser .field--name-field-image {
  text-align: right;
}
.node--type-work.node--view-mode-teaser .content {
  padding: 50px 0 0 70px;
  background: #fff;
}
.node--type-work.node--view-mode-teaser .content h3 {
  text-transform: uppercase;
  margin-bottom: 23px;
}
.node--type-work.node--view-mode-teaser .content .field--name-field-short {
  font-size: 14px;
  line-height: 1.3em;
}
.node--type-work.node--view-mode-teaser .content .btn {
  margin-top: 65px;
}
@media (min-width: 720px) {
  .node--type-work.node--view-mode-teaser .content {
    padding: 80px 0 0 100px;
  }
}
@media (min-width: 960px) {
  .node--type-work.node--view-mode-teaser .content {
    padding: 80px 0 0 55px;
  }
}
@media (min-width: 1140px) {
  .node--type-work.node--view-mode-teaser .content {
    opacity: 0;
  }
  body.site-is-ready .animate.start .node--type-work.node--view-mode-teaser .content {
    animation: frontSliderText 1.5s ease 1s;
    animation-fill-mode: forwards;
  }
}

.node--type-news.node--view-mode-teaser {
  height: 100%;
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.1);
}
.node--type-news.node--view-mode-teaser .field--name-field-image img {
  object-fit: cover;
}
.node--type-news.node--view-mode-teaser .field--name-field-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.node--type-news.node--view-mode-teaser .field--name-field-image a:before {
  content: "Читать новость";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 5;
  margin-top: -10px;
  opacity: 0;
}
.node--type-news.node--view-mode-teaser .field--name-field-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(71, 90, 81, 0.6);
  opacity: 0;
}
.node--type-news.node--view-mode-teaser .field--name-field-image a:hover {
  text-decoration: none;
}
.node--type-news.node--view-mode-teaser .field--name-field-image a:hover:after, .node--type-news.node--view-mode-teaser .field--name-field-image a:hover:before {
  opacity: 1;
  transition: all 200ms linear;
}
.node--type-news.node--view-mode-teaser .content {
  padding: 25px 20px 30px;
}
@media (min-width: 992px) {
  .node--type-news.node--view-mode-teaser .content {
    padding: 25px 20px 40px 45px;
  }
}
.node--type-news.node--view-mode-teaser .content .date {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 10px;
}
.node--type-news.node--view-mode-teaser .content .title {
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .node--type-news.node--view-mode-teaser .content .title {
    font-size: 18px;
  }
}
.node--type-news.node--view-mode-teaser .content .title a {
  color: #000000;
  text-decoration: none;
}
.node--type-news.node--view-mode-teaser .content .title a:hover {
  opacity: 0.7;
}
.node--type-news.node--view-mode-teaser .content .field--name-body {
  font-size: 12px;
  font-weight: 300;
}
.node--type-news.node--view-mode-teaser .content .more {
  margin: 25px 0 0;
}
.node--type-news.node--view-mode-teaser .content .more a {
  text-transform: uppercase;
  color: #67986a;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.node--type-news.node--view-mode-teaser .content .more a:hover {
  text-decoration: none;
}

/** contact **/
@media (min-width: 960px) {
  .page-node-16.page-node-view .region-content {
    display: flex;
    margin: 0 -15px;
  }
  .page-node-16.page-node-view .region-content > div {
    flex-basis: 50%;
    padding: 0 15px;
  }
}
.page-node-16.page-node-view .node--view-mode-full table tr {
  background: none;
}
.page-node-16.page-node-view .node--view-mode-full table td {
  border: 0;
}

.contact-message-contact-form h2 {
  text-align: center;
  margin-bottom: 30px;
}
.contact-message-contact-form form label {
  display: none;
}
.contact-message-contact-form form input.form-control,
.contact-message-contact-form form textarea {
  border-color: #d7d7d7 !important;
}

#block-views-block-proizvodstvo-block-1 {
  margin-top: 30px;
}
#block-views-block-proizvodstvo-block-1 > h2 {
  text-align: center;
  margin-bottom: 35px;
}
#block-views-block-proizvodstvo-block-1 .row > div {
  margin-bottom: 20px;
}
#block-views-block-proizvodstvo-block-1 .views-row {
  padding-bottom: 50px;
  height: 100%;
  border-bottom: 2px solid #eee;
}
#block-views-block-proizvodstvo-block-1 .views-field-field-short {
  font-family: "Montserrat";
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1em;
}

.company-block {
  margin-bottom: 70px;
}
.company-block-content {
  transition: transform 0.5s;
  background: #fff;
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.1);
}
.company-block-content:hover {
  transform: scale(1.05);
}
.company-block > .row {
  margin-righ: -5px;
  margin-left: -5px;
}
.company-block > .row > div {
  padding: 0 5px;
}
.company-block > .row .row {
  margin: 0;
}
.company-block > .row .row > div {
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .company-block > .row:nth-child(2) .row {
    flex-direction: row-reverse;
  }
}
.company-block .content {
  height: 100%;
  padding: 10px;
}
.company-block .content .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 30px;
}

.view-id-price.view-display-id-block_1 {
  margin-bottom: 70px;
}
.view-id-price.view-display-id-block_1 .views-row {
  text-align: center;
  margin-top: 20px;
}
.view-id-price.view-display-id-block_1 .views-row .views-field-field-image a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.view-id-price.view-display-id-block_1 .views-row .views-field-field-image a::after {
  transition: all 200ms linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(71, 90, 81, 0.6);
}
.view-id-price.view-display-id-block_1 .views-row .views-field-field-image a:hover {
  transition: all 200ms linear;
}
.view-id-price.view-display-id-block_1 .views-row .views-field-field-image a:hover::after {
  opacity: 1;
}
.view-id-price.view-display-id-block_1 .views-row .views-field-title {
  margin-top: 20px;
  padding: 0 10px;
  min-height: 80px;
  display: flex;
  align-items: center;
}
.view-id-price.view-display-id-block_1 .views-row .views-field-title a {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
}

#map-project {
  height: 460px;
  width: 100%;
}

.project-full .btn-orange a {
  text-decoration: none;
}
.project-full h1 {
  font-size: 42px;
}
.project-full .more-projects {
  padding: 78px 0 0;
}
.project-full .more-projects .filter-projects {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .project-full .more-projects .filter-projects {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.project-full .more-projects .filter-projects-title {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  margin-bottom: 18px;
  margin-right: 2.5rem;
}
@media (max-width: 1199.98px) {
  .project-full .more-projects .filter-projects-title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .project-full .more-projects .filter-projects-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .project-full .more-projects .filter-projects-title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.project-full .more-projects .filter-projects-link {
  position: relative;
  margin-right: 1.5rem;
}
@media (max-width: 991px) {
  .project-full .more-projects .filter-projects-link {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.project-full .more-projects .filter-projects-link a {
  position: relative;
}
.project-full .more-projects .filter-projects-link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: #2c2c2c;
  opacity: 0;
}
.project-full .more-projects .filter-projects-link:nth-child(1) {
  position: relative;
}
.project-full .more-projects .filter-projects-link:nth-child(1)::before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("../images/compass-h.png");
}
.project-full .more-projects .filter-projects-link:nth-child(2) {
  position: relative;
}
.project-full .more-projects .filter-projects-link:nth-child(2)::before {
  content: "";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: url("../images/key-h.png");
}
.project-full .more-projects .filter-projects-link:hover::before {
  opacity: 1;
}
.project-full .more-projects .filter-projects-link:hover a::before {
  opacity: 1;
}
.project-full .more-projects .filter-projects-items {
  display: flex;
}
@media (max-width: 991px) {
  .project-full .more-projects .filter-projects-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.project-full .more-projects .filter-projects-items img {
  margin-right: 0.5rem;
}
.project-full .more-projects .filter-projects-items a {
  color: #2c2c2c;
  text-decoration: none !important;
}
.project-full .more-projects .filter-projects-items a:before {
  background: #2c2c2c;
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: 2px;
  left: 0;
  display: block;
}
@media (max-width: 767.98px) {
  .project-full .more-projects {
    padding-top: 50px;
  }
}
.project-full #built-objects {
  padding: 1.5rem 0;
}
.project-full #built-objects h2 {
  font-size: 23px;
  margin-bottom: 3rem;
}
.project-full .field--name-field-built-objects .flickity-prev-next-button {
  border-radius: 0;
  background: #fff;
  padding: 0;
  width: 65px;
  height: 65px;
  transform: none !important;
  z-index: 2;
  top: 46%;
}
@media (max-width: 991px) {
  .project-full .field--name-field-built-objects .flickity-prev-next-button {
    top: 39%;
  }
}
.project-full .field--name-field-built-objects .flickity-prev-next-button.previous {
  left: 0;
}
.project-full .field--name-field-built-objects .flickity-prev-next-button.next {
  right: 0;
}
.project-full .field--name-field-built-objects .flickity-prev-next-button svg {
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}
.project-full .field--name-field-built-objects .flickity-prev-next-button svg path {
  fill: #000;
}
.project-full .field--name-field-built-objects .field__item {
  width: 32%;
  margin-right: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .project-full .field--name-field-built-objects .field__item {
    width: 100%;
  }
}
.project-full .field--name-field-built-objects .field__item .node__content {
  box-shadow: 0 13px 29px 0 rgba(71, 90, 81, 0.1);
}
.project-full .field--name-field-built-objects .field__item .node__content h3 {
  min-height: 110px;
  font-size: 18px;
  padding: 1.5rem 2rem;
}
.project-full .field--name-field-built-objects .gallery-slider-items .item {
  display: none;
}
.project-full .field--name-field-built-objects .gallery-slider-items .item:nth-child(1) {
  display: block;
}
.project-full .field--name-field-project-plan {
  margin-top: 1.4rem;
}
@media (min-width: 992px) {
  .project-full .project-plan {
    margin-top: 30px;
  }
}
.project-full .project-info {
  flex: 0 0 34%;
  max-width: 34%;
  padding: 2.5rem 3rem 3rem;
  box-shadow: 0 13px 29px 0 rgba(71, 90, 81, 0.1);
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .project-full .project-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
}
.project-full .project-info .btn a {
  text-decoration: none;
}
.project-full .project-info h1 {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.project-full .project-info .area-heat,
.project-full .project-info .badroom {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .project-full .project-info .area-heat,
  .project-full .project-info .badroom {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.project-full .project-info .area-heat img,
.project-full .project-info .badroom img {
  height: max-content;
  margin-right: 10px;
}
.project-full .project-info .area-heat .field__item,
.project-full .project-info .badroom .field__item {
  font-size: 24px;
  font-weight: normal !important;
  line-height: 31px !important;
}
.project-full .project-info div.field {
  margin-bottom: 0.2rem;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
}
.project-full .project-info div.field.field--name-body {
  display: block;
}
.project-full .project-info div.field.field--name-field-wall-material {
  flex-direction: row;
  margin: 0.8rem 0;
}
@media (max-width: 991px) {
  .project-full .project-info div.field.field--name-field-wall-material {
    flex-direction: column;
  }
}
.project-full .project-info div.field.field--name-field-wall-material .field__item {
  color: #000000;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .project-full .project-info div.field.field--name-field-wall-material .field__item {
    padding-left: 0;
  }
}
.project-full .project-info div.field.field--name-field-project-area .field__item {
  font-size: 42px;
  line-height: 55px;
}
.project-full .project-info div.field.field--name-field-project-area .field__item sup {
  font-size: 23px;
  top: -15px;
}
.project-full .project-info div.field.field--name-field-project-price {
  margin: 3.5rem 0 1rem;
}
.project-full .project-info div.field.field--name-field-project-price .field__item {
  font-size: 32px;
  color: #000000;
  line-height: 42px;
}
.project-full .project-info div.field.field--name-field-project-price .field__item span {
  font-size: 16px;
  font-weight: normal;
}
.project-full .project-info div.field.field--name-field-open-description {
  display: block;
}
.project-full .project-info div.field .field__label {
  font-weight: normal;
  float: none;
}
.project-full .project-info div.field .field__item {
  font-weight: bold;
  /*color: #fe6340;*/
  color: #d5862b;
}
.project-full .project-info div.field .field__item sup {
  font-size: 14px;
}
.project-full .project-info div.field > div {
  padding: 0;
}
.project-full .project-info .project-info__request {
  align-items: center;
  margin: 2.5rem 0;
}
.project-full .project-info .project-button {
  margin-top: 30px;
}
.project-full .project-info .project-button .btn {
  display: block;
  margin-top: 5px;
}
.project-full .project-info .project-button .btn a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 960px) {
  .project-full .project-info .project-button {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
}
.project-full .callback-button {
  margin-top: 6.5rem;
  justify-content: space-between;
}
.project-full .callback-button-item {
  flex: 0 0 50%;
  width: 50%;
}
@media (max-width: 991px) {
  .project-full .callback-button-item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.project-full .callback-button-item a {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
.project-full .callback-button-item a:hover {
  text-decoration: underline;
}
.project-full .img_work .field__label {
  margin-bottom: 1rem;
}
.project-full .img_work .view-id-work img {
  height: 451px;
  object-fit: cover;
}
.project-full .gray-bg {
  background: #fafafa;
}
.project-full .white-bg {
  background: #fff;
}
.project-full .project-plan-facades {
  margin: 2rem 0;
  padding: 1.8rem 0 3rem;
}
@media (max-width: 991px) {
  .project-full .project-plan-facades-item {
    width: 100%;
  }
}
.project-full .project-plan-facades-items {
  display: flex;
  border-bottom: 2px solid #e3e3e3;
  flex-wrap: wrap;
}
.project-full .project-plan-facades-items button {
  font-size: 25px;
  font-weight: 600;
  font-family: "Montserrat";
  color: #888888;
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .project-full .project-plan-facades-items button {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .project-full .project-plan-facades-items button {
    font-size: 34px;
  }
}
.project-full .project-plan-facades-items button:focus, .project-full .project-plan-facades-items button:hover {
  color: #363636;
  text-decoration: none;
}
.project-full .project-plan-facades-items button:focus::before, .project-full .project-plan-facades-items button:hover::before {
  opacity: 1;
}
.project-full .project-plan-facades-items button::before {
  content: "";
  background: #d5862b;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: -3px;
  opacity: 0;
  transition: opacity 0.5s;
}
.project-full .project-plan-facades-items button[aria-expanded=true] {
  pointer-events: none;
  color: #363636;
}
.project-full .project-plan-facades-items button[aria-expanded=true]::before {
  opacity: 1;
}
.project-full .project-plan-facades .field--name-field-facades {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-full .project-plan-facades .field--name-field-facades > .field__item {
  flex: 0 0 45%;
  max-width: 45%;
}
@media (max-width: 991px) {
  .project-full .project-plan-facades .field--name-field-facades > .field__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.project-full .project-plan-facades .field--name-field-paragraph-plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.project-full .project-plan-facades .field--name-field-paragraph-plan > .field__item {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .project-full .project-plan-facades .field--name-field-paragraph-plan > .field__item {
    width: 50%;
  }
}
.project-full .project-plan-facades .field--name-field-paragraph-plan .field--name-field-area {
  font-size: 42px;
  color: #67986a;
  line-height: 42px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .project-full .project-plan-facades .field--name-field-paragraph-plan .field--name-field-area {
    font-size: 57px;
  }
}
.project-full .project-plan-facades .field--name-field-paragraph-plan .field--name-field-area span {
  font-size: 28px;
}
.project-full .project-plan-facades .field--name-field-paragraph-plan .field--name-field-area span sup {
  font-size: 16px;
}
.project-full .project-plan-facades .field--name-field-paragraph-plan .field--name-field-area,
.project-full .project-plan-facades .field--name-field-paragraph-plan .field--name-field-title {
  padding-left: 40px;
}
.project-full #include-price .include-price {
  flex-wrap: wrap;
}
.project-full #include-price .include-price-item {
  background: #fff;
  flex: 0 0 24%;
  max-width: 24%;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .project-full #include-price .include-price-item {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .project-full #include-price .include-price-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.project-full #include-price .include-price-text {
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 1rem;
  font-size: 14px;
}
@media (min-width: 992px) {
  .project-full #include-price {
    padding: 0 0 4rem;
  }
}
.project-full #completed-project {
  padding: 6rem 0;
}
.project-full #completed-project h2 {
  font-size: 23px;
  margin-bottom: 2.5rem;
}
.project-full .field--name-field-geolocation .field__label {
  margin-bottom: 1rem;
}
.project-full .more-projects {
  text-align: left;
}
.project-full .more-projects__title {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .project-full .more-projects__title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .project-full .more-projects__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .project-full .more-projects__title {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 991.98px) {
  .project-full .more-projects__title {
    font-size: 32px;
  }
}
.project-full .more-projects a {
  text-decoration: none;
}
.project-full .more-projects .views-row {
  width: 100%;
  padding: 0 10px;
}
.project-full .more-projects .views-row .project-teaser {
  max-width: 265px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .project-full .more-projects .views-row {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .project-full .more-projects .views-row {
    width: 25%;
  }
}
.project-full .more-projects .view-content {
  opacity: 0;
  height: 0;
  padding-top: 25px;
  overflow: hidden;
}
.project-full .more-projects .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}
.project-full .more-projects .view-content .flickity-viewport {
  overflow: visible !important;
}

/** news **/
.view-id-news.view-display-id-page .views-row {
  margin-bottom: 15px;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 {
  padding: 22px 30px;
  box-shadow: 11px 6px 29px 0 rgba(71, 90, 81, 0.1);
  position: relative;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .date {
  font-size: 12px;
  margin: 8px 0;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .title {
  margin-bottom: 15px;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .title a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .title a:hover {
  opacity: 0.7;
  transition: all 200ms linear;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .field--name-body {
  font-size: 12px;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .more {
  margin: 25px 0 0;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .more a {
  text-transform: uppercase;
  color: #d5862b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2 .more a:hover {
  text-decoration: none;
}
.view-id-news.view-display-id-page .node--view-mode-teaser-2:hover {
  box-shadow: 11px 6px 29px 0 rgba(71, 90, 81, 0.16);
}

.node--view-mode-full a {
  text-decoration: underline;
}
.node--view-mode-full a:hover {
  text-decoration: none;
}

.node--type-news.node--view-mode-full .date {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 7px;
}
.node--type-news.node--view-mode-full .field--name-field-image {
  float: right;
  margin: 0 0 10px;
  width: 100%;
}
@media (min-width: 720px) {
  .node--type-news.node--view-mode-full .field--name-field-image {
    margin-left: 20px;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .node--type-news.node--view-mode-full .field--name-field-image {
    width: auto;
  }
}
.node--type-news.node--view-mode-full .field--name-field-gallery {
  clear: both;
  margin-top: 65px;
}
.node--type-news.node--view-mode-full .field--name-field-gallery .gallery-image {
  position: relative;
  overflow: hidden;
}
.node--type-news.node--view-mode-full .field--name-field-gallery .gallery-image a {
  display: block;
}
.node--type-news.node--view-mode-full .field--name-field-gallery .gallery-image a:before {
  background: url("../images/colorbox-plus.png") no-repeat center center rgba(71, 90, 81, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.node--type-news.node--view-mode-full .field--name-field-gallery .gallery-image a:hover img {
  transform: scale(1.021) perspective(1px);
  transition: all 200ms linear;
}
.node--type-news.node--view-mode-full .field--name-field-gallery .gallery-image a:hover:before {
  opacity: 1;
  transition: all 200ms linear;
}
.node--type-news.node--view-mode-full .field--name-field-gallery .signature {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  margin: 15px 0 0;
}
.node--type-news.node--view-mode-full .field--name-field-gallery .row > div {
  margin-bottom: 20px;
}

.next-page .content {
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.next-page .content:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
  z-index: 2;
}
.next-page .content .next {
  display: inline-block;
  padding-left: 40px;
  background: #fff;
  position: relative;
  z-index: 4;
}
.next-page .content .next a {
  text-decoration: none;
}
.next-page .content .next span {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.next-page .content .next span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: #67986a;
  opacity: 1;
}
.next-page .content .next span:hover {
  text-decoration: none;
}
.next-page .content .next span:hover::before {
  opacity: 0;
}

#block-work-map-block {
  height: calc(100vh - 210px);
  min-height: 600px;
  overflow: hidden;
}
#block-work-map-block .row {
  margin: 0;
  height: 100%;
}
#block-work-map-block .row > div {
  padding: 0;
}
#block-work-map-block #work-desc {
  flex-basis: 0;
  height: 100%;
  overflow-y: scroll;
  box-shadow: 2px 0 10px 2px rgba(93, 98, 100, 0.3);
  position: relative;
  z-index: 5;
  visibility: hidden;
}
@media (min-width: 960px) {
  #block-work-map-block #work-desc {
    visibility: visible;
    flex-basis: 30%;
  }
}
#block-work-map-block #work-point {
  flex-basis: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 960px) {
  #block-work-map-block #work-point {
    flex-basis: 70%;
  }
}

#work-map {
  height: 100%;
  /*.content {
    background: #fd6340;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: bold;
    padding: 10px 20px 10px 40px;
    position: relative;
    z-index: 1;
    width: 210px;
    margin: 18px 0 0 31px;
    &:before {
      content: "\f105";
      position: absolute;
      top: 50%;
      right: 15px;
      color: #fff;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      margin-top: -8px;
    }
    &:hover,
    &.active {
      background: #475a51;
      &:before {
        content: "\f104";
      }
    }
  } */
}
#work-map .clusterIcon {
  width: 76px;
  height: 79px;
  background: url("../images/icons/placemark-house.png") no-repeat 0 0;
  position: relative;
}
#work-map .clusterIcon span {
  color: #d5862b;
  font-size: 14px;
  position: absolute;
  right: 19px;
  top: 9px;
}
#work-map .clusterIcon.active {
  background: url("../images/icons/placemark-house-active.png") no-repeat 0 0;
}
#work-map .clusterIcon.active span {
  color: #fff;
}
#work-map .map-placemark {
  width: 87px;
  height: 100px;
}
#work-map .map-placemark .icons {
  background: url("../images/icons/placemark-house.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 76px;
  height: 79px;
}
#work-map .map-placemark .icons:hover {
  background: url("../images/icons/placemark-house-active.png") no-repeat 0 0;
}
#work-map .map-placemark.active .icons {
  background: url("../images/icons/placemark-house-active.png") no-repeat 0 0;
}
#work-map .popover {
  border: 0;
  border-radius: 0;
  background: #fff;
  z-index: 10 !important;
}
#work-map .popover .map-placemark-balloon {
  color: #232323;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  padding: 0 10px 0 18px;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 5px 13px 0 rgba(97, 97, 97, 0.35);
}
#work-map .popover .map-placemark-balloon.active {
  background: #fff;
}

.node--type-work.node--view-mode-teaser-3 .work-map {
  margin-bottom: 20px;
}
.node--type-work.node--view-mode-teaser-3 .work-map a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.node--type-work.node--view-mode-teaser-3 .work-map a i {
  margin-right: 7px;
}
.node--type-work.node--view-mode-teaser-3 .work-map a:hover {
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (min-width: 960px) {
  .node--type-work.node--view-mode-teaser-3 .work-map {
    display: none;
  }
}
.node--type-work.node--view-mode-teaser-3 .gallery-slider-items .flickity-button {
  right: 0 !important;
  left: auto !important;
  opacity: 1 !important;
  animation-name: none;
  position: absolute;
}
.node--type-work.node--view-mode-teaser-3 .gallery-slider-items .flickity-button.previous {
  right: 65px !important;
}
.node--type-work.node--view-mode-teaser-3 .content {
  padding: 30px 20px 20px 30px;
  overflow: hidden;
}
@media (min-width: 1140px) {
  .node--type-work.node--view-mode-teaser-3 .content {
    padding: 45px 70px 20px;
  }
}
.node--type-work.node--view-mode-teaser-3 .content h3 {
  text-transform: uppercase;
}
.node--type-work.node--view-mode-teaser-3 .content .field .field__label {
  font-weight: normal;
}
.node--type-work.node--view-mode-teaser-3 .content .field .field__item {
  font-weight: bold;
}
.node--type-work.node--view-mode-teaser-3 .content .btn {
  margin: 40px 0 0;
}
.node--type-work.node--view-mode-teaser-3 .content .btn a {
  text-decoration: none;
}
.node--type-work.node--view-mode-teaser-3 .project-link {
  margin: 20px 0 25px;
  padding: 0 20px 0 30px;
}
@media (min-width: 1140px) {
  .node--type-work.node--view-mode-teaser-3 .project-link {
    padding: 0 70px;
  }
}
.node--type-work.node--view-mode-teaser-3 .project-link .project-link-content {
  position: relative;
  text-align: right;
  font-size: 12px;
}
.node--type-work.node--view-mode-teaser-3 .project-link .project-link-content > span {
  position: relative;
  z-index: 3;
  background: #fff;
  padding-left: 40px;
}
.node--type-work.node--view-mode-teaser-3 .project-link .project-link-content a {
  font-weight: bold;
  text-transform: uppercase;
}
.node--type-work.node--view-mode-teaser-3 .project-link .project-link-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .field__item {
  width: 100%;
  margin: 0 5px;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .field__item {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .field__item {
    width: 40%;
  }
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .field__item a {
  display: block;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .field__item a:before {
  background: url("../images/colorbox-plus.png") no-repeat center center rgba(71, 90, 81, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .field__item a:hover img {
  transform: scale(1.021) perspective(1px);
  transition: all 200ms linear;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .field__item a:hover:before {
  opacity: 1;
  transition: all 200ms linear;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .flickity-prev-next-button {
  border-radius: 0;
  width: 60px;
  height: 60px;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .flickity-prev-next-button svg {
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .flickity-prev-next-button.next {
  right: 0 !important;
}
.node--type-work.node--view-mode-teaser-3 .field--name-field-gallery .flickity-prev-next-button.previous {
  left: 0 !important;
}

@media (max-width: 960px) {
  .node--type-work.page-node-view h1 {
    display: none;
  }
}
.house-content {
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.1);
  display: flex;
  flex-wrap: wrap;
  transition: transform 0.5s;
}
.house-content:hover {
  transform: scale(1.05);
}
.house-content-image {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .house-content-image {
    width: 50%;
    margin-bottom: 0;
  }
}
.house-content-text {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.5rem;
  font-family: "Montserrat";
}
@media (min-width: 576px) {
  .house-content-text {
    width: 50%;
  }
}
.house-content-text p {
  margin-top: 30px;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.path-news .views-element-container {
  position: inherit;
}

.view-news.view-display-id-page {
  position: relative;
}
.view-news.view-display-id-page .top-pager {
  position: absolute;
  top: -200px;
  right: 0;
}
@media (max-width: 460px) {
  .view-news.view-display-id-page .top-pager {
    position: relative;
    top: 0;
  }
}
@media (max-width: 460px) {
  .view-news.view-display-id-page .top-pager .pager__items {
    margin: 1rem 0;
  }
}
.view-news.view-display-id-page .top-pager .pager__items::before {
  display: block;
  content: "";
  height: 3px;
  width: 295px;
  background: #e4e4e4;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .view-news.view-display-id-page .top-pager .pager__items::before {
    display: none;
  }
}

.field--name-body img {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .field--name-body img.align-left {
    padding-right: 2rem;
  }
  .field--name-body img.align-right {
    padding-left: 2rem;
  }
}

.page-node-124 .production-item h2 {
  font-size: 18px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.page-node-124 .production-item p {
  font-size: 14px;
  line-height: 20px;
}
.page-node-124 .production-item-1 {
  margin-top: 4.5rem;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-1 {
    margin-top: 2.5rem;
  }
}
.page-node-124 .production-item-1 .image-content {
  position: relative;
  padding-bottom: 5.2rem;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-1 .image-content {
    padding-bottom: 1.5rem;
  }
  .page-node-124 .production-item-1 .image-content img {
    width: 100%;
  }
}
.page-node-124 .production-item-1 .image-content-info {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 10%;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-1 .image-content-info {
    position: relative;
    left: 0;
    text-align: center;
    margin-top: 2rem;
    justify-content: center;
  }
  .page-node-124 .production-item-1 .image-content-info img {
    display: none;
  }
}
.page-node-124 .production-item-1 .image-content-info-text {
  font-size: 14px;
  padding-left: 1.5rem;
  font-family: "Montserrat";
}
@media (max-width: 991px) {
  .page-node-124 .production-item-1 .image-content-info-text {
    padding: 0;
    font-size: 12px;
  }
}
.page-node-124 .production-item-2 {
  padding-top: 13.5rem;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-2 {
    padding-top: 1.5rem;
  }
  .page-node-124 .production-item-2 img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .page-node-124 .production-item-2 img {
    width: auto;
  }
}
.page-node-124 .production-item-2 h2 {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-2 h2 {
    margin-top: 0;
  }
}
.page-node-124 .production-item-2 .item-content {
  position: relative;
}
.page-node-124 .production-item-2 .item-content::before {
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 78%;
  width: 67%;
  z-index: 2;
  background: url("../images/production/bg-1.png");
}
@media (max-width: 991px) {
  .page-node-124 .production-item-2 .item-content::before {
    display: none;
  }
}
.page-node-124 .production-item-2 .item-content::after {
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 87%;
  width: 52%;
  background: url("../images/production/bg-2.png");
}
@media (max-width: 991px) {
  .page-node-124 .production-item-2 .item-content::after {
    display: none;
  }
}
.page-node-124 .production-item-2 .item-content .item-text {
  background: #fff;
  position: relative;
  z-index: 5;
  font-size: 12px;
  font-family: "Montserrat";
  margin-bottom: 10rem;
  padding-left: 4.8rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-2 .item-content .item-text {
    padding-left: 0;
    padding-top: 2rem;
    text-align: center;
    margin-bottom: 0;
  }
  .page-node-124 .production-item-2 .item-content .item-text br {
    display: none;
  }
}
.page-node-124 .production-item-3 {
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.1);
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-3 {
    margin-top: 0;
    box-shadow: none;
  }
}
.page-node-124 .production-item-3 img {
  height: 100%;
  object-fit: cover;
}
.page-node-124 .production-item-3 .item-text {
  padding: 3.5rem 5.5rem 3.5rem 2.5rem;
}
@media (max-width: 991px) {
  .page-node-124 .production-item-3 .item-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-node-124 .production-item-3 .item-text p {
  margin-bottom: 1rem;
}
.page-node-124 .production-item-3 h2 {
  font-size: 23px;
}

.view-proizvodstvo.view-display-id-block_2 {
  margin-top: 13rem;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 {
    margin: 0;
  }
}
.view-proizvodstvo.view-display-id-block_2 .left-prod {
  position: relative;
}
.view-proizvodstvo.view-display-id-block_2 .left-prod::before {
  content: "";
  right: 0;
  position: absolute;
  display: block;
  top: 0;
  height: 4px;
  background: #e4e4e4;
  width: 1000px;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 .left-prod::before {
    display: none;
  }
}
.view-proizvodstvo.view-display-id-block_2 .view-header {
  width: 90%;
}
.view-proizvodstvo.view-display-id-block_2 .view-header h2 {
  font-size: 38px;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 .view-header h2 {
    margin-top: 0;
  }
}
.view-proizvodstvo.view-display-id-block_2 .view-header h4 {
  font-size: 17px;
  font-weight: normal;
  margin-top: 3.3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 .view-header h4 {
    margin-top: 0;
  }
}
.view-proizvodstvo.view-display-id-block_2 .view-header p {
  font-size: 14px;
}
.view-proizvodstvo.view-display-id-block_2 .production-item {
  position: relative;
}
@media (min-width: 992px) {
  .view-proizvodstvo.view-display-id-block_2 .production-item {
    flex: 0 0 61%;
    max-width: 61%;
  }
}
.view-proizvodstvo.view-display-id-block_2 .production-item .flickity-prev-next-button {
  border-radius: 0;
  background: #fff;
  padding: 0;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: auto !important;
  left: 30px !important;
  top: 0;
  right: auto !important;
  transform: none !important;
  z-index: 2;
}
@media (min-width: 960px) {
  .view-proizvodstvo.view-display-id-block_2 .production-item .flickity-prev-next-button {
    opacity: 0 !important;
  }
}
.view-proizvodstvo.view-display-id-block_2 .production-item .flickity-prev-next-button svg {
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}
.view-proizvodstvo.view-display-id-block_2 .production-item .flickity-prev-next-button path {
  fill: #000;
}
.view-proizvodstvo.view-display-id-block_2 .production-item .flickity-prev-next-button.next {
  left: 95px !important;
}
.view-proizvodstvo.view-display-id-block_2 .production-item .flickity-prev-next-button:disabled {
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 960px) {
  body.site-is-ready .view-proizvodstvo.view-display-id-block_2 .production-item .flickity-prev-next-button {
    animation: frontSliderNavigation 1s ease 2s;
    animation-fill-mode: forwards;
  }
}
.view-proizvodstvo.view-display-id-block_2 .views-row {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 25px;
}
.view-proizvodstvo.view-display-id-block_2 .views-row .field--name-field-image {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 .views-row .field--name-field-image {
    padding-left: 0;
  }
}
.view-proizvodstvo.view-display-id-block_2 .views-row img {
  height: 406px;
  display: block;
  object-fit: cover;
}
.view-proizvodstvo.view-display-id-block_2 .views-row .content-info {
  margin-top: -6rem;
  position: relative;
  background: url("../images/production/bg-2.png");
  padding-left: 1rem;
  padding-bottom: 3rem;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 .views-row .content-info {
    padding-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    background: none;
  }
}
.view-proizvodstvo.view-display-id-block_2 .views-row .content-info-content {
  padding: 2.5rem;
  background: #fff;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 .views-row .content-info-content {
    padding: 2.5rem 0;
  }
}
.view-proizvodstvo.view-display-id-block_2 .views-row .content-info-content h2 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 8px;
}
.view-proizvodstvo.view-display-id-block_2 .views-row .content-info-content .field--name-field-short {
  font-size: 14px;
}
@media (max-width: 991px) {
  .view-proizvodstvo.view-display-id-block_2 .views-row {
    padding-left: 0;
  }
}

.service-table {
  padding: 5.5rem 0;
}
.service-table h2 {
  font-size: 23px;
  margin-bottom: 2rem;
}
.service-table-complictation {
  margin-bottom: 4.5rem;
  flex-wrap: wrap;
}
.service-table-complictation a {
  display: flex;
  align-items: center;
  padding: 2.4rem;
  margin-bottom: 2.6rem;
  flex: 0 0 24%;
  max-width: 24%;
  background: #fff;
  box-shadow: 0 13px 29px 0 rgba(71, 90, 81, 0.1);
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 991px) {
  .service-table-complictation a {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .service-table-complictation a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.service-table-complictation a .complictation-image {
  flex: 0 0 36%;
  max-width: 36%;
  display: block;
  padding-right: 1rem;
}
.service-table-title {
  font-size: 23px;
  text-align: center;
  background: #67986a;
  font-weight: 600;
  color: #fff;
  padding: 1.3rem;
  font-family: "Montserrat";
}
.service-table button {
  padding: 1rem 1rem 1rem 4.5rem;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: left;
  color: #393939;
  background: none;
  border-bottom: 2px solid #f8f8f8;
  position: relative;
}
@media (max-width: 991px) {
  .service-table button {
    padding: 1rem;
  }
}
.service-table button.active:after, .service-table button.active:before {
  opacity: 1;
}
.service-table button:after, .service-table button:before {
  background: #c0c0c0;
  content: "";
  height: 2px;
  right: 18px;
  position: absolute;
  top: 29px;
  opacity: 0;
  width: 15px;
  transition: transform 500ms ease;
}
.service-table button:after {
  transform-origin: center;
}
.service-table button[aria-expanded=false]:after {
  transform: rotate(90deg);
}
.service-table button[aria-expanded=false]:before {
  transform: rotate(180deg);
}
.service-table button[aria-expanded=true] {
  background: #f8f8f8;
}
.service-table button[aria-expanded=true]:after, .service-table button[aria-expanded=true]:before {
  background: #475a51;
}
.service-table button:focus, .service-table button:hover {
  background: #f8f8f8;
  color: #393939;
  text-decoration: none;
}
.service-table button:focus:after, .service-table button:focus:before, .service-table button:hover:after, .service-table button:hover:before {
  background: #475a51;
}
.service-table-body {
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 300;
}
.service-table-body .field {
  padding: 6px 1rem 1rem 7rem;
}
@media (max-width: 991px) {
  .service-table-body .field {
    padding: 6px 1rem 1rem;
  }
}

#block-views-block-project-block-3 .flickity-page-dots {
  display: flex;
  bottom: -45px;
  justify-content: center;
  align-items: center;
}
#block-views-block-project-block-3 .flickity-page-dots .dot {
  border: 1px solid #979797;
  background: #fff;
  width: 16px;
  height: 16px;
  transition: 0.5s all;
}
#block-views-block-project-block-3 .flickity-page-dots .dot:hover {
  border: 1px solid #d5862b;
}
#block-views-block-project-block-3 .flickity-page-dots .dot.is-selected {
  /*border: 1px solid #fe6340;
  background: #fe6340;*/
  border: 1px solid #d5862b;
  background: #d5862b;
  width: 10px;
  height: 10px;
}
#block-views-block-project-block-3 .content {
  position: absolute;
  bottom: 30px;
  left: 35px;
  z-index: 5;
}
#block-views-block-project-block-3 .content .views-field-title {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Montserrat";
  padding-bottom: 10px;
  font-weight: bold;
  padding-left: 18px;
  text-align: left;
  color: #fff;
  text-shadow: 0 2px 3px rgba(1, 2, 2, 0.75);
}

.contact-message-project-form .block-content {
  background: #f5f5f5;
  position: relative;
  padding: 30px;
  margin-top: 50px;
}
@media (min-width: 576px) {
  .contact-message-project-form .block-content {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .contact-message-project-form .block-content {
    margin-top: 110px;
    padding: 90px 50px 75px 100px;
  }
}
@media (min-width: 992px) {
  .contact-message-project-form .block-content .inner {
    max-width: 735px;
  }
}
.contact-message-project-form .block-content:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 278px;
  height: 352px;
  background: url("../images/project-form-bg.png") no-repeat 0 0;
  display: none;
}
@media (min-width: 1200px) {
  .contact-message-project-form .block-content:before {
    display: block;
  }
}
.contact-message-project-form .block-content h2 {
  font-size: 20px;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-message-project-form .block-content h2 {
    font-size: 27px;
  }
}
.contact-message-project-form .block-content .text {
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.contact-message-project-form .block-content form {
  margin: 0 -10px;
}
.contact-message-project-form .block-content form label {
  display: none;
}
@media (min-width: 768px) {
  .contact-message-project-form .block-content form {
    display: flex;
  }
}
.contact-message-project-form .block-content form > div {
  flex-shrink: 1;
  padding: 0 10px;
}
.contact-message-project-form .block-content form .form-actions {
  flex-shrink: 0;
  width: 190px;
}
.contact-message-project-form .block-content form .form-actions .btn {
  width: 100%;
}
.contact-message-project-form .block-content form .form-actions input {
  border-radius: 0;
  background: #d5862b;
  border: 0;
  width: 100%;
  transition: opacity 0.4s;
}
.contact-message-project-form .block-content form .form-actions input:focus {
  outline: none;
}
.contact-message-project-form .block-content form .form-actions input:hover {
  opacity: 0.8;
}

.menu-title-opener {
  display: none;
}

@media (max-width: 767.98px) {
  .menu-title-opener {
    background: #d5862b;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
  }
  .menu-title-opener i {
    color: #fff;
  }
  .menu-opener {
    position: absolute;
    width: 99%;
    background: #fff;
    z-index: 3;
    left: 0;
    margin-left: -200%;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.75);
    transition: all 0.3s;
  }
  .menu-opener.opened {
    margin-left: 0;
  }
  .menu-opener.opened.opened .fa-angle-right::before {
    content: "\f104";
  }
}
.synmap-point path {
  display: none;
}

.synsearch-list {
  margin-bottom: 20px;
}
.synsearch-list h2 {
  font-size: 16px;
}
.synsearch-form {
  align-items: flex-end;
}
.synsearch-form input {
  border-radius: 0;
}
.synsearch-form input:focus {
  box-shadow: none;
  outline: none;
}
.synsearch-form a.synbtn {
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .landing-full-material {
    background-color: #f2f2f2;
  }
}

#block-seo-block-front {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

#block-seo-block-catalog {
  padding: 0 0 50px;
}

.contact-form form input.form-control {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.15);
  padding: 11px 20px;
  border: 1px solid #fff;
}
.contact-form form input.form-control:focus {
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.15);
  outline: none;
  box-shadow: none;
  border-color: #67986a !important;
}
.contact-form form input.form-control.error {
  box-shadow: 6px 6px 29px 0 rgba(255, 3, 21, 0.15);
}
@media (max-width: 575.98px) {
  .contact-form form input.form-control {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.4;
  }
}
.contact-form form textarea {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.15);
  padding: 11px 20px;
  resize: none;
  border: 1px solid #fff;
  height: 125px;
}
.contact-form form textarea:focus {
  border-color: #67986a !important;
  outline: none;
  box-shadow: 6px 6px 29px 0 rgba(71, 90, 81, 0.15) !important;
}

#block-contact-form .field--type-file details {
  border: 0;
}
#block-contact-form .field--type-file details summary {
  display: none;
}
#block-contact-form .field--type-file details .details-wrapper {
  padding: 0;
}
#block-contact-form .field--type-file details .details-wrapper .tabledrag-toggle-weight-wrapper {
  display: none;
}
#block-contact-form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file {
  width: 100%;
}
#block-contact-form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file input {
  width: 100%;
}
#block-contact-form .field--type-file details .details-wrapper table thead {
  display: none;
}
#block-contact-form .field--type-file details .details-wrapper table tbody tr {
  background: none !important;
}
#block-contact-form .field--type-file details .details-wrapper table tbody tr td {
  padding: 0 0 0.5rem;
  border: 0;
}
#block-contact-form .field--type-file details .details-wrapper table tbody tr td:first-child {
  display: flex;
  align-items: center;
  height: 63px;
}
#block-contact-form .field--type-file details .details-wrapper table tbody tr td .tabledrag-handle {
  display: none;
}

@media (min-width: 991px) {
  #block-contactblock .modal-dialog,
  #block-contactblock-application .modal-dialog,
  #block-contactblock-project .modal-dialog,
  #block-geography-contact .modal-dialog {
    max-width: 980px;
  }
}
#block-contactblock form,
#block-contactblock-application form,
#block-contactblock-project form,
#block-geography-contact form {
  max-width: 100%;
}
#block-contactblock form .field--type-file details,
#block-contactblock-application form .field--type-file details,
#block-contactblock-project form .field--type-file details,
#block-geography-contact form .field--type-file details {
  border: 0;
}
#block-contactblock form .field--type-file details summary,
#block-contactblock-application form .field--type-file details summary,
#block-contactblock-project form .field--type-file details summary,
#block-geography-contact form .field--type-file details summary {
  display: none;
}
#block-contactblock form .field--type-file details .details-wrapper,
#block-contactblock-application form .field--type-file details .details-wrapper,
#block-contactblock-project form .field--type-file details .details-wrapper,
#block-geography-contact form .field--type-file details .details-wrapper {
  padding: 0;
}
#block-contactblock form .field--type-file details .details-wrapper .tabledrag-toggle-weight-wrapper,
#block-contactblock-application form .field--type-file details .details-wrapper .tabledrag-toggle-weight-wrapper,
#block-contactblock-project form .field--type-file details .details-wrapper .tabledrag-toggle-weight-wrapper,
#block-geography-contact form .field--type-file details .details-wrapper .tabledrag-toggle-weight-wrapper {
  display: none;
}
#block-contactblock form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file,
#block-contactblock-application form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file,
#block-contactblock-project form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file,
#block-geography-contact form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file {
  width: 100%;
}
#block-contactblock form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file input,
#block-contactblock-application form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file input,
#block-contactblock-project form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file input,
#block-geography-contact form .field--type-file details .details-wrapper .js-form-managed-file.form-managed-file input {
  width: 100%;
}
#block-contactblock form .field--type-file details .details-wrapper table thead,
#block-contactblock-application form .field--type-file details .details-wrapper table thead,
#block-contactblock-project form .field--type-file details .details-wrapper table thead,
#block-geography-contact form .field--type-file details .details-wrapper table thead {
  display: none;
}
#block-contactblock form .field--type-file details .details-wrapper table tbody tr,
#block-contactblock-application form .field--type-file details .details-wrapper table tbody tr,
#block-contactblock-project form .field--type-file details .details-wrapper table tbody tr,
#block-geography-contact form .field--type-file details .details-wrapper table tbody tr {
  background: none !important;
}
#block-contactblock form .field--type-file details .details-wrapper table tbody tr td,
#block-contactblock-application form .field--type-file details .details-wrapper table tbody tr td,
#block-contactblock-project form .field--type-file details .details-wrapper table tbody tr td,
#block-geography-contact form .field--type-file details .details-wrapper table tbody tr td {
  padding: 0 0 0.5rem;
  border: 0;
}
#block-contactblock form .field--type-file details .details-wrapper table tbody tr td:first-child,
#block-contactblock-application form .field--type-file details .details-wrapper table tbody tr td:first-child,
#block-contactblock-project form .field--type-file details .details-wrapper table tbody tr td:first-child,
#block-geography-contact form .field--type-file details .details-wrapper table tbody tr td:first-child {
  display: flex;
  align-items: center;
  height: 63px;
}
#block-contactblock form .field--type-file details .details-wrapper table tbody tr td .tabledrag-handle,
#block-contactblock-application form .field--type-file details .details-wrapper table tbody tr td .tabledrag-handle,
#block-contactblock-project form .field--type-file details .details-wrapper table tbody tr td .tabledrag-handle,
#block-geography-contact form .field--type-file details .details-wrapper table tbody tr td .tabledrag-handle {
  display: none;
}

.js-form-item-fz152-agreement input {
  float: left;
  margin-right: 1rem;
}

.modal-dialog .messages--status {
  color: #fff;
  text-align: center;
  background: #67986a;
  font-weight: bold;
  font-size: 18px;
}

#block-block-service-form label {
  display: none;
}
#block-block-service-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#block-block-service-form form input.form-control,
#block-block-service-form form textarea {
  box-shadow: none;
  background: rgba(232, 232, 232, 0.51);
  border: 0;
  border-bottom: 2px solid transparent;
  transition: background 0.4s, border 0.4s;
}
#block-block-service-form form input.form-control:focus,
#block-block-service-form form textarea:focus {
  border-color: #444444 !important;
  background: #fff;
  box-shadow: none !important;
}
#block-block-service-form form input.form-control::placeholder,
#block-block-service-form form textarea::placeholder {
  color: #000;
  opacity: 0.72;
}
#block-block-service-form form .field--name-field-form-email,
#block-block-service-form form .field--name-field-form-name,
#block-block-service-form form .field--name-field-form-phone,
#block-block-service-form form .field--name-field-form-zakaz {
  width: 49%;
}
@media (max-width: 575.98px) {
  #block-block-service-form form .field--name-field-form-email,
  #block-block-service-form form .field--name-field-form-name,
  #block-block-service-form form .field--name-field-form-phone,
  #block-block-service-form form .field--name-field-form-zakaz {
    width: 100%;
  }
}
#block-block-service-form form .field--name-field-fail {
  width: 59%;
}
@media (max-width: 575.98px) {
  #block-block-service-form form .field--name-field-fail {
    width: 100%;
  }
}
#block-block-service-form form .field--name-field-fail details {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}
#block-block-service-form form .field--name-field-fail details > .details-wrapper {
  padding: 0;
}
#block-block-service-form form .field--name-field-fail details > .details-wrapper .description {
  padding-left: 37px;
  opacity: 0.72;
  font-size: 14px;
}
#block-block-service-form form .field--name-field-fail summary {
  display: none;
}
#block-block-service-form form .field--name-field-fail .form-type-managed-file .form-managed-file {
  background: url("../images/icon-file.png") left top no-repeat;
  position: relative;
}
#block-block-service-form form .field--name-field-fail .form-type-managed-file .form-managed-file::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  padding-left: 37px;
  content: "Прикрепить файлы";
}
#block-block-service-form form .field--name-field-fail input.form-control {
  font-size: 12px;
  opacity: 0;
  padding: 5px 20px;
}
#block-block-service-form form .field--name-field-fail button.link {
  display: none;
}
#block-block-service-form form .field--name-field-fail table thead {
  display: none;
}
#block-block-service-form form .field--name-field-fail table tbody tr {
  background: none !important;
}
#block-block-service-form form .field--name-field-fail table tbody tr td {
  padding: 0 0 0.5rem;
  border: 0;
}
#block-block-service-form form .field--name-field-fail table tbody tr td:first-child {
  display: flex;
  align-items: center;
  height: 63px;
}
#block-block-service-form form .field--name-field-fail table tbody tr td .tabledrag-handle {
  display: none;
}
#block-block-service-form form .form-actions {
  width: 40%;
  text-align: right;
}
@media (max-width: 575.98px) {
  #block-block-service-form form .form-actions {
    width: 100%;
  }
}
#block-block-service-form form .form-actions input:focus {
  outline: none;
}
#block-block-service-form .ajax-progress {
  display: block;
}
#block-block-service-form .ajax-progress-throbber .message {
  display: none;
}

form .form-item--fz-152-label {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
form .form-item-fz152-agreement label {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3em;
  position: relative;
  cursor: pointer;
}
form .form-item-fz152-agreement label:before {
  content: "";
  background: #ffffff;
  border: 1px solid #7c9768;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
form .form-item-fz152-agreement label:after {
  display: none;
}
form .form-item-fz152-agreement input:checked ~ label:before {
  background: url("../images/icons/check-form-2.svg") no-repeat center center #ffffff;
}

.request-form {
  margin-top: 100px;
}
.request-form .form-submit {
  color: #ffffff;
  background-color: #7c9768;
  border-color: #7c9768;
  border-radius: 2px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
@media (max-width: 575.98px) {
  .request-form .form-submit {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
  }
}
.request-form__content {
  padding: 72px 38px 47px 100px;
  background-color: #f5f5f5;
}
@media (max-width: 991.98px) {
  .request-form__content {
    padding: 30px 40px 40px;
  }
}
@media (max-width: 575.98px) {
  .request-form__content {
    padding: 28px 26px 40px;
  }
}
.request-form__title {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .request-form__title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .request-form__title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .request-form__title {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 767.98px) {
  .request-form__title {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .request-form__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    text-transform: none;
  }
}
.request-form__subtitle {
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 38px;
}
@media (max-width: 767.98px) {
  .request-form__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .request-form__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.37;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .request-form .form-item--fz-152 {
    grid-column: 1/-1;
    grid-row: 2/3;
  }
}
.request-form .form-submit {
  padding-top: 13px;
  padding-bottom: 13px;
}
.request-form .form-actions {
  margin: 0;
}
.request-form .form-item {
  margin: 0;
}
.request-form .form-item:not(.form-type-checkbox) label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.request-form .form-type-checkbox label {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
}
.request-form .form-control {
  margin-top: 0;
}
.request-form form {
  display: grid;
  grid-template-columns: 1fr 1fr 218px;
  gap: 20px 30px;
}
@media (max-width: 991.98px) {
  .request-form form {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  .request-form form {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .request-form form {
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  #contact_ajax_contact_message_projects_form {
    margin-top: 50px;
  }
}

.order-form {
  width: 100%;
  max-width: 290px;
  margin-top: auto;
  padding: 21px 20px 7px 23px;
  background-color: #f2f2f2;
}
.order-form .field--name-field-form-phone label,
.order-form .field--name-field-form-name label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.order-form .form-wrapper {
  margin: 0;
  order: 0;
}
.order-form .form-item {
  margin: 0;
  margin-bottom: 9px;
}
.order-form .form-item--fz-152 {
  order: 2;
}
.order-form .form-item--fz-152 label {
  color: #363636;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.15;
  padding-left: 27px;
}
.order-form .form-submit {
  width: 100%;
}
.order-form .form-actions {
  margin-bottom: 10px;
}
.order-form form {
  display: flex;
  flex-direction: column;
}
.order-form form input.form-control {
  color: #6c757d;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.18;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.order-form .btn {
  width: 100%;
}
.order-form .btn input {
  font-size: 18px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 13px;
  letter-spacing: 0.6px;
  background-color: #7C9768;
  border-color: #7C9768;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .order-form {
    display: none;
  }
}

.modal-content {
  border-radius: 0;
  box-shadow: 11px 6px 29px 0px rgba(71, 90, 81, 0.1);
}
.modal-content .modal-header {
  padding-top: 55px;
  border: 0;
  border-bottom: 0;
  position: relative;
}
.modal-content .modal-header h4 {
  width: 100%;
  text-align: center;
  font-size: 23px;
  line-height: 1.3em;
  font-family: "Montserrat";
}
.modal-content .modal-header .close {
  color: #fff;
  background: #67986a;
  width: 95px;
  height: 35px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  text-align: right;
  font-weight: normal;
}
.modal-content .modal-body {
  padding: 1rem 20px 60px 20px;
}
.modal-content .form-actions {
  border: 0;
  padding-top: 0;
  text-align: center;
  margin-top: 65px;
}
.modal-content form {
  max-width: 260px;
  margin: 0 auto;
}
.modal-content form p.info {
  font-size: 14px;
  text-align: center;
  margin: 0 0 35px 0;
}
.modal-content .ajax-progress {
  display: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 360px;
  }
}
.billet {
  line-height: 19px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 110px;
  height: 205px;
  padding: 115px 13px 0 13px;
  box-sizing: border-box;
  box-shadow: 10px 7px 30px rgba(0, 0, 0, 0.23);
  background-image: url("../images/icon-house-new.png");
  background-repeat: no-repeat;
  background-position: center 30px;
  background-color: #fff;
  cursor: pointer;
  transition: initial;
  z-index: 100;
}
.billet p {
  font-size: 14px;
  color: #000;
  height: 100%;
  margin-bottom: 0;
  padding: 15px 8px;
  border-left: 2px solid #e4e4e4;
}
.billet .semibold-font {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
}
.billet span {
  display: block;
}
@media (min-width: 576px) {
  .billet {
    position: absolute;
    top: 410px;
  }
}
@media (min-width: 768px) {
  .billet {
    position: absolute;
    top: 410px;
  }
}
@media (min-width: 992px) {
  .billet {
    position: absolute;
    left: auto;
    right: 0;
    top: 650px;
  }
}
@media (min-width: 1400px) {
  .billet {
    position: absolute;
    top: 750px;
    right: 14%;
  }
}

.grid-test .field--name-field-gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 100%;
  margin-right: -10px;
  margin-left: -10px;
}
.grid-test .field__item {
  padding-right: 10px;
  padding-left: 10px;
}
.grid-test .field__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/2;
}
.grid-test .field__item:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 2/3;
}
.grid-test .field__item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 3/4;
}
@media (min-width: 992px) {
  .grid-test .field--name-field-gallery {
    -ms-grid-columns: 66.6667% 33.33333%;
    grid-template-columns: 66.6667% 33.33333%;
  }
  .grid-test .field__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/3;
  }
  .grid-test .field__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1/2;
  }
  .grid-test .field__item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 2/3;
  }
}

.reset-scroll {
  position: fixed;
  bottom: 100px;
  right: 4%;
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  border: 2px solid rgba(71, 90, 81, 0.4);
  border-radius: 50%;
  background-color: transparent;
  background-image: url("../images/icon-up.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: border-color 0.4s;
  z-index: 100;
}
.reset-scroll:hover {
  border-color: rgb(71, 90, 81);
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
@-webkit-keyframes animationMenu {
  0% {
    opacity: 0;
    transform: translateX(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes animationMenu {
  0% {
    opacity: 0;
    transform: translateX(6px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
/** front block 1 **/
@-webkit-keyframes imageBgEffectGreen {
  0% {
    width: 100%;
    transform: translateX(100%);
  }
  50% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
  }
}
@keyframes imageBgEffectGreen {
  0% {
    width: 100%;
    transform: translateX(100%);
  }
  50% {
    width: 100%;
    transform: translateX(0);
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes imageBgEffectWhite {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes imageBgEffectWhite {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes frontSliderText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes frontSliderText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes frontSliderNavigation {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes frontSliderText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes frontSliderGreen {
  0% {
    bottom: 0;
    right: 0;
  }
  100% {
    bottom: -35px;
    right: -25px;
  }
}
@keyframes frontSliderGreen {
  0% {
    bottom: 0;
    right: 0;
  }
  100% {
    bottom: -35px;
    right: -25px;
  }
}
/** front block 2 **/
@-webkit-keyframes staticMapBg {
  0% {
    width: 0;
  }
  100% {
    width: 1423px;
  }
}
@keyframes staticMapBg {
  0% {
    width: 0;
  }
  100% {
    width: 1423px;
  }
}
@-webkit-keyframes staticMapImage {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes staticMapImage {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes staticMapText {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes staticMapText {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/** front block 3 **/
@-webkit-keyframes projectFrontHouseDesc {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes projectFrontHouseDesc {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes projectFrontHouseNumber {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes projectFrontHouseNumber {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes projectFrontHouseLine1 {
  0% {
    height: 0;
  }
  100% {
    height: 55px;
    top: -55px;
  }
}
@keyframes projectFrontHouseLine1 {
  0% {
    height: 0;
  }
  100% {
    height: 55px;
    top: -55px;
  }
}
@-webkit-keyframes projectFrontHouseLine2 {
  0% {
    height: 0;
  }
  100% {
    height: 260px;
    bottom: -260px;
  }
}
@keyframes projectFrontHouseLine2 {
  0% {
    height: 0;
  }
  100% {
    height: 260px;
    bottom: -260px;
  }
}
@-webkit-keyframes projectFrontHouseBg {
  0% {
    height: 0;
  }
  100% {
    height: 477px;
  }
}
@keyframes projectFrontHouseBg {
  0% {
    height: 0;
  }
  100% {
    height: 477px;
  }
}
@-webkit-keyframes projectFront {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes projectFront {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/** front block 4 **/
@-webkit-keyframes projectOrderBg {
  0% {
    width: 0;
  }
  100% {
    width: 1234px;
  }
}
@keyframes projectOrderBg {
  0% {
    width: 0;
  }
  100% {
    width: 1234px;
  }
}
/** block front work **/
@-webkit-keyframes workFrontBg {
  0% {
    width: 0;
  }
  100% {
    width: 640px;
  }
}
@keyframes workFrontBg {
  0% {
    width: 0;
  }
  100% {
    width: 640px;
  }
}
.node--type-service #main {
  padding-top: 0;
}
.node--type-service.node--view-mode-teaser h3 a {
  color: #000;
  transition: color 0.4s;
}
.node--type-service.node--view-mode-teaser h3 a:hover {
  color: #67986a;
}
.node--type-service .flickity-page-dots .dot {
  opacity: 1;
  background: transparent;
  position: relative;
  transition: background-color 0.4s, border 0.4s;
}
.node--type-service .flickity-page-dots .dot::before {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #979797;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.25s, border 0.4s, background-color 0.4s;
}
@media (max-width: 575.98px) {
  .node--type-service .flickity-page-dots .dot::before {
    border: 2px solid #4b4c4e;
  }
}
.node--type-service .flickity-page-dots .dot.is-selected {
  background: #67986a;
}
@media (max-width: 575.98px) {
  .node--type-service .flickity-page-dots .dot.is-selected::before {
    background-color: #000000;
    border: 2px solid #000000;
  }
}
.node--type-service .flickity-prev-next-button {
  border-radius: 0;
  width: 68px;
  height: 68px;
  background: hsl(0, 0%, 100%);
}
.node--type-service .flickity-prev-next-button .flickity-button-icon {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 17px;
  height: 29px;
}
.node--type-service .flickity-prev-next-button:disabled {
  opacity: 0.7;
}
.node--type-service .flickity-prev-next-button:focus {
  box-shadow: none;
}

#hero {
  height: calc(100vh - 89px);
  color: #fff;
  padding-bottom: 0 !important;
  padding-top: 135px !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  #hero {
    height: auto;
  }
}
#hero .hero-title {
  flex: 1 0 auto;
}
#hero .hero-about {
  flex: 0 1 auto;
}
#hero .hero-about-box {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  #hero .hero-about-box {
    opacity: 0;
  }
  body.site-is-ready #hero .hero-about-box {
    animation: frontSliderNavigation 1s ease 1s;
    animation-fill-mode: forwards;
  }
}
#hero .hero-about-box .about {
  width: 33%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  padding: 2rem 1rem;
  transition: background 0.4s, transform 0.4s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #hero .hero-about-box .about {
    min-height: 165px;
    padding: 3rem 2rem;
  }
}
@media (max-width: 991.98px) {
  #hero .hero-about-box .about {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  #hero .hero-about-box .about {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#hero .hero-about-box .about-text {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding-left: 1rem;
  line-height: 1.25;
  font-family: inherit;
}
@media (max-width: 767.98px) {
  #hero .hero-about-box .about-text {
    padding: 0;
    font-size: 0.95rem;
  }
}
#hero .hero-about-box .about-num {
  color: #000;
  font-size: 16px;
  display: block;
  border: 1px solid #dcc6ad;
  padding: 1rem;
  border-radius: 50%;
  line-height: 1;
  transition: border 0.4s;
}
@media (max-width: 991.98px) {
  #hero .hero-about-box .about-num {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  #hero .hero-about-box .about-num {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
#hero .hero-about-box .about:hover {
  background: #d6bc9f;
  transform: matrix(1, 0, 0, 1.07, 0, -5);
}
@media (max-width: 575.98px) {
  #hero .hero-about-box .about:hover {
    transform: none;
  }
}
#hero .hero-about-box .about:hover .about-num {
  border-color: #fff;
}
#hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(115%) sepia(8%) hue-rotate(350deg);
  -webkit-filter: brightness(115%) sepia(8%) hue-rotate(350deg);
}
#hero .overlay {
  background-color: rgba(0, 0, 0, 0.44) !important;
}
#hero .content {
  padding-left: 76px;
  max-width: 830px;
}
@media (max-width: 1199.98px) {
  #hero .content {
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
#hero h1 {
  font-size: 68px;
  text-shadow: 4px 4px 4px rgba(46, 65, 51, 0.38);
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  #hero h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575.98px) {
  #hero h1 {
    font-size: 2.5rem;
  }
}
#hero .field--name-field-subtitle {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  #hero .field--name-field-subtitle {
    font-size: 1.2rem;
  }
}
#hero .field--name-field-subtitle ul {
  padding: 0;
  margin: 0;
}
#hero .field--name-field-subtitle li {
  list-style: none;
  position: relative;
  padding-left: 52px;
}
#hero .field--name-field-subtitle li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #ffffff;
}
#hero .btn {
  margin-top: 70px;
}

.service-block-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 1.1;
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .service-block-title {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .service-block-title {
    font-size: 1.5rem;
  }
}

.paragraph-block--header {
  font-size: 23px;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  padding-bottom: 1.5rem;
}

.paragraph-block-2 {
  margin-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .paragraph-block-2 .service-block-title {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .paragraph-block-2 .text-formatted {
    padding-right: 2rem;
  }
}
.paragraph-block-2 .text-formatted ul {
  padding-left: 0;
}
.paragraph-block-2 .text-formatted li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  padding-bottom: 1rem;
}
.paragraph-block-2 .text-formatted li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 23px;
  height: 1px;
  background: #000;
}
.paragraph-block-2--image {
  width: calc(100% + (100vw - 1120px) / 2);
}
@media (max-width: 1199.98px) {
  .paragraph-block-2--image {
    width: calc(100% + (100vw - 925px) / 2);
  }
}
@media (max-width: 991.98px) {
  .paragraph-block-2--image {
    width: calc(100% + (100vw - 680px) / 2);
    margin-top: -2rem;
  }
}
@media (max-width: 767.98px) {
  .paragraph-block-2--image {
    margin-top: 0;
    width: 100%;
  }
}
.paragraph-block-2--image img {
  max-height: 585px;
  object-fit: cover;
  width: 100%;
}
.paragraph-block-2--mini {
  background: #fff;
  max-width: 550px;
  margin-left: auto;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
  padding: 3.5rem 3.6rem 2.5rem;
  box-shadow: 6px 6px 29px rgba(71, 90, 81, 0.25);
}
@media (max-width: 575.98px) {
  .paragraph-block-2--mini {
    padding: 1.5rem;
  }
}
.paragraph-block-2--mini .field--name-field-service-block2-mini-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  padding-bottom: 1rem;
}
.paragraph-block-2--mini .field--name-field-service-block2-mini-text {
  font-size: 15px;
  line-height: 1.25;
}

.paragraph-block-3 {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .paragraph-block-3 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph-block-3 {
    margin-bottom: 2rem;
  }
}
.paragraph-block-3--content {
  padding: 5rem 0 4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .paragraph-block-3--content {
    padding: 0 0 1rem;
  }
}
.paragraph-block-3--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 57.5%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-position: top right;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .paragraph-block-3--bg {
    max-width: 90%;
    top: 5rem;
    right: -2rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph-block-3--bg {
    display: none;
  }
}
.paragraph-block-3--header {
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .paragraph-block-3--header {
    opacity: 0;
  }
  body.site-is-ready .paragraph-block-3--header {
    animation: frontSliderNavigation 1s ease 2s;
    animation-fill-mode: forwards;
  }
}
.paragraph-block-3--header .service-block-title {
  margin-bottom: 1rem;
}
.paragraph-block-3--header .field--name-field-subtitle {
  font-size: 17px;
}
.paragraph-block-3 .field--name-field-paragraphs-block-text {
  background: #fff;
  box-shadow: 6px 6px 29px rgba(71, 90, 81, 0.25);
  padding: 5rem 5rem 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .paragraph-block-3 .field--name-field-paragraphs-block-text {
    padding: 1.5rem;
  }
}
.paragraph-block-3 .field--name-field-paragraphs-block-text > .field__item {
  width: 47%;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .paragraph-block-3 .field--name-field-paragraphs-block-text > .field__item {
    width: 100%;
  }
}
.paragraph-block-3 .field--name-field-paragraphs-block-text .field--name-field-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 1rem;
}
.paragraph-block-3 .field--name-field-paragraphs-block-text .field--name-field-title::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 7px;
  background: #d6bc9f;
  bottom: 0;
  left: 0;
}
.paragraph-block-3 .field--name-field-paragraphs-block-text .field--name-field-text {
  font-size: 15px;
  line-height: 1.25;
}

.paragraph-block-4 {
  margin-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .paragraph-block-4 {
    margin-bottom: 2rem;
  }
}
.paragraph-block-4 .field--name-field-body {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 4rem;
}
.paragraph-block-4-box {
  box-shadow: 6px 6px 29px rgba(71, 90, 81, 0.25);
  position: relative;
}
.paragraph-block-4-slider {
  width: 100%;
}
.paragraph-block-4-mini {
  max-width: 48%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  background: #fff;
  padding: 4rem 1.5rem 1rem;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .paragraph-block-4-mini {
    padding: 5rem 6rem 2rem 5rem;
  }
}
@media (max-width: 767.98px) {
  .paragraph-block-4-mini {
    position: relative;
    max-width: 100%;
  }
}
.paragraph-block-4-mini::before {
  position: absolute;
  content: "";
  width: 42px;
  top: 2rem;
  left: 2rem;
  height: 30px;
  background: url(../images/quotation.png) center center no-repeat;
}
@media (min-width: 1200px) {
  .paragraph-block-4-mini::before {
    left: 81px;
    top: 35px;
  }
}
.paragraph-block-4 .field--name-field-service-mini-text {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 2rem;
}
.paragraph-block-4-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.paragraph-block-4 .field--name-field-image .field__item {
  width: 100%;
  margin-right: 130px;
}
.paragraph-block-4 .field--name-field-image .field__item img {
  max-width: 472px;
}
@media (max-width: 767.98px) {
  .paragraph-block-4 .field--name-field-image .field__item img {
    max-width: none;
    width: 100%;
  }
}
.paragraph-block-4 .field--name-field-image .field__item.is-previous {
  text-align: right;
}
.paragraph-block-4 .field--name-field-image .flickity-viewport {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .paragraph-block-4 .field--name-field-image .flickity-viewport {
    overflow: hidden;
  }
}
.paragraph-block-4 .flickity-prev-next-button {
  top: 90%;
}
@media (max-width: 767.98px) {
  .paragraph-block-4 .flickity-prev-next-button {
    top: 91%;
  }
}
.paragraph-block-4 .flickity-prev-next-button.previous {
  left: 0;
}
.paragraph-block-4 .flickity-prev-next-button.next {
  right: 85.5%;
}
@media (max-width: 1199.98px) {
  .paragraph-block-4 .flickity-prev-next-button.next {
    right: 82.5%;
  }
}
@media (max-width: 991.98px) {
  .paragraph-block-4 .flickity-prev-next-button.next {
    right: 80.5%;
  }
}
@media (max-width: 767.98px) {
  .paragraph-block-4 .flickity-prev-next-button.next {
    right: 0;
  }
}

.paragraph-block-5 {
  margin-bottom: 5rem;
}
.paragraph-block-5--content {
  padding: 2rem 0;
}
.paragraph-block-5 .field--name-field-add-project-service {
  padding-bottom: 1.5rem;
}
.paragraph-block-5 .field--name-field-add-project-service .field__item {
  width: 50%;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .paragraph-block-5 .field--name-field-add-project-service .field__item {
    width: 100%;
    margin-right: 0;
  }
}

.b-project-service {
  position: relative;
}
.b-project-service img {
  width: 100%;
}
.b-project-service-title {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  bottom: 6rem;
  left: 3.5rem;
  text-shadow: 2px 2px 3px rgba(1, 2, 2, 0.75);
}
.b-project-service-btn {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
}
.b-project-service-btn a {
  font-weight: 400;
}
.b-project-service-overflow {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(45, 45, 45, 0.3);
  opacity: 0;
  transition: opacity 0.4s;
}
.b-project-service:hover .b-project-service-overflow {
  opacity: 1;
}

.paragraph-block-6 {
  padding: 7rem 0 4rem;
  position: relative;
  margin-bottom: 9rem;
}
@media (max-width: 767.98px) {
  .paragraph-block-6 {
    margin-bottom: 2rem;
  }
}
.paragraph-block-6::before {
  position: absolute;
  width: calc(50vw - 22px);
  height: 2px;
  background: #bcbcbc;
  opacity: 0.4;
  top: 0;
  right: 0;
  content: "";
}
.paragraph-block-6--bg {
  position: absolute;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: top left;
  z-index: -1;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .paragraph-block-6--bg {
    height: 50%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .paragraph-block-6--bg {
    height: 42%;
  }
}
.paragraph-block-6--bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #475a51;
  opacity: 0.42;
  top: 0;
  left: 0;
}
.paragraph-block-6--mini {
  background: #fff url(../images/home-mini.png) center left 50px no-repeat;
  box-shadow: 6px 6px 29px rgba(71, 90, 81, 0.25);
  padding: 4rem 3rem 4rem 7.5rem;
  margin-bottom: -6rem;
  font-style: italic;
  font-size: 18px;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  .paragraph-block-6--mini {
    background: #fff url(../images/home-mini.png) top 1.5rem left 50px no-repeat;
    padding: 6rem 3rem 4rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .paragraph-block-6--mini {
    background: #fff url(../images/home-mini.png) center left 50px no-repeat;
    padding: 4rem 3rem 4rem 7.5rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph-block-6--mini {
    background: #fff url(../images/home-mini.png) top 1.5rem left 50px no-repeat;
    padding: 6rem 3rem 4rem 3.5rem;
  }
}
.paragraph-block-6 .service-block-title {
  padding-left: 4.5rem;
}
@media (max-width: 991.98px) {
  .paragraph-block-6 .service-block-title {
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph-block-6 .service-block-title {
    padding-left: 0;
  }
}
.paragraph-block-6--text {
  padding-left: 4.5rem;
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .paragraph-block-6--text {
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph-block-6--text {
    padding-left: 0;
  }
}
.paragraph-block-6-link {
  padding-left: 4.5rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .paragraph-block-6-link {
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph-block-6-link {
    padding-left: 0;
  }
}
.paragraph-block-6 .btn {
  padding-left: 4.5rem;
}
@media (max-width: 991.98px) {
  .paragraph-block-6 .btn {
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .paragraph-block-6 .btn {
    padding-left: 0;
  }
}
.paragraph-block-6 .btn a {
  text-decoration: none;
}

.paragraph-block-7 {
  margin-bottom: 5rem;
}
.paragraph-block-7 .service-block-title {
  margin-bottom: 4.5rem;
}
.paragraph-block-7-box {
  box-shadow: 6px 6px 29px rgba(71, 90, 81, 0.25);
  position: relative;
}
.paragraph-block-7 .flickity-viewport {
  overflow: visible;
}
@media (max-width: 767.98px) {
  .paragraph-block-7 .flickity-viewport {
    overflow: hidden;
  }
}
.paragraph-block-7 .flickity-slider {
  counter-reset: section;
}
.paragraph-block-7 .flickity-slider > .field__item {
  width: 100%;
  margin-right: 130px;
}
@media (min-width: 768px) {
  .paragraph-block-7 .flickity-slider > .field__item.is-previous .box-slide-7 {
    flex-direction: row-reverse;
  }
}
@media (max-width: 991.98px) {
  .paragraph-block-7 .flickity-prev-next-button {
    top: 91.5%;
  }
}
@media (max-width: 767.98px) {
  .paragraph-block-7 .flickity-prev-next-button {
    top: 33px;
  }
}
.paragraph-block-7 .flickity-prev-next-button.next {
  right: -21%;
}
@media (max-width: 991.98px) {
  .paragraph-block-7 .flickity-prev-next-button.next {
    right: 80.5%;
  }
}
@media (max-width: 767.98px) {
  .paragraph-block-7 .flickity-prev-next-button.next {
    right: 0;
  }
}
.paragraph-block-7 .flickity-prev-next-button.previous {
  left: -21%;
}
@media (max-width: 1199.98px) {
  .paragraph-block-7 .flickity-prev-next-button.previous {
    left: 0;
  }
}

.box-slide-7 {
  display: flex;
}
@media (max-width: 767.98px) {
  .box-slide-7 {
    flex-direction: column;
  }
}
.box-slide-7-text {
  width: 50%;
  padding: 5rem 5rem 1.5rem 5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .box-slide-7-text {
    width: 100%;
  }
}
.box-slide-7-text::before {
  position: absolute;
  top: 0.4em;
  left: 4.8rem;
  counter-increment: section;
  content: "0" counter(section) ".";
  color: #f3f3f3;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .box-slide-7-text {
    padding: 5rem 2rem 1rem;
  }
  .box-slide-7-text::before {
    left: 2rem;
  }
}
@media (max-width: 991.98px) {
  .box-slide-7-text {
    padding: 4rem 2rem 1rem;
  }
  .box-slide-7-text::before {
    top: 0.75rem;
  }
}
.box-slide-7 .field--name-field-image-one {
  width: 50%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .box-slide-7 .field--name-field-image-one {
    width: 100%;
  }
}
.box-slide-7 .field--name-field-image-one img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .box-slide-7 .field--name-field-image-one img {
    width: 100%;
  }
}
.box-slide-7 .field--name-field-title {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 28px;
  position: relative;
}
.box-slide-7 .field--name-field-title::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 7px;
  background: #d6bc9f;
  bottom: -10px;
  left: 2px;
}
.box-slide-7 .text-formatted {
  font-size: 15px;
  line-height: 1.2;
}

.paragraph-block-8 {
  margin-bottom: 9rem;
}
.paragraph-block-8 .flickity-page-dots {
  bottom: -46px;
}

.field--name-field-work .flickity-slider > .field__item {
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s;
}
.field--name-field-work .flickity-slider > .field__item.is-selected {
  opacity: 1;
}

.slide-paragraph-work h3 {
  padding-top: 40px;
  text-transform: uppercase;
}
.slide-paragraph-work .field--name-field-short {
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 55px;
}
@media (max-width: 991.98px) {
  .slide-paragraph-work .field--name-field-short {
    margin-bottom: 2rem;
  }
}
.slide-paragraph-work .btn a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .slide-paragraph-work .btn a {
    margin-bottom: 2rem;
  }
}

.service-reviews {
  background: url(../images/reviews-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 87px 0 105px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .service-reviews {
    margin-bottom: 0;
  }
}
.service-reviews .service-block-title {
  color: #fff;
}

.reviews-token {
  background: #fff;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .reviews-token {
    padding: 2rem;
  }
}
.reviews-token .field--name-field-otziv-fio {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat";
  padding-top: 8px;
  padding-left: 63px;
  max-width: 95%;
  margin-bottom: 13px;
  position: relative;
}
.reviews-token .field--name-field-otziv-fio::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 42px;
  height: 30px;
  background: url(../images/quotation.png) center center no-repeat;
}
.reviews-token .field--name-body {
  max-width: 95%;
  font-size: 17px;
  font-style: italic;
}
@media (max-width: 575.98px) {
  .reviews-token .field--name-body {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .field--name-field-reviews {
    margin-bottom: 2rem;
  }
}
.field--name-field-reviews .field__item {
  width: 100%;
}
.field--name-field-reviews .flickity-prev-next-button {
  top: 382px;
}
@media (max-width: 991.98px) {
  .field--name-field-reviews .flickity-prev-next-button {
    top: 34px;
  }
}
@media (max-width: 575.98px) {
  .field--name-field-reviews .flickity-prev-next-button {
    top: 103.8%;
  }
}
.field--name-field-reviews .flickity-prev-next-button.next {
  right: 0;
}
.field--name-field-reviews .flickity-prev-next-button.previous {
  left: 87.8%;
}
@media (max-width: 1199.98px) {
  .field--name-field-reviews .flickity-prev-next-button.previous {
    left: 85.4%;
  }
}
@media (max-width: 991.98px) {
  .field--name-field-reviews .flickity-prev-next-button.previous {
    left: 81.4%;
  }
}
@media (max-width: 767.98px) {
  .field--name-field-reviews .flickity-prev-next-button.previous {
    left: 74.4%;
  }
}
@media (max-width: 575.98px) {
  .field--name-field-reviews .flickity-prev-next-button.previous {
    left: 0;
  }
}

#service-form {
  margin-bottom: 2rem;
}
#service-form .service-block-title {
  padding-top: 75px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  #service-form .service-block-title {
    font-size: 38px;
  }
}
#service-form p {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
#service-form .service-form-img {
  position: relative;
  height: 100%;
}
#service-form .service-form-img .field--name-field-image {
  height: 100%;
}
#service-form .service-form-img .field--name-field-image img {
  height: 100%;
  object-fit: cover;
}
#service-form .service-form-mini {
  display: block;
  max-width: 320px;
  width: 100%;
  padding: 60px 40px;
  background: #fff;
  box-shadow: 6px 6px 29px rgba(71, 90, 81, 0.25);
  position: absolute;
  bottom: 40px;
  right: -54px;
}
@media (max-width: 991.98px) {
  #service-form .service-form-mini {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  #service-form .service-form-mini {
    padding: 1.5rem;
  }
}
#service-form .service-form-mini-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat";
  line-height: 1.25;
  font-weight: 600;
  padding-bottom: 19px;
}
#service-form .service-form-mini-text {
  font-size: 14px;
  line-height: 1.2;
}

.works__item {
  margin-bottom: 30px;
}

.view-id-work.view-display-id-page_1 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.view-id-work.view-display-id-page_1 .view-content .views-row-content {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .view-id-work.view-display-id-page_1 .view-content .views-row-content {
    margin-bottom: 35px;
  }
}

.view-id-work.view-display-id-page_1 .view-content img,
.view-id-work.view-display-id-block_other .view-content img {
  width: 100%;
}
.view-id-work.view-display-id-page_1 .view-content .views-row,
.view-id-work.view-display-id-block_other .view-content .views-row {
  width: 100%;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .view-id-work.view-display-id-page_1 .view-content .views-row,
  .view-id-work.view-display-id-block_other .view-content .views-row {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .view-id-work.view-display-id-page_1 .view-content .views-row,
  .view-id-work.view-display-id-block_other .view-content .views-row {
    width: 33.33%;
  }
}
.view-id-work.view-display-id-page_1 .view-content .views-row-content,
.view-id-work.view-display-id-block_other .view-content .views-row-content {
  position: relative;
}
.view-id-work.view-display-id-page_1 .view-content .views-row .count-image,
.view-id-work.view-display-id-block_other .view-content .views-row .count-image {
  font-family: Montserrat;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  text-align: center;
  z-index: 3;
}
.view-id-work.view-display-id-page_1 .view-content .views-row .count-image span,
.view-id-work.view-display-id-block_other .view-content .views-row .count-image span {
  font-size: 23px;
  line-height: 1em;
  font-weight: bold;
  display: block;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-field-gallery a,
.view-id-work.view-display-id-block_other .view-content .views-field-field-gallery a {
  display: block;
  position: relative;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-field-gallery a:before,
.view-id-work.view-display-id-block_other .view-content .views-field-field-gallery a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.4);
  opacity: 0;
  transition: opacity 0.4s;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-field-gallery a:hover:before,
.view-id-work.view-display-id-block_other .view-content .views-field-field-gallery a:hover:before {
  opacity: 1;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-title,
.view-id-work.view-display-id-block_other .view-content .views-field-title {
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-title a,
.view-id-work.view-display-id-block_other .view-content .views-field-title a {
  color: #000000;
  font-size: 18px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: bold;
  transition: color 0.4s;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-title a:hover,
.view-id-work.view-display-id-block_other .view-content .views-field-title a:hover {
  color: #67986a;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-title:after,
.view-id-work.view-display-id-block_other .view-content .views-field-title:after {
  content: "";
  background: #67986a;
  width: 50px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-field-work-material,
.view-id-work.view-display-id-block_other .view-content .views-field-field-work-material {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-field-work-finished,
.view-id-work.view-display-id-block_other .view-content .views-field-field-work-finished {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.view-id-work.view-display-id-page_1 .view-content .views-field-field-work-finished .field-content,
.view-id-work.view-display-id-block_other .view-content .views-field-field-work-finished .field-content {
  margin-left: 5px;
}

.work-full h1 {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.work-full h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
}
@media (max-width: 575.98px) {
  .work-full h2 {
    font-size: 36px;
  }
}
.work-full-gallery .item {
  width: 100%;
}
.work-full-gallery .item img {
  width: 100%;
}
.work-full-gallery .gallery-slider-items {
  opacity: 0;
  height: 0;
}
.work-full-gallery .gallery-slider-items.flickity-enabled {
  opacity: 1;
  height: auto;
}
@media (min-width: 992px) {
  .work-full-gallery .grid-row {
    display: flex;
  }
}
@media (min-width: 992px) {
  .work-full-gallery .grid-col:nth-of-type(1) {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .work-full-gallery .grid-col:nth-of-type(2) {
    position: relative;
    width: 0;
  }
}
.work-full-gallery .flickity-page-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .work-full-gallery .flickity-page-dots {
    bottom: 25px;
  }
}
.work-full-gallery .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: background-color 0.4s;
  opacity: 1;
}
.work-full-gallery .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
}
.work-full-info {
  width: 200px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #ffffff;
  z-index: 10;
}
@media (min-width: 992px) {
  .work-full-info {
    width: 100%;
    padding: 10px 50px 30px 50px;
  }
}
@media (min-width: 1200px) {
  .work-full-info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 70px 75px 50px 77px;
  }
}
@media (max-width: 991.98px) {
  .work-full-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    width: auto;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
.work-full-info-item {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .work-full-info-item {
    margin-bottom: 38px;
  }
}
.work-full-info-value {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}
.work-full-info-label {
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
  width: 125px;
}
.work-full-otziv {
  margin: 85px 0 0px 0;
  background: #fafafa;
  padding: 40px 30px 40px 30px;
}
@media (min-width: 992px) {
  .work-full-otziv {
    padding: 60px 30px 80px 50px;
  }
}
@media (min-width: 992px) {
  .work-full-otziv {
    padding: 60px 0 80px 0;
  }
}
.work-full-otziv h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .work-full-otziv h2 {
    font-size: 36px;
  }
}
.work-full-otziv .field--name-field-image {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .work-full-otziv .field--name-field-image {
    margin-bottom: 0;
  }
}
.work-full-otziv .field--name-field-image img {
  background: #fff;
  box-shadow: 0px 13px 29px 0px rgba(71, 90, 81, 0.1);
}
.work-full-otziv .date {
  font-weight: 300;
}
.work-full-otziv .field--name-field-otziv-fio {
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
  margin: 6px 0 35px 0;
  padding-bottom: 18px;
  position: relative;
  font-size: 14px;
}
.work-full-otziv .field--name-field-otziv-fio:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #67986a;
  width: 50px;
  height: 6px;
}
.work-full-otziv .field--name-body {
  font-weight: 300;
  line-height: 1.35em;
}
.work-full-map {
  margin-top: 95px;
}
.work-full-map h2 {
  font-size: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .work-full-map h2 {
    font-size: 36px;
  }
}
.work-full-map #map-work {
  height: 410px;
}
.work-full-work-stages a {
  display: block;
  width: 100%;
}
.work-full-work-stages img {
  width: 100%;
}

#block-views-block-work-block-work {
  margin-top: 90px;
}
@media (min-width: 768px) {
  #block-views-block-work-block-work {
    margin-top: 110px;
  }
}
#block-views-block-work-block-work h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

.view-id-work.view-display-id-block_work > .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.view-id-work.view-display-id-block_work > .view-content .views-row {
  width: 100%;
  margin: 0 auto 40px auto;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .view-id-work.view-display-id-block_work > .view-content .views-row {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .view-id-work.view-display-id-block_work > .view-content .views-row {
    width: 50%;
    margin-bottom: 77px;
  }
}
@media (min-width: 992px) {
  .view-id-work.view-display-id-block_work > .view-content .views-row {
    width: 25%;
  }
}
.view-id-work.view-display-id-block_work > .view-content .views-row img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.view-id-work.view-display-id-block_work > .view-content .views-row .work-stages-content {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
  padding: 20px 25px;
}
.view-id-work.view-display-id-block_work > .view-content .views-row .work-stages-title {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}
.view-id-work.view-display-id-block_work > .view-content .views-row .work-stages-day {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}
.view-id-work.view-display-id-block_work > .view-content .views-row .views-field-field-image {
  position: relative;
}
.view-id-work.view-display-id-block_work > .view-content .views-row .views-field-field-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(71, 90, 81, 0.6);
  transition: background 0.4s;
}
.view-id-work.view-display-id-block_work > .view-content .views-row .views-field-field-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(../images/icons/plus-icons.png) no-repeat center center;
  opacity: 0;
  transition: opacity 0.4s;
}
.view-id-work.view-display-id-block_work > .view-content .views-row:hover .views-field-field-image:before {
  background: rgba(213, 134, 43, 0.9);
}
.view-id-work.view-display-id-block_work > .view-content .views-row:hover .views-field-field-image:after {
  opacity: 1;
}
.view-id-work.view-display-id-block_work > .view-content .views-row:hover .work-stages-content {
  top: 0;
  bottom: auto;
  text-align: left;
}
.view-id-work.view-display-id-block_work .view-footer {
  margin-top: 45px;
}

#block-views-block-work-block-4 h2 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}
#block-views-block-work-block-4 .views-field-field-work-stages {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  margin: 50px 0 20px 0;
}
@media (max-width: 1199.98px) {
  #block-views-block-work-block-4 .views-field-field-work-stages {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  #block-views-block-work-block-4 .views-field-field-work-stages {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #block-views-block-work-block-4 .views-field-field-work-stages {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  #block-views-block-work-block-4 .views-field-field-work-stages {
    margin-top: 35px;
  }
}
#block-views-block-work-block-4 .views-field-field-gallery ul {
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
#block-views-block-work-block-4 .views-field-field-gallery ul li {
  list-style: none;
  padding: 0 10px;
  width: 100%;
  margin: 0;
}
#block-views-block-work-block-4 .views-field-field-gallery ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #block-views-block-work-block-4 .views-field-field-gallery ul li {
    width: 33.33%;
  }
}

.synmap-point {
  background: url(../images/icons/placemark-house.png) no-repeat 0 0;
  width: 76px;
  height: 79px;
}
.synmap-point.active {
  background: url(../images/icons/placemark-house-active.png) no-repeat 0 0;
}

.block-views-blockwork-block-other {
  margin-top: 95px;
}
.block-views-blockwork-block-other h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block-views-blockwork-block-other h2 {
    font-size: 36px;
  }
}
.block-views-blockwork-block-other .view-content {
  opacity: 0;
  height: 0;
}
.block-views-blockwork-block-other .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}
.block-views-blockwork-block-other .view-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-views-blockwork-block-other .flickity-button {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #d7d7d7;
  top: 85px;
  transform: none;
}
@media (min-width: 1200px) {
  .block-views-blockwork-block-other .flickity-button {
    top: 110px;
  }
}
@media (min-width: 1200px) {
  .block-views-blockwork-block-other .flickity-button {
    width: 65px;
    height: 65px;
  }
}
.block-views-blockwork-block-other .flickity-button.previous {
  left: -10px;
}
@media (min-width: 768px) {
  .block-views-blockwork-block-other .flickity-button.previous {
    left: -40px;
  }
}
@media (min-width: 1200px) {
  .block-views-blockwork-block-other .flickity-button.previous {
    left: -110px;
  }
}
.block-views-blockwork-block-other .flickity-button.next {
  right: -10px;
}
@media (min-width: 768px) {
  .block-views-blockwork-block-other .flickity-button.next {
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .block-views-blockwork-block-other .flickity-button.next {
    right: -110px;
  }
}
.block-views-blockwork-block-other .flickity-button svg {
  fill: #000000;
  width: 17px;
  height: 17px;
  left: 11px;
  top: 11px;
}
@media (min-width: 1200px) {
  .block-views-blockwork-block-other .flickity-button svg {
    left: 22px;
    top: 23px;
  }
}
.block-views-blockwork-block-other .flickity-button:hover svg {
  fill: #d5862b;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

/**  Modals + webform */
.modal-content .form-actions {
  padding: 15px 15px 0 15px;
  text-align: right;
  margin: 30px -15px 0;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.h-0 {
  height: 0 !important;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

/* FONTS */
@font-face {
  font-family: "rublregular";
  src: url("../fnt/rouble/rouble-webfont.woff2") format("woff2"), url("../fnt/rouble/rouble-webfont.woff") format("woff"), url("../fnt/rouble/rouble-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fnt/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* EXTRA COLORS */
.inverse {
  color: #00deff;
}

/* LAYOUT */
body {
  color: #000000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #ffffff;
  scroll-behavior: smooth;
  min-width: 375px;
}
body.cke_editable {
  background: #fff;
}

/* HEADERS */
h1 {
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.7em;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 1em;
}

h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

@media (max-width: 720px) {
  h1 {
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
  }
}

/* ELEMENTS */
a {
  color: #7C9768;
  transition: all 0.3s;
}
a:hover {
  color: #576a49;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 1rem 1rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #bc9e7b;
}

button:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.btn {
  height: auto;
  line-height: normal;
  padding: 0;
  white-space: normal;
  overflow: hidden;
}
.btn a,
.btn input {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 35px;
  border: 2px solid;
}

.btn-white a,
.btn-white input {
  border-color: #fff;
  color: #373839;
  background: #fff;
  transition: opacity 0.4s;
  text-decoration: none;
}
.btn-white a:hover,
.btn-white input:hover {
  opacity: 0.8;
}

.btn-grey a,
.btn-grey input {
  border-color: #c8c8c8;
  color: #c8c8c8;
  background: #fff;
  transition: 0.3s;
}
.btn-grey a:hover,
.btn-grey input:hover {
  border-color: #67986a;
  background: #67986a;
}

.btn-orange a,
.btn-orange input {
  text-decoration: none !important;
  border-color: #67986a;
  background: #67986a;
  color: #fff;
  transition: 0.3s;
}
.btn-orange a:hover,
.btn-orange input:hover {
  background: #475a51;
  border-color: #475a51;
}
.btn-orange a:focus,
.btn-orange input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green a,
.btn-green input {
  text-decoration: none !important;
  border: 2px solid #67986a;
  color: #67986a;
  transition: 0.4s;
}
.btn-green a:hover,
.btn-green input:hover {
  color: #fff;
  border-color: #67986a;
  background-color: #67986a;
}

.btn-armygreen a,
.btn-armygreen input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 10px;
  background: #7c9768;
  border: 0;
  border-radius: 4px;
  text-transform: none;
  text-align: center;
  transition: background 0.4s;
}

.messages {
  box-shadow: none;
  border: 0;
  color: #000;
  margin: 0 0 15px;
  padding: 15px 20px 15px 40px;
  font-size: 16px;
  line-height: 1.25;
}

.messages--error {
  background: rgba(222, 67, 73, 0.95);
}

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.breadcrumb li:before {
  content: "/";
}
.breadcrumb a {
  color: #7c9768;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.node--type-project .breadcrumb {
  margin-bottom: 15px;
}

.pager .pagination {
  justify-content: flex-end;
  margin-top: 80px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pager .pagination {
    margin-top: 0;
    margin-bottom: 70px;
    justify-content: center;
  }
}
.pager .pagination li {
  padding: 0 5px;
}
.pager .pagination li.is-active a {
  font-weight: bold;
}
@media (max-width: 720px) {
  .pager .pagination li {
    padding: 0 2px;
  }
}
.pager .pagination a.page-link {
  border: 0;
  border-radius: 0;
  padding: 5px;
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}
.pager .pagination a.page-link:hover {
  background: none;
  text-decoration: none;
}
.pager .pagination .pager__item--next a,
.pager .pagination .pager__item--last a,
.pager .pagination .pager__item--first a,
.pager .pagination .pager__item--previous a {
  color: #7c9768;
  font-weight: bold;
  text-decoration: underline;
}
.pager .pagination .pager__item--next a:hover,
.pager .pagination .pager__item--last a:hover,
.pager .pagination .pager__item--first a:hover,
.pager .pagination .pager__item--previous a:hover {
  text-decoration: none;
}
.pager .pagination .pager__item--next a:focus,
.pager .pagination .pager__item--last a:focus,
.pager .pagination .pager__item--first a:focus,
.pager .pagination .pager__item--previous a:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 720px) {
  .pager .pagination .pager__item--next a,
  .pager .pagination .pager__item--last a,
  .pager .pagination .pager__item--first a,
  .pager .pagination .pager__item--previous a {
    color: #7c9768;
    font-size: 15px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #757575;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-formatted table th {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #759667;
  vertical-align: middle;
  text-align: left;
  border-color: transparent;
}
.text-formatted table th:first-child {
  text-align: center;
}
.text-formatted table th p:not(:last-child) {
  margin-bottom: 3px;
}
.text-formatted table th p:last-child {
  margin-bottom: 0;
}
.text-formatted table th:not(:last-child) {
  border-right: 2px solid #fff;
}
.text-formatted table td:not(:last-child) {
  border-right: 2px solid #f9f9f9;
}

@media (max-width: 720px) {
  .page-node-457 .text-formatted table tr th,
  .page-node-457 .text-formatted table tr td {
    width: 50% !important;
    padding: 0 0.75rem;
  }
  .page-node-457 .text-formatted table tr th {
    font-size: 14px;
    padding: 6px 0.75rem;
    text-align: center;
  }
  .page-node-457 .text-formatted table tr th:last-child p:last-child {
    font-size: 10px;
    font-weight: 400;
  }
  .page-node-457 .text-formatted table tr td {
    padding: 0 0.75rem;
  }
  .page-node-457 .text-formatted table tr td p {
    font-size: 14px;
  }
  .page-node-457 .text-formatted table tr td:first-child p {
    font-size: 12px;
  }
  .page-node-457 .text-formatted table img {
    max-width: 83px;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media (max-width: 720px) {
  .view-suffixes h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .view-suffixes p {
    font-size: 15px;
  }
}

.menu--tech {
  background: #fff;
  padding: 30px 20px 30px 40px;
  box-shadow: 7px 11px 29px 0px rgba(71, 90, 81, 0.1);
  max-width: 266px;
}
.menu--tech .menu-item--expanded {
  list-style: none;
}
.menu--tech > .menu {
  margin: 0;
}
.menu--tech > .menu > li {
  padding: 2px 0;
}
.menu--tech > .menu > li > a {
  color: #000000;
  font-weight: bold;
}
.menu--tech > .menu > li > .menu {
  margin: 0 0 0 10px;
}
.menu--tech > .menu > li > .menu > li {
  padding: 0;
}
.menu--tech > .menu > li > .menu > li > a {
  font-weight: 300;
  color: #060606;
}
.menu--tech > .menu a {
  transition: color 0.4s;
}
.menu--tech > .menu a:hover {
  color: #67986a !important;
}

.paragraph--type--body .field--name-field-title,
.paragraph--type--images .field--name-field-title {
  font-family: Montserrat;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .paragraph--type--body .field--name-field-title,
  .paragraph--type--images .field--name-field-title {
    font-size: 35px;
  }
}

.paragraph-slider {
  position: relative;
  margin-bottom: 30px;
}
.paragraph-slider .flickity {
  opacity: 0;
  height: 0;
}
.paragraph-slider .flickity.flickity-enabled {
  opacity: 1;
  height: auto;
}
.paragraph-slider-item {
  width: 100%;
}
.paragraph-slider-text {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  height: 110px;
  padding: 60px 0 0 70px;
}
.paragraph-slider-count {
  font-family: Montserrat;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px 27px 0;
  background: rgb(255, 255, 255);
}
.paragraph-slider .flickity-button {
  width: 45px;
  height: 45px;
  border-radius: 0;
  background: #fff;
  top: auto;
  bottom: 110px;
  right: 0 !important;
  left: auto !important;
  transform: none;
}
.paragraph-slider .flickity-button svg {
  fill: #000;
  width: 16px;
  height: 16px;
  left: 45%;
  top: 39%;
}
.paragraph-slider .flickity-button.previous {
  right: 45px !important;
}
@media (min-width: 768px) {
  .paragraph-slider .flickity-button.previous {
    right: 65px !important;
  }
}
.paragraph-slider .flickity-button.next svg {
  left: 27%;
}
@media (min-width: 768px) {
  .paragraph-slider .flickity-button {
    width: 65px;
    height: 65px;
  }
}

.paragraph--type--images {
  margin-top: 50px;
}
.paragraph--type--images .field--name-field-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .paragraph--type--images .field--name-field-gallery {
    margin: 0 -10px;
  }
}
.paragraph--type--images .field--name-field-gallery .field__item {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
  width: 50%;
}
@media (min-width: 768px) {
  .paragraph--type--images .field--name-field-gallery .field__item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.paragraph--type--images .field--name-field-gallery .field__item a {
  display: block;
  overflow: hidden;
}
.paragraph--type--images .field--name-field-gallery .field__item a img {
  transform: scale(1);
  transition: transform 0.4s;
}
.paragraph--type--images .field--name-field-gallery .field__item a:hover img {
  transform: scale(1.1);
}

.page-node-202 div {
  --step_var: 142px;
}

.steps-srcoll {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1199.98px) {
  .steps-srcoll {
    display: none;
  }
}

.steps-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 51px;
  display: flex;
  align-items: center;
  margin: 35px 0 74px;
  color: #363636;
}

.steps {
  position: relative;
  padding: 400px 0 593px;
  color: #353535;
  margin-bottom: 77px;
}
.steps-inner {
  padding-right: 10px;
  padding-left: 10px;
}
.steps-timeline {
  height: 2px;
  width: calc(var(--step_var) * 8);
  display: flex;
  margin: 0 auto;
  position: relative;
  background: #595959;
}
.steps-timeline-item {
  width: var(--step_var);
  height: 2px;
  position: relative;
  flex-shrink: 0;
}
.steps-timeline-item .line {
  position: absolute;
  top: -400px;
  left: 0;
  width: 1px;
  height: 992px;
  background: #eeefee;
}
.steps-timeline-item .line2 {
  position: absolute;
  top: -400px;
  right: 0;
  width: 1px;
  height: 992px;
  background: #eeefee;
}
.steps-timeline-item span {
  font-size: 12px;
  position: absolute;
  top: -32px;
  left: 7px;
}
.steps-timeline-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background: #b0b0b0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.steps-timeline-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: background 0.4s;
}
.steps-timeline-item.active:after {
  background: #7C9768;
}
.steps-timeline:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background: #b0b0b0;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.4s;
}
.steps-timeline:after {
  content: "";
  position: absolute;
  background: url(../images/house-icon.png) no-repeat 0 0;
  width: 42px;
  height: 42px;
  right: -70px;
  top: -61px;
}
.steps-items {
  position: relative;
}
.steps-items-item {
  position: absolute;
}
.steps-items-item-line {
  position: relative;
  height: 1px;
  background: url(../images/line.png) repeat-x 0 0;
}
.steps-items-item-line:before {
  content: "";
  position: absolute;
  background: url(../images/arrow-left.png) no-repeat 0 0;
  width: 8px;
  height: 13px;
  position: absolute;
  top: -7px;
  left: 0;
}
.steps-items-item-line:after {
  content: "";
  position: absolute;
  background: url(../images/arrow-right.png) no-repeat 0 0;
  width: 8px;
  height: 13px;
  position: absolute;
  top: -7px;
  right: 0;
}
.steps-items-item-line.line-top {
  margin-bottom: 11px;
}
.steps-items-item-line.line-bottom {
  margin-top: 11px;
}
.steps-items-item a {
  display: flex;
  align-items: center;
  color: #7C9768;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.steps-items-item a:hover {
  color: #7C9768;
}
.steps-items-item a:hover .steps-items-item-image:before {
  opacity: 1;
  background: url(../images/plus-icon.png) no-repeat center center rgba(124, 151, 104, 0.82);
}
.steps-items-item-image {
  width: 123px;
  flex-shrink: 0;
  margin-left: 6px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.steps-items-item-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/plus-icon.png) no-repeat center center rgba(124, 151, 104, 0.82);
  opacity: 0;
  transition: opacity 0.4s;
}
.steps-items-item-text {
  font-family: Montserrat;
  font-weight: 300;
  padding-left: 10px;
  line-height: 1.3em;
}

.step_l_0 {
  left: calc(0 * var(--step_var));
}

.step_l_1 {
  left: calc(1 * var(--step_var));
}

.step_l_2 {
  left: calc(2 * var(--step_var));
}

.step_l_3 {
  left: calc(3 * var(--step_var));
}

.step_l_4 {
  left: calc(4 * var(--step_var));
}

.step_l_5 {
  left: calc(5 * var(--step_var));
}

.step_l_6 {
  left: calc(6 * var(--step_var));
}

.step_l_7 {
  left: calc(7 * var(--step_var));
}

.step_l_8 {
  left: calc(8 * var(--step_var));
}

.step_l_9 {
  left: calc(9 * var(--step_var));
}

.step_l_10 {
  left: calc(10 * var(--step_var));
}

.step_l_11 {
  left: calc(11 * var(--step_var));
}

.step_t_1 {
  top: calc(0 * -170px - 205px);
}

.step_t_2 {
  top: calc(1 * -170px - 205px);
}

.step_b_1 {
  bottom: calc(0 * -170px - 195px);
}
@media (max-width: 1199.98px) {
  .step_b_1 {
    top: calc(0 * -170px - 205px);
  }
}

.step_b_2 {
  bottom: calc(1 * -170px - 195px);
}
@media (max-width: 1199.98px) {
  .step_b_2 {
    top: calc(1 * -170px - 205px);
  }
}

.step_b_3 {
  bottom: calc(2 * -170px - 195px);
}
@media (max-width: 1199.98px) {
  .step_b_3 {
    top: calc(2 * -170px - 205px);
  }
}

.step_w_1 .steps-items-item-line {
  width: calc(1 * var(--step_var));
}

.step_w_2 .steps-items-item-line {
  width: calc(2 * var(--step_var));
}

.step_w_3 .steps-items-item-line {
  width: calc(3 * var(--step_var));
}

.steps-items-item.step_w_2 a {
  justify-content: center;
}

.page-node-202 div {
  --mobile_step_var: 225px;
}
@media (max-width: 575.98px) {
  .page-node-202 div {
    --mobile_step_var: 234px;
  }
}

.mobile-steps-srcoll {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 1199.98px) {
  .mobile-steps-srcoll {
    display: block;
  }
}

.mobile-steps {
  color: #353535;
  margin-bottom: 77px;
}
.mobile-steps-items {
  height: calc(var(--mobile_step_var) * 8);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-steps-item:last-child {
  border-bottom: 1px solid #eeefee;
}
.mobile-steps-item:last-child:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2px;
  width: 1px;
  height: 20px;
  background: #b0b0b0;
  transform: translate(50%, 50%) rotate(-45deg);
}
.mobile-steps-item {
  height: var(--mobile_step_var);
  width: 100%;
  border-top: 1px solid #eeefee;
  border-left: 2px solid #595959;
  position: relative;
}
.mobile-steps-item span {
  position: absolute;
  top: 0;
  left: 35px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #676766;
  transform: rotate(-90deg);
  height: 100%;
}
@media (max-width: 575.98px) {
  .mobile-steps-item span {
    font-size: 20px;
    line-height: 16px;
    left: 53px;
  }
}
.mobile-steps-item:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 20px;
  background: #b0b0b0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-steps-item.active:after {
  background: #7C9768;
}
.mobile-steps-item-info {
  position: absolute;
  z-index: 20;
  max-width: 220px;
}
.mobile-steps-item-info-image {
  width: 123px;
  flex-shrink: 0;
  margin-right: 6px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.mobile-steps-item-info-image:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/plus-icon.png) no-repeat center center rgba(124, 151, 104, 0.82);
  opacity: 0;
  transition: opacity 0.4s;
}
@media (max-width: 575.98px) {
  .mobile-steps-item-info-image {
    margin-right: 0;
    margin-bottom: 6px;
    width: 77px;
  }
}
@media (max-width: 280px) {
  .mobile-steps-item-info-image {
    width: 60px;
  }
}
.mobile-steps-item-info-text {
  font-family: Montserrat;
  font-weight: 300;
  padding-left: 10px;
  line-height: 1.3em;
}
@media (max-width: 1199.98px) {
  .mobile-steps-item-info-text {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .mobile-steps-item-info-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
  }
}
@media (max-width: 280px) {
  .mobile-steps-item-info-text {
    font-size: 10px;
    line-height: 13px;
  }
}
.mobile-steps-item-info a {
  display: flex;
  align-items: center;
  color: #7C9768;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.mobile-steps-item-info a:hover {
  color: #7C9768;
}
.mobile-steps-item-info a:hover .mobile-steps-item-info-image:before {
  opacity: 1;
  background: url(../images/plus-icon.png) no-repeat center center rgba(124, 151, 104, 0.82);
}
@media (max-width: 1199.98px) {
  .mobile-steps-item-info a {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .mobile-steps-item-info {
    max-width: 128px;
    width: 100%;
  }
}
.mobile-steps-item-line {
  position: absolute;
  top: 50%;
  height: 1px;
  background: url(../images/line.png) repeat-x 0 0;
  transform: rotate(90deg);
}
.mobile-steps-item-line:before {
  content: "";
  position: absolute;
  background: url(../images/arrow-left.png) no-repeat 0 0;
  width: 8px;
  height: 13px;
  position: absolute;
  top: -7px;
  left: 0;
}
.mobile-steps-item-line:after {
  content: "";
  position: absolute;
  background: url(../images/arrow-right.png) no-repeat 0 0;
  width: 8px;
  height: 13px;
  position: absolute;
  top: -7px;
  right: 1px;
}
.mobile-steps-item-line.line-top {
  margin-bottom: 11px;
}
.mobile-steps-item-line.line-bottom {
  margin-top: 11px;
}
@media (max-width: 575.98px) {
  .mobile-steps {
    padding-left: 20px;
  }
}

.mobile_step_l_0 {
  left: calc(0 * (40% - 30px) + 1%);
}

.mobile_step_l_1 {
  left: calc(1 * (40% - 30px) + 1%);
}

.mobile_step_l_2 {
  left: calc(2 * (40% - 30px) + 1%);
}

.mobile_step_l_4 {
  left: calc(0.5 * (40% - 30px) + 1%);
}

.mobile_step_l_5 {
  left: calc(1.5 * (40% - 30px) + 1%);
}

.mobile_step_t_1 {
  top: calc(1 * 50%);
  transform: translateY(-50%);
}

.mobile_step_t_2 {
  top: calc(2 * 50%);
  transform: translateY(-50%);
}

.mobile_step_t_3 {
  top: calc(2 * 50%);
  transform: translateY(-50%);
}

.mobile_step_w_1 .mobile-steps-item-line {
  width: calc(1 * var(--mobile_step_var));
  left: calc(-45px);
}
@media (max-width: 575.98px) {
  .mobile_step_w_1 .mobile-steps-item-line {
    left: calc(-52px);
  }
}

.mobile_step_w_2 .mobile-steps-item-line {
  width: calc(2 * var(--mobile_step_var));
  left: calc(-157px);
}
@media (max-width: 575.98px) {
  .mobile_step_w_2 .mobile-steps-item-line {
    left: calc(-169px);
  }
}

.mobile-steps-item-info.item_7_1 a {
  position: absolute;
  left: 0;
  top: -165px;
}
@media (max-width: 575.98px) {
  .mobile-steps-item-info.item_7_1 a {
    left: 50%;
    transform: translateX(-50%);
  }
}

.mobile-steps-item-info.item_7_3 a {
  position: absolute;
  left: 0;
  top: 36px;
}
@media (max-width: 575.98px) {
  .mobile-steps-item-info.item_7_3 a {
    left: 50%;
    transform: translateX(-50%);
    top: 57px;
  }
}

@media (max-width: 575.98px) {
  .mobile-steps-item-info.item_6_1 a {
    position: absolute;
    top: -88px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 575.98px) {
  .mobile-steps-item-info.item_6_2 a {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 280px) {
  .mobile-steps-item-info.item_6_2 a {
    top: -5px;
  }
}

.otziv-teaser-image {
  overflow: hidden;
}
.otziv-teaser-image::before {
  display: none;
}
.otziv-teaser-image img {
  transform: scale(1);
  transition: transform 0.2s linear;
}
.otziv-teaser-image img:hover {
  transform: scale(1.1);
}

body.filter-open {
  overflow: hidden;
}

.path-project .contextual-region {
  position: static;
}
.path-project .dialog-off-canvas-main-canvas {
  width: 100%;
}
.path-project #sidebar .sidebar-content {
  max-width: 260px !important;
  width: 100%;
  margin-right: 15px;
  background-color: #fff;
}
.path-project #sidebar .sidebar-content .sidebar-top {
  display: flex;
  align-items: center;
  padding: 20px 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  display: none;
}
@media (max-width: 767px) {
  .path-project #sidebar .sidebar-content .sidebar-top {
    display: flex;
  }
}
.path-project #sidebar .sidebar-content.active {
  display: block;
  height: 100vh;
}
.path-project #sidebar .sidebar-content.active .sidebar-filters {
  max-height: calc(100vh - 245px);
  overflow: auto;
}
.path-project #sidebar .sidebar-content .btn-orange input {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  padding: 9px 20px 10px;
  border-color: #7c9768;
  background-color: #7c9768;
  border-radius: 4px;
  text-transform: none;
}
@media (max-width: 767px) {
  .path-project #sidebar .sidebar-content {
    max-width: 360px !important;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
    box-shadow: 2px 6px 8px rgba(94, 94, 98, 0.08);
  }
}
@media (max-width: 575px) {
  .path-project #sidebar .sidebar-content {
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .path-project #sidebar .sidebar-filters {
    padding: 0 20px;
  }
}
.path-project #sidebar .sidebar-actions {
  padding: 23px 0;
}
@media (max-width: 575.98px) {
  .path-project #sidebar .sidebar-actions {
    padding: 20px;
  }
}
.path-project #sidebar .sidebar-top {
  display: none;
}
.path-project #sidebar .sidebar-title {
  color: #000;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.5;
  margin-left: 16px;
}
.path-project #main-content {
  position: relative;
}
.path-project #main-content #content-area {
  position: relative;
  padding-top: 70px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .path-project #main-content #content-area {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .path-project .project-teaser {
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  .path-project .project-teaser {
    margin-bottom: 20px;
  }
}

.view-id-project.view-display-id-page_1 .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.view-id-project.view-display-id-page_1 .view-content .views-row {
  width: 100%;
}
.view-id-project.view-display-id-page_1 .view-content .project-teaser {
  margin-bottom: 0;
}
@media (max-width: 440px) {
  .view-id-project.view-display-id-page_1 .view-content .project-teaser {
    margin-bottom: 12px;
  }
}
@media (max-width: 440px) {
  .view-id-project.view-display-id-page_1 .view-content {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .view-id-project.view-display-id-page_1 {
    display: none;
  }
}

.view-id-project {
  margin-bottom: 65px;
}

.project-description {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .project-description--page_1 {
    display: none;
  }
}
@media (min-width: 768px) {
  .project-description--block_2 {
    display: none;
  }
}

.view-id-project.view-display-id-block_2 .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 440px) {
  .view-id-project.view-display-id-block_2 .views-infinite-scroll-content-wrapper {
    display: block;
  }
}
.view-id-project.view-display-id-block_2 .pager {
  padding-left: 0;
}
.view-id-project.view-display-id-block_2 .btn-green {
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #7c9768;
  border-radius: 4px;
}

.block-views-exposed-filter-blockproject-page-1 {
  padding-top: 65px;
}
@media (max-width: 767.98px) {
  .block-views-exposed-filter-blockproject-page-1 {
    padding-top: 0;
  }
}

.project-button-2 {
  border-color: #465a51;
}
.btn .project-button-2 {
  display: block;
}
@media (max-width: 767.98px) {
  .btn .project-button-2 {
    margin: 11px;
    border: 1px solid #7c9768;
    border-radius: 2px;
    font-size: 9px;
    padding: 10px 6px;
  }
}
.project-button-2:hover {
  color: #fff;
  border-color: #465a51;
  background-color: #465a51;
}

.project-teaser img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.project-teaser-btn {
  display: block;
}
.project-teaser a {
  color: #000000;
}
.project-teaser-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 23px 25px 16px 20px;
  background-color: #f2f2f2;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .project-teaser-content {
    padding: 18px 22px 13px;
  }
}
.project-teaser-image {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.project-teaser-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.3);
  opacity: 0;
  transition: opacity 0.4s;
  transform: none;
  visibility: visible;
  z-index: 2;
}
.project-teaser:hover .project-teaser-image::before {
  opacity: 1;
}
.project-teaser-label {
  font-family: Montserrat;
  position: absolute;
  right: -13px;
  top: -21px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  width: 93px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-teaser-label.label-new {
  background: url("../images/icons/label-new-star.png") no-repeat 0 0;
}
.project-teaser-label.label-action {
  background: url("../images/icons/label-action-star.png") no-repeat 0 0;
}
.project-teaser-title {
  color: #363636;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .project-teaser-title {
    font-size: 16px;
    line-height: 1.2;
  }
}
.project-teaser-area {
  color: #7c9768;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  position: relative;
  transition: color 0.4s;
}
@media (max-width: 767.98px) {
  .project-teaser-area {
    color: #7c9768;
    font-size: 24px;
  }
}
@media (min-width: 441px) and (max-width: 991.98px) {
  .project-teaser-area {
    font-size: 21px;
  }
}
.project-teaser-suffix {
  color: #c49d75;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
}
.project-teaser-price {
  color: #c49d75;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
}
.project-teaser-price.old .field--name-field-project-price {
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.project-teaser-price.old .field--name-field-project-price:before {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: 1px;
  left: -5px;
  top: 50%;
  background: #68976a;
}
.project-teaser-price-action {
  font-family: Montserrat;
  color: #f10c0e;
  font-size: 20px;
  line-height: 1em;
  color: #f10c0e;
  font-weight: bold;
}
@media (min-width: 441px) and (max-width: 991.98px) {
  .project-teaser-price {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.project-teaser-action-text {
  font-family: Montserrat;
  font-weight: 300;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 6px;
}
.project-teaser .field--name-field-project-price:after {
  content: "p";
  font-family: "rublregular";
  margin-left: 7px;
}

.filter-top {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .filter-top .form-item {
    margin-bottom: 0 !important;
  }
}
.filter-top .filter-mobile {
  display: flex;
  align-items: flex-end;
}
.filter-top .filter-mobile .form-item-sort-bef-combine {
  position: static;
}
.filter-top .filter-mobile .form-item-sort-bef-combine label {
  font-family: Roboto;
  font-size: 12px;
  line-height: 1.3;
  color: #676766;
  margin-bottom: 4px;
}
.filter-top .filter-mobile .form-item-title {
  position: relative;
  right: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .filter-top {
    margin-bottom: 25px;
  }
}
.filter-open {
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .filter-open {
    display: flex;
  }
}
.filter-open-label {
  font-size: 12px;
  line-height: 1.3;
  color: #676766;
  font-weight: 400;
  margin-bottom: 4px;
}
.filter-close {
  cursor: pointer;
}
.filter-sort {
  margin-left: auto;
}
@media (max-width: 767px) {
  .filter-sort label {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
  }
}

.form-item-title {
  position: absolute;
  top: 0;
  right: 305px;
}
@media (max-width: 767px) {
  .form-item-title {
    position: relative;
    top: unset;
    right: unset;
  }
}
.form-item-title .filter-search {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #7c9768 url("../images/icons/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.form-item-title .filter-search.fake {
  z-index: 1;
  display: none;
}
@media (max-width: 767.98px) {
  .form-item-title .filter-search.fake {
    display: block;
  }
}
.form-item-title.active .fake {
  display: none;
}
.form-item-title label {
  display: none !important;
}
.form-item-title input {
  margin-top: 0;
  height: 40px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .form-item-title {
    position: absolute;
    right: 0;
    width: 40px;
    transition: width 0.4s;
  }
  .form-item-title.active {
    width: calc(100% - 64px);
  }
}

.form-item-sort-bef-combine {
  display: flex;
  align-items: center;
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  order: -1;
  transition: opacity 0.4s;
}
@media (max-width: 767px) {
  .form-item-sort-bef-combine {
    flex-direction: column;
    align-items: flex-start;
    position: static;
    order: unset;
    min-width: 185px;
  }
}
.form-item-sort-bef-combine label {
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5;
  color: #676766;
  font-weight: 400;
  margin-right: 4px;
  margin-bottom: 0;
  display: block !important;
}
.form-item-sort-bef-combine select {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 4px;
  opacity: 1;
  width: 100%;
  max-width: 183px;
  height: 40px !important;
  font-size: 12px !important;
  padding-left: 3px !important;
}
.form-item-sort-bef-combine select:focus {
  box-shadow: none;
}
.form-item-sort-bef-combine .form-control {
  color: #000000;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 14px;
}
.form-item-sort-bef-combine button {
  background: none !important;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  width: 145px;
}
.form-item-sort-bef-combine button:focus {
  box-shadow: none;
  outline: none !important;
}
.form-item-sort-bef-combine button:active {
  background: none;
}
.form-item-sort-bef-combine .dropdown-toggle:after {
  background: url("../images/icons/arrow-down.png") no-repeat 0 0;
  width: 14px;
  height: 8px;
  border: 0;
  margin-left: 8px;
  margin-top: 3px;
}
.form-item-sort-bef-combine .dropdown-menu {
  font-size: 14px;
  right: -10px;
  left: auto !important;
  border-radius: 0;
  border-color: #d7d7d7;
  margin-top: 13px;
  padding: 18px 0;
}
.form-item-sort-bef-combine .dropdown-menu li.active a {
  background: none;
  color: #000;
  font-weight: bold;
}
.form-item-sort-bef-combine .dropdown-menu li a {
  background: none;
}
.form-item-sort-bef-combine .dropdown-menu li a:focus {
  background: none;
  color: #fff;
}
.form-item-sort-bef-combine.hide {
  opacity: 0;
}

.block-views-exposed-filter-blockproject-page-1 .btn-armygreen a,
.block-views-exposed-filter-blockproject-page-1 .btn-armygreen input {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
}
.block-views-exposed-filter-blockproject-page-1 .form--inline {
  display: flex;
  flex-direction: column;
}
.block-views-exposed-filter-blockproject-page-1 .form-wrapper {
  position: relative;
}
.block-views-exposed-filter-blockproject-page-1 .fieldset-wrapper {
  display: flex;
  justify-content: space-between;
}
.block-views-exposed-filter-blockproject-page-1 .fieldset-wrapper .form-checkboxes {
  width: 100%;
}
.block-views-exposed-filter-blockproject-page-1 .form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding: 10px 12px;
}
.block-views-exposed-filter-blockproject-page-1 .bef-slider {
  position: absolute;
  bottom: -3px;
  width: 100%;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  border-radius: 1px;
}
.block-views-exposed-filter-blockproject-page-1 .bef-slider.ui-slider-horizontal {
  height: 3px;
}
.block-views-exposed-filter-blockproject-page-1 .bef-slider .ui-slider-range {
  top: -1px;
  height: 3px;
  background: #7c9768;
}
.block-views-exposed-filter-blockproject-page-1 .bef-slider .ui-slider-handle {
  top: -8px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid #7c9768;
  background-color: #fff;
  margin-left: 0;
  cursor: pointer;
}
.block-views-exposed-filter-blockproject-page-1 .bef-slider .ui-slider-handle:last-child {
  margin-left: -18px;
}
.block-views-exposed-filter-blockproject-page-1 .bef-slider .ui-slider-handle:hover {
  transform: scale(1.2);
}
.block-views-exposed-filter-blockproject-page-1 .bef-slider .ui-slider-handle:focus {
  background-color: #7c9768;
  transform: scale(1);
}
.block-views-exposed-filter-blockproject-page-1 .form-item-field-project-area-value-max,
.block-views-exposed-filter-blockproject-page-1 .form-item-field-project-area-value-min,
.block-views-exposed-filter-blockproject-page-1 .form-item-field-project-price-value-max,
.block-views-exposed-filter-blockproject-page-1 .form-item-field-project-price-value-min {
  display: block;
  max-width: 120px;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .block-views-exposed-filter-blockproject-page-1 .form-item-field-project-area-value-max,
  .block-views-exposed-filter-blockproject-page-1 .form-item-field-project-area-value-min,
  .block-views-exposed-filter-blockproject-page-1 .form-item-field-project-price-value-max,
  .block-views-exposed-filter-blockproject-page-1 .form-item-field-project-price-value-min {
    max-width: 160px;
  }
}
.block-views-exposed-filter-blockproject-page-1 .form-actions {
  display: block;
}
.block-views-exposed-filter-blockproject-page-1 .form-actions .btn {
  width: 100%;
}
.block-views-exposed-filter-blockproject-page-1 .form-actions .form-submit {
  width: 100%;
}
@media (max-width: 575.98px) {
  .block-views-exposed-filter-blockproject-page-1 .form-actions {
    margin-top: 0;
  }
}
.block-views-exposed-filter-blockproject-page-1 .form-select option:hover {
  box-shadow: 0 0 10px 100px #7c9768 inset;
}
.block-views-exposed-filter-blockproject-page-1 .form-item {
  clear: both;
  float: none !important;
  margin: 0 0 22px;
}
.block-views-exposed-filter-blockproject-page-1 .form-item:not(.form-composite) legend {
  margin-bottom: 6px;
}
.block-views-exposed-filter-blockproject-page-1 .form-item label {
  color: #676766;
  font-family: Roboto, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 4px;
  display: none;
}
@media (min-width: 768px) {
  .block-views-exposed-filter-blockproject-page-1 .form-item label {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.block-views-exposed-filter-blockproject-page-1 .form-item .option {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  min-height: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.block-views-exposed-filter-blockproject-page-1 fieldset {
  float: none;
  margin: 0;
}
.block-views-exposed-filter-blockproject-page-1 fieldset legend {
  margin-bottom: 17px;
  line-height: 1;
  position: relative;
  font-size: 0;
  cursor: pointer;
  transition: 0.4s;
}
.block-views-exposed-filter-blockproject-page-1 fieldset legend::before {
  content: url("../images/icons/toggle-arrow.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.block-views-exposed-filter-blockproject-page-1 fieldset legend.active::before {
  transform: rotate(180deg);
}
.block-views-exposed-filter-blockproject-page-1 fieldset legend:hover .fieldset-legend {
  color: #7c9768;
}
.block-views-exposed-filter-blockproject-page-1 fieldset legend .fieldset-legend {
  color: #363636;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}
.block-views-exposed-filter-blockproject-page-1 .form-type-checkbox {
  margin: 0 0 3px;
}
.block-views-exposed-filter-blockproject-page-1 .form-type-checkbox label {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
}
.block-views-exposed-filter-blockproject-page-1 .form-type-checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.block-views-exposed-filter-blockproject-page-1 .form-type-checkbox label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../images/icons/checkbox.png") no-repeat center center;
  opacity: 0;
}
.block-views-exposed-filter-blockproject-page-1 .form-type-checkbox input {
  opacity: 0;
  position: absolute;
}
.block-views-exposed-filter-blockproject-page-1 .form-type-checkbox input:checked ~ label:before {
  border-color: #67986a;
}
.block-views-exposed-filter-blockproject-page-1 .form-type-checkbox input:checked ~ label:after {
  opacity: 1;
}
.block-views-exposed-filter-blockproject-page-1 .form-control:focus {
  border-color: #7c9768;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range {
  margin-bottom: 30px;
  clear: both;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .label {
  font-size: 18px;
  margin-bottom: 11px;
  display: block;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .form-item {
  margin-bottom: 0;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .form-item:nth-of-type(1) {
  padding-right: 8px;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .form-item:nth-of-type(1) label {
  display: none;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .form-item:nth-of-type(2) {
  padding-left: 8px;
  position: relative;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .form-item:nth-of-type(2) label {
  content: "";
  position: absolute;
  top: 18px;
  left: -2px;
  text-indent: -9999px;
  overflow: hidden;
  width: 4px;
  height: 1px;
  background: #000000;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range input {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  border-radius: 0;
  padding: 5px 10px;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range input:focus {
  box-shadow: none;
  border-color: #67986a;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range-content {
  display: flex;
  width: 100%;
  margin-bottom: 22px;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .noUi-horizontal {
  border: 0;
  box-shadow: none;
  background: #d7d7d7;
  border-radius: 0;
  height: 2px;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .noUi-connect {
  background: #67986a;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: none;
  border: 2px solid #67986a;
  top: -10px;
  right: -10px !important;
  cursor: pointer;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .noUi-handle:after, .block-views-exposed-filter-blockproject-page-1 .project-filter-range .noUi-handle:before {
  display: none;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .noUi-handle:focus {
  outline: none;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .noUi-pips {
  display: none;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range #slider-range-area,
.block-views-exposed-filter-blockproject-page-1 .project-filter-range #slider-range-price {
  margin: 0 10px;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range .form-actions {
  display: none;
}
.block-views-exposed-filter-blockproject-page-1 .project-filter-range:first-of-type {
  display: none;
}
.block-views-exposed-filter-blockproject-page-1 .clear a {
  color: #454545;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 10px;
  background: #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px;
  text-transform: none;
  text-align: center;
  transition: 0.4s;
}
@media (max-width: 767.98px) {
  .block-views-exposed-filter-blockproject-page-1 .clear {
    margin-top: 0;
  }
}
.block-views-exposed-filter-blockproject-page-1 .design {
  margin: 15px 0;
}
.block-views-exposed-filter-blockproject-page-1 .design a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7c9768;
  color: #fff;
  border-radius: 4px;
  text-transform: none;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  padding: 12px 10px;
  text-align: center;
  transition: background 0.4s;
  min-height: 46px;
}
.block-views-exposed-filter-blockproject-page-1 .design a:hover {
  background: #465a51;
}
.block-views-exposed-filter-blockproject-page-1 .nice-select {
  position: relative;
  min-width: 208px;
  padding: 8px 12px 9px;
  z-index: 1;
}
.block-views-exposed-filter-blockproject-page-1 .nice-select .list {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0.375rem 0;
  background-color: #ffffff;
  border-radius: 0.25rem;
  opacity: 0;
  transform: translateY(120%);
  transition: opacity 0.4s, transform 0.4s;
  box-shadow: rgba(94, 94, 98, 0.1) 0 4px 6px;
  pointer-events: none;
  z-index: 1;
}
.block-views-exposed-filter-blockproject-page-1 .nice-select .current {
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .block-views-exposed-filter-blockproject-page-1 .nice-select .current {
    font-size: 12px;
  }
}
.block-views-exposed-filter-blockproject-page-1 .nice-select .option {
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  transition: color 0.4s, background-color 0.4s;
}
.block-views-exposed-filter-blockproject-page-1 .nice-select .option:hover {
  color: #ffffff;
  background-color: #7c9768;
}
.block-views-exposed-filter-blockproject-page-1 .nice-select.open .list {
  opacity: 1;
  transform: translateY(100%);
  pointer-events: all;
}
@media (max-width: 575.98px) {
  .block-views-exposed-filter-blockproject-page-1 .nice-select {
    min-width: inherit;
  }
}

#edit-field-project-bathroom-target-id--2--wrapper .fieldset-wrapper .form-checkboxes,
#edit-field-project-bedrooms-target-id--2--wrapper .fieldset-wrapper .form-checkboxes,
#edit-field-project-rooms-target-id--2--wrapper .fieldset-wrapper .form-checkboxes {
  width: 100%;
}
#edit-field-project-bathroom-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes,
#edit-field-project-bedrooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes,
#edit-field-project-rooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes {
  columns: 2;
}
#edit-field-project-bathroom-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .form-item,
#edit-field-project-bedrooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .form-item,
#edit-field-project-rooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .form-item {
  margin: 0 0 12px;
  break-inside: avoid;
}
#edit-field-project-bathroom-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .form-item:last-of-type,
#edit-field-project-bedrooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .form-item:last-of-type,
#edit-field-project-rooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .form-item:last-of-type {
  margin: 0;
}
#edit-field-project-bathroom-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .option,
#edit-field-project-bedrooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .option,
#edit-field-project-rooms-target-id--2--wrapper .fieldset-wrapper .bef-checkboxes .option {
  margin-bottom: 0;
}

#edit-field-project-tags-target-id--2--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  max-height: 51px;
  overflow: hidden;
  border: 1px solid rgba(148, 148, 148, 0.2);
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(94, 94, 98, 0.1);
}
@media (max-width: 767.98px) {
  #edit-field-project-tags-target-id--2--wrapper {
    display: none;
  }
}
#edit-field-project-tags-target-id--2--wrapper legend {
  display: none;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper {
  background: #fff;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-radios {
  width: 100%;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-radios.form--inline {
  padding: 0 37px;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item {
  margin-bottom: 0;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item:first-child {
  display: none !important;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item input:checked + label {
  background-color: #7c9768;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25) !important;
  color: #fff;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item .option {
  min-width: 260px;
  white-space: nowrap;
  padding: 15px 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
  margin: 0;
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item .option::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(148, 148, 148, 0.4);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item .option:hover {
  background-color: rgba(124, 151, 104, 0.2);
}
#edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item .option:active, #edit-field-project-tags-target-id--2--wrapper .fieldset-wrapper .form-item .option:focus {
  background-color: #7c9768;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25) !important;
}
#edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button {
  width: 37px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  transition: 0.3s;
}
#edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button.next {
  right: 0;
}
#edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button.previous {
  left: 0;
}
#edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button:hover {
  background: rgba(124, 151, 104, 0.2);
}
#edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button:focus, #edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button:target {
  background: #7c9768;
  box-shadow: none;
}
#edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button .flickity-button-icon {
  left: 26%;
  top: 34%;
  width: 18px;
  height: 18px;
}
#edit-field-project-tags-target-id--2--wrapper .flickity-prev-next-button .flickity-button-icon path {
  fill: #7c9768;
}

#edit-field-project-price-value-wrapper--2 {
  margin-bottom: 50px;
}

#edit-field-project-size-target-id--2--wrapper .selectBox {
  position: relative;
  width: 255px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #edit-field-project-size-target-id--2--wrapper .selectBox {
    width: 100%;
  }
}
#edit-field-project-size-target-id--2--wrapper .selectBox::before {
  content: url("../images/icons/select-arrow.png");
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#edit-field-project-size-target-id--2--wrapper .selectBox select {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 4px;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#edit-field-project-size-target-id--2--wrapper .selectBox select option span {
  color: #7c9768;
}
#edit-field-project-size-target-id--2--wrapper .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#edit-field-project-size-target-id--2--wrapper .checkselect {
  display: none;
  box-shadow: 0 4px 7px rgba(13, 12, 44, 0.1);
  border-radius: 4px;
  padding: 12px;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-height: 588px;
  overflow: auto;
}
#edit-field-project-size-target-id--2--wrapper .checkselect label {
  display: block;
}

.project-full .next-page {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .project-full .next-page {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .project-full-content {
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .project-full-content .grid-row {
    display: flex;
  }
}
@media (min-width: 992px) {
  .project-full-content .grid-col:nth-of-type(1) {
    width: 61%;
  }
}
@media (min-width: 1200px) {
  .project-full-content .grid-col:nth-of-type(1) {
    width: 74.6%;
  }
}
.project-full-content .grid-col:nth-of-type(2) {
  position: relative;
}
@media (min-width: 992px) {
  .project-full-content .grid-col:nth-of-type(2) {
    width: 39%;
  }
}
@media (min-width: 1200px) {
  .project-full-content .grid-col:nth-of-type(2) {
    width: 25.4%;
  }
}
.project-full .field--name-field-gallery {
  opacity: 0;
  height: 0;
}
.project-full .field--name-field-gallery.flickity-enabled {
  opacity: 1;
  height: auto;
}
.project-full .field--name-field-gallery .field__item {
  width: 100%;
}
.project-full .flickity-page-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .project-full .flickity-page-dots {
    bottom: 25px;
  }
}
.project-full .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: none;
  opacity: 1;
}
.project-full .flickity-page-dots .dot.is-selected {
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  .project-full .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .project-full .flickity-page-dots {
    bottom: 5px;
  }
}
.project-full-info {
  background: #fff;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .project-full-info {
    padding-left: 43px;
  }
}
@media (min-width: 1200px) {
  .project-full-info {
    position: absolute;
    top: 129px;
    left: -75px;
    width: 356px;
  }
}
.project-full-info-content {
  padding: 20px 0 20px 20px;
}
@media (min-width: 992px) {
  .project-full-info-content {
    padding: 20px 0 30px 32px;
  }
}
@media (min-width: 1200px) {
  .project-full-info-content {
    padding: 22px 0 32px 32px;
  }
}
.project-full-info-item {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .project-full-info-item {
    margin-bottom: 38px;
  }
}
.project-full-info-value {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
}
.project-full-info-label {
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
  width: 125px;
}
.project-full-info-label:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.project-full-info-label.area:before {
  background: url("../images/icons/work-icon-area.png") no-repeat 0 0;
  width: 30px;
  height: 22px;
}
.project-full-info-label.thickness:before {
  background: url("../images/icons/work-icon-thickness.png") no-repeat 0 0;
  width: 31px;
  height: 27px;
  right: 3px;
  bottom: 5px;
}
.project-full-info-label.bedrooms:before {
  background: url("../images/icons/work-icon-bedrooms.png") no-repeat 0 0;
  width: 40px;
  height: 23px;
  right: 6px;
}
.project-full .field--name-field-wall-material {
  font-size: 28px;
}
.project-full-price {
  border: 1px solid #646268;
  padding: 30px 18px;
  max-width: 350px;
}
.project-full-price-value {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 300;
}
.project-full-price .btn {
  margin: 0;
  width: 100%;
}
.project-full-price .btn a {
  display: block;
}
.project-full__anchor {
  position: absolute;
  top: -14px;
  right: -27px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/icon-question.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: 1;
}
.project-full__btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  display: block;
  text-transform: none;
  order: 1;
}
.project-full__btn.btn {
  padding: 17px 20px;
}
.project-full__btn.btn:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .project-full__btn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .project-full__btn {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .project-full__btn {
    margin-bottom: 12px;
  }
}
.project-full__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .project-full__header {
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .project-full__header {
    flex-direction: column;
  }
}
.project-full__header h1 {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.project-full__header h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
}
@media (max-width: 575.98px) {
  .project-full__header h2 {
    font-size: 36px;
  }
}
.project-full__info {
  display: flex;
  flex-direction: column;
}
.project-full__info-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .project-full__info-wrapper {
    max-width: 210px;
  }
}
@media (max-width: 991.98px) {
  .project-full__info-wrapper {
    order: 1;
  }
}
@media (min-width: 768px) {
  .project-full__info-top .project-full__label-small {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .project-full__info-top .project-full__label-small {
    order: 2;
  }
}
@media (min-width: 768px) {
  .project-full__info-top {
    margin-top: 7px;
  }
}
@media (max-width: 991.98px) {
  .project-full__info-top {
    display: flex;
    margin-top: 0;
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .project-full__info-top {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .project-full__info-top .project-full__block {
    width: 50%;
    padding: 20px 29px 19px;
  }
  .project-full__info-top .project-full__block-price {
    background-color: #f2f2f2;
  }
}
@media (max-width: 767.98px) {
  .project-full__info-top .project-full__block {
    padding: 8px 14px 12px;
  }
  .project-full__info-top .project-full__block-price {
    padding: 8px 0 12px 14px;
  }
  .project-full__info-top .project-full__block-area {
    padding: 8px 14px 12px 0;
  }
}
@media (min-width: 992px) {
  .project-full__info {
    padding-left: 32px;
    min-width: 300px;
    margin-right: -25px;
  }
}
.project-full__row {
  display: flex;
  max-width: 100%;
}
.project-full__row--section {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .project-full__row--section {
    display: block;
    margin-bottom: 17px;
  }
}
@media (max-width: 575.98px) {
  .project-full__row--section {
    margin-bottom: 38px;
  }
}
.project-full__block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 44px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project-full__block-material {
    padding-left: 25px;
  }
}
@media (max-width: 767.98px) {
  .project-full__block-material {
    display: none;
  }
}
.project-full__block-area {
  margin-bottom: 4px;
}
.project-full__block-price {
  position: relative;
  margin-bottom: 10px;
}
.project-full__block-price .project-full__value {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .project-full__block-price::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ededed;
    z-index: 1;
  }
  .project-full__info-top .project-full__block-price {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .project-full__block-price {
    display: none;
  }
  .project-full__info-top .project-full__block-price {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .project-full__block {
    margin-bottom: 0;
  }
}
.project-full__option {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .project-full__option {
    max-width: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .project-full__option .project-full__label {
    font-size: 14px;
    font-weight: 400;
    margin-top: -12px;
    max-width: 93.7px;
  }
}
@media (max-width: 575.98px) {
  .project-full .slider-gallery {
    display: none;
  }
}
@media (max-width: 479px) {
  .project-full .landing-full-material-quality {
    display: none;
  }
}
@media (max-width: 479px) {
  .project-full .landing-full-section--testimonial {
    display: none;
  }
}
@media (max-width: 479px) {
  .project-full .more-projects {
    display: none;
  }
}
@media (max-width: 479px) {
  .project-full .request-form {
    margin-top: 34px;
  }
  .project-full .request-form .btn {
    width: 100%;
  }
  .project-full .request-form .btn input {
    width: 100%;
  }
}
.project-full__value {
  color: #7c9768;
  font-weight: 500;
  font-size: 33px;
  line-height: 0.8;
  position: relative;
  margin-bottom: 4px;
  z-index: 1;
}
.project-full__value sup {
  font-size: 19px;
  top: -18px;
}
@media (max-width: 991.98px) {
  .project-full__value sup {
    top: -10px;
  }
}
.project-full__value--small {
  font-size: 28px;
}
@media (max-width: 991.98px) {
  .project-full__block-area .project-full__value, .project-full__block-price .project-full__value {
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 15px;
    order: 2;
  }
}
.project-full__parameters .project-full__value {
  color: #333333;
  line-height: 1;
  padding-right: 72px;
}
.project-full__parameters .project-full__value::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}
.project-full__parameters .project-full__value--floors::after {
  content: "";
  background-image: url("../images/icons/icon-floor.svg");
}
.project-full__parameters .project-full__value--rooms::after {
  content: "";
  background-image: url("../images/icons/icon-room.svg");
}
.project-full__parameters .project-full__value--bedroom::after {
  content: "";
  bottom: -4px;
  background-image: url("../images/icons/icon-bed.svg");
}
@media (max-width: 575.98px) {
  .project-full__parameters .project-full__value--bedroom {
    padding-right: 58px;
    padding-left: 10px;
  }
  .project-full__parameters .project-full__value--bedroom + .project-full__label {
    padding-left: 12px;
  }
  .project-full__parameters .project-full__value--bedroom::after {
    bottom: -7px;
  }
}
.project-full__parameters .project-full__value--bathroom svg {
  position: absolute;
  right: 0;
  bottom: -3px;
  display: block;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .project-full__parameters .project-full__value--bathroom {
    padding-right: 54px;
    padding-left: 18px;
  }
  .project-full__parameters .project-full__value--bathroom + .project-full__label {
    padding-left: 18px;
  }
}
.project-full__parameters .project-full__value--bathroom::after {
  content: "";
  bottom: -7px;
  background-image: url("../images/icons/icon-bath.svg");
}
@media (max-width: 575.98px) {
  .project-full__parameters .project-full__value {
    font-size: 40px;
    font-weight: 400;
    padding-right: 58px;
  }
  .project-full__parameters .project-full__value::after {
    width: 54px;
    height: 54px;
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .project-full__value {
    font-size: 32px;
    margin-bottom: 9px;
  }
}
@media (max-width: 450px) {
  .project-full__value {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .project-full__parameters {
    margin-top: 83px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .project-full__parameters {
    margin-top: 27px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .project-full__parameters {
    margin-bottom: 20px;
  }
}
.project-full__title {
  margin-bottom: 0;
}
.project-full__label {
  font-size: 15px;
  line-height: 1.4;
  width: 100%;
}
@media (max-width: 991.98px) {
  .project-full__label--area, .project-full__label--price {
    margin-bottom: 9px;
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .project-full__label--area, .project-full__label--price {
    margin-bottom: 4px;
  }
}
@media (max-width: 991.98px) {
  .project-full__label--material {
    order: 3;
  }
}
@media (max-width: 991.98px) {
  .project-full__label--small {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    order: 4;
  }
}
@media (max-width: 767.98px) {
  .project-full__label--small {
    font-size: 14px;
  }
  .project-full__value + .project-full__label--small {
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .project-full__label--material, .project-full__label--small {
    display: none;
  }
}
@media (min-width: 992px) {
  .project-full__label--price {
    margin-bottom: 8px;
  }
}
.project-full__leaf {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  z-index: 1;
}
.project-full__leaf::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background-color: #e4e4e4;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .project-full__leaf {
    display: flex;
    justify-content: flex-end;
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .project-full__leaf {
    width: 50%;
  }
}
.project-full__next {
  color: #85a17c;
  position: relative;
  background-color: #ffffff;
  text-decoration: underline;
  z-index: 2;
}
.project-full__next svg {
  margin-left: 35px;
}
@media (min-width: 768px) {
  .project-full__next {
    padding-left: 50px;
  }
}
.project-full__price {
  margin-top: auto;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .project-full__price {
    padding-top: 42px;
  }
}
@media (max-width: 991.98px) {
  .project-full__price {
    display: none;
  }
}
.project-full__nav {
  position: relative;
  display: flex;
  margin: 0 -15px;
  list-style: none;
  padding-left: 0;
  z-index: 1;
}
.project-full__nav::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #e3e3e3;
  z-index: 1;
}
.project-full__tabs {
  padding-bottom: 84px;
}
@media (max-width: 991.98px) {
  .project-full__tabs {
    padding-bottom: 50px;
  }
}
.project-full__toggler {
  padding: 0 15px;
}
.project-full__toggler .btn {
  color: #363636;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  border: none;
  border-radius: 0;
  overflow: visible;
  text-decoration: none;
}
.project-full__toggler .btn::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #84a67a;
  box-shadow: 4px 4px 20px 4px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
}
.project-full__toggler .btn.active::before {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .project-full__toggler .btn {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .project-full__toggler .btn {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.4;
  }
}
.project-full .faq-tabs__nav--small {
  display: block;
}
.project-full .faq-tabs__nav--small .faq-tabs__cell {
  width: 100%;
}
@media (max-width: 575.98px) {
  .project-full .faq-tabs__nav--small .faq-tabs__content {
    display: block;
  }
}
@media (min-width: 576px) {
  .project-full .faq-tabs__nav--small {
    display: none;
  }
}
.project-full__note {
  color: #333333;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.57;
}
.project-full__note:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .project-full__note {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .project-full__caption {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .project-full__caption {
    color: #333333;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 1.17;
  }
}
@media (max-width: 991.98px) and (max-width: 1199.98px) {
  .project-full__caption {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .project-full__caption {
    font-size: 30px;
  }
}
.project-full__section:not(:last-child) {
  margin-bottom: 84px;
}
@media (max-width: 575.98px) {
  .project-full__section {
    overflow: auto;
  }
  .project-full__section .project-grid--50 {
    grid-template-columns: repeat(2, 225px);
    gap: 15px;
  }
}
.project-full__sections {
  max-width: 100%;
  margin-bottom: 94px;
}
@media (max-width: 575.98px) {
  .project-full__sections {
    margin-bottom: 45px;
  }
}
.project-grid {
  display: grid;
}
.project-grid--50 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.project-grid--20 {
  grid-template-columns: repeat(auto-fit, minmax(calc(20% - 16px), 1fr));
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .project-grid--20 {
    grid-template-columns: repeat(auto-fit, minmax(calc(33% - 20px), 1fr));
  }
}
@media (max-width: 767.98px) {
  .project-grid--20 {
    grid-template-columns: repeat(auto-fit, minmax(calc(39% - 10px), 1fr));
  }
}
@media (min-width: 992px) {
  .project-grid.project-full__parameters {
    margin-top: 35px;
    gap: 30px 30px;
    margin-bottom: 39px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .project-grid.project-full__parameters {
    gap: 22px 18px;
    margin-bottom: 44px;
    margin-top: 56px;
  }
}
@media (max-width: 991.98px) {
  .project-grid.project-full__parameters {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}
@media (max-width: 575.98px) {
  .project-grid.project-full__parameters {
    grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
    gap: 5px;
  }
}
.project-gallery {
  flex-grow: 1;
  max-width: 842px;
}
.project-gallery__item {
  width: 100%;
}
.project-gallery a {
  display: block;
  width: 100%;
}
.project-gallery img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .project-gallery {
    margin: 0 -15px;
  }
}
.project-plan__area {
  color: #67986a;
  font-weight: 700;
  font-size: 57px;
  line-height: 1;
}
.project-plan__area span {
  font-size: 28px;
}
@media (min-width: 1200px) {
  .project-plan__area {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .project-plan__area {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .project-plan__area {
    font-size: 22px;
  }
  .project-plan__area span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .project-plan__title {
    padding-left: 40px;
  }
}
.project-label-list {
  position: absolute;
  top: 19px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
}
@media (min-width: 768px) {
  .project-label-list {
    left: 15px;
  }
}
.project-label-item {
  color: #254457;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  padding: 3px 10px 3px 35px;
  background: rgba(255, 255, 255, 0.62);
  text-align: right;
}
.project-label-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 16px;
  height: 100%;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.project-label-item:not(:last-child) {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .block-views-blockproject-block-2 {
    display: none;
  }
}

@media (max-width: 479px) {
  .node--type-project .block-views-blockarticle-block-article-project {
    display: none;
  }
}

.field--name-field-project-complectation {
  display: none;
}
.user-logged-in .field--name-field-project-complectation {
  display: block;
}
.field--name-field-project-complectation .field--name-field-title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  max-width: 680px;
  margin: 0 auto 15px;
}
.field--name-field-project-complectation .field--name-field-subtitle {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  max-width: 680px;
  text-align: center;
  margin: 0 auto 40px;
}
.field--name-field-project-complectation .field--name-field-complectation {
  max-width: 805px;
  margin: 0 auto;
}
.field--name-field-project-complectation .field--name-field-complectation > .field__item {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 33px 0;
  margin-top: -1px;
}
.field--name-field-project-complectation .title {
  font-size: 21px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.field--name-field-project-complectation .title .line {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s, transform 0.4s;
}
.field--name-field-project-complectation .title .line g {
  stroke: #67986a;
  transition: background 0.4s;
}
.field--name-field-project-complectation .title:hover .line {
  background: #67986a;
}
.field--name-field-project-complectation .title:hover .line g {
  stroke: #fff;
}
.field--name-field-project-complectation .title.open .line {
  transform: rotate(-45deg);
}
.field--name-field-project-complectation .field--name-field-body {
  display: none;
  font-size: 21px;
  margin-top: 25px;
}
.field--name-field-project-complectation .field--name-field-body ul {
  padding-left: 18px;
}
.field--name-field-project-complectation .field--name-field-body ul li {
  list-style: none;
  position: relative;
}
.field--name-field-project-complectation .field--name-field-body ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
}
.field--name-field-project-complectation .field--name-field-body p {
  font-size: 16px;
  line-height: 1.5em;
}
.field--name-field-project-complectation .field--name-field-body p:last-child {
  margin-bottom: 0;
}
.field--name-field-project-complectation .field--name-field-body em {
  font-style: normal;
  color: #ff1212;
}
.field--name-field-project-complectation .field--name-field-body a {
  color: #67986a;
}

.btn-cost {
  width: 100%;
}
.btn-cost a {
  width: 100%;
  padding: 16px 8px !important;
}

.block-views-blockproject-tags-block-1 {
  margin-bottom: 44px;
}
.block-views-blockproject-tags-block-1 .view-content {
  background: #fff;
  border: 1px solid rgba(148, 148, 148, 0.2);
  box-sizing: border-box;
  box-shadow: 0 4px 6px rgba(94, 94, 98, 0.1);
  padding: 0 37px;
  max-height: 51px;
  overflow: hidden;
}
.block-views-blockproject-tags-block-1 .view-content .views-row {
  min-width: 200px;
  white-space: nowrap;
}
.block-views-blockproject-tags-block-1 .view-content .views-row::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(148, 148, 148, 0.4);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.block-views-blockproject-tags-block-1 .view-content .views-row h2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}
.block-views-blockproject-tags-block-1 .view-content .views-row a {
  padding: 15px 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.block-views-blockproject-tags-block-1 .view-content .views-row a:hover {
  background: rgba(124, 151, 104, 0.2);
}
.block-views-blockproject-tags-block-1 .view-content .views-row a:active, .block-views-blockproject-tags-block-1 .view-content .views-row a:focus, .block-views-blockproject-tags-block-1 .view-content .views-row a:target {
  background: #7c9768;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767.98px) {
  .block-views-blockproject-tags-block-1 .view-content .views-row {
    width: 100%;
  }
  .block-views-blockproject-tags-block-1 .view-content .views-row::before {
    background-color: transparent;
  }
}
@media (max-width: 410px) {
  .block-views-blockproject-tags-block-1 .view-content .views-row {
    height: 66px;
    max-width: 300px;
    white-space: normal;
  }
  .block-views-blockproject-tags-block-1 .view-content .views-row h2 {
    height: 100%;
  }
  .block-views-blockproject-tags-block-1 .view-content .views-row a {
    height: 100%;
    font-size: 12px;
  }
  .block-views-blockproject-tags-block-1 .view-content .views-row .taxonomy-term {
    height: 100%;
  }
}
@media (max-width: 410px) {
  .block-views-blockproject-tags-block-1 .view-content {
    max-height: 102px;
  }
}
.block-views-blockproject-tags-block-1 .flickity-prev-next-button {
  width: 37px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  transition: 0.3s;
}
.block-views-blockproject-tags-block-1 .flickity-prev-next-button.next {
  right: 0;
}
.block-views-blockproject-tags-block-1 .flickity-prev-next-button.previous {
  left: 0;
}
.block-views-blockproject-tags-block-1 .flickity-prev-next-button:hover {
  background: rgba(124, 151, 104, 0.2);
}
.block-views-blockproject-tags-block-1 .flickity-prev-next-button:focus, .block-views-blockproject-tags-block-1 .flickity-prev-next-button:target {
  background: #7c9768;
  box-shadow: none;
}
.block-views-blockproject-tags-block-1 .flickity-prev-next-button .flickity-button-icon {
  left: 26%;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.block-views-blockproject-tags-block-1 .flickity-prev-next-button .flickity-button-icon path {
  fill: #7c9768;
}

.view-id-article.view-display-id-page .views-row {
  margin-bottom: 15px;
}

.node--type-article.node--view-mode-teaser {
  padding: 22px 30px;
  box-shadow: 11px 6px 29px 0 rgba(71, 90, 81, 0.1);
  position: relative;
}
.node--type-article.node--view-mode-teaser .date {
  font-size: 12px;
  margin: 8px 0;
}
.node--type-article.node--view-mode-teaser .title {
  margin-bottom: 15px;
}
.node--type-article.node--view-mode-teaser .title a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.node--type-article.node--view-mode-teaser .title a:hover {
  opacity: 0.7;
  transition: all 200ms linear;
}
.node--type-article.node--view-mode-teaser .field--name-field-short {
  font-size: 12px;
}
.node--type-article.node--view-mode-teaser .more {
  margin: 25px 0 0;
}
.node--type-article.node--view-mode-teaser .more a {
  text-transform: uppercase;
  color: #67986a;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.node--type-article.node--view-mode-teaser .more a:hover {
  text-decoration: none;
}
.node--type-article.node--view-mode-teaser:hover {
  box-shadow: 11px 6px 29px 0 rgba(71, 90, 81, 0.16);
}
.node--type-article.node--view-mode-full {
  padding-bottom: 40px;
}
.node--type-article.node--view-mode-full a {
  text-decoration: underline;
}
.node--type-article.node--view-mode-full a:hover {
  text-decoration: none;
}
.node--type-article.node--view-mode-full .field--name-body {
  margin-bottom: 70px;
}
.node--type-article.node--view-mode-full .date {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 300;
  margin-right: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.node--type-article.node--view-mode-full .date svg {
  margin-right: 6px;
}
.node--type-article.node--view-mode-full .article-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.node--type-article.node--view-mode-full .article-time {
  display: flex;
  margin-right: 32px;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
.node--type-article.node--view-mode-full .article-time .field--name-field-time {
  margin-left: 3px;
}
.node--type-article.node--view-mode-full .article-time svg {
  margin-right: 6px;
}
.node--type-article.node--view-mode-full .article-author-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 8px;
}
.node--type-article.node--view-mode-full .article-author-content {
  display: flex;
  align-items: center;
}
.node--type-article.node--view-mode-full .article-author-content .field--name-field-author {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  padding-right: 8px;
}
.node--type-article.node--view-mode-full .article-author-content .field--name-field-author-pozition {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  opacity: 0.8;
  padding-left: 8px;
  position: relative;
}
.node--type-article.node--view-mode-full .article-author-content .field--name-field-author-pozition::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #7c9768;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.node--type-article.node--view-mode-full .article-view {
  display: flex;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
}
.node--type-article.node--view-mode-full .article-view .field--name-field-views {
  margin-left: 3px;
}
.node--type-article.node--view-mode-full .article-view svg {
  margin-right: 6px;
}
.node--type-article.node--view-mode-full .field--name-field-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 44px;
}
.node--type-article.node--view-mode-full .field--name-field-tags .field__item {
  margin-right: 24px;
  margin-bottom: 24px;
  min-height: 29px;
  border: 1px solid #7c9768;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.node--type-article.node--view-mode-full .field--name-field-tags .field__item a {
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  padding: 4px 24px;
}
.node--type-article.node--view-mode-full .field--name-field-tags .field__item:hover {
  background-color: #7c9768;
}
.node--type-article.node--view-mode-full .field--name-field-tags .field__item:hover a {
  color: #fff;
}
.node--type-article.node--view-mode-token {
  box-shadow: 11px 6px 29px 0 rgba(71, 90, 81, 0.1);
}
.node--type-article.node--view-mode-token .field--name-field-image {
  width: 100%;
  margin: 0;
  float: none;
}
@media (max-width: 767.98px) {
  .node--type-article.node--view-mode-token .field--name-field-image {
    display: flex;
  }
  .node--type-article.node--view-mode-token .field--name-field-image a {
    width: 100%;
  }
  .node--type-article.node--view-mode-token .field--name-field-image img {
    display: block;
    width: 100%;
  }
}
.node--type-article.node--view-mode-token .content {
  padding: 10px 15px 20px 20px;
}
.node--type-article.node--view-mode-token .date {
  font-size: 12px;
  margin: 8px 0;
}
.node--type-article.node--view-mode-token .title {
  margin-bottom: 15px;
}
.node--type-article.node--view-mode-token .title a {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #000000;
}
.node--type-article.node--view-mode-token .title a:hover {
  opacity: 0.7;
  transition: all 200ms linear;
}
.node--type-article.node--view-mode-token .field--name-field-short {
  font-size: 12px;
}
.node--type-article.node--view-mode-token .more {
  margin: 25px 0 0;
}
.node--type-article.node--view-mode-token .more a {
  text-transform: uppercase;
  color: #67986a;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.node--type-article.node--view-mode-token .more a:hover {
  text-decoration: none;
}
.node--type-article.node--view-mode-token:hover {
  box-shadow: 11px 6px 29px 0 rgba(71, 90, 81, 0.16);
}
.node--type-article .field--name-field-image {
  float: right;
  margin: 0 0 10px;
  width: 100%;
}
@media (min-width: 720px) {
  .node--type-article .field--name-field-image {
    margin-left: 20px;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .node--type-article .field--name-field-image {
    width: auto;
  }
}
.node--type-article .field--name-field-gallery {
  clear: both;
  margin-top: 65px;
}
.node--type-article .field--name-field-gallery .gallery-image {
  position: relative;
  overflow: hidden;
}
.node--type-article .field--name-field-gallery .gallery-image a {
  display: block;
}
.node--type-article .field--name-field-gallery .gallery-image a:before {
  background: url("../images/colorbox-plus.png") no-repeat center center rgba(71, 90, 81, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.node--type-article .field--name-field-gallery .gallery-image a:hover img {
  transform: scale(1.021) perspective(1px);
  transition: all 200ms linear;
}
.node--type-article .field--name-field-gallery .gallery-image a:hover:before {
  opacity: 1;
  transition: all 200ms linear;
}
.node--type-article .field--name-field-gallery .signature {
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  margin: 15px 0 0;
}
.node--type-article .field--name-field-gallery .row > div {
  margin-bottom: 20px;
}

.block-views-blockarticle-block-article-page,
.block-views-blockarticle-block-article-project {
  margin-top: 65px;
  margin-bottom: 69px;
}
@media (max-width: 767.98px) {
  .block-views-blockarticle-block-article-page,
  .block-views-blockarticle-block-article-project {
    margin-bottom: 40px;
  }
}

.view-display-id-block_article_page .view-header h2,
.view-display-id-block_article_project .view-header h2 {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  margin-bottom: 43px;
}
@media (max-width: 1199.98px) {
  .view-display-id-block_article_page .view-header h2,
  .view-display-id-block_article_project .view-header h2 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .view-display-id-block_article_page .view-header h2,
  .view-display-id-block_article_project .view-header h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .view-display-id-block_article_page .view-header h2,
  .view-display-id-block_article_project .view-header h2 {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 991.98px) {
  .view-display-id-block_article_page .view-header h2,
  .view-display-id-block_article_project .view-header h2 {
    font-size: 32px;
  }
}
.view-display-id-block_article_page .view-content,
.view-display-id-block_article_project .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.view-display-id-block_article_page .view-content .views-row,
.view-display-id-block_article_project .view-content .views-row {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (min-width: 540px) {
  .view-display-id-block_article_page .view-content .views-row,
  .view-display-id-block_article_project .view-content .views-row {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .view-display-id-block_article_page .view-content .views-row,
  .view-display-id-block_article_project .view-content .views-row {
    width: 33.33%;
  }
}

.gallery-slider-items {
  height: 0;
  opacity: 0;
}
.gallery-slider-items.flickity-enabled {
  opacity: 1;
  height: auto;
}
.gallery-slider-items .item {
  width: 100%;
}
.gallery-slider-items .flickity-prev-next-button {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 0;
  transition: right 0.4s;
}
.gallery-slider-items .flickity-prev-next-button.next {
  transition: right 0.4s;
}
.gallery-slider-items .flickity-prev-next-button.next:hover {
  right: 5px;
}
.gallery-slider-items .flickity-prev-next-button.previous {
  transition: left 0.4s;
}
.gallery-slider-items .flickity-prev-next-button.previous:hover {
  left: 5px;
}
.gallery-slider-items .flickity-prev-next-button:hover {
  background: none;
}
.gallery-slider-items .flickity-prev-next-button svg path {
  fill: #fff;
}
.gallery-slider-items .flickity-prev-next-button:disabled {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .gallery-slider-items .flickity-prev-next-button {
    top: auto;
    bottom: -10px;
    width: 40px;
    height: 40px;
  }
}
.slide-teaser {
  display: flex;
}
.slide-teaser .img-adaptive {
  min-height: 100%;
  position: relative;
}
.slide-teaser .img-adaptive img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slide-teaser-inner {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .slide-teaser-inner .container-fluid, .slide-teaser-inner header #header-full .project .menu-dropdown-container, header #header-full .project .slide-teaser-inner .menu-dropdown-container {
    height: 100%;
  }
}
@media (max-width: 680px) {
  .slide-teaser-inner {
    align-items: flex-start;
    padding-top: 30px;
  }
}
.slide-teaser-content {
  max-width: 590px;
}
@media (min-width: 992px) and (max-width: 1350px) {
  .slide-teaser-content {
    margin-left: 90px;
  }
}
@media (max-width: 991.98px) {
  .slide-teaser-content {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .slide-teaser-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 33px 0;
  }
}
.slide-teaser-text {
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .slide-teaser-text {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slide-teaser-text {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .slide-teaser-text {
    margin-bottom: 0;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.47);
  }
}
.slide-teaser-short {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
}
@media (min-width: 992px) {
  .slide-teaser-short {
    font-size: 21px;
  }
}
@media (max-width: 991.98px) {
  .slide-teaser-short {
    display: none;
  }
}
.slide-teaser-short ul {
  padding: 0;
}
.slide-teaser-short ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 47px;
  margin-bottom: 10px;
}
.slide-teaser-short ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}
.slide-teaser-short ul li:last-child {
  margin-bottom: 0;
}
.slide-teaser-link {
  margin-top: 25px;
}
@media (max-width: 680px) {
  .slide-teaser-link {
    margin-top: 10px;
  }
}
.slide-teaser-link a {
  border: 0;
  color: #434345;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  border-radius: 4px;
  padding: 22px 55px;
}
@media (min-width: 768px) {
  .slide-teaser-link a {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .slide-teaser-link a {
    padding: 10px 20px !important;
  }
}
@media (max-width: 575.98px) {
  .slide-teaser-link .btn a {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 600;
  }
}
@media (max-width: 991.98px) {
  .slide-teaser-link {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .slide-teaser-link {
    margin-top: auto;
    justify-content: start;
  }
}
.slide-teaser-price {
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .slide-teaser-price {
    font-size: 45px;
  }
}
@media (max-width: 680px) {
  .slide-teaser-price {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .slide-teaser-price {
    display: none;
  }
}
.slide-teaser-price-small {
  display: none;
}
@media (max-width: 575.98px) {
  .slide-teaser-price-small {
    display: block;
    margin-top: 0;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.47);
  }
}
@media (max-width: 575.98px) {
  .slide-teaser img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.slider-gallery__list:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 991.98px) {
  .slider-gallery__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-gallery__item {
  flex-shrink: 0;
  width: 100%;
  margin-right: 20px;
}
.slider-gallery__title {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .slider-gallery__title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .slider-gallery__title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .slider-gallery__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .slider-gallery__title {
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .slider-gallery__title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
.slider-gallery .flickity-prev-next-button {
  border-radius: 0;
  width: 68px;
  height: 68px;
  background: hsl(0, 0%, 100%);
}
.slider-gallery .flickity-prev-next-button .flickity-button-icon {
  left: 39%;
  top: 28%;
  width: 17px;
  height: 29px;
}
.slider-gallery .flickity-prev-next-button:disabled {
  opacity: 0.7;
}
.slider-gallery .flickity-prev-next-button:focus {
  box-shadow: none;
}
.slider-gallery .flickity-button {
  border: 1px solid #c8c8c8;
  z-index: 5;
  background: rgba(255, 255, 255, 0.3) !important;
}
@media (max-width: 479px) {
  .slider-gallery .flickity-button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
}
@media (max-width: 479px) {
  .slider-gallery .flickity-button .flickity-button-icon {
    top: 0%;
    left: 20%;
  }
}
.slider-gallery .flickity-button.previous {
  left: 0px;
}
@media (max-width: 991.98px) {
  .slider-gallery .flickity-button.previous {
    left: 0;
  }
}
@media (max-width: 479px) {
  .slider-gallery .flickity-button.previous {
    left: -18px;
  }
}
@media (min-width: 768px) {
  .slider-gallery .flickity-button.previous {
    left: -35px;
  }
}
@media (min-width: 1200px) {
  .slider-gallery .flickity-button.previous {
    left: -100px;
  }
}
.slider-gallery .flickity-button.next {
  right: 0px;
}
@media (max-width: 991.98px) {
  .slider-gallery .flickity-button.next {
    right: 0;
  }
}
@media (max-width: 479px) {
  .slider-gallery .flickity-button.next {
    right: -18px;
  }
}
@media (min-width: 768px) {
  .slider-gallery .flickity-button.next {
    right: -35px;
  }
}
@media (min-width: 1200px) {
  .slider-gallery .flickity-button.next {
    right: -100px;
  }
}

.front #main {
  padding-top: 107px;
}
@media (max-width: 1199.98px) {
  .front #main {
    padding-top: 95px;
  }
}
@media (max-width: 991.98px) {
  .front #main {
    padding-top: 75px;
  }
}
.front-page .section-title {
  text-align: center;
}

.news-block .section-title {
  margin-bottom: 30px;
}

.section-content {
  padding: 42px 0;
}
.section-content--material {
  padding-top: 57px;
  padding-bottom: 17px;
}
.section-content--material .section-title {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .section-content--material .section-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .section-content--material .section-title {
    font-size: 52px;
  }
}
.section-content--steps .section-title {
  margin-bottom: 30px;
}
.section-content.paragraph-advantages {
  padding-top: 40px;
}
.section-content.paragraph-advantages .section-title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-content.paragraph-advantages {
    padding-bottom: 107px;
  }
}
.section-title {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 30px;
  }
}
.work-block .section-title {
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.project-material .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.project-material .view-content .views-row {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .project-material .view-content .views-row {
    width: 50%;
  }
}
.project-material-content {
  position: relative;
  display: block;
  height: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .project-material-content {
    margin-bottom: 0;
  }
}
.project-material-content:hover .project-material-image:before {
  background: rgba(0, 0, 0, 0.2);
}
.project-material-image {
  position: relative;
  display: flex;
  max-height: 400px;
}
@media (max-width: 575.98px) {
  .project-material-image {
    max-height: 300px;
  }
}
.project-material-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-material-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s;
}
.project-material-title {
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2em;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  z-index: 2;
}
@media (min-width: 576px) {
  .project-material-title {
    font-size: 27px;
  }
}

.stages-work .grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (max-width: 575.98px) {
  .stages-work .grid-row {
    display: block;
  }
}
.stages-work .grid-col {
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .stages-work .grid-col {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .stages-work .grid-col {
    width: 33.33%;
  }
}
.stages-work a {
  display: flex;
  align-items: center;
  height: 110px;
  box-shadow: -2px 3px 10px 0 rgba(71, 90, 81, 0.21);
  transition: box-shadow 0.4s;
  padding: 5px 20px 5px 33px;
  margin-bottom: 15px;
  text-decoration: none;
}
.stages-work a:hover {
  box-shadow: -7px 10px 35px 0 rgba(71, 90, 81, 0.21);
}
@media (max-width: 575.98px) {
  .stages-work a {
    padding: 20px 20px 5px 33px;
    flex-direction: column;
    height: 270px;
    justify-content: center;
    align-items: center;
  }
}
.stages-work-image {
  width: 45px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .stages-work-image {
    width: 80px;
    margin-bottom: 5px;
  }
}
.stages-work-title {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  letter-spacing: -0.5px;
}
.stages-work-title p {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .stages-work-title p {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .stages-work-title p {
    border-bottom: 1px solid rgba(104, 151, 106, 0.5);
  }
}
.stages-work-title span {
  color: #78976e;
  margin-right: 5px;
}
@media (min-width: 576px) {
  .stages-work-title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .stages-work-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.stages-work-description {
  display: none;
  color: #000;
  text-align: center;
}
@media (max-width: 575.98px) {
  .stages-work-description {
    display: block;
  }
}
.stages-work .flickity-page-dots {
  bottom: unset;
  top: 10px;
}
.stages-work .flickity-page-dots .dot {
  margin: 0 20px;
}
.stages-work .flickity-page-dots .dot::before {
  border-radius: 0;
  width: 38px;
  height: 0;
  border-width: 2px;
  border-color: #68976a;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stages-work .flickity-page-dots .dot.is-selected {
  background-color: transparent;
}
.stages-work .flickity-page-dots .dot.is-selected::before {
  border-radius: 0;
  width: 38px;
  height: 0;
  border-width: 2px;
  border-color: #68976a;
  background-color: #68976a;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.field--name-field-advantage {
  counter-reset: section;
}
.field--name-field-advantage > .field__item:nth-child(even) .grid-row {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .field--name-field-advantage > .field__item:nth-child(even) .grid-row .paragraph-advantage-inner {
    background: #f6f6f4;
  }
  .field--name-field-advantage > .field__item:nth-child(even) .grid-row .paragraph-advantage-inner:before {
    color: #f6f6f4;
  }
}

.flickity-advantages {
  padding-top: 30px;
}
.flickity-advantages .field__item {
  width: 100%;
}
.flickity-advantages .flickity-page-dots {
  bottom: unset;
  top: 0;
}
.flickity-advantages .flickity-page-dots .dot {
  margin: 0 20px;
}
.flickity-advantages .flickity-page-dots .dot::before {
  border-radius: 0;
  width: 38px;
  height: 0;
  border-width: 2px;
  border-color: #68976a;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flickity-advantages .flickity-page-dots .dot.is-selected {
  background-color: transparent;
}
.flickity-advantages .flickity-page-dots .dot.is-selected::before {
  border-radius: 0;
  width: 38px;
  height: 0;
  border-width: 2px;
  border-color: #68976a;
  background-color: #68976a;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantage-container-outer {
  display: none;
}
.advantage-container-outer .paragraph-advantage-link a {
  font-size: 12px;
}
.advantage-container-outer .paragraph-advantage-image img {
  margin-bottom: 10px;
}
.advantage-container-outer .btn-white {
  display: block;
  font-size: 15px;
}
.advantage-container-outer .btn-white a {
  color: #7c9768;
  padding: 10px 15px;
  border-width: 2px;
  border-color: #7c9768;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .advantage-container-outer {
    display: block;
  }
}

.paragraph-advantage-container {
  max-width: 975px;
}
@media (max-width: 991.98px) {
  .paragraph-advantage {
    max-width: 556px;
    margin: 0 auto;
  }
}
.paragraph-advantage .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.paragraph-advantage .grid-col {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph-advantage .grid-col {
    width: 50%;
  }
}
.paragraph-advantage-inner {
  padding: 30px 30px 42px 0;
  height: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .paragraph-advantage-inner .paragraph-advantage-link {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .paragraph-advantage-inner .btn-white {
    display: none;
  }
}
@media (min-width: 768px) {
  .paragraph-advantage-inner {
    padding: 55px 70px 50px 50px;
  }
}
.paragraph-advantage-inner:before {
  counter-increment: section;
  content: counter(section);
  font-family: Montserrat;
  font-size: 84px;
  line-height: 84px;
  font-weight: bold;
  color: #fff;
  text-shadow: #282828 0 0 2px;
  position: absolute;
  top: 25px;
  right: 40px;
  display: none;
}
@media (min-width: 768px) {
  .paragraph-advantage-inner:before {
    display: block;
  }
}
@media (min-width: 1200px) {
  .paragraph-advantage-inner:before {
    top: 50px;
    right: 40px;
  }
}
.paragraph-advantage-image {
  position: relative;
  height: 100%;
}
.paragraph-advantage-image span {
  display: block;
  background: #fff;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 1.3em;
  box-shadow: -7px 11px 29px 0 rgba(71, 90, 81, 0.25);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 15px 20px 20px;
}
@media (min-width: 768px) {
  .paragraph-advantage-image span {
    bottom: -28px;
    left: 11%;
    width: 380px;
    padding: 30px 40px 25px 60px;
  }
}
@media (max-width: 575.98px) {
  .paragraph-advantage-image span {
    display: none;
  }
}
.paragraph-advantage-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.paragraph-advantage-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .paragraph-advantage-title {
    margin-bottom: 43px;
  }
}
@media (min-width: 1200px) {
  .paragraph-advantage-title {
    font-size: 27px;
  }
}
.paragraph-advantage-text {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300;
  max-width: 420px;
}
@media (min-width: 992px) {
  .paragraph-advantage-text {
    font-size: 15px;
    line-height: 1.3;
  }
}
.paragraph-advantage-link {
  margin-top: 45px;
}
.paragraph-advantage-link a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}
.paragraph-advantage .btn a {
  text-decoration: none;
}

.front .work-tieser-info {
  display: none;
}

.node--type-service .field--name-field-gallery-front {
  aspect-ratio: 11/10;
  overflow: hidden;
}
.node--type-service .field--name-field-gallery-front .field__item {
  width: 100%;
}
@media (max-width: 479px) {
  .node--type-service .work-teaser .grid-col:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 479px) {
  .node--type-service .work-teaser .grid-col:nth-of-type(2) {
    display: block;
  }
}
.node--type-service .work-teaser-header {
  display: none;
}
@media (max-width: 479px) {
  .node--type-service .work-teaser-image {
    max-height: 162px;
    display: none;
  }
}
@media (max-width: 479px) {
  .node--type-service .work-tieser-info {
    display: block;
  }
}
.node--type-service .work-tieser-info {
  min-height: 270px;
  flex-direction: column;
  display: none;
}
@media (max-width: 479px) {
  .node--type-service .work-tieser-info {
    display: flex;
  }
}
.node--type-service .work-tieser-info .work-tieser-content {
  padding: 16px 9px 24px 16px;
}
.node--type-service .work-tieser-info .work-teaser-title {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.node--type-service .work-tieser-info .work-tieser-info-item {
  margin-bottom: 10px;
}
.node--type-service .work-tieser-info .work-tieser-info-value {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
}
.node--type-service .work-tieser-info .work-tieser-info-label {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
}
.node--type-service .work-tieser-info .work-tieser-info-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.node--type-service .work-tieser-info .work-tieser-info-label.area::before {
  content: url("../images/icons/icon-1.svg");
  top: -33px;
}
.node--type-service .work-tieser-info .work-tieser-info-label.thickness::before {
  content: url("../images/icons/icon-2.svg");
  top: -4px;
}
.node--type-service .work-tieser-info .work-tieser-info-label.bedrooms::before {
  content: url("../images/icons/icon-3.svg");
  top: -2px;
}
.node--type-service .work-tieser-info .work-teaser-info-link {
  margin-top: auto;
}
.node--type-service .work-tieser-info .work-teaser-info-link a {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #d5862b;
  text-decoration: none;
  border-bottom: 1px solid #d5862b;
  text-transform: uppercase;
}
.node--type-service .work-tieser-info .work-teaser-info-link a:hover {
  border-bottom-color: transparent;
}
.node--type-service .btn.btn--hidden {
  display: none;
  margin-top: 20px;
  min-width: 293px;
}
.node--type-service .btn.btn--hidden a {
  padding: 11px 16px;
  width: 100%;
}
@media (max-width: 479px) {
  .node--type-service .btn.btn--hidden {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.block-views-blockwork-block-front {
  padding: 0;
}
.block-views-blockwork-block-front .views-row {
  width: 100%;
}
@media (max-width: 479px) {
  .block-views-blockwork-block-front .views-row {
    max-width: 245px;
    margin-right: 30px;
    box-shadow: 2px 6px 8px rgba(94, 94, 98, 0.08);
    min-height: 432px;
    margin-bottom: 10px;
  }
}
.block-views-blockwork-block-front .flickity-page-dots {
  bottom: 8px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  display: none;
}
@media (max-width: 479px) {
  .block-views-blockwork-block-front .flickity-page-dots {
    display: block;
  }
}
.block-views-blockwork-block-front .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  opacity: 1;
}
.block-views-blockwork-block-front .flickity-page-dots .dot.is-selected {
  background: #ffffff;
}
.block-views-blockwork-block-front .flickity-page-dots .dot::before {
  width: 0;
  height: 0;
  border-color: transparent !important;
  background-color: transparent !important;
}
@media (max-width: 479px) {
  .block-views-blockwork-block-front .flickity-button {
    display: none;
  }
}

.block-views-blocknews-block {
  padding: 77px 0 30px;
}
.block-views-blocknews-block .more-link {
  margin-top: 45px;
}
.block-views-blocknews-block .more-link a {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  padding-right: 25px;
  transition: opacity 0.4s;
}
.block-views-blocknews-block .more-link a:after {
  content: " >";
  width: 7px;
  height: 11px;
  position: absolute;
  top: -1px;
  right: 6px;
}
.block-views-blocknews-block .more-link a:hover {
  color: #67986a;
  opacity: 0.8;
}

#order {
  background: #f5f5f5;
  padding: 45px 0 70px;
  margin-top: 28px;
}
@media (max-width: 767.98px) {
  #order {
    padding: 45px 0 45px;
  }
}
#order h2 {
  text-transform: uppercase;
  margin: 0 0 3px;
}
@media (max-width: 1199.98px) {
  #order h2 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  #order h2 {
    font-size: 20px;
  }
}
#order p {
  font-weight: 300;
}
@media (min-width: 768px) {
  #order form {
    display: flex;
    margin: 0 -4px;
  }
  #order form > div {
    padding: 0 4px;
  }
  #order .messages {
    margin-left: 15px;
  }
}
#order .form-actions,
#order .form-item {
  margin-top: 0;
}
#order .form-actions input,
#order .form-item input {
  margin-top: 0;
}
#order .btn {
  flex-shrink: 0;
  width: 215px;
}
#order .form-submit {
  width: 100%;
  line-height: 1em;
  background: none;
  color: #67986a;
  transition: 0.4s;
}
#order .form-submit:hover {
  background: #67986a;
  color: #fff;
  border-color: #67986a;
}
#order .contact-message-question-form form {
  position: relative;
}
#order .form-item-fz152-agreement {
  position: absolute;
  top: 65px;
}
@media (max-width: 767.98px) {
  #order .form-item-fz152-agreement {
    position: static;
  }
}

.view-id-work.view-display-id-block_front,
.view-id-work.view-display-id-block_landing_page,
.field--name-field-works {
  padding: 0 0 148px;
}
@media (min-width: 768px) {
  .view-id-work.view-display-id-block_front,
  .view-id-work.view-display-id-block_landing_page,
  .field--name-field-works {
    padding: 0 0 90px;
  }
}
@media (max-width: 479px) {
  .view-id-work.view-display-id-block_front,
  .view-id-work.view-display-id-block_landing_page,
  .field--name-field-works {
    padding: 0;
  }
}
.view-id-work.view-display-id-block_front .views-row,
.view-id-work.view-display-id-block_landing_page .views-row,
.field--name-field-works .views-row {
  width: 100%;
}
.view-id-work.view-display-id-block_front .view-content,
.view-id-work.view-display-id-block_landing_page .view-content,
.field--name-field-works .view-content {
  opacity: 0;
}
.view-id-work.view-display-id-block_front .view-content:not(.flickity-enabled),
.view-id-work.view-display-id-block_landing_page .view-content:not(.flickity-enabled),
.field--name-field-works .view-content:not(.flickity-enabled) {
  display: flex;
  overflow: auto;
}
.view-id-work.view-display-id-block_front .view-content.flickity-enabled,
.view-id-work.view-display-id-block_landing_page .view-content.flickity-enabled,
.field--name-field-works .view-content.flickity-enabled {
  opacity: 1;
}
.view-id-work.view-display-id-block_front .flickity-button,
.view-id-work.view-display-id-block_landing_page .flickity-button,
.field--name-field-works .flickity-button {
  border: 1px solid #c8c8c8;
  top: 100%;
  z-index: 5;
  border-radius: 0;
}
.view-id-work.view-display-id-block_front .flickity-button.previous,
.view-id-work.view-display-id-block_landing_page .flickity-button.previous,
.field--name-field-works .flickity-button.previous {
  left: 0;
  margin: 30px 0 0;
}
@media (min-width: 992px) {
  .view-id-work.view-display-id-block_front .flickity-button.previous,
  .view-id-work.view-display-id-block_landing_page .flickity-button.previous,
  .field--name-field-works .flickity-button.previous {
    top: calc(50% - 85px);
    left: calc(50% - 55px);
  }
}
.view-id-work.view-display-id-block_front .flickity-button.next,
.view-id-work.view-display-id-block_landing_page .flickity-button.next,
.field--name-field-works .flickity-button.next {
  left: 100%;
  margin: 30px 0 0 -70px;
}
@media (min-width: 992px) {
  .view-id-work.view-display-id-block_front .flickity-button.next,
  .view-id-work.view-display-id-block_landing_page .flickity-button.next,
  .field--name-field-works .flickity-button.next {
    top: calc(50% - 85px);
    left: calc(50% + 100px);
  }
}

.work-teaser .row {
  margin-right: -8px;
  margin-left: -8px;
}
.work-teaser .row > div {
  padding-right: 8px;
  padding-left: 8px;
}
.work-teaser .grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.work-teaser .grid-col {
  padding: 0 8px;
  width: 100%;
}
@media (min-width: 1200px) {
  .work-teaser .grid-col:nth-of-type(1) {
    width: 59.5%;
  }
}
.work-teaser .grid-col:nth-of-type(2) {
  display: none;
}
@media (min-width: 1200px) {
  .work-teaser .grid-col:nth-of-type(2) {
    width: 40.5%;
    display: block;
  }
}
.work-teaser-image {
  display: block;
  overflow: hidden;
}
.work-teaser-image:hover img {
  transform: scale(1.05);
}
.work-teaser-image img {
  transition: transform 0.4s;
}
.work-teaser-header {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.15em;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  margin: 0 0 20px;
}
.work-teaser-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93px;
  height: 1px;
  background: url("../images/icons/head-line.png") no-repeat -93px 0;
}
.work-teaser-title {
  max-width: 370px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .work-teaser-title {
    min-height: 48px;
  }
}
.work-teaser-title a {
  font-family: Montserrat;
  font-size: 21px;
  line-height: 1.2em;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: color 0.4s;
}
@media (max-width: 767.98px) {
  .work-teaser-title a {
    font-size: 18px;
  }
}
.work-teaser-title a:hover {
  color: #d5862b;
}
.work-teaser-more {
  margin-bottom: 24px;
  display: block;
  position: relative;
  height: calc(100% - 24px);
  min-height: 190px;
  background: rgb(120, 151, 110);
  background: -moz-linear-gradient(45deg, rgb(120, 151, 110) 0%, rgb(150, 187, 138) 100%);
  background: -webkit-linear-gradient(45deg, rgb(120, 151, 110) 0%, rgb(150, 187, 138) 100%);
  background: linear-gradient(45deg, rgb(120, 151, 110) 0%, rgb(150, 187, 138) 100%);
  padding: 31px 35px 10px 10px;
  color: #fff;
  text-decoration: none !important;
}
@media (max-width: 767.98px) {
  .work-teaser-more {
    min-height: 240px;
  }
}
.work-teaser-more:hover {
  color: #fff;
}
.work-teaser-more:hover .work-teaser-more-text {
  transform: translateY(-5px);
}
.work-teaser-more-text {
  text-align: right;
  font-size: 36px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  position: relative;
  transition: transform 0.4s;
}
.work-teaser-more-text:before {
  content: "";
  position: absolute;
  bottom: -31px;
  right: 0;
  background: url("../images/icons/arrow-down.png") no-repeat 0 0;
  width: 24px;
  height: 14px;
}
.work-teaser-more-text small {
  color: rgba(255, 255, 255, 0.39);
}
.work-teaser-more-count {
  color: rgba(255, 255, 255, 0.39);
  font-weight: bold;
  font-size: 36px;
  line-height: 1em;
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 19px;
}
.work-teaser-more-count small {
  font-size: 16px;
  display: block;
  line-height: 1em;
  text-transform: uppercase;
}
.work-teaser .row.row-reverse {
  flex-direction: row-reverse;
}
.work-teaser .row:nth-of-type(1) {
  margin-bottom: 21px;
}
.work-teaser .row:nth-of-type(2) .work-teaser-image {
  margin-bottom: 24px;
}

.block-views-blocksale-block-front .view-content {
  opacity: 0;
  height: 0;
  background: #f6f6f4;
}
.block-views-blocksale-block-front .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}
.block-views-blocksale-block-front .view-content.hidden-nav .flickity-button {
  display: none;
}
.block-views-blocksale-block-front .action-teaser {
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .block-views-blocksale-block-front .action-teaser {
    padding: 0 50px;
  }
}
.block-views-blocksale-block-front .views-row {
  width: 100%;
}
.block-views-blocksale-block-front .flickity-button {
  background: none;
  border: 1px solid #c8c8c8;
  z-index: 5;
}
.block-views-blocksale-block-front .flickity-button svg path {
  fill: #000;
}
.block-views-blocksale-block-front .flickity-button.previous {
  left: 65px;
}
@media (min-width: 1200px) {
  .block-views-blocksale-block-front .flickity-button.previous {
    left: -80px;
  }
}
@media (min-width: 1500px) {
  .block-views-blocksale-block-front .flickity-button.previous {
    left: 65px;
  }
}
.block-views-blocksale-block-front .flickity-button.next {
  right: 65px;
}
@media (min-width: 1200px) {
  .block-views-blocksale-block-front .flickity-button.next {
    right: -80px;
  }
}
@media (min-width: 1500px) {
  .block-views-blocksale-block-front .flickity-button.next {
    border-color: #fff;
    right: 65px;
  }
  .block-views-blocksale-block-front .flickity-button.next svg path {
    fill: #fff;
  }
}
.block-views-blocksale-block-front .flickity-button:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .block-views-blocksale-block-front .flickity-button {
    width: 45px;
    height: 45px;
    margin-top: 35px;
  }
  .block-views-blocksale-block-front .flickity-button svg {
    top: 18% !important;
    left: 31% !important;
  }
}
@media (max-width: 1199.98px) {
  .block-views-blocksale-block-front .flickity-button {
    top: 100%;
    margin-top: 50px;
  }
}
.block-views-blocksale-block-front .flickity-slider {
  transform: none !important;
}
.block-views-blocksale-block-front .views-row {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.block-views-blocksale-block-front .views-row.is-selected {
  opacity: 1;
  z-index: 0;
}

.action-teaser .grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.action-teaser .grid-col {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 992px) {
  .action-teaser .grid-col:nth-of-type(1) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .action-teaser .grid-col:nth-of-type(1) {
    width: 59.5%;
  }
}
@media (min-width: 992px) {
  .action-teaser .grid-col:nth-of-type(2) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .action-teaser .grid-col:nth-of-type(2) {
    width: 40.5%;
  }
}
.action-teaser-content {
  padding: 63px 0;
  max-width: 725px;
  margin-left: auto;
}
.action-teaser-label {
  color: #67986a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.action-teaser-title {
  font-family: Montserrat;
  text-transform: uppercase;
  color: #4b4c4e;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 580px;
}
@media (min-width: 768px) {
  .action-teaser-title {
    font-size: 32px;
  }
}
.action-teaser-short {
  line-height: 1.3em;
  font-weight: 300;
  max-width: 580px;
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  .action-teaser-more {
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    align-items: flex-end;
  }
}
.action-teaser-discount {
  display: flex;
  align-items: center;
}
.action-teaser-discount-value {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.3em;
  border: 6px solid #bac8b4;
  padding: 7px 12px;
}
.action-teaser-discount-text {
  line-height: 1.2em;
  font-weight: 300;
  margin-left: 20px;
}
.action-teaser-link {
  margin-top: 20px;
}
.action-teaser-link a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid;
  line-height: 1em;
  background: none;
  color: #d5862b;
  display: inline-block;
  padding: 16px 55px;
  transition: background 0.4s, color 0.4s;
}
.action-teaser-link a:hover {
  background: #d5862b;
  color: #fff;
  border-color: #d5862b;
}
.action-teaser .field--name-field-image {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.faq-tabs {
  padding-bottom: 77px;
}
.faq-tabs__title {
  margin-bottom: 66px;
}
@media (max-width: 575.98px) {
  .faq-tabs__title {
    font-size: 23px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
  }
}
.faq-tabs__cell {
  background: #ffffff;
}
.faq-tabs__cell img {
  margin-bottom: 10px;
  transition: transform 0.4s;
}
@media (max-width: 991.98px) {
  .faq-tabs__cell {
    width: 33.3%;
    margin-bottom: 20px;
  }
}
.faq-tabs__button {
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background-color: inherit;
  border: none;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 576px) {
  .faq-tabs__button:hover img {
    transform: translateY(-5px);
  }
}
.faq-tabs__button:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: calc(100% - 20px);
  height: 3px;
  background-color: #67986a;
  transition: transform 0.4s;
  transform-origin: right;
  transform: scaleX(0);
  z-index: 1;
}
.faq-tabs__button.active::before {
  transform-origin: left;
  transform: none;
}
@media (max-width: 575.98px) {
  .faq-tabs__button {
    justify-content: flex-start;
    min-height: inherit;
    padding: 10px 15px;
  }
}
.faq-tabs__label {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .faq-tabs__label {
    font-size: 11px;
  }
}
.faq-tabs__list {
  counter-reset: list;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .faq-tabs__list {
    display: flex;
    margin: 0 -15px;
  }
}
.faq-tabs__item:not(:last-child) {
  margin-bottom: 13px;
}
.faq-tabs__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
@media (max-width: 991.98px) {
  .faq-tabs__nav {
    justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .faq-tabs__nav {
    margin-bottom: 0;
  }
}
.faq-tabs__column {
  counter-reset: list;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .faq-tabs__column {
    max-width: 50%;
    padding: 0 15px;
  }
}
.faq-tabs--mobile .faq-tabs__cell {
  width: 100%;
}
.faq-tabs--mobile .faq-tabs__cell img {
  margin-bottom: 0;
}
.faq-tabs--mobile .faq-tabs__column {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: rgba(242, 242, 242, 0.5);
}
.faq-tabs--mobile .faq-tabs__item {
  margin-bottom: 0;
}
.faq-tabs--mobile .faq-tabs__button {
  flex-direction: row;
  width: 100%;
  padding: 8px 16px 2px 9px;
  background-color: #f2f2f2;
}
.faq-tabs--mobile .faq-tabs__button img {
  width: 63px;
  height: 62px;
  margin-right: 15px;
}
.faq-tabs--mobile .faq-tabs__button svg {
  margin-left: auto;
}
.faq-tabs--mobile .faq-tabs__button::before {
  content: none;
}
.faq-tabs--mobile .faq-tabs__button.active svg {
  transform: scaleY(-1);
}
.faq-tabs--mobile .faq-tabs__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-tabs--mobile .faq-tabs__label {
    font-size: 15px;
  }
}
.faq-tabs--mobile .faq-tabs__title {
  color: #363636;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  text-transform: none;
}
.faq-tabs--mobile .faq-collapse__title {
  color: #363636;
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
}
.faq-tabs--mobile .faq-collapse__title span {
  display: inline;
  border-bottom: 1px dashed #7c9768;
}
.faq-tabs--mobile .faq-collapse__title::before {
  padding-right: 7px;
}
.faq-tabs--mobile .faq-collapse__trigger {
  min-height: auto;
  background-color: inherit;
  padding-left: 19px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .faq-tabs--mobile .faq-collapse__title {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .faq-tabs {
    padding-bottom: 10px;
  }
}
.faq-collapse {
  display: flex;
  flex-direction: column;
}
.faq-collapse__cross {
  flex-shrink: 0;
  margin-left: auto;
}
.faq-collapse__cross line {
  transform-origin: center;
  transition: transform 0.4s;
}
[aria-expanded=true] .faq-collapse__cross line:last-child {
  transform: rotate(90deg);
}
.faq-collapse__trigger {
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 10px 30px;
  background-color: #f2f2f2;
  border: none;
}
@media (max-width: 767.98px) {
  .faq-collapse__trigger {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faq-collapse__text {
  padding: 10px 30px;
}
.faq-collapse__title {
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  text-align: left;
}
.faq-collapse__title::before {
  counter-increment: list;
  content: attr(data-order) ".";
  padding-right: 27px;
  align-self: baseline;
}
@media (max-width: 991.98px) {
  .faq {
    padding-bottom: 50px;
  }
}

.features__title {
  color: #363636;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 34px;
}
@media (max-width: 991.98px) {
  .features__title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .features__title {
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
  }
}
.features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  .features__list {
    justify-content: flex-start;
  }
}
.features__text {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .features__text {
    font-size: 11px;
  }
}
.features__item {
  color: #000000;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 108px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1;
}
.features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s;
  z-index: 1;
}
.features__item:hover::before {
  transform: translate(-50%, -5px);
}
.features__item--warranty::before {
  background-image: url("../images/icons/icon-warranty.svg");
}
.features__item--supervision::before {
  background-image: url("../images/icons/icon-supervision.svg");
}
.features__item--manager::before {
  background-image: url("../images/icons/icon-manager.svg");
}
.features__item--delivery::before {
  background-image: url("../images/icons/icon-delivery.svg");
}
.features__item--project::before {
  background-image: url("../images/icons/icon-project.svg");
}
.features__item--icon {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
.features__item--icon::before {
  content: none;
}
@media (max-width: 991.98px) {
  .features__item {
    width: 33.3%;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .features__item {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .features__item::before {
    width: 65px;
    height: 65px;
    background-size: contain;
  }
}
.features--info {
  margin-bottom: 128px;
}
.features--info .features__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));
  gap: 18px;
}
@media (max-width: 991.98px) {
  .features--info .features__list {
    max-width: 570px;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .features--info .features__list {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
@media (max-width: 1199.98px) {
  .features--info {
    margin-bottom: 80px;
  }
}
.features-block {
  position: relative;
  padding: 59px 12px 40px 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F9F9F9;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s, box-shadow 0.4s;
  overflow: hidden;
  z-index: 1;
}
.features-block::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background-color: #7C9768;
  border-radius: 50%;
  opacity: 0;
  transition: width 0s 0.4s, height 0s 0.4s, opacity 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .features-block::before {
    border-radius: 0;
  }
}
.features-block__text {
  color: #363636;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: color 0.2s;
  z-index: 2;
}
.features-block__text .value {
  color: inherit;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.18;
  margin-bottom: 4px;
}
.features-block__media {
  position: absolute;
  bottom: -13px;
  right: 7px;
  display: flex;
  justify-content: center;
  width: 150px;
  height: 140px;
  z-index: 1;
}
.features-block__media path {
  fill: #7C9768;
  transition: fill 0.2s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .features-block__media {
    transform: scale(0.8);
    transform-origin: bottom;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .features-block__media {
    transform: scale(0.8);
    transform-origin: bottom;
  }
}
@media (max-width: 575.98px) {
  .features-block__media {
    opacity: 0.3;
  }
}
.features-block:hover {
  color: #fff;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.3);
  transition: background-color 0.4s, box-shadow 0.4s 0.2s;
}
.features-block:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: width 0.2s, height 0.2s, opacity 0.4s 0.1s;
  transition-timing-function: ease-in;
  transform: translate(-50%, -50%);
}
.features-block:hover .features-block__text {
  color: #fff;
  transition: color 0.2s 0.2s;
}
.features-block:hover path {
  fill: #fff;
  transition: fill 0.3s 0.2s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .features-block {
    padding: 32px 12px 42px 40px;
  }
}
@media (max-width: 767.98px) {
  .features-block {
    padding: 60px 12px 42px 40px;
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .features-block {
    padding: 35px 12px 36px 40px;
    aspect-ratio: inherit;
  }
}

.info-page__header {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  margin-bottom: 114px;
}
@media (max-width: 991.98px) {
  .info-page__header {
    flex-direction: column;
    margin-bottom: 75px;
  }
}
.info-page__title {
  max-width: 400px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .info-page__title {
    max-width: none;
    margin-bottom: 20px;
  }
}
.info-page__subtitle {
  color: #363636;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  padding-top: 10px;
  max-width: 685px;
}
.info-page__subtitle p:last-child {
  margin-bottom: 0;
}

.history {
  margin-bottom: 80px;
}
.history__title {
  margin-bottom: 30px;
}
.history__item {
  width: 100%;
}
.history-teaser {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 100px;
}
.history-teaser__text {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.33;
}
@media (max-width: 1199.98px) {
  .history-teaser {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .history-teaser {
    grid-template-columns: 1fr;
  }
}
.history-date {
  display: flex;
  margin-bottom: 60px;
  border-bottom: 1px solid #C2C2C2;
}
.history-date .view-content {
  flex-grow: 1;
}
.history-block__item {
  color: #C2C2C2;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  position: relative;
  padding: 11px 42px;
  transition: color 0.4s;
  z-index: 1;
}
.history-block__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7C9768;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1;
}
.history-block__item.is-selected {
  color: #7C9768;
}
.history-block__item.is-selected::before {
  transform-origin: left;
  transform: none;
}
@media (max-width: 767.98px) {
  .history-block__item {
    font-size: 20px;
    padding: 15px 32px;
  }
}
.history-controll {
  display: flex;
  justify-content: space-between;
  min-width: 80px;
  margin-right: 40px;
}
.history-controll__btn {
  line-height: 1;
  padding: 10px 0;
  background-color: transparent;
  border: none;
}
.history-date {
  display: flex;
  align-items: center;
}
.history__list > .view-content:not(.flickity-enabled) {
  display: flex;
  max-width: 100%;
  overflow: hidden;
}

.image-text {
  display: flex;
  margin: 0 -10px 100px;
}
.image-text--reverse {
  flex-direction: row-reverse;
}
.image-text__media, .image-text__text {
  padding: 0 10px;
}
.image-text__media {
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .image-text__media {
    max-width: 40%;
  }
}
@media (max-width: 991.98px) {
  .image-text__media {
    display: none;
  }
}
.image-text__text h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  margin-top: 40px;
  margin-bottom: 30px;
}
.image-text__text h2:first-child {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .image-text__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 991.98px) {
  .image-text {
    margin-bottom: 70px;
  }
}

.embed-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  padding: 87px 40px;
  margin-bottom: 70px;
  background-color: #F2F2F2;
}
@media (max-width: 1199.98px) {
  .embed-form__wrapper {
    gap: 20px;
    padding: 54px 40px;
  }
}
@media (max-width: 991.98px) {
  .embed-form__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .embed-form__wrapper {
    padding: 40px;
  }
}
@media (max-width: 575.98px) {
  .embed-form__wrapper {
    padding: 40px 25px;
  }
}
.embed-form__title {
  color: #363636;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: 53px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .embed-form__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 767.98px) {
  .embed-form__title {
    font-size: 24px;
  }
}
.embed-form form label:not(.option) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.embed-form form textarea {
  height: 88px;
}
.embed-form .btn {
  width: 100%;
}
.embed-form .form-item--fz-152-label {
  margin-bottom: 0;
}
.embed-form .form-item--fz-152-desctiprion {
  font-size: 12px;
}
.embed-form js-form-wrapper form-wrapper .form-item--fz-152-desctiprion {
  color: #7C9768;
  font-weight: 400;
}
.embed-form js-form-wrapper form-wrapper .form-item--fz-152-desctiprion a {
  color: inherit;
}
.embed-form .form-item {
  margin: 0 0 11px;
}
.embed-form .form-control {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  padding: 15px;
  border: none;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.embed-form .form-submit {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  width: 100%;
  padding: 12px 20px;
  background-color: #7C9768;
  border-color: #7C9768;
  border-radius: 2px;
}
.embed-form .form-type-managed-file .form-managed-file {
  position: relative;
  line-height: 0;
}
.embed-form .form-type-managed-file .form-managed-file::before {
  content: url(../images/icons/icon-clip.png);
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 28px;
  width: 28px;
  pointer-events: none;
}
.embed-form .form-type-managed-file .form-managed-file::after {
  content: "Прикрепить расчет или проект";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #363636;
  position: absolute;
  top: 50%;
  left: 36px;
  pointer-events: none;
  max-width: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.embed-form .form-file {
  padding: 0;
  height: 35px;
  font-size: 0;
  max-width: 100%;
  width: 100% !important;
  background: #f2f2f2;
  box-shadow: none;
}
.embed-form .form-file::file-selector-button {
  background-color: #f2f2f2;
  border: none;
}
.embed-form .field--name-field-form-file details {
  border: none;
}
.embed-form .field--name-field-form-file summary,
.embed-form .field--name-field-form-file th,
.embed-form .field--name-field-form-file .tabledrag-toggle-weight-wrapper,
.embed-form .field--name-field-form-file .tabledrag-handle {
  display: none;
}
.embed-form .field--name-field-form-file tr {
  background-color: #f2f2f2;
}
.embed-form .field--name-field-form-file .description {
  color: #6C757D;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
}
.embed-form .field--name-field-form-file .details-wrapper {
  padding: 0;
}
.embed-form .field--name-field-form-file table {
  border: none;
}
@media (max-width: 575.98px) {
  .embed-form .person {
    display: none;
  }
}

.person__wrapper {
  display: grid;
  grid-template-columns: 292px 1fr;
  gap: 30px;
  margin-left: -10px;
}
@media (max-width: 1199.98px) {
  .person__wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .person__wrapper {
    grid-template-columns: 30% 1fr;
  }
}
@media (max-width: 767.98px) {
  .person__wrapper {
    gap: 20px;
    grid-template-columns: 40% 1fr;
    margin-left: 0;
  }
}
.person__name {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.16;
  margin-top: auto;
  margin-bottom: 4px;
}
@media (max-width: 767.98px) {
  .person__name {
    font-size: 21px;
  }
}
.person__col--image {
  border-radius: 50%;
  overflow: hidden;
}
.person__col--info {
  display: flex;
  flex-direction: column;
  padding-top: 27px;
  padding-bottom: 27px;
}
@media (max-width: 767.98px) {
  .person__col--info {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.person__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .person__subtitle {
    font-size: 18px;
  }
}
.person__position {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .person {
    margin-bottom: 30px;
  }
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

/**  Modals + webform */
.modal-content .form-actions {
  padding: 15px 15px 0 15px;
  text-align: right;
  margin: 30px -15px 0;
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
@media (max-width: 767.98px) {
  #manager-menu {
    display: none !important;
  }
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}

.h-0 {
  height: 0 !important;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

/* FONTS */
@font-face {
  font-family: "rublregular";
  src: url("../fnt/rouble/rouble-webfont.woff2") format("woff2"), url("../fnt/rouble/rouble-webfont.woff") format("woff"), url("../fnt/rouble/rouble-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fnt/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* EXTRA COLORS */
.inverse {
  color: #00deff;
}

/* LAYOUT */
body {
  color: #000000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  background-color: #ffffff;
  scroll-behavior: smooth;
  min-width: 375px;
}
body.cke_editable {
  background: #fff;
}

/* HEADERS */
h1 {
  font-size: 2.625rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.7em;
}

h2 {
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 1em;
}

h4 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat";
  margin-bottom: 0.5em;
}

@media (max-width: 720px) {
  h1 {
    font-size: 30px;
    line-height: 130%;
    font-weight: 700;
  }
}

/* ELEMENTS */
a {
  color: #7C9768;
  transition: all 0.3s;
}
a:hover {
  color: #576a49;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 1rem 1rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #bc9e7b;
}

button:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.btn {
  height: auto;
  line-height: normal;
  padding: 0;
  white-space: normal;
  overflow: hidden;
}
.btn a,
.btn input {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 35px;
  border: 2px solid;
}

.btn-white a,
.btn-white input {
  border-color: #fff;
  color: #373839;
  background: #fff;
  transition: opacity 0.4s;
  text-decoration: none;
}
.btn-white a:hover,
.btn-white input:hover {
  opacity: 0.8;
}

.btn-grey a,
.btn-grey input {
  border-color: #c8c8c8;
  color: #c8c8c8;
  background: #fff;
  transition: 0.3s;
}
.btn-grey a:hover,
.btn-grey input:hover {
  border-color: #67986a;
  background: #67986a;
}

.btn-orange a,
.btn-orange input {
  text-decoration: none !important;
  border-color: #67986a;
  background: #67986a;
  color: #fff;
  transition: 0.3s;
}
.btn-orange a:hover,
.btn-orange input:hover {
  background: #475a51;
  border-color: #475a51;
}
.btn-orange a:focus,
.btn-orange input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green a,
.btn-green input {
  text-decoration: none !important;
  border: 2px solid #67986a;
  color: #67986a;
  transition: 0.4s;
}
.btn-green a:hover,
.btn-green input:hover {
  color: #fff;
  border-color: #67986a;
  background-color: #67986a;
}

.btn-armygreen a,
.btn-armygreen input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 10px;
  background: #7c9768;
  border: 0;
  border-radius: 4px;
  text-transform: none;
  text-align: center;
  transition: background 0.4s;
}

.messages {
  box-shadow: none;
  border: 0;
  color: #000;
  margin: 0 0 15px;
  padding: 15px 20px 15px 40px;
  font-size: 16px;
  line-height: 1.25;
}

.messages--error {
  background: rgba(222, 67, 73, 0.95);
}

.breadcrumb {
  padding: 0;
  background: none;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}
.breadcrumb li:before {
  content: "/";
}
.breadcrumb a {
  color: #7c9768;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.node--type-project .breadcrumb {
  margin-bottom: 15px;
}

.pager .pagination {
  justify-content: flex-end;
  margin-top: 80px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .pager .pagination {
    margin-top: 0;
    margin-bottom: 70px;
    justify-content: center;
  }
}
.pager .pagination li {
  padding: 0 5px;
}
.pager .pagination li.is-active a {
  font-weight: bold;
}
@media (max-width: 720px) {
  .pager .pagination li {
    padding: 0 2px;
  }
}
.pager .pagination a.page-link {
  border: 0;
  border-radius: 0;
  padding: 5px;
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}
.pager .pagination a.page-link:hover {
  background: none;
  text-decoration: none;
}
.pager .pagination .pager__item--next a,
.pager .pagination .pager__item--last a,
.pager .pagination .pager__item--first a,
.pager .pagination .pager__item--previous a {
  color: #7c9768;
  font-weight: bold;
  text-decoration: underline;
}
.pager .pagination .pager__item--next a:hover,
.pager .pagination .pager__item--last a:hover,
.pager .pagination .pager__item--first a:hover,
.pager .pagination .pager__item--previous a:hover {
  text-decoration: none;
}
.pager .pagination .pager__item--next a:focus,
.pager .pagination .pager__item--last a:focus,
.pager .pagination .pager__item--first a:focus,
.pager .pagination .pager__item--previous a:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 720px) {
  .pager .pagination .pager__item--next a,
  .pager .pagination .pager__item--last a,
  .pager .pagination .pager__item--first a,
  .pager .pagination .pager__item--previous a {
    color: #7c9768;
    font-size: 15px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #757575;
}

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-formatted table th {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #759667;
  vertical-align: middle;
  text-align: left;
  border-color: transparent;
}
.text-formatted table th:first-child {
  text-align: center;
}
.text-formatted table th p:not(:last-child) {
  margin-bottom: 3px;
}
.text-formatted table th p:last-child {
  margin-bottom: 0;
}
.text-formatted table th:not(:last-child) {
  border-right: 2px solid #fff;
}
.text-formatted table td:not(:last-child) {
  border-right: 2px solid #f9f9f9;
}

@media (max-width: 720px) {
  .page-node-457 .text-formatted table tr th,
  .page-node-457 .text-formatted table tr td {
    width: 50% !important;
    padding: 0 0.75rem;
  }
  .page-node-457 .text-formatted table tr th {
    font-size: 14px;
    padding: 6px 0.75rem;
    text-align: center;
  }
  .page-node-457 .text-formatted table tr th:last-child p:last-child {
    font-size: 10px;
    font-weight: 400;
  }
  .page-node-457 .text-formatted table tr td {
    padding: 0 0.75rem;
  }
  .page-node-457 .text-formatted table tr td p {
    font-size: 14px;
  }
  .page-node-457 .text-formatted table tr td:first-child p {
    font-size: 12px;
  }
  .page-node-457 .text-formatted table img {
    max-width: 83px;
    padding-bottom: 0;
    padding-top: 10px;
  }
}

@media (max-width: 720px) {
  .view-suffixes h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .view-suffixes p {
    font-size: 15px;
  }
}

.node--type-landing #main {
  padding-top: 107px;
}
@media (max-width: 991.98px) {
  .node--type-landing #main {
    padding-top: 75px;
  }
}

.landing-full {
  overflow: hidden;
}
.landing-full .section-title {
  color: #333333;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
}
.landing-full .section-title:after {
  content: none;
}
@media (max-width: 479px) {
  .landing-full .section-title {
    max-width: 360px;
    margin: 0 auto 32px;
  }
}
.landing-full-section {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .landing-full-section {
    margin-top: 95px;
  }
}
@media (max-width: 479px) {
  .landing-full-section {
    margin-top: 47px;
  }
}
@media (min-width: 992px) {
  .landing-full-section--testimonial .section-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) {
  .landing-full-section--testimonial {
    margin-top: 87px;
    margin-bottom: 30px;
  }
}
.landing-full-section--projects {
  margin-top: 57px;
}
@media (max-width: 479px) {
  .landing-full-section--projects {
    margin-top: 24px;
  }
}
.landing-full-section--projects h1 {
  margin-bottom: 30px;
}
.landing-full-section--projects .section-title {
  line-height: 1.2;
}
@media (min-width: 992px) {
  .landing-full-section--projects .section-title {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
.landing-full-promo {
  position: relative;
}
.landing-full-promo .img-adaptive {
  position: relative;
}
.landing-full-promo .img-adaptive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
}
.landing-full-promo .img-adaptive img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .landing-full-promo .img-adaptive img {
    min-height: 60vh;
  }
}
.landing-full-promo-inner {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .landing-full-promo-inner {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.landing-full-promo-content {
  max-width: 590px;
}
.landing-full-promo-content .btn {
  margin-top: 30px;
}
.landing-full-promo h1 {
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2.5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .landing-full-promo h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .landing-full-promo h1 {
    font-size: 48px;
  }
}
.landing-full-promo-text {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 300;
}
@media (min-width: 992px) {
  .landing-full-promo-text {
    font-size: 21px;
  }
}
.landing-full-promo-text ul {
  padding: 0;
}
.landing-full-promo-text ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 47px;
  margin-bottom: 10px;
}
.landing-full-promo-text ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}
.landing-full-promo-text ul li:last-child {
  margin-bottom: 0;
}
.landing-full-promo-link {
  margin-top: 25px;
}
.landing-full-promo-price {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.landing-full-promo-price-current {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .landing-full-promo-price-current {
    font-size: 30px;
  }
}
.landing-full-promo-price-old {
  font-weight: 300;
  font-size: 45px;
}
@media (max-width: 767.98px) {
  .landing-full-promo-price-old {
    font-size: 30px;
  }
}
.landing-full-promo-price-old span {
  position: relative;
}
.landing-full-promo-price-old span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 3px;
  height: 2px;
  width: calc(100% + 5px);
  background: #fff;
}
@media (max-width: 575.98px) {
  .landing-full-projects .section-title {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .landing-full-projects .section-title {
    margin-bottom: 24px;
  }
}
.landing-full-projects .container-fluid, .landing-full-projects header #header-full .project .menu-dropdown-container, header #header-full .project .landing-full-projects .menu-dropdown-container {
  max-width: 1435px;
}
.landing-full-projects .field--name-field-projects:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .landing-full-projects .field--name-field-projects:not(.flickity-enabled) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .landing-full-projects .field--name-field-projects {
    display: block;
    margin: 0;
  }
}
.landing-full-projects .field__project {
  width: 100%;
}
.landing-full-projects .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.landing-full-projects .view-content .views-row {
  padding: 0 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .landing-full-projects .view-content .views-row {
    width: 33.33%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .landing-full-projects .view-content .views-row {
    width: 20%;
  }
}
.landing-full-projects-more {
  text-align: center;
  margin-top: 33px;
}
@media (max-width: 991.98px) {
  .landing-full-projects-more {
    margin-top: 24px;
  }
}
@media (max-width: 479px) {
  .landing-full-projects-more .btn-green {
    min-width: 262px;
  }
}
@media (max-width: 479px) {
  .landing-full-projects-more .btn-green a {
    padding: 11px 16px;
    width: 100%;
  }
}
.landing-full-projects-more a {
  font-size: 16px;
}
@media (max-width: 479px) {
  .landing-full-projects-more a {
    font-size: 14px;
  }
}
.landing-full-projects .project-teaser {
  box-shadow: none;
  margin: 0 auto;
}
.landing-full-projects .project-teaser a {
  text-decoration: none;
}
.landing-full-stages {
  background: url("../images/stages-bg.jpg") no-repeat center 0;
  background-size: cover;
  padding: 40px 0;
  min-height: 660px;
}
@media (min-width: 768px) {
  .landing-full-stages {
    padding: 88px 0 100px 0;
  }
}
@media (max-width: 575.98px) {
  .landing-full-stages {
    min-height: 0;
  }
}
.landing-full-stages .section-title {
  color: #fff;
}
@media (max-width: 479px) {
  .landing-full-stages .section-title {
    margin-bottom: 24px;
  }
}
.landing-full-stages .section-title:after {
  background: url("../images/icons/head-line-white.png") no-repeat 0 0;
}
@media (max-width: 479px) {
  .landing-full-stages .section-title:after {
    content: none;
  }
}
@media (max-width: 479px) {
  .landing-full-stages .stages-work {
    max-width: 320px;
    max-height: 267px;
    margin: 0 auto;
    box-shadow: -2px 3px 25px rgba(94, 94, 98, 0.08);
  }
}
.landing-full-stages .stages-work-hidden {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  display: none;
  margin-top: 12px;
}
@media (max-width: 479px) {
  .landing-full-stages .stages-work-hidden {
    display: block;
  }
}
.landing-full-stages .stages-work-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  height: auto;
  background-color: #ffffff;
  transition: opacity 0.4s, transform 0.4s;
}
.landing-full-stages .stages-work-link:hover {
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .landing-full-stages .stages-work-link {
    box-shadow: none;
    min-height: 267px;
    height: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .landing-full-stages .stages-work-slider {
    display: block;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .landing-full-stages .stages-work-slide {
    width: 100%;
    max-width: 320px;
    min-height: 267px;
    padding: 0;
  }
}
.landing-full-stages .stages-work-title {
  text-align: center;
}
.landing-full-stages .stages-work-title--bold {
  font-weight: 700;
  margin-top: 5px;
}
.landing-full-stages .stages-work-title--bold span + span {
  position: relative;
  color: #000;
}
.landing-full-stages .stages-work-title--bold span + span::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(104, 151, 106, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
.landing-full-stages .stages-work .flickity-page-dots {
  top: 15px;
  bottom: auto;
}
.landing-full-stages .stages-work .flickity-page-dots .dot {
  width: 38px;
  height: 3px;
  border-radius: 0;
  margin: 0 5px;
}
.landing-full-stages .stages-work .flickity-page-dots .dot.is-selected {
  background-color: #68976a;
}
.landing-full-material-inner {
  padding: 40px 50px 80px 50px;
  margin-top: 80px;
  margin-bottom: 60px;
  background-color: #f2f2f2;
}
@media (max-width: 991.98px) {
  .landing-full-material-inner {
    padding: 60px 15px 60px 15px;
    margin-top: 40px;
    background: #fff;
  }
}
@media (max-width: 575.98px) {
  .landing-full-material-inner {
    background-color: #f2f2f2;
  }
}
@media (max-width: 479px) {
  .landing-full-material-inner {
    padding: 32px 0 20px;
    margin-top: 24px;
  }
}
.landing-full-material .section-title {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  max-width: 1000px;
  margin-bottom: 23px;
  text-transform: none;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .landing-full-material .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material .section-title {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .landing-full-material .section-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .landing-full-material .section-title {
    color: #363636;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: 0.005em;
    text-transform: none;
  }
}
.landing-full-material-content {
  position: relative;
}
.landing-full-material-content:before {
  content: "";
  height: 410px;
  width: 320px;
  clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  background: #7c9768;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.landing-full-material-content:after {
  content: "";
  height: 320px;
  width: 240px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  background: #676766;
  position: absolute;
  top: 100px;
  right: 0;
  display: none;
}
@media (max-width: 767.98px) {
  .landing-full-material-content .container-fluid, .landing-full-material-content header #header-full .project .menu-dropdown-container, header #header-full .project .landing-full-material-content .menu-dropdown-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .landing-full-material .grid-row {
    display: flex;
    margin: 0 -15px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material .grid-row {
    margin: 0;
  }
}
.landing-full-material .grid-col {
  padding: 0 15px;
}
.landing-full-material .grid-col-left {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
}
.landing-full-material .grid-col-right {
  width: 475px;
}
@media (max-width: 479px) {
  .landing-full-material .grid-col-right {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .landing-full-material .grid-col {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material .grid-col {
    padding: 0;
  }
}
.landing-full-material-image {
  max-width: 400px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .landing-full-material-image {
    max-width: 158px;
    margin-bottom: 26px;
  }
}
.landing-full-material ul {
  padding: 0;
}
@media (max-width: 767.98px) {
  .landing-full-material ul {
    margin: 0;
  }
}
.landing-full-material ul li {
  list-style: none;
  padding: 0 0 0 50px;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 991.98px) {
  .landing-full-material ul li {
    padding: 0 0 0 30px;
    margin-bottom: 15px;
  }
}
.landing-full-material ul li:last-child {
  margin: 0;
}
.landing-full-material ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  height: 14px;
  background: url("../images/icons/check.svg") no-repeat 0 0;
  background-size: contain;
}
.landing-full-material ul li span {
  color: #363636;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .landing-full-material ul li span {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material ul li span {
    font-size: 16px;
  }
}
.landing-full-material ul li p {
  color: #363636;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991.98px) {
  .landing-full-material ul li p {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material ul li p {
    font-size: 14px;
  }
}
.landing-full-material-text {
  margin-top: 37px;
  font-size: 15px;
}
.landing-full-material-text a {
  font-weight: 500;
}
.landing-full-material-text--hidden {
  margin-top: 0;
  font-size: 15px;
  text-align: center;
  display: none;
}
@media (max-width: 479px) {
  .landing-full-material-text--hidden {
    font-size: 10px;
    max-width: 158px;
  }
}
.landing-full-material-text--hidden a {
  font-weight: 500;
}
.landing-full-material-quality {
  margin-top: 67px;
}
@media (max-width: 767.98px) {
  .landing-full-material-quality {
    margin-top: 32px;
  }
}
.landing-full-material-quality h3 {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 576px) {
  .landing-full-material-quality h3 {
    margin-bottom: 53px;
  }
}
@media (max-width: 575.98px) {
  .landing-full-material-quality h3 {
    font-size: 23px;
    margin-bottom: 26px;
  }
}
.landing-full-material-quality .row {
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .landing-full-material-quality .row {
    margin: 0 -4px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material-quality .row > div {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.landing-full-material-quality-item {
  max-width: 255px;
  width: 25%;
  margin: 0 auto 20px;
}
.landing-full-material-quality-title {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
  margin: 27px 0 7px 0;
}
@media (max-width: 991.98px) {
  .landing-full-material-quality-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material-quality-title {
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
  }
}
.landing-full-material-quality-text {
  font-size: 15px;
  line-height: 1.35em;
}
@media (max-width: 991.98px) {
  .landing-full-material-quality-text {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-material-quality-text {
    display: none;
  }
}
.landing-full-seo {
  visibility: hidden;
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
}
.landing-full .view-id-work.view-display-id-block_landing_page {
  padding: 0;
}
.landing-full-order {
  position: relative;
  background: url("../images/landing-order-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 98px 0 90px 0;
  min-height: 590px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .landing-full-order {
    padding: 70px;
  }
}
@media (max-width: 767.98px) {
  .landing-full-order {
    display: none;
  }
}
.landing-full-order:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.landing-full-order .container {
  position: relative;
  z-index: 5;
}
.landing-full-order h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 27px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .landing-full-order h2 {
    font-size: 42px;
  }
}
.landing-full-order p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .landing-full-order p {
    font-size: 20px;
  }
}
.landing-full-order small {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 8px;
}
.landing-full-order small a {
  color: #fff;
}
.landing-full-order .block.contact-form {
  max-width: 920px;
  margin: 0 auto;
}
.landing-full-order form {
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .landing-full-order form {
    display: flex;
  }
}
.landing-full-order form > div {
  padding: 0 10px;
}
.landing-full-order form label {
  display: none;
}
.landing-full-order form .form-actions {
  flex-shrink: 0;
}
.landing-full-order form .form-actions input {
  width: 180px;
  background: #67986a;
  border-color: #67986a;
  transition: opacity 0.4s;
}
.landing-full-order form .form-actions input:hover {
  opacity: 0.7;
}
.landing-full-order form .form-actions input:focus {
  outline: none;
}
.landing-full-order form .ajax-progress {
  display: none;
}
.landing-full-order .form-item-fz152-agreement {
  display: none;
}
.landing-full .field--name-field-works {
  padding: 0;
}
.landing-full .field--name-field-works .field__work {
  width: 100%;
}
@media (max-width: 479px) {
  .landing-full .field--name-field-works .field__work {
    max-width: 245px;
    margin-right: 30px;
    box-shadow: 2px 6px 8px rgba(94, 94, 98, 0.08);
    min-height: 432px;
    margin-bottom: 10px;
  }
}
.landing-full .field--name-field-works .flickity-page-dots {
  bottom: 8px;
  width: auto;
  left: 50px;
  text-align: left;
  display: none;
}
@media (max-width: 479px) {
  .landing-full .field--name-field-works .flickity-page-dots {
    display: block;
  }
}
.landing-full .field--name-field-works .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  opacity: 1;
}
.landing-full .field--name-field-works .flickity-page-dots .dot.is-selected {
  background: rgb(255, 255, 255);
}
@media (max-width: 479px) {
  .landing-full .field--name-field-works .flickity-button {
    display: none;
  }
}

.landing-full .view-id-otziv,
.project-full .view-id-otziv {
  box-shadow: -2px 3px 35px rgba(94, 94, 98, 0.2);
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv,
  .project-full .view-id-otziv {
    max-width: 284px;
    margin: 0 auto;
    box-shadow: none;
  }
}
.landing-full .view-id-otziv .view-content,
.project-full .view-id-otziv .view-content {
  opacity: 0;
  height: 0;
}
.landing-full .view-id-otziv .view-content.flickity-enabled,
.project-full .view-id-otziv .view-content.flickity-enabled {
  opacity: 1;
  height: auto;
}
.landing-full .view-id-otziv .view-content .flickity-button,
.project-full .view-id-otziv .view-content .flickity-button {
  border: 1px solid #c8c8c8;
  z-index: 5;
  background: rgba(255, 255, 255, 0.3) !important;
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .view-content .flickity-button,
  .project-full .view-id-otziv .view-content .flickity-button {
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .view-content .flickity-button .flickity-button-icon,
  .project-full .view-id-otziv .view-content .flickity-button .flickity-button-icon {
    top: 0%;
    left: 20%;
  }
}
.landing-full .view-id-otziv .view-content .flickity-button.previous,
.project-full .view-id-otziv .view-content .flickity-button.previous {
  left: 0px;
}
@media (max-width: 991.98px) {
  .landing-full .view-id-otziv .view-content .flickity-button.previous,
  .project-full .view-id-otziv .view-content .flickity-button.previous {
    left: 0;
  }
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .view-content .flickity-button.previous,
  .project-full .view-id-otziv .view-content .flickity-button.previous {
    left: -18px;
  }
}
@media (min-width: 768px) {
  .landing-full .view-id-otziv .view-content .flickity-button.previous,
  .project-full .view-id-otziv .view-content .flickity-button.previous {
    left: -35px;
  }
}
@media (min-width: 1200px) {
  .landing-full .view-id-otziv .view-content .flickity-button.previous,
  .project-full .view-id-otziv .view-content .flickity-button.previous {
    left: -100px;
  }
}
.landing-full .view-id-otziv .view-content .flickity-button.next,
.project-full .view-id-otziv .view-content .flickity-button.next {
  right: 0px;
}
@media (max-width: 991.98px) {
  .landing-full .view-id-otziv .view-content .flickity-button.next,
  .project-full .view-id-otziv .view-content .flickity-button.next {
    right: 0;
  }
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .view-content .flickity-button.next,
  .project-full .view-id-otziv .view-content .flickity-button.next {
    right: -18px;
  }
}
@media (min-width: 768px) {
  .landing-full .view-id-otziv .view-content .flickity-button.next,
  .project-full .view-id-otziv .view-content .flickity-button.next {
    right: -35px;
  }
}
@media (min-width: 1200px) {
  .landing-full .view-id-otziv .view-content .flickity-button.next,
  .project-full .view-id-otziv .view-content .flickity-button.next {
    right: -100px;
  }
}
.landing-full .view-id-otziv .views-row,
.project-full .view-id-otziv .views-row {
  width: 100%;
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .views-row,
  .project-full .view-id-otziv .views-row {
    padding: 0 20px 20px;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3,
.project-full .view-id-otziv .otziv-teaser-3 {
  background: #ffffff;
  padding: 30px 25px;
}
@media (min-width: 576px) {
  .landing-full .view-id-otziv .otziv-teaser-3,
  .project-full .view-id-otziv .otziv-teaser-3 {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .landing-full .view-id-otziv .otziv-teaser-3,
  .project-full .view-id-otziv .otziv-teaser-3 {
    padding: 50px 50px 30px 50px;
  }
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3,
  .project-full .view-id-otziv .otziv-teaser-3 {
    padding: 0;
    min-height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3-head,
.project-full .view-id-otziv .otziv-teaser-3-head {
  position: relative;
  padding-left: 60px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 30px;
}
.landing-full .view-id-otziv .otziv-teaser-3-head:before,
.project-full .view-id-otziv .otziv-teaser-3-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/quotation-icon.svg") no-repeat 0 0;
  width: 42px;
  height: 30px;
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3-head,
  .project-full .view-id-otziv .otziv-teaser-3-head {
    background: rgba(104, 151, 106, 0.1);
    padding: 12px 5px 12px 68px;
    margin-bottom: 20px;
  }
  .landing-full .view-id-otziv .otziv-teaser-3-head:before,
  .project-full .view-id-otziv .otziv-teaser-3-head:before {
    background: url("../images/icons/user.svg") no-repeat 0 0;
    width: 48px;
    height: 48px;
    top: 14px;
    left: 14px;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3-title,
.project-full .view-id-otziv .otziv-teaser-3-title {
  font-weight: 600;
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3-title,
  .project-full .view-id-otziv .otziv-teaser-3-title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3-wrap,
.project-full .view-id-otziv .otziv-teaser-3-wrap {
  display: flex;
}
.landing-full .view-id-otziv .otziv-teaser-3-date,
.project-full .view-id-otziv .otziv-teaser-3-date {
  font-weight: 300;
  margin-left: 12px;
  margin-right: 12px;
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3-date,
  .project-full .view-id-otziv .otziv-teaser-3-date {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    margin-left: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    display: block;
    margin-top: 8px;
  }
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3-sity,
  .project-full .view-id-otziv .otziv-teaser-3-sity {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    margin-left: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    display: block;
    margin-top: 8px;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3-short,
.project-full .view-id-otziv .otziv-teaser-3-short {
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.5em;
}
@media (max-width: 1199.98px) {
  .landing-full .view-id-otziv .otziv-teaser-3-short,
  .project-full .view-id-otziv .otziv-teaser-3-short {
    margin-bottom: 30px;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3 .field--name-field-image img,
.project-full .view-id-otziv .otziv-teaser-3 .field--name-field-image img {
  border: 1px solid #e0e0e0;
}
.landing-full .view-id-otziv .otziv-teaser-3 .grid-row,
.project-full .view-id-otziv .otziv-teaser-3 .grid-row {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1199.98px) {
  .landing-full .view-id-otziv .otziv-teaser-3 .grid-row,
  .project-full .view-id-otziv .otziv-teaser-3 .grid-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3 .grid-row,
  .project-full .view-id-otziv .otziv-teaser-3 .grid-row {
    margin: 0;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 21px rgba(94, 94, 98, 0.15);
    min-height: 344px;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3 .grid-col,
.project-full .view-id-otziv .otziv-teaser-3 .grid-col {
  padding: 0 15px;
}
.landing-full .view-id-otziv .otziv-teaser-3 .grid-col.col--video, .landing-full .view-id-otziv .otziv-teaser-3 .grid-col.col--image,
.project-full .view-id-otziv .otziv-teaser-3 .grid-col.col--video,
.project-full .view-id-otziv .otziv-teaser-3 .grid-col.col--image {
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3 .grid-col.col--image,
  .project-full .view-id-otziv .otziv-teaser-3 .grid-col.col--image {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .landing-full .view-id-otziv .otziv-teaser-3 .grid-col.col--top,
  .project-full .view-id-otziv .otziv-teaser-3 .grid-col.col--top {
    display: none;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3 .video-show,
.project-full .view-id-otziv .otziv-teaser-3 .video-show {
  position: relative;
}
@media (max-width: 1199.98px) {
  .landing-full .view-id-otziv .otziv-teaser-3 .video-show,
  .project-full .view-id-otziv .otziv-teaser-3 .video-show {
    margin-bottom: 30px;
  }
}
.landing-full .view-id-otziv .otziv-teaser-3 .video-show span,
.project-full .view-id-otziv .otziv-teaser-3 .video-show span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/youtube-icon.png") no-repeat center center;
  cursor: pointer;
  transition: opacity 0.4s;
}
.landing-full .view-id-otziv .otziv-teaser-3 .video-show span:hover,
.project-full .view-id-otziv .otziv-teaser-3 .video-show span:hover {
  opacity: 0.8;
}
.landing-full .view-id-otziv .otziv-teaser-3 .video-show img,
.project-full .view-id-otziv .otziv-teaser-3 .video-show img {
  max-width: 100%;
}
.landing-full .flickity-prev-next-button,
.project-full .flickity-prev-next-button {
  border-radius: 0;
  width: 68px;
  height: 68px;
  background: hsl(0, 0%, 100%);
}
.landing-full .flickity-prev-next-button .flickity-button-icon,
.project-full .flickity-prev-next-button .flickity-button-icon {
  left: 39%;
  top: 28%;
  width: 17px;
  height: 29px;
}
.landing-full .flickity-prev-next-button:disabled,
.project-full .flickity-prev-next-button:disabled {
  opacity: 0.7;
}
.landing-full .flickity-prev-next-button:focus,
.project-full .flickity-prev-next-button:focus {
  box-shadow: none;
}

.projects-form {
  position: relative;
}
.projects-form .grid-row {
  display: flex;
  margin: 0 -15px;
}
.projects-form .grid-col {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .projects-form .grid-col {
    width: 33.33%;
  }
}
@media (max-width: 1199.98px) {
  .projects-form .grid-col:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .projects-form .grid-col:nth-of-type(2) {
    display: none;
  }
}
.projects-form:before {
  content: "";
  height: 420px;
  width: 310px;
  clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  background: #7c9768;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.projects-form:after {
  content: "";
  height: 310px;
  width: 240px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  background: #676766;
  position: absolute;
  top: 100px;
  right: 0;
  display: none;
}
.projects-form-title {
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.17;
  margin-bottom: 44px;
  margin-top: -10px;
}
.projects-form-title--hidden {
  display: none;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .projects-form-title--hidden {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .projects-form-title--hidden {
    font-size: 30px;
    line-height: 1.25;
    color: #363636;
    text-transform: none;
  }
}
@media (max-width: 479px) {
  .projects-form-title--hidden {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .projects-form-title {
    font-size: 36px;
    line-height: 1.1;
  }
}
.projects-form-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2em;
}
.projects-form-text p {
  margin-bottom: 30px;
}
.projects-form-form {
  background: #f2f2f2;
  padding: 30px 25px 30px 25px;
  z-index: 1;
  margin-left: auto;
  max-width: 500px;
}
@media (max-width: 479px) {
  .projects-form-form {
    padding: 26px 25px 44px 25px;
    position: relative;
  }
}
.projects-form-form::before {
  content: "";
}
@media (max-width: 991.98px) {
  .projects-form-form::before {
    content: url("../images/template/calculator.png");
    top: 135px;
    left: -60px;
    position: absolute;
    z-index: -1;
  }
}
@media (max-width: 479px) {
  .projects-form-form::before {
    content: url("../images/template/calculator-min.png");
    top: -12px;
    left: auto;
    right: -7px;
    z-index: 1;
  }
}
@media (max-width: 479px) {
  .projects-form-form form input.form-control {
    font-size: 12px;
    padding: 9px 20px;
    position: relative;
    z-index: 1;
  }
}
.projects-form-form form textarea {
  font-size: 12px;
}
.projects-form-form h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .projects-form-form h2 {
    font-size: 16px;
    line-height: 1.38;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 21px;
    max-width: 163px;
  }
}
.projects-form-form label,
.projects-form-form summary,
.projects-form-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
.projects-form-form textarea {
  height: 80px !important;
}
.projects-form-form details {
  border: 0;
}
.projects-form-form .details-wrapper {
  padding: 0;
}
.projects-form-form .form-managed-file {
  position: relative;
  margin-bottom: 4px;
}
.projects-form-form .form-managed-file .btn {
  display: none;
}
.projects-form-form .form-managed-file:before {
  content: "Прикрепить файлы";
  font-weight: 300;
  font-size: 18px;
  background: url("../images/icons/icon-file.png") no-repeat 0 0;
  padding-left: 34px;
  min-height: 25px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  cursor: pointer;
}
@media (max-width: 479px) {
  .projects-form-form .form-managed-file:before {
    font-size: 15px;
  }
}
.projects-form-form .form-managed-file input {
  width: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  height: 30px;
  opacity: 0;
  top: 3px;
}
.projects-form-form .field--name-field-form-file table .tabledrag-handle,
.projects-form-form .field--name-field-form-file table thead {
  display: none;
}
.projects-form-form .field--name-field-form-file table tr {
  background: #f9f9f9;
}
.projects-form-form .field--name-field-form-file table tr td {
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
}
.projects-form-form .field--name-field-form-file table tr td:nth-of-type(3) {
  width: 80px;
}
.projects-form-form .field--name-field-form-file table .form-managed-file:before {
  display: none;
}
.projects-form-form .field--name-field-form-file .file {
  padding: 0;
  background: none;
}
.projects-form-form .field--name-field-form-file .btn input {
  padding: 5px;
  text-transform: none;
}
.projects-form-form .form-actions {
  margin-bottom: 0;
}
.projects-form-form .form-actions .btn {
  width: 100%;
}
.projects-form-form .form-actions .btn input {
  font-size: 16px;
  width: 100%;
  background: #7C9768;
  border-color: #7C9768;
  padding: 14px 10px;
  transition: background 0.4s, border-color 0.4s;
}
.projects-form-form .form-actions .btn input:hover {
  background: #637953;
  border-color: #637953;
}
.projects-form-form .description {
  font-size: 12px;
}
@media (max-width: 479px) {
  .projects-form-form .description {
    font-size: 10px;
    padding-left: 34px;
  }
}
@media (max-width: 479px) {
  .projects-form-form .form-item-fz152-agreement label {
    font-size: 12px;
    line-height: 16px;
    color: #676766;
    padding-left: 30px;
  }
}
.projects-form-form .form-item-fz152-agreement a {
  display: none;
}

@media (max-width: 479px) {
  .block-views-blocknews-block {
    padding: 52px 0 30px;
  }
}
@media (max-width: 767px) {
  .block-views-blocknews-block .row {
    display: block;
  }
}
@media (max-width: 767px) {
  .block-views-blocknews-block .views-row {
    max-width: 245px;
    width: 100%;
    padding: 0;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .block-views-blocknews-block .views-row .node--type-news {
    box-shadow: 2px 6px 8px rgba(94, 94, 98, 0.08);
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .block-views-blocknews-block .more-link {
    display: none;
  }
}

.node--type-landing .field--name-field-gallery-front {
  aspect-ratio: 11/10;
  overflow: hidden;
}
.node--type-landing .field--name-field-gallery-front .field__item {
  width: 100%;
}
@media (max-width: 479px) {
  .node--type-landing .work-teaser .grid-col:nth-of-type(1) {
    display: none;
  }
}
@media (max-width: 479px) {
  .node--type-landing .work-teaser .grid-col:nth-of-type(2) {
    display: block;
  }
}
.node--type-landing .work-teaser-header {
  display: none;
}
@media (max-width: 479px) {
  .node--type-landing .work-teaser-image {
    max-height: 162px;
    display: none;
  }
}
.node--type-landing .work-tieser-info {
  min-height: 270px;
  flex-direction: column;
  display: none;
}
@media (max-width: 479px) {
  .node--type-landing .work-tieser-info {
    display: flex;
  }
}
.node--type-landing .work-tieser-info .work-tieser-content {
  padding: 16px 9px 24px 16px;
}
.node--type-landing .work-tieser-info .work-teaser-title {
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.node--type-landing .work-tieser-info .work-tieser-info-item {
  margin-bottom: 10px;
}
.node--type-landing .work-tieser-info .work-tieser-info-value {
  font-size: 15px;
  line-height: 1.4;
  color: #000;
}
.node--type-landing .work-tieser-info .work-tieser-info-label {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
}
.node--type-landing .work-tieser-info .work-tieser-info-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.node--type-landing .work-tieser-info .work-tieser-info-label.area::before {
  content: url("../images/icons/icon-1.svg");
  top: -33px;
}
.node--type-landing .work-tieser-info .work-tieser-info-label.thickness::before {
  content: url("../images/icons/icon-2.svg");
  top: -4px;
}
.node--type-landing .work-tieser-info .work-tieser-info-label.bedrooms::before {
  content: url("../images/icons/icon-3.svg");
  top: -2px;
}
.node--type-landing .work-tieser-info .work-teaser-info-link {
  margin-top: auto;
}
.node--type-landing .work-tieser-info .work-teaser-info-link a {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #67986a;
  text-decoration: none;
  border-bottom: 1px solid #67986a;
  text-transform: uppercase;
}
.node--type-landing .work-tieser-info .work-teaser-info-link a:hover {
  border-bottom-color: transparent;
}
.node--type-landing .btn.btn--hidden {
  display: none;
  margin-top: 20px;
  min-width: 293px;
}
.node--type-landing .btn.btn--hidden a {
  padding: 11px 16px;
  width: 100%;
}
@media (max-width: 479px) {
  .node--type-landing .btn.btn--hidden {
    display: block;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=_maps/index.css.map */
