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

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

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

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

@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: "Roboto Slab", Helvetica, Arial, sans-serif !important;
  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: #3a5467;
  transition: color 0.4s;
}
.main-menu a {
  color: #ffffff;
}
.main-menu a:hover {
  color: #b2c8d8;
}
a:hover {
  color: #567c98;
  text-decoration: none;
}
a:active {
  color: #567c98;
}
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;
}

.form-control {
  height: auto;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on September 22, 2017 5:40 PM */
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab/RobotoSlab-Thin.eot");
  src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"), url("../fonts/RobotoSlab/RobotoSlab-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab/RobotoSlab-Thin.woff") format("woff"), url("../fonts/RobotoSlab/RobotoSlab-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab/RobotoSlab-Light.eot");
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/RobotoSlab/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab/RobotoSlab-Light.woff") format("woff"), url("../fonts/RobotoSlab/RobotoSlab-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab/RobotoSlab-Bold.eot");
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/RobotoSlab/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab/RobotoSlab-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab/RobotoSlab-Regular.eot");
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/RobotoSlab/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoSlab/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab/RobotoSlab-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #494949;
  background-color: #e6eff6;
}
.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(73, 73, 73, 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(73, 73, 73, 0.7);
}
.footer a {
  color: #494949;
}
.footer a:hover {
  color: #494949;
}

