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

@media (min-width: 992px) {
  #block-contactblock-question .modal-dialog {
    max-width: 500px;
    margin: 1.75rem 4.75rem 1.75rem auto;
  }
  #block-contactblock-question .modal-dialog .modal-content {
    padding: 60px 40px;
  }
}

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

.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: #000000;
  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: #1a3a5b;
  transition: color 0.4s;
  text-decoration: none;
}
.main-menu a {
  color: #1a3a5b;
}
.main-menu a:hover {
  color: #ffffff;
}
a:hover {
  color: #2b6097;
  text-decoration: none;
}
a:active {
  color: #2b6097;
}
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: #000000;
  background-color: #f6f6f6;
}
.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(0, 0, 0, 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(0, 0, 0, 0.7);
}
.footer-address {
  max-width: 240px;
}
@media (max-width: 991.98px) {
  .footer-address {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .footer-email, .footer-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer a {
  color: #000000;
}
.footer a:hover {
  color: #000000;
}
.footer-contacts-title {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}
.footer .header-logo {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .footer .header-logo {
    margin: 0 auto 50px;
  }
}
.footer .header-logo-image::after {
  content: "" !important;
}
@media (max-width: 991.98px) {
  .footer .header-logo-content .header-logo-title {
    display: block;
  }
  .footer .header-logo-content .header-logo-text {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .footer-menu-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .menu--footer > .menu {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer .menu--footer > .menu {
    text-align: center;
  }
}
.footer .menu--footer .menu-item--expanded {
  width: 100% !important;
}
.footer .menu--footer .menu-item--expanded span {
  padding: 0;
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  display: block;
}
.footer .menu--footer > .menu > li > .menu {
  column-count: 2;
  column-gap: 3rem;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .footer .menu--footer > .menu > li > .menu {
    column-count: 1;
  }
}
@media (max-width: 991.98px) {
  .footer .menu--footer > .menu > li > .menu {
    text-align: center;
  }
}
.footer .menu--footer > .menu > li > .menu a {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 0;
  position: relative;
  opacity: 0.8;
  font-weight: normal;
  margin: 0;
  transition: 0.3s;
}
.footer .menu--footer > .menu > li > .menu a:hover {
  opacity: 1;
  text-decoration: none;
}
.footer .menu--footer > .menu > li > .menu .menu {
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .footer .menu--footer > .menu > li > .menu .menu {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .footer .menu--footer > .menu > li > .menu .menu-item {
    padding-top: 0 !important;
  }
}
.footer .menu--menu-footer .menu {
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .footer .menu--menu-footer .menu {
    text-align: center;
    margin-top: 20px;
  }
}
.footer .menu--menu-footer .menu-item {
  width: 100% !important;
}
@media (max-width: 991.98px) {
  .footer .menu--menu-footer .menu-item {
    padding-top: 0 !important;
  }
}
.footer .menu--menu-footer .menu span {
  padding: 0;
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  display: block;
}
.footer .menu--menu-footer .menu a {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 0;
  position: relative;
  opacity: 0.8;
  font-weight: normal;
  margin: 0;
  transition: 0.3s;
}
.footer .menu--menu-footer .menu a:hover {
  opacity: 1;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .main-menu {
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f4f4f4;
  }
}
@media (max-width: 991.98px) {
  .main-menu .menu-item .nav-link:hover {
    color: #003399;
  }
}
@media (min-width: 992px) {
  .main-menu .menu-item {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .main-menu .nav-link {
    padding: 13px 16px !important;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .main-menu .nav-link {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .main-menu .classic-menu-dropdown .menu-dropdown-trigger {
    height: 40px !important;
  }
}
@media (max-width: 991.98px) {
  .main-menu .classic-menu-dropdown .nav-link {
    padding: 13px 36px 13px 16px !important;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown {
    position: relative;
  }
  .main-menu .classic-menu-dropdown > a {
    float: left;
    padding-right: 0.7rem !important;
  }
  .main-menu .classic-menu-dropdown > span i {
    line-height: 1.5;
    color: #1a3a5b;
  }
  .main-menu .classic-menu-dropdown > .menu {
    left: 0;
    min-width: 345px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    display: none;
    padding: 0 !important;
    background-color: #ffffff;
    margin: 0;
    border: 1px solid #d0cccc;
    border-radius: 4px;
  }
  .main-menu .classic-menu-dropdown > .menu > .menu-item .menu-dropdown-trigger {
    padding: 5px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .main-menu .classic-menu-dropdown > .menu > .menu-item:hover {
    background-color: #eef4ff;
  }
}
@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown > .menu > .menu-item:hover .nav-link {
    color: #1a3a5b;
  }
  .main-menu .classic-menu-dropdown > .menu .nav-link {
    display: block;
    padding: 15px 15px !important;
    line-height: 1.5;
    width: 100%;
  }
  .main-menu .classic-menu-dropdown > .menu .menu {
    left: 100%;
    top: -1px;
  }
  .main-menu .classic-menu-dropdown .menu-dropdown-trigger {
    transition: 0.4s;
  }
  .main-menu .classic-menu-dropdown:hover > .menu-dropdown-trigger {
    transform: rotate(-180deg);
  }
  .main-menu .classic-menu-dropdown:hover > .menu {
    display: block;
  }
  .main-menu .classic-menu-dropdown:hover > .menu .classic-menu-dropdown:hover > .menu-dropdown-trigger {
    transform: rotate(-90deg);
  }
}
#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: #1a3a5b;
  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: #494949;
  background: #ffffff;
}
.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: #1a3a5b;
}
.header-full li {
  padding: 0 1em;
}
.header-small {
  padding: 10px 0;
}
.header-info {
  border-bottom: 1px solid #f9f9f9;
}
.header a {
  color: #494949;
}
.header-nav-content-phone {
  display: none;
}
.header--fixed .header-nav-content-phone {
  display: inherit;
}

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

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

.f-contact-page h1.page-title {
  text-align: left;
}

.service-promo--slide .service-promo-image picture {
  width: 100%;
}

@media (max-width: 340px) {
  .modal {
    padding-right: 0 !important;
  }
  .modal-backdrop {
    width: 100%;
    height: 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__item {
  display: flex;
  align-items: center;
  padding-left: 45px;
  position: relative;
  line-height: 1;
  margin: 0 0 10px;
  min-height: 50px;
}
.field--name-field-attach .field__item::before {
  content: url("../images/attach.svg");
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -47%, 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 {
  margin: 0px auto;
  max-width: 930px;
}
.text-formatted h1,
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5,
.text-formatted h6 {
  text-align: center;
}
.text-formatted p {
  font-size: 18px;
  line-height: 26px;
}
.text-formatted li ul,
.text-formatted li ol {
  margin: 16px 0px;
}
.text-formatted blockquote {
  border-left: 2px solid #1a3a5b !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%;
  }
}

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

.product-price-current {
  display: flex;
  align-items: center;
}
.product-price-current span {
  margin-right: 10px;
}

.product-teaser .product-mark {
  position: absolute !important;
  left: 12px !important;
}
.product-teaser .product-content .btn {
  margin: 15px 0;
}

.links-block {
  margin-bottom: 40px;
}
.links-block h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.links-block__list {
  padding: 0 37px;
  margin-bottom: 0;
  list-style: none;
  border-top: 1px solid #d0cccc;
  border-bottom: 1px solid #d0cccc;
  border-radius: 4px;
}
.links-block__list:not(.flickity-enabled) {
  display: none;
}
.links-block a {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 54px;
  white-space: nowrap;
  padding: 0 15px;
  border-right: 1px solid #d0cccc;
  transition: background-color 0.4s, color 0.2s;
}
.links-block a:hover {
  color: #fff;
  background-color: #b5c6d8;
}
.links-block .flickity-button {
  width: 37px;
  height: 100%;
  padding: 0;
  border-radius: 0;
  background-color: #a5bcd4;
  transition: background-color 0.4s;
  border-radius: 0;
}
.links-block .flickity-button svg {
  display: none;
}
.links-block .flickity-button::before {
  content: url(../images/template/flickity-arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  transform: translate(-50%, -50%);
}
.links-block .flickity-button.previous {
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.links-block .flickity-button.next {
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.links-block .flickity-button.next::before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.links-block .flickity-button:hover {
  background-color: #b5c6d8;
}

.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: #ffffff;
  border-color: #1a3a5b;
  background-color: #1a3a5b;
  transition: box-shadow 0.4s, background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #0f2133;
}
.btn:active {
  background-color: #03070c;
}
.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-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: 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: #1a3a5b;
}
.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),
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) {
  position: relative;
  margin-top: 16px;
  margin-bottom: 29px;
  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) label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) label {
  color: rgba(0, 0, 0, 0.54);
  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;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox)::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox)::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) .description,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox) .description {
  color: rgba(0, 0, 0, 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).form-item--empty label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty label {
  color: #000000;
  transform: translate3d(0, 18px, 0);
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty:focus-within label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).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).form-item--empty:focus-within::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox).form-item--empty:focus-within::before {
  border-color: #1a3a5b;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):hover .form-control,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):hover .form-control {
  border: 1px solid #8c8c8c;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within label,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within label {
  color: #1a3a5b;
}
.checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within::before,
.contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):focus-within::before {
  transform: none;
  transition: none;
  border-color: #1a3a5b;
}
.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;
}

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

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

#block-product-similar .catalog-row:not(.flickity-enabled) {
  display: flex;
}
#block-product-similar .catalog-row.flickity-enabled {
  display: block;
}

.article-specific {
  display: flex;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  height: 20px;
}
.article-specific > div {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.article-specific > div img {
  margin-right: 5px;
}
.article-specific .node__submitted {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  height: 20px;
}

.node--type-article .field--name-field-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px !important;
}
.node--type-article .field--name-field-article-tags h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  white-space: nowrap;
  margin-bottom: 0;
}
.node--type-article .field--name-field-article-tags .article-tags-link {
  border: 1px solid #1a3a5b;
  border-radius: 2px;
  margin: 0;
  padding: 6px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.node--type-article .field--name-field-article-tags .article-tags-link:hover {
  background-color: #1a3a5b;
  color: #fff;
}
.node--type-article.node--view-mode-teaser .field--name-field-article-tags {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.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: #1a3a5b;
}
.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: #091420;
}
@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: #1a3a5b;
}
.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: #091420;
}
@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: #1a3a5b;
}
.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: #091420;
}

.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: #1a3a5b;
  background-color: #fff;
}
.whatsapp-widget--colored .whatsapp-widget__link {
  background-color: #1a3a5b;
}
@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 */
