@charset "UTF-8";
.element-hidden,
.hidden {
  display: none;
}

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.modal-dialog {
  max-width: 500px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 65px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}
.modal form label {
  display: none;
}

#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;
}

.breadcrumb {
  padding: 20px 0;
  background-color: transparent;
}

.pagination.pager__items {
  justify-content: center;
}

.pager__item {
  margin: 0 2px;
}
.pager__item a {
  border: none;
  color: #131313;
  padding: 5px 20px;
  font-weight: bold;
}
.pager__item a:hover {
  background-color: #ffffff;
  color: #AF272D;
}
.pager__item.is-active a {
  background-color: #AF272D;
  color: #FFFFFF;
  border-top-left-radius: 36px !important;
  border-bottom-left-radius: 36px !important;
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
}
.pager__item.is-active a:hover {
  color: #FFFFFF;
}

.page-link:focus {
  box-shadow: none;
}

.region-tabs {
  height: 0;
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.region-tabs ul.tabs {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  z-index: 8;
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
.region-tabs ul.tabs a {
  color: #000;
  opacity: 0.8;
  display: block;
  padding: 3px 7px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #efefef;
  transition: opacity 0.4s, background-color 0.4s;
}
.region-tabs ul.tabs a:hover {
  opacity: 1;
  background-color: #e7e7e7;
}
.region-tabs ul.tabs a:active {
  background-color: #d6d6d6;
}
.region-tabs ul.tabs li {
  display: block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
}
.region-tabs ul.tabs li.is-active a {
  background-color: #fff;
}
.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;
}

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

.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: 575.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: 767.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: 991.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

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

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

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

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

.page-node-56 .page-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: url(../images/blue-bird-bg.jpg) repeat-x center 0;
  background-attachment: fixed;
  font-size: 17px;
  line-height: 1.85em;
}
.page-node-56 .page-content a {
  color: #006cb5;
  border-bottom: 1px solid;
  transition: all 200ms linear;
}
.page-node-56 .page-content a:hover {
  border-color: transparent;
}
@media (min-width: 992px) {
  .page-node-56 .container {
    max-width: 1230px;
  }
}
.page-node-56 #block-office-map {
  background: #fff;
}