.main-menu .classic-menu-dropdown .menu-dropdown-trigger {
  color: #405f76;
  height: 35px !important;
}
@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown {
    position: relative;
  }
  .main-menu .classic-menu-dropdown .menu-dropdown-trigger {
    color: #fff;
  }
  .main-menu .classic-menu-dropdown > a {
    float: left;
    padding-right: 0.7rem;
  }
  .main-menu .classic-menu-dropdown > span i {
    line-height: 1.5;
    color: #ffffff;
  }
  .main-menu .classic-menu-dropdown .menu {
    left: 0;
    min-width: 220px;
    position: absolute;
    z-index: 1000;
    top: 90%;
    display: none;
    padding: 0 !important;
    background-color: #ffffff;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  .main-menu .classic-menu-dropdown .menu .nav-link {
    color: #3a5467;
    display: flex;
    width: 100%;
    padding: 10px 15px !important;
  }
  .main-menu .classic-menu-dropdown .menu li {
    margin-right: 0;
  }
  .main-menu .classic-menu-dropdown .menu li:hover {
    background-color: #405f76;
  }
  .main-menu .classic-menu-dropdown .menu li:hover .nav-link {
    color: #fff;
  }
  .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: #527a97;
  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 {
  flex-shrink: 0;
  color: #9c9c9c;
  background: #0d314b;
}
.header #languages {
  display: none !important;
}
@media (max-width: 991.98px) {
  .header .header-col--logo {
    margin-right: 0 !important;
  }
}
.header-logo img {
  height: 50px !important;
  max-width: none !important;
}
@media (max-width: 991.98px) {
  .header-logo img {
    height: 40px !important;
  }
}
@media (max-width: 575.98px) {
  .header-logo img {
    height: 30px !important;
  }
}
.header-logo--small img {
  height: 2.4rem;
}
@media (max-width: 991.98px) {
  .header-logo-content {
    display: flex !important;
    max-width: 116px !important;
    margin-left: 5px !important;
  }
}
@media (max-width: 991.98px) and (max-width: 480px) {
  .header-logo-content {
    max-width: 100px !important;
  }
}
@media (max-width: 991.98px) {
  .header-logo-content .header-logo-title {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) and (max-width: 480px) {
  .header-logo-content .header-logo-title {
    font-size: 12px;
  }
}
.header-phone .btn {
  margin-left: 15px;
}
.header-full {
  padding: 15px 0;
}
.header-full .nav a {
  color: #ffffff;
}
.header-full li {
  padding: 0 1em;
}
.header-small {
  padding: 10px 0;
}
.header-info {
  border-bottom: 1px solid #b2c8d8;
}
.header a {
  color: #9c9c9c;
}
@media (max-width: 991.98px) {
  .header-button {
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .header-button .btn--recall {
    margin-left: 2px !important;
  }
}
@media (max-width: 480px) {
  .header .header-toggler {
    margin-left: 2px !important;
  }
}
.header-nav-content-phone {
  display: none;
}
.header--fixed .header-nav-content-phone {
  display: inherit;
}
@media (max-width: 991.98px) {
  .header-nav .header-social-networks {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .header-nav .nav-link {
    font-size: 14px !important;
  }
}
.header-nav .nav-link:hover {
  color: #527a97;
}
@media (max-width: 991.98px) {
  .header-nav .nav-link {
    color: #0d314b;
  }
}
.header-nav-right .mobile-menu-phone .header-phone a {
  color: #0d314b;
}
@media (max-width: 991.98px) {
  .header-visitka .header-full .header-full-right {
    margin-left: auto !important;
  }
}
@media (max-width: 991.98px) {
  .header-visitka .header-full .header-full-right .header-social-networks {
    display: flex !important;
    margin-right: 0;
    padding: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 480px) {
  .header-visitka .header-full .header-full-right .header-social-networks a {
    margin: 0 2px;
  }
  .header-visitka .header-full .header-full-right .header-social-networks .messangers {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-social-networks {
    margin-top: 0 !important;
  }
}

.small-menu {
  padding: 10px 0 20px;
  border-top: solid 1px #b2c8d8;
}
.small-menu ul {
  display: flex;
  font-size: 21px;
  font-weight: 600;
  margin: 0 -10px;
  flex-direction: column;
}
.small-menu a {
  display: block;
  padding: 15px 10px;
  text-align: right;
  transition: color 0.4s, background-color 0.4s;
}
.small-menu a:hover {
  color: #b2c8d8;
}
.small-menu a:active {
  background-color: rgba(178, 200, 216, 0.07);
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-content {
  flex-grow: 1;
  padding-bottom: 30px;
}
.page--service .page-content {
  padding-bottom: 0;
}

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

@media (max-width: 767.98px) {
  .paragraph--type--gallery .container {
    max-width: 100%;
  }
}

.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 {
  color: #494949;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  padding-left: 65px;
  border-bottom: solid 1px transparent;
}
.field--name-field-attach .file a:hover {
  color: #6f6f6f;
}
.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 #527a97 !important;
  padding: 0px 0px 0px 39px !important;
  margin: 0px 103px 46px 103px !important;
}
.text-formatted blockquote::before {
  display: none;
}
@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 .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: #e2e2e2 transparent;
    scrollbar-width: thin;
  }
}
.is-dragging a {
  pointer-events: none;
}

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

.service-reviews {
  padding: 70px 0;
}
.service-reviews__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
@media (max-width: 420px) {
  .service-reviews__list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
.service-reviews__item {
  display: flex;
  flex-direction: column;
}
.service-reviews__iframe {
  margin-top: 3px;
}
.service-reviews__btn.btn {
  margin-top: auto;
  background-color: #fedc51;
  border-color: #fedc51;
  color: #494949;
}
.service-reviews__btn.btn.green {
  background-color: rgb(48, 173, 0);
  border-color: rgb(48, 173, 0);
  color: #fff;
}
.service-reviews__btn.btn.green:hover {
  background-color: #894107;
  border-color: #894107;
}
.service-reviews__btn.btn.orange {
  background-color: #e47700;
  border-color: #e47700;
  color: #fff;
}
.service-reviews__btn.btn.orange:hover {
  background-color: #894107;
  border-color: #894107;
}
.service-reviews__description {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
.service-reviews__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.service-reviews__qr {
  margin-right: 10px;
  width: 150px;
}
@media (max-width: 420px) {
  .service-reviews__qr {
    width: 115px;
  }
}
.service-reviews__widget {
  max-width: 200px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.service-reviews__widget img {
  margin: 5px 0;
  display: block;
}

.page--visitka.page--service .service-promo-title {
  max-width: 630px;
}
.page--visitka.page--service .service-promo-short {
  max-width: 630px;
}
.page--visitka.page--service .sidebar-nav-header {
  color: #fff;
}

.field--name-field-button > .field__item:not(:last-child) {
  margin-bottom: 10px;
}

.synsearch .catalog .btn {
  margin: 0 auto;
  display: flex;
}
@media (max-width: 500px) {
  .synsearch .catalog h2 {
    font-size: 20px;
  }
}

.cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.81);
  z-index: 100;
}
.cookie-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .cookie-wrapper {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.cookie-content {
  color: #fff;
  font-size: 15px;
}
.cookie-content a {
  margin-left: 5px;
  color: #3a5467;
  text-decoration: underline;
}
.cookie-content a:hover {
  text-decoration: none;
}
.cookie-btn {
  position: relative;
}
.cookie-btn:hover {
  color: #fff;
}
.cookie-btn:hover::after, .cookie-btn:hover::before {
  width: 100%;
  left: 0;
}
.cookie-btn::after, .cookie-btn::before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #fff;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.cookie-btn::before {
  top: -6px;
}

.region-menu-main {
  flex: 1;
}

.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: #527a97;
  background-color: #527a97;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #405f76;
}
.btn:active {
  background-color: #2e4555;
}
.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;
}

.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 20px;
  position: relative;
  text-align: center;
}
.checkout-form .form-actions,
.contact-message-form .form-actions {
  margin-bottom: 0;
  padding-top: 15px;
}
.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: #527a97;
}
.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);
}
.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: 16px;
  margin-bottom: 30px;
  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: #777;
  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;
  z-index: 2;
  pointer-events: none;
}
.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: 5px;
  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: #777;
  transform: translate3d(0, 18px, 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: #527a97;
}
.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 #8c8c8c;
}
.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: #527a97;
}
.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: #527a97;
}
.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: 15px;
  border-radius: 5px;
  border-width: 1px !important;
  border: 1px solid #ccc;
}
.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: #527a97;
}
.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 {
  margin-bottom: 1em;
}
form details .container-inline .form-item {
  margin: 0 1em 0 0;
  display: inline-block;
}
form details .container-inline .form-item input {
  width: auto;
}

