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

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

.form-item-gdpr-warning .description {
  display: inline-block;
}

.region-bottom .modal-dialog {
  max-width: 453px;
}
@media (max-width: 575.98px) {
  .region-bottom .modal-dialog {
    max-width: 100%;
  }
}
.region-bottom .modal-form {
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(25deg, #C2D8FF -9.95%, rgba(184, 199, 227, 0.12) 117.92%), #FFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .region-bottom .modal-form {
    padding-top: 24px;
  }
}
.region-bottom .modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 65px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2);
}
.region-bottom .modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 12px;
}
.region-bottom .modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .region-bottom .modal-title {
    font-size: 32px;
  }
}
.region-bottom .modal-text {
  text-align: center;
  color: #292929;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-top: 0;
}
.region-bottom .modal-body {
  padding: 0;
}
.region-bottom .modal-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.region-bottom .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: 0.4s;
}
.region-bottom .modal-close:hover {
  opacity: 1;
  transform: rotate(-45deg);
  border-color: transparent;
  box-shadow: none;
}
.region-bottom .modal-close:active {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .region-bottom .modal-close {
    top: 24px;
  }
}
.region-bottom .modal .contact-message-form {
  padding: 206px 0 0;
  box-shadow: none;
  border-radius: 12px;
  background-color: #fff;
}

.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}

#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;
  color: #000000;
  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;
}
#manager-menu a {
  color: #000000;
}
#manager-menu a:hover {
  color: rgb(127.5, 127.5, 127.5);
}

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

ol.flickity-page-dots .dot {
  background: #5eb299;
}

.region-tabs {
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) {
  .region-tabs {
    height: 0;
  }
}
.region-tabs ul.tabs {
  margin: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: none;
  max-width: 100%;
}
@media (min-width: 576px) {
  .region-tabs ul.tabs {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 8;
  }
}
.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: rgb(231.35, 231.35, 231.35);
}
.region-tabs ul.tabs a:active {
  background-color: rgb(213.5, 213.5, 213.5);
}
.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;
}

@media (max-width: 1199.98px) {
  .page-user-login .region-tabs ul.tabs,
  .page-entity-user-canonical .region-tabs ul.tabs,
  .page-view-commerce_user_orders-order_page .region-tabs ul.tabs,
  .page-entity-commerce_payment_method-collection .region-tabs ul.tabs {
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .page-user-login .region-tabs,
  .page-entity-user-canonical .region-tabs,
  .page-view-commerce_user_orders-order_page .region-tabs,
  .page-entity-commerce_payment_method-collection .region-tabs {
    height: unset;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* HEADERS */
h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

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

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

a {
  color: #5eb299;
  transition: color 0.4s;
}
.main-menu a {
  color: #4f4f4f;
}
.main-menu a:hover {
  color: #5eb299;
}
a:hover {
  color: rgb(145.75, 202.75, 185.7857142857);
  text-decoration: none;
}
a:active {
  color: rgb(145.75, 202.75, 185.7857142857);
}
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: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

#views-form-editor-page table tbody tr:nth-of-type(odd) {
  background-color: rgb(242.25, 242.25, 242.25);
}
#views-form-editor-page table tbody tr td.is-active {
  color: #000000;
}
#views-form-editor-page table tbody tr .dropbutton a {
  color: #000000;
}

.form-control {
  height: auto;
}

.article-specific {
  display: flex;
  color: #999;
  font-size: 0.9em;
  margin-bottom: 15px;
}
.article-specific > div {
  margin-right: 25px;
}
.article-specific > div img {
  margin-right: 5px;
  margin-top: -2px;
  opacity: 0.8;
}
.article-specific .node__submitted {
  font-size: 1em;
}

.node--type-article .page-columns {
  padding-bottom: 0;
}

.service-block-more {
  text-align: center;
}