.blue-text-big {
  font-size: 20px;
}
.blue-promo-header {
  background: url(../images/blue-bird-promo.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.blue-promo-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.blue-promo-header .container {
  position: relative;
  z-index: 10;
}
.blue-promo h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .blue-promo h1 {
    font-size: 74px;
    margin-bottom: 0px;
  }
}
.blue-project {
  background: #fff;
  padding: 40px 0;
}
.blue-project-item-title h2 {
  border-bottom: 1px solid #333333;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.blue-project-item-title h2:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 12px;
  background: #006cb5;
  width: 33.33%;
}
.blue-project h3 {
  text-transform: uppercase;
  font-weight: normal;
}
.blue-project-item {
  border-top: 1px solid #333333;
  position: relative;
  padding: 45px 0 0px 0;
  margin-top: 45px;
}
.blue-project-item:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 12px;
  background: #006cb5;
  width: 66.66%;
}
.blue-project .logo {
  margin: 10px 0;
}
.blue-project-price {
  margin-bottom: 40px;
}
.blue-project-price .row {
  justify-content: space-between;
}
.blue-project-price .row > div {
  text-align: center;
}
.blue-project-price img {
  margin-bottom: 20px;
}
.blue-project ul {
  margin: 0;
  padding: 0;
}
.blue-project li {
  list-style: none;
  font-size: 18px;
  font-style: italic;
  font-family: "Permian Serif";
  padding-left: 40px;
  position: relative;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .blue-project li {
    margin-left: 65px;
  }
}
.blue-project li:before {
  content: "";
  background: url(../images/icons/li-blue.png) no-repeat 0 0;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.blue-project li span {
  display: inline-block;
  width: 245px;
}
.blue-construction {
  background: url(../images/full-construction-bg.png) repeat 0 0;
  padding: 50px 0;
  color: #fff;
}
.blue-construction h2 {
  border-bottom: 1px solid #fff;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.blue-construction h2:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 12px;
  background: #fff;
  width: 33.33%;
}
.blue-construction ul {
  padding-left: 0;
  margin: 7px 0 33px 0;
}
@media (min-width: 992px) {
  .blue-construction ul {
    padding-left: 150px;
  }
}
.blue-construction ul li {
  list-style: none;
  font-size: 18px;
  font-family: "Permian Serif";
  padding-left: 50px;
  position: relative;
  margin: 5px 0;
}
.blue-construction ul li span {
  font-size: 22px;
  font-weight: bold;
}
.blue-construction ul li:before {
  content: "";
  background: url(../images/icons/li-blue-2.png) no-repeat 0 0;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.blue-construction img {
  margin-bottom: 20px;
}

.blue-container {
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .blue-container {
    padding-right: 130px;
    padding-left: 130px;
  }
}

.page-node-type-service .page-content {
  margin-top: 0 !important;
}
.page-node-type-service .big-title, .page-node-type-service .service-block-title {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 300;
  margin: 0 0 33px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .page-node-type-service .big-title, .page-node-type-service .service-block-title {
    font-size: 38px;
  }
}
.page-node-type-service .service-promo {
  color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(63, 63, 63, 0.43);
}
.page-node-type-service .service-promo-content {
  color: #fff;
  padding: 75px 0;
  min-height: 515px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.site-is-ready .page-node-type-service .service-promo-content {
  opacity: 1;
  transition: opacity 0.8s;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-promo-content {
    padding: 52px 0 40px;
    min-height: 0;
  }
}
.page-node-type-service .service-promo-arrow {
  display: none;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-promo-arrow {
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 50px;
    background: url("../images/icons/promo-scroll.svg") no-repeat center;
    background-size: 40px;
    transition: opacity 0.4s;
  }
  .page-node-type-service .service-promo-arrow:active, .page-node-type-service .service-promo-arrow:hover {
    opacity: 0.7;
  }
}
.page-node-type-service .service-promo-title {
  font-size: 54px;
  line-height: 1.15;
  font-weight: bold;
  margin: 0 0 45px;
  max-width: 820px;
  letter-spacing: 0.3px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-promo-title {
    font-size: 39px;
    margin-bottom: 20px;
  }
}
.page-node-type-service .service-promo .field--name-field-short {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-promo .field--name-field-short {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-promo .field--name-field-short {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.page-node-type-service .service-promo .field--name-field-service-info {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0.1px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-promo .field--name-field-service-info {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-promo br {
    display: none;
  }
}
.page-node-type-service .service-block {
  padding: 90px 0;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-block {
    padding: 50px 0;
  }
}
.page-node-type-service .service-block:nth-child(2n+1) {
  background-color: #F5F5F5;
}
.page-node-type-service .service-block--bordered {
  background-color: #FFFFFF;
  border: solid #E4E4E4;
  border-width: 1px 0;
}
.page-node-type-service .service-block--no-bt {
  border-top-width: 0;
}
.page-node-type-service .service-block--no-padding {
  padding: 0;
}
.page-node-type-service .service-block--contacts {
  padding-top: 30px;
}
@media (min-width: 576px) {
  .page-node-type-service .service-block--contacts {
    padding-bottom: 70px;
  }
}
.page-node-type-service .service-block--product {
  padding-bottom: 0 !important;
  background-color: transparent !important;
}
.page-node-type-service .service-block--files .field--name-field-attach {
  margin: 0;
}
.page-node-type-service .service-block-title--no-margin {
  margin-bottom: 0 !important;
}
.page-node-type-service .service-block-title--offset {
  margin-bottom: 65px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-block-title--offset {
    margin-bottom: 35px;
  }
}
.page-node-type-service .service-block--product .page-node-type-service .service-block-title {
  font-size: 36px;
}
.page-node-type-service .service-about {
  color: #131313;
  line-height: 1.2;
  text-align: center;
  padding: 40px 30px 55px;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-about {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 25px 0;
  }
}
.page-node-type-service .service-about-icon {
  color: #D1D1D1;
  font-size: 32px;
  min-height: 40px;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-about-icon {
    min-height: 0;
    flex-shrink: 0;
    font-size: 45px;
    margin: 0 30px 0 0;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-about-icon {
    font-size: 39px;
    margin-right: 25px;
  }
}
.page-node-type-service .service-about-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 28px;
  color: #131313;
}
.page-node-type-service .service-about-title::after {
  content: "";
  width: 35px;
  height: 4px;
  margin-top: 13px;
  background-color: #4577D4;
}
@media (max-width: 1199.98px) {
  .page-node-type-service .service-about-title {
    line-height: 1;
  }
  .page-node-type-service .service-about-title::after {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-about-title {
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-about-title {
    font-size: 28px;
  }
  .page-node-type-service .service-about-title::after {
    height: 3px;
    margin-top: 12px;
  }
}
.page-node-type-service .service-about-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-about-text {
    max-width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-about-text {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-about-content {
    flex-grow: 1;
  }
}
.page-node-type-service .service-gallery {
  margin: 0 auto -55px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-gallery {
    margin-bottom: -35px;
  }
}
.page-node-type-service .service-gallery .field--name-field-title {
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 20px;
  font-weight: 300;
  min-height: 78px;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-gallery .field--name-field-title {
    line-height: 1.1;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-gallery .field--name-field-title {
    min-height: 0;
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.page-node-type-service .service-gallery .field--name-field-body {
  padding-top: 38px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-gallery .field--name-field-body {
    padding-top: 25px;
  }
}
.page-node-type-service .service-gallery .paragraph--type--image-text {
  margin-bottom: 55px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-gallery .paragraph--type--image-text {
    margin-bottom: 35px;
  }
}
.page-node-type-service .service-images {
  display: flex;
  flex-direction: column;
}
.page-node-type-service .service-image {
  display: flex;
  margin: 18px 0 50px;
}
.page-node-type-service .service-image:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-image {
    margin: 30px 0;
  }
}
.page-node-type-service .service-image--right {
  flex-direction: row-reverse;
}
.page-node-type-service .service-image-picture {
  width: 425px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-image-picture {
    width: auto;
    margin: 0 0 30px;
  }
}
@media (min-width: 992px) {
  .page-node-type-service .service-image--left .page-node-type-service .service-image-picture {
    margin-right: 35px;
  }
}
@media (min-width: 992px) {
  .page-node-type-service .service-image--right .page-node-type-service .service-image-picture {
    margin-left: 35px;
  }
}
.page-node-type-service .service-image-content {
  flex-grow: 1;
}
.page-node-type-service .service-image-content p {
  margin: 0 0 15px;
}
.page-node-type-service .service-image .field--name-field-title {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-image .field--name-field-title {
    font-size: 30px;
  }
}
.page-node-type-service .service-image .field--name-field-title::after {
  content: "";
  width: 35px;
  height: 4px;
  margin-top: 17px;
  background-color: #4577D4;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-image {
    align-items: center;
    flex-direction: column;
  }
}
.page-node-type-service .service-questions {
  padding-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-questions {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .page-node-type-service .service-questions .container {
    padding: 0;
  }
}
.page-node-type-service .service-questions-content, .page-node-type-service .service-order-content {
  margin: 0 auto;
  max-width: 880px;
  border-radius: 11px;
  background-color: #FFFFFF;
  padding: 60px 115px 75px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-questions-content, .page-node-type-service .service-order-content {
    padding: 60px 50px;
  }
}
@media (max-width: 767.98px) {
  .page-node-type-service .service-questions-content, .page-node-type-service .service-order-content {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-questions-content, .page-node-type-service .service-order-content {
    border-radius: 0;
  }
}
.page-node-type-service .service-questions-title, .page-node-type-service .service-order-title {
  font-size: 50px;
  line-height: 1.15;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-questions-title, .page-node-type-service .service-order-title {
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-questions-title, .page-node-type-service .service-order-title {
    font-size: 36px;
  }
}
.page-node-type-service .service-questions-text, .page-node-type-service .service-order-text {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-questions-text, .page-node-type-service .service-order-text {
    max-width: 400px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-questions-text, .page-node-type-service .service-order-text {
    max-width: 100%;
    font-size: 21px;
    line-height: 1.3;
  }
}
.page-node-type-service .service-questions-buttons {
  display: flex;
  justify-content: center;
}
.page-node-type-service .service-questions-buttons .btn {
  min-width: 281px;
  margin-right: 32px;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service-questions-buttons .btn {
    min-width: 260px;
    margin-right: 30px;
  }
}
.page-node-type-service .service-questions-buttons .btn:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .page-node-type-service .service-questions-buttons {
    flex-direction: column;
  }
  .page-node-type-service .service-questions-buttons .btn {
    width: 100%;
    margin: 0 0 20px;
  }
  .page-node-type-service .service-questions-buttons .btn:last-child {
    margin-bottom: 0;
  }
}
.page-node-type-service .service-order {
  padding-top: 30px;
  margin-bottom: 100px;
}
@media (max-width: 575.98px) {
  .page-node-type-service .service-order {
    z-index: 5;
    margin-bottom: 0;
    position: relative;
  }
  .page-node-type-service .service-order .container {
    padding: 0;
  }
}
.page-node-type-service .service-order-text {
  margin-bottom: 28px;
}
.page-node-type-service .service-order .btn--big {
  min-width: 241px;
}
.page-node-type-service .service-contacts {
  text-align: center;
}
.page-node-type-service .service-contacts-phone {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 23px;
  font-weight: 300;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-node-type-service .service-contacts-phone::after {
  content: "";
  width: 35px;
  height: 4px;
  margin-top: 14px;
  background-color: #4577D4;
}
.page-node-type-service .service-contacts-phone a {
  color: inherit;
  transition: color 0.4s;
}
.page-node-type-service .service-contacts-phone a:hover {
  color: #4577D4;
}
.page-node-type-service .service-contacts-phone a:active {
  color: #98b4e7;
}
.page-node-type-service .service .field--name-field-about-items {
  display: flex;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service .field--name-field-about-items {
    display: block;
  }
}
.page-node-type-service .service .field--name-field-about-items .field__item {
  flex-grow: 1;
  max-width: 33.333%;
  border: solid #E4E4E4;
  border-width: 0 1px 0 0;
}
.page-node-type-service .service .field--name-field-about-items .field__item:last-child {
  border-right-width: 0;
}
@media (max-width: 991.98px) {
  .page-node-type-service .service .field--name-field-about-items .field__item {
    max-width: 100%;
    border-width: 0 0 1px;
  }
  .page-node-type-service .service .field--name-field-about-items .field__item:last-child {
    border-bottom-width: 0;
  }
}
.node--type-service .page-node-type-service .block-views {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .node--type-service .page-node-type-service .block-views {
    padding: 35px 0;
  }
}
.node--type-service .page-node-type-service .block-views:last-child:not(:nth-child(2n+1)) {
  padding-bottom: 0;
}
.page-node-type-service .page--service .page-node-type-service .page-content {
  position: relative;
}

.front .page-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.front-promo-header {
  background: url(../images/front-promo-mobile.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 576px) {
  .front-promo-header {
    background: url(../images/front-promo.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .front-promo-header {
    padding: 190px 0;
  }
}
.front-promo-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.front-promo-header .container {
  position: relative;
  z-index: 10;
}
.front-promo h1 {
  font-size: 55px;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .front-promo h1 {
    font-size: 74px;
    margin-bottom: 0px;
  }
}
.front-promo-subtitle-1 {
  font-family: "Permian Serif";
  font-style: italic;
  font-size: 24px;
}
@media (min-width: 768px) {
  .front-promo-subtitle-1 {
    font-size: 36px;
  }
}
.front-promo-subtitle-2 {
  font-family: "Permian Serif";
  font-style: italic;
  font-size: 24px;
}
.front-promo-work {
  background: url(../images/red-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 63px 0 45px 0;
  color: #fff;
  text-align: center;
}
.front-promo-work-content {
  max-width: 355px;
  margin: 0 auto 30px auto;
}
.front-promo-work-title {
  font-family: "Permian Serif";
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .front-promo-work {
    background: url(../images/red-bg-mobile.jpg) no-repeat center center;
  }
}
.front-company-production {
  padding: 80px 0;
  position: relative;
}
@media (min-width: 768px) {
  .front-company-production {
    padding: 130px 0;
  }
}
.front-company-production-content {
  max-width: 445px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .front-company-production-content {
    padding: 50px 0 0 0;
  }
}
.front-company-production-content h2 {
  font-weight: normal;
  line-height: 1.1em;
}
.front-company-production-content p {
  font-size: 18px;
  line-height: 1.7em;
}
.front-company-production .container {
  position: relative;
  z-index: 3;
}
.front-company-production:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/grey-bg-front.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 992px) {
  .front-company-production:before {
    width: 65%;
  }
}
.front-company-aboutus {
  background: url(../images/grey-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .front-company-aboutus {
    padding: 90px 0 120px 0;
  }
}
.front-company-aboutus h2 {
  font-size: 30px;
  font-size: 60px;
}
@media (min-width: 768px) {
  .front-company-aboutus h2 {
    font-size: 40px;
  }
}
.front-company-aboutus-text-big {
  font-size: 21px;
  line-height: 1.3em;
  margin-bottom: 35px;
}
.front-company-aboutus-text {
  font-size: 15px;
  opacity: 0.5;
}
.front-company-aboutus-top {
  margin-bottom: 30px;
}
.front-company-aboutus-top .aboutus-top-left {
  display: none;
}
@media (min-width: 768px) {
  .front-company-aboutus-top .aboutus-top-left {
    display: block;
  }
}
@media (min-width: 768px) {
  .front-company-aboutus-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .front-company-aboutus-top .aboutus-top-left {
    flex-basis: 280px;
  }
  .front-company-aboutus-top .aboutus-top-right {
    flex-basis: calc(100% - 280px);
  }
}
@media (min-width: 992px) {
  .front-company-aboutus-top {
    margin-bottom: 0;
  }
}
.front-company-aboutus-bottom .aboutus-bottom-left {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .front-company-aboutus-bottom .aboutus-bottom-left {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .front-company-aboutus-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .front-company-aboutus-bottom .aboutus-bottom-left {
    flex-basis: 400px;
    padding-right: 60px;
  }
  .front-company-aboutus-bottom .aboutus-bottom-right {
    flex-basis: calc(100% - 400px);
  }
}

.h-color {
  color: #AF272D;
}

.ready-form {
  padding: 50px 0 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .ready-form {
    padding: 110px 0 0px 0;
  }
}
.ready-form h2 {
  font-weight: normal;
  margin-bottom: 55px;
}
.ready-form-filter-rooms, .ready-form-filter-techs {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ready-form-filter-rooms, .ready-form-filter-techs {
    display: flex;
  }
}
.ready-form-filter-rooms .label, .ready-form-filter-techs .label {
  font-weight: normal;
  flex-basis: 230px;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ready-form-filter-rooms .label, .ready-form-filter-techs .label {
    margin-bottom: 0;
  }
}
.ready-form-filter-rooms .value, .ready-form-filter-techs .value {
  flex-basis: calc(100% - 240px);
}
.ready-form-filter-rooms .value span, .ready-form-filter-techs .value span {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 40px;
  margin: 0 10px 10px 10px;
  cursor: pointer;
  transition: all 200ms linear;
}
.ready-form-filter-rooms .value span:hover, .ready-form-filter-techs .value span:hover {
  color: #AF272D;
}
.ready-form-filter-rooms .value span.active, .ready-form-filter-techs .value span.active {
  color: #fff;
  background: #AF272D;
}
@media (min-width: 768px) {
  .ready-form-results {
    padding: 0 40px;
  }
}
.ready-form-result-gallery {
  margin: 0 -5px;
  opacity: 0;
  height: 1px;
  padding: 45px 0 40px 0;
}
.ready-form-result-gallery.flickity-enabled {
  opacity: 1;
  height: auto;
}
.ready-form-result-gallery .slide-item {
  width: 100%;
  padding: 0 5px;
  position: relative;
  max-width: 370px;
}
@media (min-width: 576px) {
  .ready-form-result-gallery .slide-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ready-form-result-gallery .slide-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .ready-form-result-gallery .slide-item {
    width: 20%;
  }
}
.ready-form-result-gallery .slide-item:hover .br {
  opacity: 1;
}
.ready-form-result-gallery .slide-item:hover .br:before, .ready-form-result-gallery .slide-item:hover .br:after {
  transform: scale(1);
}
.ready-form-result-gallery .slide-item .br {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/loop.svg) no-repeat center center;
  opacity: 0;
  transition: all 200ms linear;
}
.ready-form-result-gallery .slide-item .br:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0.4;
  border: 1px solid #FFFFFF;
  transition: all 400ms linear;
  transform: scale(0.5);
}
.ready-form-result-gallery .slide-item .br:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 1px solid #FFFFFF;
  transition: all 200ms linear;
  transform: scale(0.5);
}
.ready-form-result-desc .result-desc-param {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.ready-form-result-desc .result-desc-param:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
.ready-form-result-desc .result-desc-param.icons-1:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 1px;
}
.ready-form-result-desc .result-desc-param.icons-2:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 -22px;
}
.ready-form-result-desc .result-desc-param.icons-3:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 -47px;
}
.ready-form-result-desc .result-desc-param.icons-4:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 -70px;
}
.ready-form-result-desc .result-desc-param.icons-5:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 -95px;
}
.ready-form-result-desc .result-desc-param.icons-6:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 -120px;
}
.ready-form-result-desc .result-desc-param.icons-7:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 -142px;
}
.ready-form-result-desc .result-desc-param.icons-8:before {
  background: url(../images/icons/icons-ready.png) no-repeat 0 -166px;
}
.ready-form-result-desc .result-desc-param .param-label {
  color: #821518;
}
.ready-form-result-desc .result-desc-price {
  font-family: "Permian Serif";
  font-weight: bold;
  background: #821518;
  color: #fff;
  font-size: 25px;
  position: relative;
  text-align: center;
  max-width: 180px;
  height: 45px;
  line-height: 45px;
}
.ready-form-result-desc .result-desc-price:before {
  content: "";
  position: absolute;
  top: 0;
  right: -37px;
  border: 22px solid transparent;
  border-left: 15px solid #821518;
}
.ready-form-result-desc .result-desc-price-title {
  font-size: 11px;
  margin: 5px;
}
.ready-form-result-desc .result-desc-buttons {
  color: #821518;
}
.ready-form-result-desc .result-desc-buttons a {
  display: inline-block;
  width: 160px;
  margin-top: 30px;
  text-align: center;
  padding: 70px 0 0 0;
  border: 0;
  -webkit-appearance: unset;
}
.ready-form-result-desc .result-desc-buttons a span {
  border-bottom: 1px solid #821518;
  transition: all 200ms linear;
}
.ready-form-result-desc .result-desc-buttons a:hover span {
  border-color: transparent;
}
.ready-form-result-desc .result-desc-buttons a.calculate {
  background: url(../images/icons/calculator.png) no-repeat center 0;
}
.ready-form-result-desc .result-desc-buttons a.size {
  background: url(../images/icons/size.png) no-repeat center 0;
}
.ready-form-result-desc .result-desc-img {
  margin-bottom: 20px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}

.fade-enter,
.fade-leave-to {
  transition: opacity 0s;
  opacity: 0;
}

.big-title, .page-node-type-service .service-block-title {
  font-size: 35px;
  font-family: "Permian Serif";
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .big-title, .page-node-type-service .service-block-title {
    font-size: 48px;
  }
}

#block-views-block-gallery-block-front {
  padding: 75px 0;
}
#block-views-block-gallery-block-front a.more-gallery {
  background: url(../images/front-grey-gallery.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  width: 100%;
  height: calc(100% - 30px);
  color: #000;
  position: relative;
  padding: 0 50px 55px 45px;
  align-items: flex-end;
}
@media (max-width: 1199.98px) {
  #block-views-block-gallery-block-front a.more-gallery {
    min-height: 190px;
    max-width: 350px;
    margin: 0 auto;
  }
  #block-views-block-gallery-block-front a.more-gallery span:after {
    display: none;
  }
}
#block-views-block-gallery-block-front a.more-gallery span {
  font-size: 24px;
  line-height: 1.2em;
  position: relative;
  width: 100%;
}
#block-views-block-gallery-block-front a.more-gallery span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../images/icons/plus.png) no-repeat 0 0;
}
#block-views-block-gallery-block-front a.more-gallery:hover {
  background: url(../images/front-red-gallery.jpg) no-repeat center center;
}
#block-views-block-gallery-block-front a.more-gallery:hover span {
  color: #fff;
}
#block-views-block-gallery-block-front .row {
  justify-content: center;
}
#block-views-block-gallery-block-front .views-field-field-gallery {
  text-align: center;
}

.views-field-field-gallery a,
.field--name-field-gallery a {
  display: inline-block;
  position: relative;
}
.views-field-field-gallery a span,
.field--name-field-gallery a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/loop.svg) no-repeat center center;
  opacity: 0;
  transition: all 200ms linear;
}
.views-field-field-gallery a span:before,
.field--name-field-gallery a span:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0.4;
  border: 1px solid #FFFFFF;
  transition: all 400ms linear;
  transform: scale(0.5);
}
.views-field-field-gallery a span:after,
.field--name-field-gallery a span:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 1px solid #FFFFFF;
  transition: all 200ms linear;
  transform: scale(0.5);
}
.views-field-field-gallery a:hover span,
.field--name-field-gallery a:hover span {
  opacity: 1;
}
.views-field-field-gallery a:hover span:before, .views-field-field-gallery a:hover span:after,
.field--name-field-gallery a:hover span:before,
.field--name-field-gallery a:hover span:after {
  transform: scale(1);
}