@media (max-width: 797px) {
  .assortiment-modal .field--name-field-size .form-item.form-item--empty:focus-within label {
    transform: translateY(-24px) scale(0.82) !important;
  }
  .assortiment-modal .field--name-field-size label {
    top: -3px !important;
    line-height: 1 !important;
    text-align: left;
  }
}

@media (max-width: 991.98px) {
  .service-order .service-order-text {
    text-align: center !important;
  }
}

.contact-message-order-form .form-item--fz-152,
.contact-message-callback-form .form-item--fz-152 {
  margin-top: 0;
}
.contact-message-order-form .form-item--fz-152-label,
.contact-message-callback-form .form-item--fz-152-label {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .contact-message-order-form .form-item--fz-152-desctiprion,
  .contact-message-callback-form .form-item--fz-152-desctiprion {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  .contact-message-order-form .form-item--fz-152,
  .contact-message-callback-form .form-item--fz-152 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .contact-message-order-form .form-item--fz-152,
  .contact-message-callback-form .form-item--fz-152 {
    max-width: 377px;
    margin: 0 auto 15px !important;
  }
}
.contact-message-order-form .form-item--fz-152-label span,
.contact-message-callback-form .form-item--fz-152-label span {
  color: red;
}
.contact-message-order-form .form-item--fz-152-label::after,
.contact-message-callback-form .form-item--fz-152-label::after {
  content: none;
}

.contact-message-callback-form .form-item--fz-152 {
  margin: 0;
}
@media (max-width: 575.98px) {
  .contact-message-callback-form .form-item--fz-152 {
    margin: 0 auto !important;
  }
}

@media (min-width: 992px) {
  .contact-message-order-form .form-item--fz-152-label br {
    display: none;
  }
}

.paragraph--type--gallery {
  padding-bottom: 70px !important;
}

.service-gallery__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .service-gallery__row {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
  }
}
.service-gallery__row .service-gallery__col {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #894107;
  margin: 0;
}
@media (max-width: 478px) {
  .service-gallery__row .service-gallery__col {
    max-width: 283px;
    margin: 0 auto;
  }
}
.service-gallery__row .assortment-teaser {
  padding: 25px 25px 50px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .service-gallery__row .assortment-teaser {
    padding: 15px 15px 30px;
  }
}
.service-gallery__row .assortment-teaser .field--name-field-image {
  height: 100%;
}
.service-gallery__row .assortment-teaser .field--name-field-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.service-gallery__row .assortment-teaser-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-gallery__row .assortment-teaser-image {
  margin-bottom: 15px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-gallery__row .assortment-teaser-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.service-gallery__row .assortment-teaser-body {
  margin-bottom: 15px;
}
.service-gallery__row .assortment-teaser-body .field--name-field-body {
  font-weight: 400;
  font-size: 16px;
  overflow-wrap: break-word;
}
.service-gallery__row .assortment-teaser-callback {
  min-width: 100%;
  height: 50px;
  margin-top: auto;
}

.assortiment-modal .field--name-field-title {
  visibility: hidden;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.assortiment-modal .field--name-field-name label {
  display: none !important;
}
.assortiment-modal .field--name-field-name input {
  font-weight: 700;
}

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

.service-block-gallery .field--name-field-partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 289px));
  gap: 20px;
  justify-content: center;
}
.service-block-gallery .field--name-field-partners .field__item {
  margin: 0;
}
.service-block-gallery .field--name-field-partners .field__item .paragraph--type--partner-item {
  height: 100%;
}
.service-block-gallery .field--name-field-partners .field__item .field--name-field-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: 0.3s;
}
.service-block-gallery .field--name-field-partners .field__item .field--name-field-image img {
  object-fit: contain;
  height: auto;
  max-width: 300px;
}
.service-block-gallery .field--name-field-partners .field__item .field--name-field-image:hover {
  opacity: 0.8;
}