.service-promo {
  position: relative;
  z-index: 1;
}
.service-promo .container {
  position: static;
}
.service-promo .service-promo-order {
  font-size: 16px !important;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-order {
    display: block;
  }
}
.service-promo .service-promo-content {
  display: flex;
  flex-direction: column;
}
.service-promo .service-promo-content .service-promo-title {
  line-height: 1.3;
  margin-bottom: 20px;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-content .service-promo-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    max-width: 384px;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.service-promo .service-promo-content .service-promo-short {
  margin-bottom: 24px;
}
.service-promo .service-promo-content .service-promo-short h2 {
  line-height: 1.3;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-content .service-promo-short h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .service-promo .service-promo-content {
    min-height: 772px;
    padding: 158px 0 50px !important;
  }
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-content {
    min-height: auto;
    padding-top: 0 !important;
  }
}
.service-promo .service-promo-media {
  position: relative;
}
@media (min-width: 768px) {
  .service-promo .service-promo-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-media {
    max-width: 384px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 767.98px) {
  .service-promo {
    padding-top: 95px;
    background: linear-gradient(180deg, #d3e1fb 0%, rgba(211, 225, 251, 0.12) 100%), #fff !important;
  }
}

@media (max-width: 575.98px) {
  .page--visitka.page--service .service-order {
    padding-top: 70px;
  }
}
.page--visitka.page--service .service-order-title {
  color: #292929;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .page--visitka.page--service .service-order-title {
    font-size: 32px;
  }
}
.page--visitka.page--service .service-order-container {
  margin-top: 0;
}
.page--visitka.page--service .service-order-form {
  position: relative;
  margin: 230px auto 0;
  max-width: 453px !important;
}
.page--visitka.page--service .service-order-form--inner {
  max-width: 453px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(25deg, #C2D8FF -9.95%, rgba(184, 199, 227, 0.12) 117.92%), #FFF;
  position: relative;
  z-index: 1;
}
.page--visitka.page--service .service-order-text {
  text-align: center;
  color: #292929;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.page--visitka.page--service .service-order-image {
  position: absolute;
  top: -283px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block !important;
}

.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #131313;
  background-color: #d6e0ec;
}
.footer-copyright {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer .synapse {
  padding-top: 7px;
}
.footer .synapse-logo {
  top: -4px;
  height: 28px;
  position: relative;
}
.footer .synapse-link {
  text-decoration: none;
  border-bottom: 1px solid rgba(19, 19, 19, 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(19, 19, 19, 0.7);
}
.footer a {
  color: #131313;
}
.footer a:hover {
  color: #131313;
}

@media (min-width: 992px) {
  .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 {
    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: #5eb299;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 {
  color: #000000;
  flex-shrink: 0;
  width: 100%;
  background-color: transparent !important;
  z-index: 5;
}
.header-logo img {
  height: 40px;
}
.header-logo--small img {
  height: 2.4rem;
}
.header-phone .btn {
  margin-left: 15px;
}
.header .header-full {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .header .header-full .header-toggler {
    width: 38px;
    height: 38px;
    margin-left: 18px;
    background-color: #5eb299;
    border: none;
    border-radius: 50%;
  }
}
@media (max-width: 991.98px) {
  .header .header-full .header-toggler-item {
    width: 16px;
    height: 3px;
    margin: 0px;
    margin-left: 5px;
    background-color: #ffffff;
    border-radius: 3px;
  }
  .header .header-full .header-toggler-item::before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
  }
  .header .header-full .header-toggler-item:first-child {
    transform: translateY(-3px);
  }
  .show-mobile-nav .header .header-full .header-toggler-item:first-child {
    transform: translate(4px, -6px) rotate(45deg);
    transform-origin: center left;
  }
  .header .header-full .header-toggler-item:last-child {
    transform: translateY(3px);
  }
  .show-mobile-nav .header .header-full .header-toggler-item:last-child {
    transform: translate(4px, 6px) rotate(-45deg);
    transform-origin: center left;
  }
  .show-mobile-nav .header .header-full .header-toggler-item {
    width: 25px;
    margin-left: 0;
  }
  .show-mobile-nav .header .header-full .header-toggler-item::before {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-full .header-button {
    margin-left: 18px;
  }
  .header .header-full .header-button .btn--recall {
    width: 38px;
    height: 38px;
    border: none !important;
    background-color: transparent;
    background-image: url(../images/header-phone.svg);
    border-radius: 100%;
    background-size: 100%;
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .header .header-full .header-full-right .header-social-networks {
    display: flex !important;
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-full .header-full-right {
    margin-left: auto;
  }
}
.header .header-full .header-col--logo img {
  max-width: 210px !important;
}
@media (max-width: 991.98px) {
  .header .header-full .header-col--logo img {
    max-width: 120px !important;
  }
}
.header .header-full .header-row {
  min-height: 102px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .header .header-full .header-row {
    min-height: 84px;
    justify-content: flex-start;
  }
}
.header .header-full .header-phone a {
  color: #333;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}
.header .header-full .header-schedule {
  color: #333;
  font-size: 12px;
  line-height: 1.5;
}
.header .header-full .nav a {
  color: #4f4f4f;
}
.header .header-full li {
  padding: 0 1em;
}
.header--fixed .header-full {
  position: relative;
  background-color: #fff;
}
.header .header-full-right > *:not(:last-child) {
  margin-right: 20px !important;
}
.header .header-callback {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .header .header-nav .header-social-networks {
    display: none !important;
  }
}
.header .btn {
  padding-left: 22px;
  padding-right: 22px;
}
.header a {
  color: inherit;
}
.header-nav {
  background-color: #dce7fb !important;
  box-shadow: none !important;
}
@media (min-width: 992px) {
  .front .header-nav {
    background-color: transparent !important;
    box-shadow: none !important;
  }
}
.header--fixed .header-nav {
  background-color: #dce7fb !important;
  box-shadow: none !important;
}
.header-nav-content .list-item {
  margin-right: 7px;
}
.header-nav-content .list-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199.98px) {
  .header-nav-content .list-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .header-nav-content .list-link {
    justify-content: flex-start;
  }
  .header-nav-content .list-link:hover {
    color: inherit;
  }
}
.header-nav-content-phone {
  display: none;
}
.header--fixed .header-nav-content-phone {
  display: inherit;
}
@media (min-width: 992px) {
  .header {
    position: absolute !important;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-full {
    background-color: transparent;
  }
  .header.header--fixed {
    background-color: #dce7fb !important;
  }
}

.page--visitka .header-full .header-full-phone a {
  font-weight: bold;
  font-size: 20px;
}
.page--visitka .header-full .header-col--logo img {
  max-height: 100%;
  max-width: 105px;
}
@media (max-width: 991.98px) {
  .page--visitka .header-full .header-col--logo img {
    max-width: 75px;
  }
}
@media (max-width: 500px) {
  .page--visitka .header-full .header-col--logo img {
    max-width: 65px;
  }
}

body.show-mobile-nav .header {
  background-color: #dce7fb !important;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-content {
  flex-grow: 1;
  padding-bottom: 30px;
}
.page--service .page-content {
  padding-bottom: 0;
}
.not-front .page {
  padding-top: 102px !important;
}
.not-front .page .header {
  background-color: #ffffff !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991.98px) {
  .page {
    padding-top: 0 !important;
  }
  .not-front .page.page--service {
    padding-top: 80px !important;
  }
}
@media (max-width: 767.98px) {
  .page .container {
    padding: 0 20px !important;
  }
}

.path-webform .region-content,
.path-webform .region-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-pane-review > div:last-child {
  display: none;
}

.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__label {
  margin-bottom: 10px;
}
.field--name-field-attach .field__item {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  margin: 0 0 10px;
  min-height: 50px;
}
.field--name-field-attach .file {
  font-size: 1em;
  font-weight: bold;
  background: none;
  padding-left: 0;
}
.field--name-field-attach .file a {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  padding-left: 65px;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  border-color: #fff !important;
}
.field--name-field-attach .file a::before {
  content: url("../images/attach.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -47%, 0);
}
@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;
  }
}

.front .text-formatted {
  margin: 0px auto;
  max-width: 930px;
}
.front .text-formatted h1,
.front .text-formatted h2,
.front .text-formatted h3,
.front .text-formatted h4,
.front .text-formatted h5,
.front .text-formatted h6 {
  text-align: center;
}
.front .text-formatted p {
  font-size: 18px;
  line-height: 26px;
}
.text-formatted p {
  font-size: 16px;
  line-height: 1.5;
}
.text-formatted li ul,
.text-formatted li ol {
  margin: 16px 0px;
}
.text-formatted blockquote {
  border-left: 2px solid #5eb299 !important;
  padding: 0px 0px 0px 39px !important;
  margin: 0px 103px 46px 103px !important;
}
.text-formatted blockquote::before {
  display: none;
}
@media (max-width: 767.98px) {
  .text-formatted blockquote {
    margin: 0px 63px 20px 63px !important;
  }
}
@media (max-width: 575.98px) {
  .text-formatted blockquote {
    margin: 0px 0px 20px 0px !important;
    padding: 0px 0px 0px 22px !important;
  }
}
@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%;
  }
}
@media (max-width: 575.98px) {
  .field--name-field-gallery .field__item {
    width: 50%;
  }
}

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

#sys {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 2;
}

#sys .messages {
  margin: 0 0 50px;
}

@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: rgb(226.15, 226.15, 226.15) transparent;
    scrollbar-width: thin;
  }
}
.is-dragging a {
  pointer-events: none;
}

.catalog-description:not(:has(.text-formatted)) {
  display: none;
}

.synmap-point {
  width: 42px;
  height: 60px;
  fill: #5eb299;
  -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;
}

.btn-up {
  position: fixed;
  bottom: 180px;
  right: 80px;
  width: 60px;
  height: 60px;
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  z-index: 5;
}
.btn-up path {
  transition: stroke 0.4s;
}
.btn-up:hover path:last-child {
  stroke: #abdcca;
}
.btn-up:hover:active path {
  stroke: #abdcca;
}
.enable-upward .btn-up {
  display: block;
}
@media (max-width: 767.98px) {
  .btn-up {
    bottom: 140px;
    right: 35px;
  }
}

.view-video {
  margin-bottom: 50px;
}

.video-teaser-poster {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}
.video-teaser-title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
.video-teaser-short {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.views-view-grid__grid .video-teaser-short-wrap.is-collapsible.is-collapsed .video-teaser-short {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.video-teaser-short-toggle {
  display: none;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: none;
  color: #5eb299;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  text-decoration: underline;
}
.views-view-grid__grid .is-collapsible .video-teaser-short-toggle {
  display: inline-block;
}
.video-teaser-short-toggle:hover {
  text-decoration: none;
}

.views-view-grid__featured .video-teaser {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .views-view-grid__featured .video-teaser {
    grid-template-columns: 1fr;
  }
}
.views-view-grid__featured .video-teaser-poster {
  grid-column: span 2;
  border-radius: 24px;
  margin-bottom: 0;
  aspect-ratio: auto;
  height: 100%;
}
.views-view-grid__featured .video-teaser-poster img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .views-view-grid__featured .video-teaser-poster {
    grid-column: span 1;
    aspect-ratio: 1.79/1;
    height: auto;
  }
  .views-view-grid__featured .video-teaser-poster img {
    height: auto;
  }
}
.views-view-grid__featured .video-teaser-content {
  grid-column: span 1;
  padding: 24px;
  border: 3px solid transparent;
  border-radius: 24px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to top right, #C2D8FF 0%, rgba(184, 199, 227, 0.12) 100%) border-box;
  background-clip: padding-box, border-box;
  -webkit-background-clip: padding-box, border-box;
}
.views-view-grid__featured .video-teaser-title {
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
}
.views-view-grid__featured .video-teaser-short {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.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: #ffffff;
  border-color: #5eb299;
  background-color: #5eb299;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: rgb(71.5, 149.5, 126.2857142857);
}
.btn:active {
  background-color: rgb(55, 115, 97.1428571429);
}
.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;
}

.service-block-more {
  text-align: center;
}

.service-promo {
  position: relative;
  z-index: 1;
}
.service-promo .container {
  position: static;
}
.service-promo .service-promo-order {
  font-size: 16px !important;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-order {
    display: block;
  }
}
.service-promo .service-promo-content {
  display: flex;
  flex-direction: column;
}
.service-promo .service-promo-content .service-promo-title {
  line-height: 1.3;
  margin-bottom: 20px;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-content .service-promo-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    max-width: 384px;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.service-promo .service-promo-content .service-promo-short {
  margin-bottom: 24px;
}
.service-promo .service-promo-content .service-promo-short h2 {
  line-height: 1.3;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-content .service-promo-short h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .service-promo .service-promo-content {
    min-height: 772px;
    padding: 158px 0 50px !important;
  }
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-content {
    min-height: auto;
    padding-top: 0 !important;
  }
}
.service-promo .service-promo-media {
  position: relative;
}
@media (min-width: 768px) {
  .service-promo .service-promo-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .service-promo .service-promo-media {
    max-width: 384px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 767.98px) {
  .service-promo {
    padding-top: 95px;
    background: linear-gradient(180deg, #d3e1fb 0%, rgba(211, 225, 251, 0.12) 100%), #fff !important;
  }
}

@media (max-width: 575.98px) {
  .page--visitka.page--service .service-order {
    padding-top: 70px;
  }
}
.page--visitka.page--service .service-order-title {
  color: #292929;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .page--visitka.page--service .service-order-title {
    font-size: 32px;
  }
}
.page--visitka.page--service .service-order-container {
  margin-top: 0;
}
.page--visitka.page--service .service-order-form {
  position: relative;
  margin: 230px auto 0;
  max-width: 453px !important;
}
.page--visitka.page--service .service-order-form--inner {
  max-width: 453px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(25deg, #C2D8FF -9.95%, rgba(184, 199, 227, 0.12) 117.92%), #FFF;
  position: relative;
  z-index: 1;
}
.page--visitka.page--service .service-order-text {
  text-align: center;
  color: #292929;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.page--visitka.page--service .service-order-image {
  position: absolute;
  top: -283px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: block !important;
}

.portfolio-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -50px;
}
@media (max-width: 767.98px) {
  .portfolio-row {
    justify-content: center;
  }
}
.portfolio-col {
  width: 33.3333333333%;
  padding: 0 5px 50px;
}
.portfolio-col:only-child {
  margin: 0 auto;
}
.view-portfolio.view-display-id-page .portfolio-col:only-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .portfolio-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .portfolio-col {
    width: 100%;
    max-width: 370px;
  }
}

.node--portfolio-teaser.node--type-portfolio {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eaeaea;
}
.node--portfolio-teaser.node--type-portfolio .node__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 17px 15px;
}
.node--portfolio-teaser.node--type-portfolio .field--name-field-image {
  margin: 0;
}

.portfolio-full h1.portfolio-full-title {
  display: none;
}
@media (max-width: 767.98px) {
  .portfolio-full h1.portfolio-full-title {
    display: block;
  }
}
.portfolio-full-top {
  padding-bottom: 40px;
}
.portfolio-full-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .portfolio-full-title {
    display: none;
    margin-bottom: 20px;
  }
}
.portfolio-full-short {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .portfolio-full-short {
    margin-bottom: 20px;
  }
}
.portfolio-full-image {
  position: relative;
}
.portfolio-full-image .field--name-field-date-end {
  position: absolute;
  right: 0;
  top: 14px;
  padding: 3px 8px 3px 11px;
  color: #ffffff;
  font-weight: 300;
  background-color: #5eb299;
  pointer-events: none;
}
.portfolio-full-gallery {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-full-gallery .field__item {
  position: relative;
  margin-bottom: 0 !important;
}
.portfolio-full-gallery .field__item--video {
  cursor: pointer;
}
.portfolio-full-gallery .field__item--video:hover .object-video-icon {
  box-shadow: none;
  transform: translate(-50%, -50%) scale(1.05) perspective(1px);
}
.portfolio-full-gallery .field__item--video .object-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%) perspective(1px);
  transition: transform 0.4s;
  z-index: 2;
}
.portfolio-full-gallery .field__item--video .object-video-icon:hover {
  background-color: inherit;
}
.portfolio-full-gallery .field__item--video .object-video-icon:active {
  background-color: inherit;
}
.portfolio-full-gallery .field__item--video .object-video-path {
  fill: #5eb299;
}
.portfolio-full-gallery .field__item--more {
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
}
.portfolio-full-gallery .field__item--more span {
  font-weight: 900;
}
.portfolio-full-gallery .field__item--hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .portfolio-full-gallery {
    margin-bottom: 20px;
  }
}
.portfolio-full-characteristics {
  margin-bottom: 40px;
}
.portfolio-full-characteristics .field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.portfolio-full-characteristics .field:last-of-type {
  padding-bottom: 0;
  border: none;
}
.portfolio-full-characteristics .field__label {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.16;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .portfolio-full-characteristics .field__label {
    flex-grow: 1;
    max-width: 200px;
  }
}
.portfolio-full-characteristics .field__item {
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}
@media (min-width: 1200px) {
  .portfolio-full-characteristics .field__item {
    flex-grow: 1;
    max-width: 300px;
  }
}
.portfolio-full-characteristics__size {
  display: flex;
  justify-content: space-between;
}
.portfolio-full-characteristics__size--content {
  display: flex;
  justify-content: flex-end;
}
.portfolio-full-characteristics .field--name-field-project-cottage-area .field__item {
  margin-right: -7px;
}
.portfolio-full-characteristics .field--name-field-price {
  padding-top: 5px;
  align-items: flex-end !important;
}
.portfolio-full-characteristics .field--name-field-price .field__label {
  line-height: 1;
}
.portfolio-full-characteristics .field--name-field-price .field__item {
  font-size: 26px;
  line-height: 1;
  white-space: nowrap;
  color: #5eb299;
}
.portfolio-full-characteristics .field--name-field-price .field__item span {
  font-size: 22px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-full-characteristics .field--name-field-price .field__item span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-full-characteristics .field--name-field-price .field__item {
    font-size: 24px;
  }
}
.portfolio-full-button {
  display: flex;
  justify-content: center;
}
.portfolio-full-button--more.btn {
  color: #494949;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 21px;
  margin-right: 25px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-full-button--more.btn {
    margin: 0 0 20px;
  }
}
@media (max-width: 575.98px) {
  .portfolio-full-button--more.btn {
    margin-right: 0;
    min-width: 160px;
  }
}
.portfolio-full-button--order.btn {
  font-size: 18px;
  padding: 10px 30px;
  min-width: 300px;
  box-shadow: 0 6px 25px 0 #727272;
}
@media (max-width: 575.98px) {
  .portfolio-full-button--order.btn {
    font-size: 20px;
    padding: 15px 60px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .portfolio-full-button {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .portfolio-full-button {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
  }
}
.portfolio-full .portfolio-full-paragraph {
  background-color: #f2f9f7;
}
.portfolio-full-paragraph, .portfolio-full-related {
  padding: 80px 0;
}
@media (max-width: 575.98px) {
  .portfolio-full-paragraph, .portfolio-full-related {
    padding: 40px 0;
  }
}
.portfolio-full-content, .portfolio-full-portfolio {
  padding: 40px 0 80px;
}
@media (max-width: 575.98px) {
  .portfolio-full-content, .portfolio-full-portfolio {
    padding: 20px 0 40px;
  }
}
.portfolio-full-buttons {
  background-color: #ffffff;
  padding: 80px 0;
  border-top: 1px solid #f2f9f7;
  border-bottom: 1px solid #f2f9f7;
}
.portfolio-full-buttons .container {
  display: flex;
  justify-content: center;
}
.portfolio-full-buttons .btn:first-child {
  margin-right: 30px;
}
@media (max-width: 575.98px) {
  .portfolio-full-buttons {
    position: relative;
    z-index: 6;
    padding: 50px 0;
  }
}
.portfolio-full .field--name-field-paragraph-layout > .field__label {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 42px;
}
.portfolio-full .field--name-field-plan {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px -50px !important;
}
.portfolio-full .field--name-field-plan > .field__item {
  width: 33.3333333333%;
  padding: 0 25px 50px !important;
}
.portfolio-full .field--name-field-plan > .field__item:only-child {
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .portfolio-full .field--name-field-plan > .field__item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .portfolio-full .field--name-field-plan > .field__item {
    width: 100%;
    max-width: 370px;
  }
}
.portfolio-full .field--name-field-plan .field--name-field-image {
  margin-bottom: 35px;
}
.portfolio-full .field--name-field-plan .field--name-field-title {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .portfolio-full .field--name-field-plan {
    margin: 0 -5px -50px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-full .field--name-field-plan {
    justify-content: center;
  }
}
.portfolio-teaser {
  background-color: #ffffff;
}
.portfolio-teaser h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
.portfolio-teaser h3:last-child {
  margin-bottom: 0;
}
.portfolio-teaser-top {
  margin-bottom: 10px;
}
.portfolio-teaser-top:last-child {
  margin-bottom: 0;
}
.portfolio-teaser .field--name-field-date-end {
  position: absolute;
  right: 0;
  top: 14px;
  padding: 3px 8px 3px 11px;
  color: #ffffff;
  font-weight: 300;
  background-color: #5eb299;
  pointer-events: none;
}
.portfolio-teaser-image {
  position: relative;
}
.portfolio-teaser-characteristics {
  margin: auto -1px 0;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.portfolio-teaser-characteristics .field {
  display: flex;
  align-items: center;
  padding: 0 1px;
  width: 33.3333333333%;
  margin-top: 7px;
}
.portfolio-teaser-characteristics .field::before {
  display: flex;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .portfolio-teaser-characteristics .field {
    width: 50%;
  }
}
.portfolio-teaser-characteristics .field--name-field-project-cottage-area::before {
  content: url(../images/icon-area.svg);
}
.portfolio-teaser-characteristics .portfolio-teaser-characteristics__size::before {
  content: url(../images/icon-size.svg);
}
.portfolio-teaser-characteristics .field--name-field-period::before {
  content: url(../images/icon-period.svg);
}
.portfolio-row {
  margin-bottom: 30px !important;
}

@media (max-width: 991.98px) {
  #object-video .modal-dialog {
    margin: 50px 40px 40px;
  }
}
@media (max-width: 575.98px) {
  #object-video .modal-dialog {
    margin: 10px;
  }
}
#object-video .modal-content {
  background-color: #000;
  border-radius: 0;
  padding: 0;
}
#object-video .modal-header {
  margin: 0;
}
#object-video .modal-body {
  padding: 0;
}
#object-video .modal-close {
  right: 0;
  top: -44px;
  background: rgba(30, 30, 30, 0.6) url("../images/modal-close.svg") no-repeat center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 44px;
  width: 44px;
  margin: 0;
  padding: 10px;
}
#object-video .object-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
#object-video .object-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#block-views-block-portfolio-block-front .view-content {
  display: block;
}
#block-views-block-portfolio-block-front .portfolio-row {
  display: flex;
}