.block-views-blocksale-block-front {
  background: url(../images/grey-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 40px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .block-views-blocksale-block-front {
    padding: 75px 0 105px 0;
  }
}
.block-views-blocksale-block-front h2 {
  text-align: left;
}
.block-views-blocksale-block-front .view-content {
  margin: 0 -60px;
  position: relative;
}
.block-views-blocksale-block-front .views-row {
  width: 100%;
  padding: 0 60px;
}
.block-views-blocksale-block-front .flickity-viewport {
  overflow: visible;
}
.block-views-blocksale-block-front .flickity-page-dots {
  display: none;
}
.block-views-blocksale-block-front .views-row .row {
  flex-direction: row-reverse;
}
.block-views-blocksale-block-front .views-row.is-selected .row, .block-views-blocksale-block-front .views-row.is-selected + .views-row .row {
  flex-direction: row;
}
.block-views-blocksale-block-front .flickity-button {
  background: url(../images/icons/slider-nav-right.svg) no-repeat center center;
  position: absolute;
  top: -65px;
  right: 60px;
  left: auto !important;
  border: 1px solid #bbbbbb;
  width: 60px;
  height: 60px;
}
.block-views-blocksale-block-front .flickity-button svg {
  display: none;
}
.block-views-blocksale-block-front .flickity-button:hover {
  background: url(../images/icons/slider-nav-right-active.svg) no-repeat center center;
}
.block-views-blocksale-block-front .flickity-button.next {
  right: 60px;
}
.block-views-blocksale-block-front .flickity-button.previous {
  background: url(../images/icons/slider-nav-left.svg) no-repeat center center;
  right: 135px;
}
.block-views-blocksale-block-front .flickity-button.previous:hover {
  background: url(../images/icons/slider-nav-left-active.svg) no-repeat center center;
}
.block-views-blocksale-block-front .views-row.is-selected .node--type-sale.node--view-mode-teaser {
  box-shadow: 0px 7px 48px rgba(0, 0, 0, 0.15);
}
.block-views-blocksale-block-front .field--name-field-image {
  text-align: center;
}

.node--type-sale.node--view-mode-teaser,
.node--type-sale.node--view-mode-token {
  background: #fff;
  margin: 0;
}
.node--type-sale.node--view-mode-teaser .row,
.node--type-sale.node--view-mode-token .row {
  align-items: center;
}
.node--type-sale.node--view-mode-teaser .sale-teaser-content,
.node--type-sale.node--view-mode-token .sale-teaser-content {
  padding: 20px 20px 20px 20px;
}
@media (min-width: 768px) {
  .node--type-sale.node--view-mode-teaser .sale-teaser-content,
  .node--type-sale.node--view-mode-token .sale-teaser-content {
    padding-left: 40px;
  }
}
.node--type-sale.node--view-mode-teaser .sale-teaser-date,
.node--type-sale.node--view-mode-token .sale-teaser-date {
  display: flex;
  color: #AF272D;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.node--type-sale.node--view-mode-teaser .sale-teaser-more,
.node--type-sale.node--view-mode-token .sale-teaser-more {
  margin-top: 30px;
}
.node--type-sale.node--view-mode-teaser h3,
.node--type-sale.node--view-mode-token h3 {
  font-family: "Segoe UI";
  margin: 27px 0 25px 0;
  font-weight: normal;
  font-size: 31px;
}

#block-services-front {
  padding: 40px 0;
  /*.services-item {
    height: 205px;
    background: url(../images/front-grey-services.png) repeat 0 0;
    display: flex;
    align-items: flex-end;
    padding: 10px 20px 45px 35px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    position: relative;
    color: #222222;
    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #DB3C43;
      opacity: 0;
      transition: all 200ms linear;
      z-index: 2;
    }
    &:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
    }
    &-title {
      font-size: 21px;
      line-height: 1.05em;
    }
    &.service-1 {
      height: calc(100% - 30px);
      min-height: 290px;
      background: url(../images/service-1.jpg) no-repeat right bottom;
      background-size: cover;
      &:hover {
        background: url(../images/service-1.jpg) no-repeat right bottom;
        background-size: cover;
      }
    }
    &:hover {
      background: none;
      &:before {
        opacity: 1;
      }
    }
    &.service-2:after {
      background: url(../images/service-2.png) no-repeat right top;
      width: 210px;
      height: 135px;
    }
    &.service-3:after {
      background: url(../images/service-3.png) no-repeat right top;
      width: 214px;
      height: 146px;
    }
    &.service-4:after {
      background: url(../images/service-4.png) no-repeat right top;
      width: 250px;
      height: 125px;
    }
    &.service-5:after {
      background: url(../images/service-5.png) no-repeat right top;
      width: 288px;
      height: 95px;
    }
    &.service-6:after {
      background: url(../images/service-6.png) no-repeat right top;
      width: 160px;
      height: 180px;
    }
  }*/
}
@media (min-width: 768px) {
  #block-services-front {
    padding: 80px 0 50px 0;
  }
}
#block-services-front .row {
  text-align: center;
}
#block-services-front .big-title, #block-services-front .page-node-type-service .service-block-title, .page-node-type-service #block-services-front .service-block-title {
  text-align: left;
}
#block-services-front .services-item {
  position: relative;
  display: block;
  color: #222222;
  text-align: left;
  max-width: 348px;
  margin: 0 auto 30px auto;
  transition: all 200ms linear;
  border: 0;
}
@media (max-width: 575.98px) {
  #block-services-front .services-item {
    height: 170px;
    overflow: hidden;
  }
  #block-services-front .services-item img {
    object-fit: cover;
    width: auto;
    height: auto;
  }
}
#block-services-front .services-item-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  font-size: 22px;
  line-height: 1.1em;
  padding-left: 37px;
}
#block-services-front .services-item.first {
  max-width: 100%;
}
@media (min-width: 768px) {
  #block-services-front .services-item.first .services-item-title {
    bottom: auto;
    top: 46px;
    left: 0;
    font-size: 25px;
    padding-left: 58px;
  }
}
#block-services-front .services-item:hover {
  box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.1);
}
#block-services-front .services-footer {
  background: url(../images/blue-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 40px 20px;
}
#block-services-front .services-footer .row {
  align-items: center;
}
#block-services-front .services-footer img {
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  #block-services-front .services-footer img {
    margin: 0 30px 0 0;
  }
}
#block-services-front .services-footer h4 {
  margin: 0 0 30px 0;
  font-size: 26px;
}
@media (min-width: 1200px) {
  #block-services-front .services-footer h4 {
    margin: 0;
  }
}
#block-services-front .services-footer a {
  font-size: 19px;
  padding: 15px 60px;
  display: inline-block;
}