.messangers,
.socials {
  display: flex;
  margin: 0px -8px 10px;
}

.messangers {
  margin-right: 8px;
}

.header-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #527a97;
}
.header-social-networks {
  display: none;
  padding-left: 16px;
  margin: 8px -10px 0px -10px;
}
.header-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.header-social-networks a:hover {
  background-color: #375265;
}
@media (max-width: 991.98px) {
  .header-social-networks {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.footer-social-link {
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #527a97;
}
.footer-social-networks {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer-social-networks a {
  padding: 0px;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.footer-social-networks a:hover {
  background-color: #375265;
}
@media (max-width: 991.98px) {
  .footer-social-networks {
    margin-top: 30px;
    text-align: left;
  }
}

.contact-social-link {
  width: 38px;
  height: 38px;
  display: flex !important;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #527a97;
}
.contact-social-networks {
  margin: 0px -10px 0px -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact-social-networks a {
  padding: 0px !important;
  margin: 0px 8px;
  transition: background-color 0.4s;
}
.contact-social-networks a:hover {
  background-color: #375265;
}

.whatsapp {
  background-color: #25d366;
}
.whatsapp-widget {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 120px;
  z-index: 50;
}
.whatsapp-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #25d366;
  box-shadow: 0 0 10px -3px #131313;
  transition: box-shadow 0.4s;
}
.whatsapp-widget__link svg {
  width: 42px;
  height: 42px;
  animation: sway 6s ease-in-out infinite;
}
.whatsapp-widget__sign {
  color: #25d366;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(19, 19, 19, 0.3), 0 0 3px rgba(141, 198, 63, 0.3);
  text-align: center;
  text-shadow: 0 0 1px rgba(19, 19, 19, 0.3);
}
.whatsapp-widget--colored .whatsapp-widget__sign {
  color: #527a97;
  background-color: #fff;
}
.whatsapp-widget--colored .whatsapp-widget__link {
  background-color: #527a97;
}
@media (max-width: 767.98px) {
  .whatsapp-widget {
    bottom: 5px;
    right: 5px;
  }
}
.whatsapp:hover {
  background-color: #1a9247 !important;
}

.telegram {
  background-color: #1d97c9 !important;
}
.telegram svg {
  margin-left: -3px;
}
.telegram:hover {
  background-color: #136586 !important;
}

.viber {
  background-color: #7360f2;
}
.viber svg {
  margin-bottom: -2px;
}
.viber:hover {
  background-color: #3519ec !important;
}
/*# sourceMappingURL=_maps/index.css.map */
