.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;
  color: #000000;
  background: #fff;
  max-width: 205px; }
  @media (max-width: 767.98px) {
    #manager-menu {
      display: none !important; } }
  #manager-menu .contextual {
    display: none; }
  #manager-menu .toggle-manager {
    position: relative;
    z-index: 3;
    max-width: 1em;
    cursor: pointer; }
  #manager-menu h2 {
    margin: -1em 0 0.5em 1em;
    font-size: 1.5em; }
  #manager-menu a {
    color: #000000; }
    #manager-menu a:hover {
      color: gray; }

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

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

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

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

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

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

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

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

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

a {
  color: #695eff;
  transition: color 0.4s; }
  .main-menu a {
    color: #ffffff; }
    .main-menu a:hover {
      color: #3b32b4; }
  a:hover {
    color: #b0abff;
    text-decoration: none; }
  a:active {
    color: #b0abff; }
  a:focus {
    outline: none; }

b,
strong {
  font-weight: 600; }

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

button:focus {
  outline: none !important; }

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

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  table td,
  table th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9; }
  table tbody + tbody {
    border-top: 2px solid #eceeef; }

#views-form-editor-page table tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2; }

#views-form-editor-page table tbody tr td.is-active {
  color: #000000; }

#views-form-editor-page table tbody tr .dropbutton a {
  color: #000000; }

.form-control {
  height: auto; }

.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #494949;
  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(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; }

@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown {
    position: relative; }
    .main-menu .classic-menu-dropdown > a {
      float: left;
      padding-right: 0.7rem; }
    .main-menu .classic-menu-dropdown > span i {
      line-height: 1.5;
      color: #ffffff; }
    .main-menu .classic-menu-dropdown ul {
      left: 0;
      min-width: 175px;
      position: absolute;
      z-index: 1000;
      top: 90%;
      display: none;
      padding: 0.5rem;
      background-color: #ffffff;
      margin: 0;
      border: 1px solid #eee;
      border-radius: 4px; }
    .main-menu .classic-menu-dropdown:hover ul {
      display: block; } }

#small-menu .main-menu {
  display: block;
  text-align: center; }
  #small-menu .main-menu li {
    padding: 0.5rem 0; }
    #small-menu .main-menu li.classic-menu-dropdown {
      position: relative; }
      #small-menu .main-menu li.classic-menu-dropdown > a {
        float: none; }
      #small-menu .main-menu li.classic-menu-dropdown .menu {
        position: static;
        float: none;
        display: none;
        border-radius: 0;
        padding: 0; }
        #small-menu .main-menu li.classic-menu-dropdown .menu li {
          text-align: center; }
      #small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
        position: absolute;
        top: 0.5rem;
        right: 0;
        width: 15%;
        cursor: pointer; }
      #small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
        transform: rotate(180deg); }

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  margin: 0 10px 0 0;
  background-color: #695eff;
  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: #ffffff; }
    .header-full li {
      padding: 0 1em; }
  .header-small {
    padding: 10px 0; }
  .header-info {
    border-bottom: 1px solid #e1dfff; }
  .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 #e1dfff; }
  .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: #e1dfff; }
    .small-menu a:active {
      background-color: rgba(225, 223, 255, 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; }

.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 #695eff !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: #695eff;
  -webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25)); }

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

.btn {
  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: #695eff;
  background-color: #695eff;
  transition: box-shadow 0.4s, background-color 0.4s; }
  .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn:hover {
    color: #fff;
    background-color: #392bff; }
  .btn:active {
    background-color: #1100f7; }
  .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: #695eff; }
  .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: .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: .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: .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: 21px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: background-color 0.4s;
  z-index: 1; }
  .checkout-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) label,
  .contact-message-form .form-item:not(.form-type-radio):not(fieldset):not(.form-type-checkbox):not(.form-type-date) label {
    color: rgba(73, 73, 73, 0.54);
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 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):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: #494949;
    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: #695eff; }
  .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: #695eff; }
  .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: #695eff; }

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

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

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

@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: #695eff; }

.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: #2212ff; }
  @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: #695eff; }

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

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