#block-halva {
  /*background: url(../images/halva-bg.jpg) repeat-y center 0;*/
  background: url(../images/grey-bg.jpg) no-repeat center center;
  padding: 70px 0 0 0;
  margin-top: 60px;
}
@media (min-width: 768px) {
  #block-halva {
    padding: 125px 0 0 0;
  }
}
#block-halva h2 {
  color: #AF272D;
  margin-bottom: 45px;
  font-size: 30px;
}
@media (min-width: 768px) {
  #block-halva h2 {
    font-size: 48px;
  }
}
#block-halva .subtitle {
  font-family: "Permian Serif";
  font-style: italic;
  font-size: 20px;
  max-width: 280px;
  line-height: 1.3em;
}
#block-halva .halva p {
  margin-bottom: 40px;
  line-height: 1.3em;
  font-size: 18px;
}
@media (min-width: 768px) {
  #block-halva .halva p {
    font-size: 29px;
  }
}
#block-halva .halva p span {
  font-weight: bold;
  color: #AF272D;
}
#block-halva .halva .color-item {
  color: #AF272D;
  position: relative;
  padding: 2px 0 10px 90px;
  margin-bottom: 60px;
  line-height: 1.4em;
}
#block-halva .halva .color-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
#block-halva .halva .color-item.icon-1:before {
  background: url(../images/icons/halva-icons-1.svg) no-repeat 0 0;
}
#block-halva .halva .color-item.icon-2:before {
  background: url(../images/icons/halva-icons-2.svg) no-repeat 0 0;
}
#block-halva .halva .color-item.icon-3:before {
  background: url(../images/icons/halva-icons-3.svg) no-repeat 0 0;
}
#block-halva .halva img {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  bottom: -30px;
}