.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);
}

.checkout-form .form-actions,
.checkout-form .form .modal-header,
.contact-message-form .form-actions,
.contact-message-form .form .modal-header {
  margin: 0 0 12px;
  position: relative;
  text-align: center;
}
.checkout-form .form-item-fz152-agreement label,
.contact-message-form .form-item-fz152-agreement label {
  display: inline-block;
  margin-bottom: 0;
}
.checkout-form .form-actions,
.contact-message-form .form-actions {
  margin-bottom: 0;
  padding-top: 0 !important;
}
.checkout-form .form-actions .form-submit,
.contact-message-form .form-actions .form-submit {
  width: 100%;
  height: 48px;
  min-height: 48px;
  font-size: 18px;
  font-weight: 500;
}
.checkout-form .form-control,
.contact-message-form .form-control {
  color: inherit;
  margin-top: 0;
  padding: 6px 15px 5px 0;
  border-radius: 0;
  border-color: #AAAAAA;
  border-width: 0 0 1px;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, padding 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.checkout-form .form-control:hover,
.contact-message-form .form-control:hover {
  padding-right: 0;
  padding-left: 15px;
}
.checkout-form .form-control:focus,
.contact-message-form .form-control:focus {
  padding-right: 0;
  padding-left: 15px;
  background-color: transparent;
  border-color: #5eb299;
}
.checkout-form .form-control.error,
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.checkout-form .form-control:disabled,
.contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
@media (max-width: 767.98px) {
  .checkout-form .form-control,
  .contact-message-form .form-control {
    font-size: 20px;
  }
}
.checkout-form .form-control::-webkit-input-placeholder,
.contact-message-form .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus::-webkit-input-placeholder,
.contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.checkout-form .form-control::-moz-placeholder,
.contact-message-form .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus::-moz-placeholder,
.contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.checkout-form .form-control:-moz-placeholder,
.contact-message-form .form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.checkout-form .form-control:focus:-moz-placeholder,
.contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date),
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  border-radius: 5px;
  background-color: #ffffff;
  transition: background-color 0.4s;
  z-index: 1;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) label {
  color: rgba(73, 73, 73, 0.54);
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  background-color: transparent;
  transform-origin: 0 0;
  transform: translateY(-15px) scale(0.82);
  transition: transform 0.2s;
  z-index: 2;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date)::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  transition: border-color 0.4s;
  transform: none;
  pointer-events: none;
  z-index: 2;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) .description,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) .description {
  color: rgba(73, 73, 73, 0.6);
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 0 0;
  transform: translateY(100%);
  z-index: 1;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty label {
  color: #292929;
  transform: translate3d(0, 15px, 0);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within label {
  transform: translateY(-15px) scale(0.82);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date).form-item--empty:focus-within::before {
  border-color: #5eb299;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):hover .form-control,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):hover .form-control {
  border: 1px solid rgb(140.25, 140.25, 140.25);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within label {
  color: #5eb299;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date):focus-within::before {
  transform: none;
  transition: none;
  border-color: #5eb299;
}
.checkout-form .form-type-radio, .checkout-form .form-form-type-checkbox,
.contact-message-form .form-type-radio,
.contact-message-form .form-form-type-checkbox {
  margin-bottom: 10px;
}
.checkout-form .form-type-radio label, .checkout-form .form-form-type-checkbox label,
.contact-message-form .form-type-radio label,
.contact-message-form .form-form-type-checkbox label {
  display: block;
  margin-bottom: 0;
}
.checkout-form .form-type-radio .description, .checkout-form .form-form-type-checkbox .description,
.contact-message-form .form-type-radio .description,
.contact-message-form .form-form-type-checkbox .description {
  margin-left: 0;
  opacity: 0.7;
}
.checkout-form .form-type-managed-file,
.contact-message-form .form-type-managed-file {
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.checkout-form .form-type-managed-file input[type=file],
.contact-message-form .form-type-managed-file input[type=file] {
  padding: 0;
  border: none;
}
.checkout-form .form-type-managed-file .btn,
.contact-message-form .form-type-managed-file .btn {
  min-width: inherit;
  min-height: inherit;
}
.checkout-form .form-control.error,
.contact-message-form .form-control.error {
  color: #AC182D;
  border-color: #AC182D;
}
.checkout-form .form-actions,
.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.checkout-form .form-wrapper .form-item label, .checkout-form.cabinet-form .form-item label,
.contact-message-form .form-wrapper .form-item label,
.contact-message-form.cabinet-form .form-item label {
  display: block;
  font-weight: 400;
}
.checkout-form .form-wrapper .form-type-radio label, .checkout-form .form-wrapper .form-type-checkbox label, .checkout-form.cabinet-form .form-type-radio label, .checkout-form.cabinet-form .form-type-checkbox label,
.contact-message-form .form-wrapper .form-type-radio label,
.contact-message-form .form-wrapper .form-type-checkbox label,
.contact-message-form.cabinet-form .form-type-radio label,
.contact-message-form.cabinet-form .form-type-checkbox label {
  display: inline-block;
  padding-left: 5px;
}
.checkout-form .form-wrapper .form-control, .checkout-form.cabinet-form .form-control,
.contact-message-form .form-wrapper .form-control,
.contact-message-form.cabinet-form .form-control {
  margin-top: 0;
  padding: 12px 18px;
  border-radius: 4px;
  border-width: 1px !important;
  border: 1px solid #292929;
  line-height: 1.2;
  min-height: 46px;
}
.checkout-form .form-wrapper .form-control:hover, .checkout-form.cabinet-form .form-control:hover,
.contact-message-form .form-wrapper .form-control:hover,
.contact-message-form.cabinet-form .form-control:hover {
  background-color: #FFFFFF;
}
.checkout-form.cabinet-form .form-control,
.contact-message-form.cabinet-form .form-control {
  margin-bottom: 50px;
}
.checkout-form .ajax-progress,
.contact-message-form .ajax-progress {
  display: none;
}
.checkout-form .field--type-datetime,
.contact-message-form .field--type-datetime {
  position: relative;
  margin-bottom: 21px;
}
.checkout-form .field--type-datetime:focus-within h4,
.contact-message-form .field--type-datetime:focus-within h4 {
  color: #5eb299;
}
.checkout-form .field--type-datetime h4,
.contact-message-form .field--type-datetime h4 {
  color: rgba(73, 73, 73, 0.54);
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 9px;
  display: block;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
  background-color: transparent;
  transform-origin: 0 0;
  transform: translateY(-15px) scale(0.82);
  transition: transform 0.2s, color 0.2s;
  z-index: 2;
}

.form-item-date .form-control {
  width: auto;
  display: inline;
}

.footer-order .form {
  margin-bottom: 15px;
}
.footer-order .form .form-actions {
  margin-bottom: 0;
}
.footer-order .form .form-actions input {
  line-height: 1.7;
}
@media (min-width: 992px) {
  .footer-order .form .form-actions input {
    margin-top: 16px;
  }
}
.footer-order .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) {
  margin-bottom: 0;
}

form details .container-inline .form-item {
  margin: 0 1em 0 0;
  display: inline-block;
}
form details .container-inline .form-item input {
  width: auto;
}
form details .container-inline {
  margin-bottom: 1em;
}

.block-other-project .project-cottage--list .project-cottage--page .project-cottage-col {
  width: 25%;
}
@media (max-width: 1199.98px) {
  .block-other-project .project-cottage--list .project-cottage--page .project-cottage-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  .block-other-project .project-cottage--list .project-cottage--page .project-cottage-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .block-other-project .project-cottage--list .project-cottage--page .project-cottage-col {
    width: 100%;
  }
}
/*# sourceMappingURL=_maps/index.css.map */
