<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 35px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px;
}
.modal-body {
  padding: 0 0 20px;
}
.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s;
}
.modal-close:hover {
  opacity: 1;
  color: #fff;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal .form-actions {
  margin: 0 !important;
  text-align: center;
}
.modal form {
  max-width: 360px;
  margin: 0 auto;
}

#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;
}
.breadcrumb h4 {
  font-size: 11px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
}

.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 &gt; div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #131313;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "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: #4577D4;
  transition: color 0.4s;
}
.main-menu a {
  color: #4F4F4F;
}
.main-menu a:hover {
  color: #4577D4;
}
a:hover {
  color: #2653a6;
  text-decoration: none;
}
a:active {
  color: #1d3e7d;
}
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;
}

.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #131313;
  background-color: #FFFFFF;
}
.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 &gt; a {
    float: left;
    padding-right: 0.7rem;
  }
  .main-menu .classic-menu-dropdown &gt; 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 &gt; 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: #4577D5;
  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: #4F4F4F;
  background-color: transparent !important;
}
.header-logo img {
  height: 40px;
}
.header-logo--small img {
  height: 2.4rem;
}
.header-phone .btn {
  margin-left: 15px;
}
.header-full {
  padding: 15px 0;
}
.header-full .nav a {
  color: #4F4F4F;
}
.header-full li {
  padding: 0 1em;
}
.header-small {
  padding: 10px 0;
}
.header-info {
  border-bottom: 1px solid #F5F5F5;
}
.header a {
  color: inherit;
}
.header-row-search.header-row {
  display: none;
}
@media (max-width: 991.98px) {
  .header-row-search.header-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header-col--search-small {
  display: none;
}
@media (max-width: 991.98px) {
  .header-col--search-small {
    display: block;
    max-width: 320px;
    float: right;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .header-logo-title {
    max-width: 310px;
  }
}

.small-menu {
  padding: 10px 0 20px;
  border-top: solid 1px #F5F5F5;
}
.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: #F5F5F5;
}
.small-menu a:active {
  background-color: rgba(245, 245, 245, 0.07);
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .page {
    padding-top: 160px !important;
  }
}
.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-left: right;
}

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

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

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

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

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

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

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

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

a {
  text-decoration: none;
}

.rigthblock {
  flex: 1;
}

.catalog--row .product-cart {
  width: 200px;
}

.page--service .page--service {
  padding-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: none;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  padding: 10px 18px;
  min-width: 160px;
  font-size: 14px;
  color: #fff;
  border-color: #4577D5;
  background-color: #4577D5;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #2b5dbc;
}
.btn:active {
  background-color: #214993;
}
.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);
}

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

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

#commerce-product-product-edit-form .form-textarea-wrapper textarea {
  visibility: visible !important;
}
/*# sourceMappingURL=_maps/index.css.map */
</pre></body></html>