.contact-message-measurements-front-form.block-contact-block {
  margin: 120px 0 90px 0;
}
@media (min-width: 768px) {
  .contact-message-measurements-front-form.block-contact-block {
    margin: 190px 0 110px 0;
  }
}
.contact-message-measurements-front-form.block-contact-block h2 {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contact-message-measurements-front-form.block-contact-block h2 {
    font-size: 36px;
  }
}
.contact-message-measurements-front-form.block-contact-block .block-inner {
  background: url(../images/red-bg.jpg) no-repeat center center;
  color: #fff;
  padding: 65px 20px 55px 20px;
  background-size: cover;
}
@media (min-width: 768px) {
  .contact-message-measurements-front-form.block-contact-block .block-inner {
    padding: 65px 65px 55px 65px;
  }
}
.contact-message-measurements-front-form.block-contact-block .block-inner-form {
  padding-left: 30px;
  max-width: 415px;
}
@media (max-width: 1199.98px) {
  .contact-message-measurements-front-form.block-contact-block .block-inner-form {
    padding-left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .contact-message-measurements-front-form.block-contact-block .block-inner {
    background: url(../images/red-bg-mobile.jpg) no-repeat center center;
  }
}
.contact-message-measurements-front-form.block-contact-block .measurements-image {
  text-align: center;
}
@media (min-width: 992px) {
  .contact-message-measurements-front-form.block-contact-block .measurements-image {
    margin: -120px 0;
  }
}
@media (max-width: 1199.98px) {
  .contact-message-measurements-front-form.block-contact-block .measurements-image img {
    width: 300px;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact-message-measurements-front-form.block-contact-block .measurements-image img {
    display: none;
  }
}

.block-views-blocktestimonial-block-front {
  background: url(../images/grey-bg.jpg) no-repeat center center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .block-views-blocktestimonial-block-front {
    padding: 95px 0 95px 0;
  }
}
.block-views-blocktestimonial-block-front h2 {
  margin-bottom: 55px;
}
.block-views-blocktestimonial-block-front .testimonial-row {
  opacity: 0;
  height: 1px;
}
.block-views-blocktestimonial-block-front .testimonial-row.flickity-enabled {
  opacity: 1;
  height: auto;
}
.block-views-blocktestimonial-block-front .testimonial-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.block-views-blocktestimonial-block-front .testimonial-header > div {
  margin: 0 15px;
}
.block-views-blocktestimonial-block-front .testimonial-title > div {
  margin: 0 !important;
  font-size: 15px !important;
}
.block-views-blocktestimonial-block-front .testimonial-data {
  font-size: 12px;
}
.block-views-blocktestimonial-block-front .views-row {
  width: 100%;
}
.block-views-blocktestimonial-block-front .more {
  text-align: center;
}
.block-views-blocktestimonial-block-front .flickity-page-dots {
  display: none;
}
.block-views-blocktestimonial-block-front .node--view-mode-teaser {
  margin: 0 auto;
  padding: 0 45px !important;
  max-width: 940px;
}
.block-views-blocktestimonial-block-front .node--view-mode-teaser .field--name-field-short {
  line-height: 1.5em !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .block-views-blocktestimonial-block-front .node--view-mode-teaser {
    padding: 0 70px !important;
  }
}
.block-views-blocktestimonial-block-front .flickity-button {
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 0;
  top: 50%;
}
@media (min-width: 768px) {
  .block-views-blocktestimonial-block-front .flickity-button {
    width: 48px;
    height: 48px;
  }
}
.block-views-blocktestimonial-block-front .flickity-button svg {
  display: none;
}
.block-views-blocktestimonial-block-front .flickity-button.next {
  background: url(../images/icons/testimonial-nav-right.svg) no-repeat center center;
  background-size: contain;
}
.block-views-blocktestimonial-block-front .flickity-button.previous {
  background: url(../images/icons/testimonial-nav-left.svg) no-repeat center center;
  background-size: contain;
}

#block-office-map {
  padding: 70px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  #block-office-map .row-top {
    padding-top: 115px;
  }
}
#block-office-map .offices-map-cities {
  padding-top: 20px;
}
#block-office-map .offices-map-city {
  margin-bottom: 20px;
}
#block-office-map .offices-map-city span {
  display: inline-block;
  border-radius: 40px;
  transition: all 200ms linear;
  cursor: pointer;
  padding: 1px 10px;
}
#block-office-map .offices-map-city span.active {
  color: #fff !important;
  background: #AF272D;
}
.page-node-56 #block-office-map .offices-map-city span.active {
  background: #006cb5;
}
#block-office-map .offices-map-city span:hover {
  color: #AF272D;
}
.page-node-56 #block-office-map .offices-map-city span:hover {
  color: #006cb5;
}
#block-office-map .offices-map-item {
  margin-bottom: 45px;
}
#block-office-map .offices-map-item-title {
  font-family: "Permian Serif";
  color: #222222;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 12px;
}
#block-office-map .offices-map-item-body {
  font-size: 15px;
  line-height: 1.6em;
}
#block-office-map #offices-map-map {
  height: 600px;
}
@media (min-width: 992px) {
  #block-office-map #offices-map-map {
    width: 50vw;
  }
}

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

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.modal-dialog {
  max-width: 500px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 65px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}
.modal form label {
  display: none;
}

#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;
}

.breadcrumb {
  padding: 20px 0;
  background-color: transparent;
}

.pagination.pager__items {
  justify-content: center;
}

.pager__item {
  margin: 0 2px;
}
.pager__item a {
  border: none;
  color: #131313;
  padding: 5px 20px;
  font-weight: bold;
}
.pager__item a:hover {
  background-color: #ffffff;
  color: #AF272D;
}
.pager__item.is-active a {
  background-color: #AF272D;
  color: #FFFFFF;
  border-top-left-radius: 36px !important;
  border-bottom-left-radius: 36px !important;
  border-top-right-radius: 36px !important;
  border-bottom-right-radius: 36px !important;
}
.pager__item.is-active a:hover {
  color: #FFFFFF;
}

.page-link:focus {
  box-shadow: none;
}

.region-tabs {
  height: 0;
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.region-tabs ul.tabs {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  z-index: 8;
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
.region-tabs ul.tabs a {
  color: #000;
  opacity: 0.8;
  display: block;
  padding: 3px 7px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1.15;
  background-color: #efefef;
  transition: opacity 0.4s, background-color 0.4s;
}
.region-tabs ul.tabs a:hover {
  opacity: 1;
  background-color: #e7e7e7;
}
.region-tabs ul.tabs a:active {
  background-color: #d6d6d6;
}
.region-tabs ul.tabs li {
  display: block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
}
.region-tabs ul.tabs li.is-active a {
  background-color: #fff;
}
.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;
}

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

.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: 575.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: 767.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: 991.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

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

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

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

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

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #131313;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}

/* HEADERS */
h1 {
  font-size: 3.55rem;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: "Permian Serif";
}

h2 {
  font-size: 2.85rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Permian Serif";
}

h3 {
  font-size: 2.12rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Permian Serif";
}

h4 {
  font-size: 1.78rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Permian Serif";
}

h5 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Permian Serif";
}

h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: "Permian Serif";
}

a {
  color: #AF272D;
  border-bottom: 1px solid transparent;
  transition: all 200ms linear;
  text-decoration: none;
}
.main-menu a {
  color: #4F4F4F;
}
.main-menu a:hover {
  color: #4577D4;
}
a:hover {
  color: #AF272D;
  color: #70191d;
  text-decoration: none;
}
.text-formatted a:hover {
  color: #AF272D;
  border-bottom: 1px solid #AF272D;
}
a:active {
  color: #471012;
}
a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

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

button:focus {
  outline: none !important;
}

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

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 1rem 0.5rem;
  line-height: 1.2em;
  vertical-align: top;
}
table th,
table tbody tr:nth-of-type(1) {
  font-weight: bold;
}
table th, table tr {
  font-size: 14px;
  border: 1px solid #DADADA;
  transition: all 200ms linear;
}
table th:hover, table tr:hover {
  background: #F4F1F2;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.form-control {
  height: auto;
}

.text-formatted ul {
  padding-left: 20px;
  line-height: 1.4em;
}
.text-formatted ul li {
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
.text-formatted ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -22px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #AF272D;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 25px;
  }
}

@media (max-width: 991.98px) {
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUIBold/Segoe-UI-bold.eot");
  src: url("../fonts/SegoeUIBold/Segoe-UI-bold.woff") format("woff"), url("../fonts/SegoeUIBold/Segoe-UI-bold.ttf") format("truetype"), url("../fonts/SegoeUIBold/Segoe-UI-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/SegoeUI/Segoe-UI.eot");
  src: url("../fonts/SegoeUI/Segoe-UI.woff") format("woff"), url("../fonts/SegoeUI/Segoe-UI.ttf") format("truetype"), url("../fonts/SegoeUI/Segoe-UI.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Permian Serif";
  src: local("PermianSerifTypeface"), url("../fonts/PermianSerifTypeface/permianseriftypeface.woff2") format("woff2"), url("../fonts/PermianSerifTypeface/permianseriftypeface.woff") format("woff"), url("../fonts/PermianSerifTypeface/permianseriftypeface.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Permian Serif";
  src: local("PermianSerifTypeface Bold"), local("PermianSerifTypeface-Bold"), url("../fonts/PermianSerifTypefaceBold/permianseriftypefacebold.woff2") format("woff2"), url("../fonts/PermianSerifTypefaceBold/permianseriftypefacebold.woff") format("woff"), url("../fonts/PermianSerifTypefaceBold/permianseriftypefacebold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Permian Serif";
  src: local("PermianSerifTypeface Italic"), local("PermianSerifTypeface-Italic"), url("../fonts/PermianSerifTypefaceItalic/permianseriftypefaceitalic.woff2") format("woff2"), url("../fonts/PermianSerifTypefaceItalic/permianseriftypefaceitalic.woff") format("woff"), url("../fonts/PermianSerifTypefaceItalic/permianseriftypefaceitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
.footer {
  font-size: 11px;
  flex-shrink: 0;
  color: #b0b0b0;
  background: url(../images/black-bg.jpg) no-repeat center center;
  background-size: cover;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  padding: 30px 0;
}
.footer-top h4 {
  font-size: 23px;
  font-weight: normal;
}
@media (max-width: 1199.98px) {
  .footer-top h4 {
    text-align: center;
  }
}
.footer-top #vk_groups {
  margin: 0 auto;
}
.footer-bottom {
  padding: 50px 0;
  overflow: hidden;
}
.footer-copyright {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .footer-copyright {
    width: 205px;
    margin-bottom: 0;
  }
}
.footer-copyright-name {
  font-size: 21px;
  line-height: 1.3em;
}
.footer-copyright-company {
  font-size: 11px;
}
.footer-copyright a {
  font-size: 20px;
}
.footer .synapse {
  padding-top: 7px;
  white-space: nowrap;
}
.footer .synapse-logo {
  top: -4px;
  height: 28px;
  position: relative;
  opacity: 0.6;
}
.footer .synapse-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(176, 176, 176, 0.5);
  transition: border-color 0.4s, color 0.4s;
}
.footer .synapse-link:focus, .footer .synapse-link:hover {
  border-color: transparent;
}
.footer .synapse-link:active {
  color: rgba(176, 176, 176, 0.7);
}
.footer a {
  color: #b0b0b0;
}
.footer a:hover {
  color: #b0b0b0;
}
.footer-phone {
  font-size: 16px;
}

.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 {
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #4F4F4F;
}
.main-menu .classic-menu-dropdown ul {
  left: 0;
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  top: 90%;
  display: none;
  padding: 0.5rem;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 4px;
}
.main-menu .classic-menu-dropdown:hover ul {
  display: block;
}
#small-menu .main-menu {
  display: block;
  text-align: center;
}
#small-menu .main-menu li {
  padding: 0.5rem 0;
}
#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 .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#small-menu .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  margin: 0 10px 0 0;
  background-color: #AC182D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-node-56 .nav-toggler {
  background-color: #006cb5;
}
.nav-toggler:last-child {
  margin-right: 0;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  position: absolute;
  width: 21px;
  height: 3px;
  background-color: #FFFFFF;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s;
}
.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) {
  opacity: 0;
  transform: scale(0);
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -25%;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  opacity: 1;
  transform: none;
}
.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: 3px;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 3px;
}

.header {
  flex-shrink: 0;
  color: #222222;
}
@media (max-width: 1299px) {
  .header .btn--text {
    display: none;
  }
}
.header-logo--small img {
  height: 2.4rem;
}
.header-phone .btn {
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .header-phone .btn {
    margin: 10px 0 0 0;
  }
}
.header-phone .btn--small {
  font-size: 15px;
  padding: 6px 27px;
  background-color: #FB000D;
}
@media (max-width: 1399.98px) {
  .header-phone {
    text-align: center;
  }
}
.header-full {
  padding: 15px 0;
}
@media (max-width: 1440px) {
  .header-full .nav .menu-item {
    padding: 0px 5px;
  }
}
.header-full .nav a {
  padding: 0px;
  color: #4F4F4F;
  transition: all 200ms linear;
}
.header-full .nav a:hover {
  color: #AF272D;
}
@media (max-width: 1400px) {
  .header-full .nav a {
    padding-right: 0;
    padding-left: 0;
  }
}
.header-full .nav .active a {
  color: #AF272D;
}
.header-full li {
  padding: 0 1em;
}
.header-small-content {
  padding: 10px 0;
}
.header-info {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #AC182D;
}
.page-node-56 .header-info {
  border-color: #006cb5;
}
.header-info .header-phone {
  margin-bottom: 15px;
  font-size: 25px;
}
.header-info .h-city {
  font-size: 18px !important;
  width: 125px !important;
  text-align: left;
  margin: 0 auto;
}
.header-info .h-city-items {
  min-width: 130px !important;
}
.header-info .header-phone span {
  height: auto;
}
.header a {
  color: inherit;
}
.header-phone {
  font-weight: bold;
}
.header-phone span {
  display: block;
  height: 25px;
}
.header--logo {
  display: flex;
  align-items: center;
}
.header--logo, .header--phone {
  max-width: 360px;
}
.header .header--logo img {
  margin-right: 20px;
}
.header .h-city {
  position: relative;
  /*font-size: 12px;
  width: 95px;*/
  width: 110px;
  position: relative;
  padding: 15px 0;
}
.header .h-city-sel {
  position: relative;
  padding: 0 0 0 14px;
  transition: all 200ms linear;
  cursor: pointer;
}
.header .h-city-sel:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border: 3px solid transparent;
  border-top: 3px solid #222;
}
.header .h-city:hover .h-city-sel {
  color: #AC182D;
}
.page-node-56 .header .h-city:hover .h-city-sel {
  color: #006cb5;
}
.header .h-city:hover .h-city-sel:after {
  border: 3px solid transparent;
  border-bottom: 3px solid #AC182D;
  margin-top: -4px;
}
.page-node-56 .header .h-city:hover .h-city-sel:after {
  border: 3px solid transparent;
  border-bottom: 3px solid #006cb5;
}
.header .h-city:hover .h-city-items {
  opacity: 1;
  height: auto;
  transform: translateY(0px);
}
.header .h-city:hover .h-city-items-content:before {
  display: block;
}
.header .h-city-items {
  opacity: 0;
  height: 0;
  transform: translateY(10px);
  position: absolute;
  z-index: 5;
  top: 35px;
  overflow: hidden;
  transition: all 200ms linear;
  /*min-width: 90px;*/
  min-width: 110px;
  padding-top: 10px;
}
.header .h-city-items-content {
  position: relative;
  padding: 5px 15px;
  background: #222222;
}
.header .h-city-items-content:before {
  content: "";
  border: 5px solid transparent;
  border-bottom: 5px solid #222;
  position: absolute;
  top: -10px;
  display: none;
}
.header .h-city-item {
  color: #fff;
  opacity: 0.45;
  transition: all 200ms linear;
  padding: 5px 0;
  cursor: pointer;
}
.header .h-city-item:hover {
  opacity: 1;
}

.small-menu {
  padding: 10px 0 20px;
  border-top: solid 1px #AC182D;
}
.page-node-56 .small-menu {
  border-color: #006cb5;
}
.small-menu ul {
  display: flex;
  font-size: 21px;
  font-weight: 600;
  margin: 0 -10px;
  flex-direction: column;
}
.small-menu a {
  display: block;
  padding: 0px 10px;
  text-align: center;
  transition: color 0.4s, background-color 0.4s;
}
.small-menu a:hover {
  color: #AF272D;
}
.small-menu a:active {
  background-color: rgba(175, 39, 45, 0.07);
}

.social-vk {
  background: url(../images/icons/social-vk.svg) no-repeat center center #EAF2F7;
  width: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 50%;
  transition: all 200ms linear;
}
.social-vk:hover {
  background-color: #CBE3F2;
}

@media (max-width: 1620px) {
  .header .countcost-btn {
    padding: 0px;
  }
}
@media (max-width: 1200px) {
  .header .countcost-btn {
    margin: 0 10px 0 0;
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.page-content {
  flex-grow: 1;
}
.page--service .page-content {
  padding-bottom: 0;
}

.field--type-text-long table {
  table-layout: fixed;
  overflow-x: scroll;
}
@media (max-width: 767.98px) {
  .field--type-text-long table {
    display: block;
  }
}

.field--name-field-attach {
  margin: 50px 0 30px;
}
.field--name-field-attach .field__item {
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
  margin: 0 0 10px;
  min-height: 36px;
}
.field--name-field-attach .field__item::before {
  content: "\f15b";
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.field--name-field-attach .file {
  font-size: 1em;
  font-weight: bold;
  background: none;
  padding-left: 20px;
}
.field--name-field-attach .file a {
  text-decoration: none;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  border-color: #fff !important;
}
@media (max-width: 991.98px) {
  .field--name-field-attach .field--name-field-attach {
    margin: 20px 0;
  }
  .field--name-field-attach .field--name-field-attach .file {
    background-size: 20px;
    padding: 0 0 15px 30px;
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .text-formatted td,
  .text-formatted th {
    padding: 10px;
  }
}
@media (max-width: 575.98px) {
  .text-formatted table {
    display: block;
    overflow: auto;
    margin-bottom: 15px;
  }
  .text-formatted h2 {
    margin: 20px 0;
    font-size: 23px;
  }
  .text-formatted h3 {
    margin: 18px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .text-formatted h4 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .text-formatted p {
    margin: 0 0 15px;
  }
  .text-formatted .youtube-embed-wrapper {
    margin: 15px 0;
  }
  .text-formatted iframe {
    max-height: 40vh;
    margin: 15px 0;
  }
}

@media (max-width: 991.98px) {
  .field--name-field-gallery .field__item {
    width: 33.333%;
  }
}

.cboxElement {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cboxElement img {
  display: block;
  object-fit: cover;
  transition: transform 0.4s, opacity 0.4s;
}
.cboxElement img:hover {
  transform: scale(1.07) perspective(1px);
}
.cboxElement img:active {
  opacity: 0.7;
}

@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #f4f4f4;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
  }
  ::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 0;
    background-color: #131313;
  }
  body {
    scrollbar-color: #e2e2e2 transparent;
    scrollbar-width: thin;
  }
}
.is-dragging a {
  pointer-events: none;
}

.synmap-point {
  width: 42px;
  height: 60px;
  fill: #4577D4;
  -webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
}

.preloader {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.95) no-repeat;
  background-position: center;
  background-size: 170px;
  margin-bottom: 30px;
}
.preloader--small {
  height: 100px;
  background-size: 90px;
}
.preloader--transparent {
  background-color: transparent;
}

.view-gallery.view-id-gallery .views-field-field-gallery {
  margin-bottom: 30px;
}
.view-gallery.view-id-gallery .visually-hidden {
  display: none;
}

.view-id-service.view-display-id-page_1 .row {
  justify-content: center;
}

.node--type-service.node--view-mode-teaser .service-teaser-title {
  text-align: center;
}

.node--type-testimonial.node--view-mode-teaser .data {
  margin-top: 10px;
  margin-bottom: -5px;
}

.front #onpbxcb__container .onpbxcb__animation__gradient {
  background-image: linear-gradient(to left top, #EE7752, #E80B0B, #042BFD, #23D5AB) !important;
}

#button-up {
  display: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 20px;
  bottom: 75px;
  color: #000;
  transition: 0.3s;
  z-index: 50;
}
#button-up svg {
  fill: #AF272D;
}

#button-up:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.3s;
  color: #FF0000;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  white-space: normal;
  padding: 10px 18px;
  min-width: 160px;
  font-size: 14px;
  color: #fff;
  background: #AF272D;
  border-radius: 40px;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #851e22;
}
.btn:active {
  background-color: #851e22;
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}
.btn--small {
  font-size: 12px;
  padding: 6px 17px;
  min-width: auto;
}
.btn--big {
  font-size: 18px;
  padding: 17px 20px;
  min-width: 215px;
}
.btn--white {
  background: #fff;
  color: #2869B4;
  transition: all 200ms linear;
}
.btn--white:hover {
  color: #000;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
}
.btn--blue {
  background: #006cb5;
  color: #fff;
  transition: all 200ms linear;
}
.btn--blue:hover {
  color: #fff;
  background: #41a1e2;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.2);
}
.btn--main {
  color: #fff;
  background-color: #AF272D;
}
.btn--main:hover {
  background-color: #851e22;
}
.btn--bordered {
  border: solid 3px #AF272D;
  color: #AF272D;
  background-color: #fff;
}
.btn--bordered:hover {
  background-color: #AF272D;
  color: #fff;
}

.messages {
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 20px;
  text-align: left;
}
.messages--error {
  background: #AC182D;
}
.messages--status {
  background: #4CAF50;
}
.messages--warning {
  background: #FF9800;
}
.messages a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  transition: color 0.4s, border-color 0.4s;
}
.messages a:hover {
  color: #fff;
  border-color: #fff;
}
.messages a:active {
  border-color: rgba(255, 255, 255, 0.5);
}

.contact-message-form .form-control {
  margin: 0;
  height: auto;
  font-size: 17px;
  line-height: 1.25;
  font-family: inherit;
  border-radius: 4px;
  padding: 17px 20px;
  background-color: transparent;
  border: solid #797979;
  border-width: 1px !important;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
@media (max-width: 767.98px) {
  .contact-message-form .form-control {
    font-size: 20px;
  }
}
.contact-message-form .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact-message-form .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.contact-message-form .form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #131313;
}
.contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
.contact-message-form .form-item {
  margin: 0 0 20px;
}
.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.contact-message-form .ajax-progress {
  display: none;
}

.form-form form {
  position: relative;
}
.form-form form label {
  display: none;
}
.form-form form input.form-text {
  background: #fff;
  border-radius: 50px;
}
.form-form form .form-actions {
  top: 8px;
  right: 6px;
  padding: 0;
}
.form-form form .form-actions input {
  width: 125px;
  min-width: auto;
}
@media (min-width: 768px) {
  .form-form form .form-actions {
    position: absolute;
  }
}

.contact-message-order-form label {
  display: none;
}

#block-countcost .modal-dialog {
  max-width: 1111px !important;
}
@media (max-width: 1000px) {
  #block-countcost .modal-dialog {
    max-width: 500px !important;
  }
}

.contact-message-calc-cost-form {
  text-align: left;
}
.contact-message-calc-cost-form .form-actions {
  justify-content: flex-start;
}
.contact-message-calc-cost-form .form-actions.hidden {
  display: none;
}

.countcost-plusbtn, .countcost-minusbtn {
  display: none;
  background: rgba(175, 39, 45, 0.2);
  width: 38px;
  height: 38px;
  outline: none;
  border: 1px solid rgba(19, 19, 19, 0.16);
}
.countcost-plusbtn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.countcost-minusbtn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.countcost-btn {
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  color: #131313;
}
.countcost-btn--icon {
  margin-left: 8px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(175, 39, 45, 0.2);
}
.countcost-btn:hover {
  background-color: transparent;
  color: #AF272D;
}
.countcost-modal {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}
.countcost-modal-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0px;
  box-shadow: 0px 12px 35px rgb(0, 0, 0);
}
.countcost-modal-close {
  cursor: pointer;
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.countcost-modal-body {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 44px;
  width: auto;
  max-width: 569px;
}
.countcost-modal-navbar {
  display: flex;
  margin-bottom: 33px;
}
.countcost-modal-navbar-text {
  margin-left: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #AF272D;
}
.countcost-modal-prevbtn {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AF272D;
  border-radius: 100%;
  cursor: pointer;
}
.countcost-modal-prevbtn-hover {
  background-color: rgba(175, 39, 45, 0.2);
}
.countcost-modal-btn {
  width: 160px;
  font-size: 16px;
}
.countcost-modal-btn-tofront {
  width: auto;
}
@media (max-width: 1000px) {
  .countcost-modal-img {
    display: none;
  }
}
.countcost-modal-img img {
  height: 100%;
  width: auto;
  max-width: 542px;
  object-fit: cover;
}
.countcost-number-container .form-type-textfield {
  position: relative;
}
.countcost-number-container .form-type-textfield::before {
  position: absolute;
  right: 10px;
  bottom: 17px;
  content: "м ";
}
.countcost-number-container #edit-field-area-wrapper .form-type-textfield::before {
  right: 5px;
  content: "м²";
}
.countcost-number-container .form-control {
  padding: 17px 25px;
}
.countcost-form-page {
  display: none;
  height: 100%;
}
.countcost-form-page.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.countcost-form-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.countcost-form-item .fieldset-wrapper .form-item {
  margin-bottom: 0px;
}
.countcost-form-item .fieldset-wrapper .form-type-checkbox label {
  margin-right: 15px;
}
.countcost-form-item legend {
  display: none;
}
.countcost-form-item .countcost-label {
  display: block;
  width: 100px;
  margin-bottom: 0px;
}
.countcost-form-item .form-item {
  display: flex;
  align-items: center;
}
.countcost-form-item .form-type-checkbox, .countcost-form-item .form-type-radio {
  position: relative;
  display: flex;
  align-items: center;
}
.countcost-form-item .form-type-checkbox label, .countcost-form-item .form-type-radio label {
  display: flex;
  align-items: center;
}
.countcost-form-item .form-type-checkbox label::before, .countcost-form-item .form-type-radio label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 100%;
  border: 1px solid #AF272D;
  margin-right: 10px;
}
.countcost-form-item .form-type-checkbox input, .countcost-form-item .form-type-radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.countcost-form-item .form-type-checkbox input:checked ~ label::before, .countcost-form-item .form-type-radio input:checked ~ label::before {
  content: url("../images/checkbox-filled.svg");
}
.countcost-form-item input[type=text], .countcost-form-item input[type=email] {
  width: 100px;
  text-align: right;
}
.countcost-form-subheading {
  margin-bottom: 10px;
}
.countcost-form-heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.countcost-form-success {
  color: #AF272D;
}
.countcost-radios .form-radios {
  column-count: 2;
  column-gap: 30%;
}
.countcost-contacts .countcost-fieldset-item .form-item {
  flex-direction: column;
  align-items: flex-start;
}
.countcost-contacts label {
  display: block !important;
  font-size: 14px;
}
.countcost-contacts label::after {
  display: none;
}
.countcost-contacts input {
  width: 250px !important;
  text-align: left !important;
}
.countcost-fieldset-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.countcost-plusminus-item .countcost-fieldset-item .countcost-label {
  width: auto;
  margin-right: 0px;
  margin-left: 15px;
}
.countcost-plusminus-item .countcost-plusbtn, .countcost-plusminus-item .countcost-minusbtn {
  display: block;
}
.countcost-plusminus-item input[type=text] {
  width: 46px;
  height: 38px;
  text-align: center;
  padding: 0px;
  border-radius: 0;
  border-color: rgba(121, 121, 121, 0.3);
  border-left: none;
  border-right: none;
}
.countcost-plusminus-item input[type=text]:focus {
  border-color: rgba(121, 121, 121, 0.3);
}

#edit-field-cornice-size-wrapper label {
  display: block;
  margin-right: 15px;
  margin-left: 30px;
}

@media (max-width: 445px) {
  #edit-group-cornice .countcost-fieldset-item {
    flex-direction: column;
    align-items: flex-start;
  }
  #edit-field-cornice-size-wrapper label {
    margin-left: 0px;
  }
}
@media (max-width: 350px) {
  .countcost-modal-body {
    padding: 40px 24px;
  }
}
.review-teaser {
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 12, 54, 0.08);
  margin-bottom: 30px;
}
.review-teaser__title {
  font-weight: bold;
  font-size: 24px;
  padding: 22px 20px 20px;
  margin-bottom: 0;
}
.review-teaser__date {
  font-size: 16px;
  border-bottom: 1px solid #AF272D;
  padding: 0 20px 10px;
}

.block-views-blockreviews-block-1 {
  padding-top: 100px;
  background: url("../images/grey-bg.jpg") center center;
}
.block-views-blockreviews-block-1 .block-review__title {
  font-weight: normal;
  text-align: center;
}
.block-views-blockreviews-block-1 .pager .pager__item {
  text-align: center;
  list-style: none;
  padding-bottom: 100px;
  padding-top: 30px;
}
.block-views-blockreviews-block-1 .pager .pager__item a {
  background-color: #AF272D;
  padding: 19px 54px;
  border-radius: 30px;
  color: #FFFFFF;
}

.slider-teaser {
  position: relative;
  min-height: 690px;
}
.slider-teaser__title {
  font-size: 71px;
  line-height: 84px;
}
@media (max-width: 575.98px) {
  .slider-teaser__title {
    font-size: 55px;
    line-height: 68px;
  }
}
.slider-teaser__content {
  position: absolute;
  left: 20%;
  padding: 176px 0;
  width: 100%;
  max-width: 700px;
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  .slider-teaser__content {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  .slider-teaser__content {
    left: unset;
    max-width: unset;
    padding: 176px 50px 0;
  }
}
@media (max-width: 575.98px) {
  .slider-teaser__content {
    left: unset;
    max-width: unset;
    padding: 150px 30px 0;
  }
}
.slider-teaser__description-normal {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 32px;
}
.slider-teaser__description-italic {
  font-family: "Permian Serif";
  font-size: 36px;
  font-style: italic;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .slider-teaser__description-italic {
    font-size: 25px;
  }
}
.slider-teaser__detail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  white-space: normal;
  padding: 10px 28px;
  font-size: 14px;
  color: #fff;
  background: #AF272D;
  border-radius: 40px;
  transition: box-shadow 0.4s, background-color 0.4s;
  min-width: auto;
}
.slider-teaser__detail a:hover {
  background: #851e22;
}
.slider-teaser__image {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider-teaser__image img {
  width: 100%;
  min-height: 690px;
  object-fit: cover;
  opacity: 0.7;
}

.flickity-slider-front .flickity-page-dots {
  bottom: 32px;
}
.flickity-slider-front .flickity-page-dots .dot {
  width: 18px;
  height: 18px;
  border: 3px solid #FFFFFF;
  background-color: #FFFFFF;
  opacity: 1;
}
.flickity-slider-front .flickity-page-dots .dot.is-selected {
  background-color: #AF272D;
}

.block-views-blockslider-block-slider .views-row {
  width: 100%;
}

#block-measurements-promo {
  max-width: 540px;
}
#block-measurements-promo .form-control {
  border: unset;
  box-shadow: 0px 4px 24px 0px rgba(0, 38, 60, 0.1215686275);
}
@media (min-width: 575px) and (max-width: 991.98px) {
  #block-measurements-promo .form-actions {
    position: absolute;
  }
}
@media (min-width: 1200px) and (max-width: 1750px) {
  #block-measurements-promo {
    max-width: 450px;
  }
}

.sale-card {
  padding: 82px 20px 23px 20px;
  width: 427px;
  height: 320px;
  border-radius: 10px;
  background: url("/themes/adaptive/images/sale-card-bg.jpg");
  background-size: cover;
}
.sale-card::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("/themes/adaptive/images/sale-card-sticker.png");
}
.sale-card-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sale-card-content h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: normal;
}
.sale-card-date {
  display: flex;
  font-size: 12px;
  align-items: end;
}
.sale-card-date p {
  margin-right: 5px;
  margin-bottom: 0;
}
.sale-card-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.sale-card-more .btn {
  min-width: 125px;
  height: 30px;
}
@media (max-width: 1199.98px) {
  .sale-card {
    width: 100%;
    height: 330px;
  }
}

.block-views-blocksale-block-sale {
  position: absolute;
  top: 150px;
  left: 60%;
  width: 40%;
}
.block-views-blocksale-block-sale .views-row {
  width: 450px;
}
@media (max-width: 1199.98px) {
  .block-views-blocksale-block-sale .views-row {
    width: calc(50% - 10px);
    margin: 0 10px;
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .block-views-blocksale-block-sale .views-row {
    width: 100%;
    margin: 0;
  }
}
.block-views-blocksale-block-sale .flickity-button {
  background: url(../images/icons/slider-nav-right-white.png) no-repeat center center;
  position: absolute;
  top: unset;
  bottom: -80px;
  left: 70px;
  right: auto !important;
  border: 1px solid #FFFFFF;
  width: 44px;
  height: 44px;
}
.block-views-blocksale-block-sale .flickity-button:disabled {
  opacity: unset;
  cursor: pointer;
  pointer-events: unset;
}
.block-views-blocksale-block-sale .flickity-button:hover {
  background: url(../images/icons/slider-nav-right-active.svg) no-repeat center center;
}
.block-views-blocksale-block-sale .flickity-button-icon {
  display: none;
}
.block-views-blocksale-block-sale .flickity-button.previous {
  background: url(../images/icons/slider-nav-left-white.png) no-repeat center center;
}
.block-views-blocksale-block-sale .flickity-button.previous:hover {
  background: url(../images/icons/slider-nav-left-active.svg) no-repeat center center;
}
@media (max-width: 1199.98px) {
  .block-views-blocksale-block-sale .flickity-button {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .block-views-blocksale-block-sale {
    position: unset;
    width: 100%;
  }
}

.not-front .page-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.field--name-field-paragraph > .field__item {
  margin-bottom: 80px;
}

.paragraph--type--promo {
  text-align: center;
}
.paragraph--type--promo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-image {
  display: flex;
  margin: 18px 0 50px;
}
.service-image:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .service-image {
    margin: 30px 0;
  }
}
.service-image--right {
  flex-direction: row-reverse;
}
.service-image-picture, .service-image-content {
  flex-basis: 50%;
}
@media (min-width: 992px) {
  .service-image--left .service-image-content {
    padding-left: 35px;
  }
}
@media (min-width: 992px) {
  .service-image--right .service-image-content {
    padding-right: 35px;
  }
}
@media (max-width: 991.98px) {
  .service-image {
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .paragraph--type--slider .field--name-field-gallery {
    margin: 0 -43px;
  }
}
.paragraph--type--slider .field--name-field-gallery .field__item {
  width: 100%;
  padding: 0 13px;
}
@media (min-width: 768px) {
  .paragraph--type--slider .field--name-field-gallery .field__item {
    width: 33.33%;
  }
}
.paragraph--type--slider .field--name-field-gallery .flickity-page-dots {
  bottom: -35px;
}
.paragraph--type--slider .field--name-field-gallery .flickity-page-dots .dot {
  width: 7px !important;
  height: 7px !important;
}
.paragraph--type--slider .field--name-field-gallery .flickity-page-dots .dot.is-selected {
  width: 9px !important;
  height: 9px !important;
  position: relative;
  top: 1px;
}
.paragraph--type--slider .field--name-field-gallery .flickity-button {
  width: 40px !important;
  height: 40px !important;
}
.paragraph--type--slider .field--name-field-gallery .flickity-button svg {
  display: none;
}
.paragraph--type--slider .field--name-field-gallery .flickity-button.previous {
  background: url(../images/icons/slider-nav-left.svg) no-repeat center center hsla(0, 0%, 100%, 0.75);
  left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--slider .field--name-field-gallery .flickity-button.previous {
    left: 40px;
  }
}
.paragraph--type--slider .field--name-field-gallery .flickity-button.next {
  background: url(../images/icons/slider-nav-right.svg) no-repeat center center hsla(0, 0%, 100%, 0.75);
  right: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--slider .field--name-field-gallery .flickity-button.next {
    right: 40px;
  }
}

.paragraph--type--quote {
  background: url(../images/grey-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 65px 30px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .paragraph--type--quote {
    padding: 40px 30px;
  }
}
.paragraph--type--quote .field--name-field-body {
  font-size: 29px;
  font-family: "Permian Serif";
  max-width: 790px;
  margin: 0 auto;
  position: relative;
}
.paragraph--type--quote .field--name-field-body:before {
  content: "";
  background: #AF272D;
  width: 54px;
  height: 3px;
  position: absolute;
  top: 23px;
  left: -130px;
}
@media (max-width: 991.98px) {
  .paragraph--type--quote .field--name-field-body {
    font-size: 20px;
  }
}

.flickity-sel {
  opacity: 0;
  height: 0;
}
.flickity-sel.flickity-enabled {
  opacity: 1;
  height: auto;
}
/*# sourceMappingURL=_maps/index.css.map */
