.synbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
  color: #ffffff;
  background-color: #ff3333;
  border-color: #ff3333; }
  .synbtn:hover {
    background-color: #cc0000;
    border-color: #cc0000; }
  .synbtn:active {
    opacity: 0.7; }
  .synbtn:focus {
    box-shadow: none;
    outline: none; }

.btn {
  max-width: 370px;
  padding: 28px 15px;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  white-space: normal;
  transition: all 400ms linear; }
  .btn-green {
    max-width: 370px;
    padding: 28px 15px;
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    white-space: normal;
    transition: all 400ms linear;
    background: #00AF2F;
    box-shadow: 0px 17px 41px rgba(14, 139, 48, 0.49);
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.5px; }
    .btn-green:hover {
      background: #038325;
      color: #fff;
      box-shadow: 0px 17px 41px rgba(14, 139, 48, 0.7);
      transition: all 400ms linear; }

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0; }

.jumbotron {
  background: none; }

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px); }
  details select.form-control:not([size]):not([multiple]) {
    height: 2.8rem;
    width: 80%; }

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px; }

.container-inline .form-no-label {
  display: inline-block;
  width: 45%; }

.container-inline input {
  box-sizing: border-box; }

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0; }

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto; }
  @media (min-width: 576px) {
    .bootstrap-adaptive {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .bootstrap-adaptive {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .bootstrap-adaptive {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .bootstrap-adaptive {
      max-width: 1140px; } }

/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto; }

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px; }

form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px; }
  form.node-image-form .image-widget-data .form-type-textfield {
    margin-top: 0; }

/**  Modals + webform */
.modal-content {
  border-radius: 0; }
  .modal-content .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 30px;
    padding: 0.5rem;
    line-height: 1.5rem; }
  .modal-content .modal-header {
    border: 0;
    padding-bottom: 0;
    padding-top: 3rem; }
    .modal-content .modal-header h4 {
      width: 100%;
      text-align: center; }
  .modal-content .modal-body {
    padding-bottom: 3rem; }
  .modal-content .form-actions {
    padding: 0 15px 0 15px;
    margin: 30px -15px 0;
    text-align: center; }
  .modal-content form {
    max-width: 360px;
    margin: 0 auto; }
  .modal-content .form-item > label {
    display: none; }

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

.h-0 {
  height: 0 !important; }

.region-tabs {
  height: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: auto;
  font-size: 0.875em;
  line-height: 1.1em; }
  .region-tabs nav {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    z-index: 8;
    padding: 0 0 0 0.1em;
    margin: 0;
    overflow: hidden;
    border: none;
    background: none; }
    .region-tabs nav li {
      display: block;
      float: left;
      vertical-align: bottom;
      margin: 0 0 0 0.35em; }
      .region-tabs nav li a {
        color: #000;
        opacity: 0.65;
        background-color: #efefef;
        display: block;
        padding: 0.3em 0.5em 0.2em;
        border: solid 1px #9ab1df;
        border-radius: 3px;
        white-space: nowrap;
        line-height: 1.2; }
        .region-tabs nav li a:hover {
          opacity: 1; }
      .region-tabs nav li.active a {
        background-color: #ffffff; }
  .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; }

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

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.synbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
  color: #ffffff;
  background-color: #ff3333;
  border-color: #ff3333; }
  .synbtn:hover {
    background-color: #cc0000;
    border-color: #cc0000; }
  .synbtn:active {
    opacity: 0.7; }
  .synbtn:focus {
    box-shadow: none;
    outline: none; }

.btn {
  max-width: 370px;
  padding: 28px 15px;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  white-space: normal;
  transition: all 400ms linear; }
  .btn-green {
    max-width: 370px;
    padding: 28px 15px;
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    white-space: normal;
    transition: all 400ms linear;
    background: #00AF2F;
    box-shadow: 0px 17px 41px rgba(14, 139, 48, 0.49);
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.5px; }
    .btn-green:hover {
      background: #038325;
      color: #fff;
      box-shadow: 0px 17px 41px rgba(14, 139, 48, 0.7);
      transition: all 400ms linear; }

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0; }

.jumbotron {
  background: none; }

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px); }
  details select.form-control:not([size]):not([multiple]) {
    height: 2.8rem;
    width: 80%; }

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px; }

.container-inline .form-no-label {
  display: inline-block;
  width: 45%; }

.container-inline input {
  box-sizing: border-box; }

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0; }

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto; }
  @media (min-width: 576px) {
    .bootstrap-adaptive {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .bootstrap-adaptive {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .bootstrap-adaptive {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .bootstrap-adaptive {
      max-width: 1140px; } }

/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto; }

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px; }

form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px; }
  form.node-image-form .image-widget-data .form-type-textfield {
    margin-top: 0; }

/**  Modals + webform */
.modal-content {
  border-radius: 0; }
  .modal-content .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 30px;
    padding: 0.5rem;
    line-height: 1.5rem; }
  .modal-content .modal-header {
    border: 0;
    padding-bottom: 0;
    padding-top: 3rem; }
    .modal-content .modal-header h4 {
      width: 100%;
      text-align: center; }
  .modal-content .modal-body {
    padding-bottom: 3rem; }
  .modal-content .form-actions {
    padding: 0 15px 0 15px;
    margin: 30px -15px 0;
    text-align: center; }
  .modal-content form {
    max-width: 360px;
    margin: 0 auto; }
  .modal-content .form-item > label {
    display: none; }

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

.h-0 {
  height: 0 !important; }

.region-tabs {
  height: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: auto;
  font-size: 0.875em;
  line-height: 1.1em; }
  .region-tabs nav {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    z-index: 8;
    padding: 0 0 0 0.1em;
    margin: 0;
    overflow: hidden;
    border: none;
    background: none; }
    .region-tabs nav li {
      display: block;
      float: left;
      vertical-align: bottom;
      margin: 0 0 0 0.35em; }
      .region-tabs nav li a {
        color: #000;
        opacity: 0.65;
        background-color: #efefef;
        display: block;
        padding: 0.3em 0.5em 0.2em;
        border: solid 1px #9ab1df;
        border-radius: 3px;
        white-space: nowrap;
        line-height: 1.2; }
        .region-tabs nav li a:hover {
          opacity: 1; }
      .region-tabs nav li.active a {
        background-color: #ffffff; }
  .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; }

@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 */
@font-face {
  font-family: 'Bebas Neue';
  src: url("../font/BebasNeueBold.woff2") format("woff2"), url("../font/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bebas Neue';
  src: url("../font/BebasNeueRegular.woff2") format("woff2"), url("../font/BebasNeueRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto-Regular.woff2") format("woff2"), url("../font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto-Bold.woff2") format("woff2"), url("../font/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto-Medium.woff2") format("woff2"), url("../font/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto-Light.woff2") format("woff2"), url("../font/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

/* EXTRA COLORS */
.inverse {
  color: #ffffff; }

/* LAYOUT */
body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background: none !important; }
  body.cke_editable {
    background: #fff; }
  body .bgdark {
    background: #d03f38; }
  body .bglight {
    background: #ff3333;
    color: #ffffff; }

/* HEADERS */
h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

h2 {
  font-size: 4.1rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em; }

h2 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

/* ELEMENTS */
a {
  color: #ff3333;
  transition: all 0.3s;
  text-decoration: none; }
  .main-menu a {
    color: #373a3c; }
    .main-menu a:hover {
      color: #373a3c; }
  a:hover {
    color: #e60000;
    text-decoration: none; }
  a:focus {
    outline: none !important; }

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 {
  max-width: 100%;
  height: auto; }

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

::-webkit-input-placeholder {
  color: #313131 !important; }

::-moz-placeholder {
  color: #313131 !important; }

:-ms-input-placeholder {
  color: #313131 !important; }

:-moz-placeholder {
  color: #313131 !important; }

.messages {
  box-shadow: none;
  border: 0;
  color: #fff;
  margin: 0 0 25px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.25; }
  .messages.messages--error {
    background: rgba(222, 67, 73, 0.95) !important; }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
footer {
  background: none !important;
  color: #313131;
  padding: 1em; }
  footer a {
    color: #373a3c; }
    footer a:hover {
      color: #373a3c; }
  footer .copy {
    font-size: 0.8em; }
  footer .synapse .logo {
    position: relative;
    top: -5px; }
  footer .synapse img {
    height: 28px; }
  footer .synapse .link {
    transition: border-color 0.3s;
    text-decoration: none;
    border-bottom: 1px solid #373a3c; }
    footer .synapse .link:focus, footer .synapse .link:hover {
      border-color: transparent; }
    footer .synapse .link:active {
      border-color: #373a3c; }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.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 {
    padding: 0.5rem 0;
    line-height: 1.5;
    color: #373a3c; }
  .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; }

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

#small-menu {
  border-top: 1px solid #003897;
  margin-top: 10px; }
  #small-menu .menu--main {
    margin-top: 0px; }
  #small-menu li {
    flex-basis: 100%;
    text-align: center;
    margin: 10px 0; }
    #small-menu li a {
      font-size: 16px !important;
      padding: 5px 10px !important; }
      #small-menu li a:after {
        display: none; }
    #small-menu li:last-child {
      max-width: 100%; }

.menu--main {
  margin-top: 50px; }
  @media (max-width: 1600px) and (min-width: 1200px) {
    .menu--main {
      margin-top: -110px; } }
  .menu--main .nav {
    /*justify-content: space-between;*/
    align-items: center; }
  .menu--main ul {
    margin: 0 -20px; }
  .menu--main li {
    padding: 0 20px;
    margin-bottom: 16px; }
    @media (max-width: 767.98px) {
      .menu--main li {
        flex-basis: 100%; } }
    .menu--main li a {
      display: inline-block;
      color: #313131;
      text-transform: uppercase;
      font-weight: bold;
      position: relative;
      font-size: 17px;
      line-height: 1.2em; }
      .menu--main li a:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #003897;
        opacity: 0; }
      .menu--main li a:hover:after {
        opacity: 1;
        bottom: -10px;
        transition: all 200ms linear; }
    .menu--main li:last-child {
      max-width: 300px;
      border-left: 1px solid #C4C4C4; }
      @media (max-width: 1199.98px) {
        .menu--main li:last-child {
          border: 0; } }
  .menu--main.menu--main--fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: 10;
    margin: 0;
    background: #FFFFFF;
    padding: 15px 0 0px 0;
    height: 70px; }
    .menu--main.menu--main--fixed.visible {
      height: auto;
      opacity: 1;
      transition: all 400ms linear; }
    .menu--main.menu--main--fixed .menu-logo {
      padding: 0;
      width: 165px;
      float: left; }
    .menu--main.menu--main--fixed li a {
      font-size: 14px; }
    .menu--main.menu--main--fixed li:last-child {
      width: 240px; }
    @media (min-width: 992px) {
      .menu--main.menu--main--fixed {
        display: block; } }

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 0.3rem;
  border: 2px solid #003897;
  margin: 0.3rem 0 0.3rem 0.6rem;
  background: #003897;
  display: flex;
  justify-content: center;
  align-items: center; }
  .nav-toggler:focus {
    outline: none; }
  .nav-toggler span {
    height: 0.2rem;
    width: 1.4rem;
    position: absolute;
    background: #ffffff;
    transition-duration: 0.3s; }
    .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) {
    display: none; }
  .nav-toggler.collapsed.nav-menu span:nth-child(2) {
    margin-top: -25%;
    transform: none; }
  .nav-toggler.collapsed.nav-menu span:nth-child(3) {
    display: block; }
  .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: 0.2rem; }
  .nav-toggler.collapsed.nav-info span:last-child {
    margin-top: 0.2rem;
    transform: none;
    height: 0.9rem;
    width: 0.2rem; }

header {
  background: transparent !important;
  color: #313131;
  position: relative;
  z-index: 20; }
  header a {
    color: #373a3c; }
    header a:hover {
      color: #373a3c;
      text-decoration: underline; }
  header .phone,
  header .email {
    font-weight: bold;
    margin-top: 10px; }
    header .phone a:hover,
    header .email a:hover {
      color: #000;
      transition: all 200ms linear; }
  header .phone {
    font-size: 21px;
    position: relative; }
    header .phone:before {
      content: "";
      background: url(../images/message-icon.svg) no-repeat 0 0;
      width: 19px;
      height: 25px;
      position: absolute;
      top: 0;
      left: -40px; }
  header .email {
    font-size: 23px;
    display: inline-block; }
    header .email a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      header .email a:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        transition: all 200ms linear; }
  header #header-full {
    background: #E5E5E5 !important;
    position: static !important; }
    header #header-full .logo img {
      height: auto !important; }
    header #header-full nav .nav.nav-inline li {
      display: inline-block; }
    header #header-full nav .nav a {
      color: #373a3c; }
    header #header-full nav li {
      padding: 0 1em; }
    header #header-full .email {
      margin-left: 80px; }
    header #header-full a:hover {
      text-decoration: none; }
    header #header-full.header-full--fixed {
      position: static !important;
      box-shadow: none !important;
      min-height: auto !important; }
  header #header-small {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10; }
    header #header-small img {
      height: 35px; }
    header #header-small .container.clearfix.pt-2 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header #header-small .container.clearfix.pt-2 .nav-togglers {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        header #header-small .container.clearfix.pt-2 .nav-togglers .nav-menu {
          order: 2; }
        header #header-small .container.clearfix.pt-2 .nav-togglers .nav-info {
          order: 1; }
      header #header-small .container.clearfix.pt-2::after {
        display: none; }
  header #header-info {
    border-bottom: 1px solid #aaa; }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
html {
  position: relative;
  min-height: 100%; }

#main {
  position: relative; }

.page-wrapper {
  /*padding-top: 103px !important;*/
  padding-top: 50px !important;
  background: url(../images/testimonial-bg.png) no-repeat right 0 #E5E5E5;
  background-attachment: fixed;
  overflow: hidden; }
  @media (max-width: 1366px) {
    .page-wrapper {
      background: #E5E5E5; } }
  @media (min-width: 992px) {
    .page-wrapper {
      padding-right: 70px;
      padding-left: 70px;
      padding-top: 0 !important; } }

.custom-messages #manager-menu {
  z-index: 20; }

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible; }

#cboxLoadedContent {
  border: 25px solid #fff;
  visibility: visible; }

#cboxWrapper {
  overflow: visible;
  border-radius: 0; }

#cboxTitle {
  display: none; }

#cboxContent {
  overflow: visible; }

#cboxClose {
  background: url(../images/colorbox-close.svg) no-repeat -10px -7px;
  width: 20px;
  height: 25px;
  top: -45px;
  right: -45px; }
  #cboxClose:hover {
    background-position: -10px -7px; }

#cboxNext:hover,
#cboxPrevious:hover {
  background-position: 0 0; }

#cboxNext {
  background: url(../images/colorbox-next.svg) no-repeat 0px 0px;
  width: 40px;
  height: 25px;
  right: -100px;
  left: auto;
  top: 50%;
  margin-top: -12px; }

#cboxPrevious {
  background: url(../images/colorbox-prev.svg) no-repeat 0px 0px;
  width: 40px;
  height: 25px;
  left: -100px;
  top: 50%;
  margin-top: -12px; }

#cboxLoadedContent {
  margin-bottom: 0; }

#cboxCurrent {
  bottom: 0px;
  left: 26px; }

.big-title {
  text-align: center;
  padding: 0.8em 0;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 3rem; }
  .big-title::after {
    content: '\f078';
    font-family: 'Font Awesome\ 5 Free';
    display: block;
    line-height: 1em; }

@media (max-width: 991.98px) {
  .big-title {
    margin-bottom: 20px; } }

#lp-section #contacts .contacts__inner {
  padding: 40px 0; }

#lp-section #contacts p {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 300; }

#lp-section #contacts a {
  text-decoration: none;
  border-bottom: solid 1px; }
  #lp-section #contacts a:hover {
    border-color: #fff !important; }

#lp-section #line,
#lp-section #order {
  background: url("../images/line-bg.jpg") center top/cover no-repeat;
  position: relative;
  text-align: center;
  padding: 4rem 0 4.5rem; }

#lp-section #order h2 {
  color: #ffffff; }

#lp-section #order .field--name-field-order-item {
  display: none; }

#lp-section #line {
  color: #ffffff; }
  #lp-section #line .line-title, #lp-section #line #order h2, #lp-section #order #line h2 {
    font-size: 52px;
    line-height: 52px;
    font-weight: bold;
    margin-bottom: 25px; }
  #lp-section #line .line-subtitle {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    max-width: 640px;
    margin: 0 auto 30px; }
  #lp-section #line .line-buttons {
    max-width: 60%; }
    @media (max-width: 1199.98px) {
      #lp-section #line .line-buttons {
        max-width: 80%; } }
    @media (max-width: 991.98px) {
      #lp-section #line .line-buttons {
        max-width: 90%; } }
    #lp-section #line .line-buttons .btn {
      display: inline-flex;
      align-items: center;
      width: 100%;
      justify-content: center; }
      #lp-section #line .line-buttons .btn i {
        font-size: 2em;
        margin-right: 0.5rem; }

.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: 1.5em;
    position: relative;
    line-height: 3em; }
    .field--name-field-attach .field__item::before {
      content: '\f15b';
      font-size: 2.5em;
      font-family: 'Font Awesome\ 5 Free';
      position: absolute;
      top: 0;
      left: 0; }
  .field--name-field-attach .file {
    font-size: 1em;
    font-weight: bold;
    background: none; }
    .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; } }

.field--name-body a {
  text-decoration: none;
  border-bottom: solid 1px; }
  .field--name-body a:hover {
    border-color: #fff !important; }

@media (max-width: 991.98px) {
  .field--name-body .field--name-body table td,
  .field--name-body .field--name-body table thead th {
    padding: 10px; } }

@media (max-width: 575.98px) {
  .field--name-body table {
    display: block;
    overflow: auto;
    margin-bottom: 15px; }
  .field--name-body h2 {
    margin: 20px 0;
    font-size: 23px; }
  .field--name-body h3 {
    margin: 18px 0;
    font-size: 20px;
    line-height: 24px; }
  .field--name-body h4 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 24px; }
  .field--name-body p {
    font-size: 15px;
    margin: 0 0 15px; }
  .field--name-body blockquote,
  .field--name-body blockquote p {
    font-size: 17px; }
  .field--name-body blockquote {
    padding: 0; }
  .field--name-body blockquote::before {
    z-index: -1;
    opacity: 0.08;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    font-size: 4rem; }
  .field--name-body .youtube-embed-wrapper {
    margin: 15px 0; }
  .field--name-body iframe {
    max-height: 40vh;
    margin: 15px 0; } }

.field--name-field-gallery {
  padding: 30px 0 50px; }
  .field--name-field-gallery .field__item a {
    display: block;
    overflow: hidden;
    text-align: center; }
  .field--name-field-gallery .field__item img {
    transition: transform 0.4s, opacity 0.4s;
    object-fit: cover; }
    .field--name-field-gallery .field__item img:hover {
      transform: scale(1.2) perspective(1px); }
    .field--name-field-gallery .field__item img:active {
      opacity: 0.7; }

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

k .path-contact #map {
  position: absolute;
  height: 100%;
  width: 100%; }

.region-order .form-type-textfield label {
  display: none; }

.region-order .form-type-textarea label {
  display: none; }

#synmap .fa-map-marker-alt::before {
  color: #00af2f; }

#synmap .fa-map-marker-alt.hover div {
  width: 200px; }

#synmap .fa-map-marker-alt div {
  flex-shrink: 0;
  flex-grow: 1;
  width: 0;
  overflow: hidden;
  transition: width 0.4s; }

#synmap .fa-map-marker-alt span {
  color: #003897;
  display: block;
  width: 200px;
  min-width: 200px; }

.flickity-page-dots .dot {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  line-height: 13px;
  vertical-align: middle; }
  .flickity-page-dots .dot.is-selected {
    background: #003897;
    width: 13px;
    height: 13px;
    transition: all 200ms linear; }

.view-id-slide.view-display-id-block {
  background: url(../images/slider-bg.png) no-repeat 0 bottom;
  margin-top: 20px;
  position: relative; }
  .view-id-slide.view-display-id-block .view-content {
    opacity: 0; }
    .site-is-ready .view-id-slide.view-display-id-block .view-content {
      opacity: 1;
      transition: opacity 0.5s ease-in-out; }
  @media (min-width: 992px) {
    .view-id-slide.view-display-id-block {
      margin-right: -70px;
      margin-left: -70px; } }
  .view-id-slide.view-display-id-block .slider-count {
    padding-left: 15px; }
    @media (min-width: 992px) {
      .view-id-slide.view-display-id-block .slider-count {
        position: absolute;
        bottom: 25px;
        width: 100%;
        z-index: 5; } }
    @media (min-width: 1200px) {
      .view-id-slide.view-display-id-block .slider-count {
        position: absolute;
        bottom: 225px;
        width: 100%;
        z-index: 5; } }
    .view-id-slide.view-display-id-block .slider-count .current,
    .view-id-slide.view-display-id-block .slider-count .spr {
      color: #878787;
      font-size: 36px;
      font-weight: 300; }
    .view-id-slide.view-display-id-block .slider-count .lenght {
      color: #878787;
      font-size: 10px; }
  .view-id-slide.view-display-id-block .flickity-page-dots {
    padding-left: 15px;
    bottom: -65px; }
    @media (min-width: 992px) {
      .view-id-slide.view-display-id-block .flickity-page-dots {
        position: absolute;
        bottom: 0px;
        left: 50%;
        text-align: left;
        transform: translate(-50%, 0);
        z-index: 5; } }
    @media (min-width: 1200px) {
      .view-id-slide.view-display-id-block .flickity-page-dots {
        position: absolute;
        bottom: 190px;
        left: 50%;
        text-align: left;
        transform: translate(-50%, 0);
        z-index: 5; } }
  .view-id-slide.view-display-id-block .flickity-slider {
    transform: none !important; }
  .view-id-slide.view-display-id-block .node--view-mode-teaser {
    opacity: 0;
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1; }
    .view-id-slide.view-display-id-block .node--view-mode-teaser.is-selected {
      opacity: 1;
      z-index: 2; }

.node--type-slide.node--view-mode-teaser {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .node--type-slide.node--view-mode-teaser {
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    .node--type-slide.node--view-mode-teaser {
      padding-bottom: 330px; } }
  .node--type-slide.node--view-mode-teaser .node-content {
    position: relative; }
  @media (min-width: 992px) {
    .node--type-slide.node--view-mode-teaser .content-image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%; }
      .node--type-slide.node--view-mode-teaser .content-image .img-adaptive {
        width: 57%;
        margin-left: auto; } }
  @media (min-width: 2000px) {
    .node--type-slide.node--view-mode-teaser .content-image .img-adaptive {
      width: 50%; } }
  .node--type-slide.node--view-mode-teaser .content-image img {
    width: auto;
    height: auto;
    max-width: 100%; }
  .node--type-slide.node--view-mode-teaser .content-wrapper {
    padding-top: 55px;
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .node--type-slide.node--view-mode-teaser .content-wrapper .content {
        padding-left: 8px;
        width: 35%; } }
    .node--type-slide.node--view-mode-teaser .content-wrapper h3 {
      font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #3E3E3E;
      font-size: 40px;
      line-height: 1em;
      position: relative;
      margin-bottom: 16px; }
      .node--type-slide.node--view-mode-teaser .content-wrapper h3:before {
        content: "";
        background: #00AF2F;
        height: 45px;
        width: 3px;
        position: absolute;
        top: 5px;
        left: -13px; }
      @media (min-width: 992px) {
        .node--type-slide.node--view-mode-teaser .content-wrapper h3 {
          font-size: 64px; } }

.superstructure {
  position: relative;
  margin-top: 60px;
  opacity: 0;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .superstructure {
      background: #fff;
      padding-bottom: 10px;
      margin-bottom: 60px; } }
  body.site-is-ready .superstructure {
    opacity: 1;
    transition: opacity 200ms linear; }
  .superstructure > .container {
    position: relative;
    z-index: 3; }
  .superstructure:after {
    content: "";
    background: #fff;
    position: absolute;
    z-index: 1;
    height: 87%;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translate(0, -50%); }
  .superstructure-scheme {
    position: relative; }
    @media (max-width: 1600px) {
      .superstructure-scheme {
        display: block;
        width: 68%; } }
    @media (max-width: 991px) {
      .superstructure-scheme {
        width: 100%; } }
    .superstructure-scheme-console {
      position: absolute;
      bottom: 18px; }
      @media (max-width: 768px) {
        .superstructure-scheme-console {
          width: 210px; } }
      @media (max-width: 500px) {
        .superstructure-scheme-console {
          width: 150px;
          bottom: 21px; } }
      @media (max-width: 400px) {
        .superstructure-scheme-console {
          width: 120px;
          bottom: 10px; } }
  .superstructure-dot-item {
    position: relative; }
    .superstructure-dot-item::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      opacity: 0;
      pointer-events: none; }
    .superstructure-dot-item::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      opacity: 0;
      pointer-events: none; }
  .superstructure-dot {
    position: absolute;
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    @media (max-width: 600px) {
      .superstructure-dot {
        transform: scale(0.7); } }
    .superstructure-dot:hover {
      z-index: 5; }
      .superstructure-dot:hover .plus {
        width: 57px;
        height: 57px; }
        .superstructure-dot:hover .plus::before {
          width: 68px;
          height: 68px; }
    .superstructure-dot.superstructure-dot--active .superstructure-dot-item::before {
      animation: shadow 2s infinite; }
    .superstructure-dot.superstructure-dot--active .superstructure-dot-item::after {
      animation: shadow2 2s infinite; }
    .superstructure-dot.superstructure-dot--active .plus {
      background: #003897;
      width: 57px;
      height: 57px;
      transition: all 200ms linear; }
      .superstructure-dot.superstructure-dot--active .plus:before {
        border-color: #003897;
        width: 68px;
        height: 68px;
        transition: all 200ms linear; }
    .superstructure-dot[data-target="4"] {
      top: 10%;
      left: 14%; }
      @media (max-width: 500px) {
        .superstructure-dot[data-target="4"] {
          top: 7%;
          left: 14%; } }
    .superstructure-dot[data-target="5"] {
      top: 32%;
      left: 7%; }
    .superstructure-dot[data-target="6"] {
      top: 41.5%;
      left: 23.5%; }
      @media (max-width: 500px) {
        .superstructure-dot[data-target="6"] {
          top: 35.5%;
          left: 23.5%; } }
    .superstructure-dot[data-target="7"] {
      top: 42.5%;
      left: 41.5%; }
      @media (max-width: 1600px) {
        .superstructure-dot[data-target="7"] {
          top: 42.5%;
          left: 46.5%; } }
      @media (max-width: 991px) {
        .superstructure-dot[data-target="7"] {
          top: 39.5%;
          left: 48.5%; } }
    .superstructure-dot[data-target="8"] {
      top: 78.5%;
      left: 17%; }
    .superstructure-dot[data-target="9"] {
      top: 62.5%;
      left: 21.5%; }
      @media (max-width: 1600px) {
        .superstructure-dot[data-target="9"] {
          top: 61.5%;
          left: 24.5%; } }
      @media (max-width: 991px) {
        .superstructure-dot[data-target="9"] {
          top: 56.5%;
          left: 23.5%; } }
    .superstructure-dot[data-target="10"] {
      top: 66.5%;
      left: 53%; }
      @media (max-width: 1600px) {
        .superstructure-dot[data-target="10"] {
          top: 64.5%;
          left: 62%; } }
      @media (max-width: 991px) {
        .superstructure-dot[data-target="10"] {
          top: 62.5%;
          left: 60%; } }
      @media (max-width: 500px) {
        .superstructure-dot[data-target="10"] {
          top: 59.5%;
          left: 57%; } }
    .superstructure-dot[data-target="11"] {
      top: 74%;
      left: 43%; }
      @media (max-width: 1600px) {
        .superstructure-dot[data-target="11"] {
          top: 70%;
          left: 50%; } }
      @media (max-width: 991px) {
        .superstructure-dot[data-target="11"] {
          top: 68%;
          left: 45%; } }
    .superstructure-dot[data-target="12"] {
      top: 76%;
      left: 67%; }
      @media (max-width: 1600px) {
        .superstructure-dot[data-target="12"] {
          top: 76%;
          left: 79%; } }
      @media (max-width: 991px) {
        .superstructure-dot[data-target="12"] {
          top: 73%;
          left: 77%; } }
    .superstructure-dot .plus {
      display: inline-block;
      vertical-align: middle;
      background: #00AF2F;
      border-radius: 50%;
      cursor: pointer;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 28px;
      color: #fff;
      font-size: 20px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: width 0.4s,height 0.4s; }
      .superstructure-dot .plus:before {
        content: "";
        position: absolute;
        top: -6px;
        left: -6px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(0, 175, 47, 0.3);
        transition: width 0.4s,height 0.4s; }
      .superstructure-dot .plus:hover {
        background: #003897;
        transition: all 200ms linear; }
        .superstructure-dot .plus:hover ~ .title {
          opacity: 1;
          z-index: 4;
          transition: opacity 200ms linear; }
        .superstructure-dot .plus:hover:before {
          border-color: #003897;
          transition: all 200ms linear; }
    .superstructure-dot .title {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      line-height: 1.3em;
      text-transform: uppercase;
      font-weight: bold;
      pointer-events: none;
      padding: 15px 15px 15px 20px;
      background: #fff;
      box-shadow: 0px 4px 34px #C4CEE1;
      min-width: 200px;
      max-width: 250px;
      opacity: 0;
      position: absolute;
      left: 50px;
      top: 50%;
      transform: translate(0, -50%); }
      @media (max-width: 991.98px) {
        .superstructure-dot .title {
          display: none; } }
      .superstructure-dot .title:before {
        content: "";
        border: 10px solid transparent;
        border-right: 10px solid #fff;
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -10px; }

@keyframes shadow {
  0% {
    box-shadow: 0 0 0 #003897;
    transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: 0.4; }
  100% {
    box-shadow: 0 0 5px 2px #003897;
    transform: scale(1.1);
    opacity: 0; } }

@keyframes shadow2 {
  0% {
    box-shadow: 0 0 0 #003897;
    transform: scale(1);
    opacity: 0; }
  50% {
    opacity: 0.4; }
  100% {
    box-shadow: 0 0 15px 2px #003897;
    transform: scale(1.3);
    opacity: 0; } }
  .superstructure-detail > .node {
    display: none;
    margin-top: 20px; }
    @media (min-width: 992px) {
      .superstructure-detail > .node {
        position: absolute;
        top: 12%;
        right: 2%;
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .superstructure-detail > .node {
        right: 0; } }
    .superstructure-detail > .node .flickity-button {
      background: none;
      border-radius: 0;
      width: 35px;
      height: 20px;
      padding: 0;
      transform: none;
      transition: all 0ms linear;
      position: absolute;
      bottom: -40px;
      right: 0;
      left: auto;
      top: auto; }
      .superstructure-detail > .node .flickity-button svg {
        display: none; }
      .superstructure-detail > .node .flickity-button:hover {
        background: none;
        transition: all 0ms linear; }
      .superstructure-detail > .node .flickity-button.previous {
        background: url(../images/slider-nav.png) no-repeat 0 0;
        transform: translate(0, 0);
        transition: transform 200ms linear;
        right: 70px !important; }
        .superstructure-detail > .node .flickity-button.previous:hover {
          background-position: 0 -19px;
          transform: translate(-5px, 0);
          transition: transform 200ms linear; }
      .superstructure-detail > .node .flickity-button.next {
        background: url(../images/slider-nav.png) no-repeat -38px 0;
        transform: translate(0, 0);
        transition: transform 200ms linear; }
        .superstructure-detail > .node .flickity-button.next:hover {
          background-position: -38px -19px;
          transform: translate(5px, 0);
          transition: transform 200ms linear; }
  .superstructure-nav {
    margin-top: 25px;
    text-align: right; }
    .superstructure-nav > span {
      display: inline-block; }
    .superstructure-nav__next {
      margin-left: 30px; }
    .superstructure-nav__prev:hover {
      transform: translate(-5px, 0);
      transition: all 200ms linear; }
    .superstructure-nav__next:hover {
      transform: translate(5px, 0);
      transition: all 200ms linear; }
    .superstructure-nav svg {
      cursor: pointer; }
      .superstructure-nav svg path {
        transition: all 200ms linear; }
      .superstructure-nav svg:hover path {
        fill: #144C89;
        transition: all 200ms linear; }

.node--type-superstructure.node--view-mode-teaser {
  max-width: 350px; }
  .node--type-superstructure.node--view-mode-teaser .title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .node--type-superstructure.node--view-mode-teaser .field--name-field-short {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.45em; }
  .node--type-superstructure.node--view-mode-teaser .field--name-field-gallery {
    padding: 0; }
    .node--type-superstructure.node--view-mode-teaser .field--name-field-gallery .field__item {
      width: 100%; }

.block-views-blockgallery-block h2,
.block-views-blocktestimonial-block h2,
.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 65px; }
  .block-views-blockgallery-block h2.views::before,
  .block-views-blocktestimonial-block h2.views::before,
  .section-title.views::before {
    left: 100%; }
  .block-views-blockgallery-block h2:before,
  .block-views-blocktestimonial-block h2:before,
  .section-title:before {
    content: "";
    background: #00AF2F;
    width: 45px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 1.5s all; }
  @media (max-width: 991.98px) {
    .block-views-blockgallery-block h2,
    .block-views-blocktestimonial-block h2,
    .section-title {
      font-size: 40px;
      margin-bottom: 30px; } }

.block-views-blockgallery-block {
  margin-top: 150px; }
  .block-views-blockgallery-block h2 {
    margin-bottom: 45px; }
  .block-views-blockgallery-block .album {
    opacity: 0; }
    .site-is-ready .block-views-blockgallery-block .album {
      opacity: 1; }
    .block-views-blockgallery-block .album-titles {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 40px 0 40px 0; }
    .block-views-blockgallery-block .album-title {
      line-height: 1.3em;
      color: #949494;
      width: 50%;
      padding: 0 20px 20px 0px;
      border-bottom: 1px solid #E0E0E0;
      margin-bottom: 10px;
      position: relative;
      cursor: pointer; }
      @media (min-width: 768px) {
        .block-views-blockgallery-block .album-title {
          width: 50%; } }
      @media (min-width: 992px) {
        .block-views-blockgallery-block .album-title {
          width: 25%; } }
      .block-views-blockgallery-block .album-title:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        background: #144C89;
        height: 3px;
        width: 100%;
        opacity: 0; }
      .block-views-blockgallery-block .album-title:hover {
        color: #313131; }
      .block-views-blockgallery-block .album-title.album-title--active {
        color: #313131; }
        .block-views-blockgallery-block .album-title.album-title--active:before {
          opacity: 1;
          transition: all 400ms linear; }
    .block-views-blockgallery-block .album-gallery-item {
      display: block;
      width: 50%;
      padding: 0 5px; }
      @media (min-width: 768px) {
        .block-views-blockgallery-block .album-gallery-item {
          width: 50%; } }
      @media (min-width: 992px) {
        .block-views-blockgallery-block .album-gallery-item {
          width: 33.33%; } }
    .block-views-blockgallery-block .album-gallery-items {
      margin: 0 -5px;
      display: none; }
      .block-views-blockgallery-block .album-gallery-items a {
        display: block;
        position: relative;
        margin-bottom: 10px; }
        .block-views-blockgallery-block .album-gallery-items a:hover .img-title {
          opacity: 1;
          transition: all 200ms linear; }
        .block-views-blockgallery-block .album-gallery-items a .img-title {
          background: rgba(39, 39, 39, 0.69);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          color: #fff;
          padding: 22px 15px 0 30px;
          font-size: 15px;
          line-height: 1.2em;
          opacity: 0; }
          .block-views-blockgallery-block .album-gallery-items a .img-title:before {
            content: "";
            background: url(../images/plus-icons.svg) no-repeat 0 0;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .block-views-blockgallery-block .album-gallery-items a .img-title span {
            display: inline-block;
            max-width: 190px; }

.block-views-blocktestimonial-block {
  margin-top: 135px; }
  .block-views-blocktestimonial-block .views-row {
    width: 100%; }
    @media (min-width: 768px) {
      .block-views-blocktestimonial-block .views-row {
        width: 33.33%; } }
    @media (min-width: 992px) {
      .block-views-blocktestimonial-block .views-row {
        width: 33.333%; } }
    @media (min-width: 1200px) {
      .block-views-blocktestimonial-block .views-row {
        width: 25%; } }
    .block-views-blocktestimonial-block .views-row .node--view-mode-teaser {
      max-width: 150px;
      margin: 0 auto;
      transition: all 400ms linear; }
    .block-views-blocktestimonial-block .views-row .filemime {
      color: #A7B0C1;
      line-height: 17px;
      font-size: 16px;
      margin-bottom: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    .block-views-blocktestimonial-block .views-row .title {
      color: #7C7C7C;
      font-size: 14px;
      line-height: 1.2em;
      margin-top: 30px;
      transition: all 400ms linear; }
    .block-views-blocktestimonial-block .views-row:hover .node--view-mode-teaser {
      max-width: 270px;
      transition: all 400ms linear; }
    .block-views-blocktestimonial-block .views-row:hover .title {
      color: #2F2F2F;
      transition: all 400ms linear; }
    .block-views-blocktestimonial-block .views-row:hover .field--name-field-testimonial-file, .block-views-blocktestimonial-block .views-row:hover .field--name-field-image {
      box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.1); }
  .block-views-blocktestimonial-block .flickity-viewport {
    box-sizing: content-box;
    padding-bottom: 160px;
    /*padding-bottom: 30px;
    transition: all 400ms linear;
    &:hover {
      padding-bottom: 200px;
    }*/ }
  .block-views-blocktestimonial-block .flickity-button {
    background: none;
    border-radius: 0;
    width: 35px;
    height: 20px;
    padding: 0;
    transform: none;
    transition: all 0ms linear;
    position: absolute;
    top: -125px;
    right: 0 !important;
    left: auto !important;
    z-index: 5; }
    .block-views-blocktestimonial-block .flickity-button svg {
      display: none; }
    .block-views-blocktestimonial-block .flickity-button:hover {
      background: none;
      transition: all 0ms linear; }
    .block-views-blocktestimonial-block .flickity-button.previous {
      background: url(../images/slider-nav.png) no-repeat 0 0;
      transform: translate(0, 0);
      transition: transform 200ms linear;
      right: 70px !important; }
      .block-views-blocktestimonial-block .flickity-button.previous:hover {
        background-position: 0 -19px;
        transform: translate(-5px, 0);
        transition: transform 200ms linear; }
    .block-views-blocktestimonial-block .flickity-button.next {
      background: url(../images/slider-nav.png) no-repeat -38px 0;
      transform: translate(0, 0);
      transition: transform 200ms linear; }
      .block-views-blocktestimonial-block .flickity-button.next:hover {
        background-position: -38px -19px;
        transform: translate(5px, 0);
        transition: transform 200ms linear; }

.advantages .row {
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px; }

.advantages__inner {
  display: flex;
  margin-bottom: 50px; }

.advantages .col {
  flex-grow: 0;
  flex-basis: 100%; }
  @media (min-width: 768px) {
    .advantages .col {
      flex-basis: 50%; } }
  @media (min-width: 992px) {
    .advantages .col {
      flex-basis: 25%; } }

.advantages__num {
  color: #00AF2F;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.2em;
  margin-right: 15px; }

.advantages__title {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 18px; }

.advantages__text {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0.5px; }

.advantages__image {
  background: url(../images/advantages-img.png) no-repeat center center;
  width: 100%;
  height: 500px; }
  @media (min-width: 992px) {
    .advantages__image {
      position: absolute;
      top: 0;
      left: 50%;
      width: 60%;
      height: 100%;
      transform: translate(-50%, 0); } }
  @media (max-width: 1200px) {
    .advantages__image {
      background-size: contain; } }

.offer {
  height: 370px;
  background: url(../images/palarax.jpg) no-repeat center 0;
  background-attachment: fixed;
  padding: 60px 0 0 0;
  position: relative;
  margin-top: 40px; }
  @media (min-width: 992px) {
    .offer {
      margin-top: 110px; } }
  .offer h2 {
    font-family: Bebas Neue;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-size: 50px;
    line-height: 50px; }
    @media (min-width: 992px) {
      .offer h2 {
        font-size: 65px;
        line-height: 65px; } }
  .offer a.btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 455px !important; }

.partner {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .partner img {
      max-width: 130px; } }
  .partner h2 {
    margin-bottom: 5px; }
  .partner .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0; }

.license {
  margin-top: 50px;
  background: #fff;
  padding: 80px 0 40px 0; }
  @media (min-width: 768px) {
    .license__logo {
      display: flex; } }
  .license__logo > div {
    flex-grow: 0; }
  .license__logo img {
    margin: 0 auto 50px auto; }
    @media (min-width: 768px) {
      .license__logo img {
        margin: 0 40px 0 0; } }
  .license__text {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3em; }
  .license__fio {
    margin-top: 50px; }
  .license__phone, .license__email, .license__address {
    font-size: 25px;
    margin-top: 15px;
    font-weight: bold; }
    @media (min-width: 992px) {
      .license__phone, .license__email, .license__address {
        font-size: 35px;
        margin-top: 35px; } }
    .license__phone a, .license__email a, .license__address a {
      color: #373a3c; }
      .license__phone a:hover, .license__email a:hover, .license__address a:hover {
        color: #000;
        transition: all 400ms linear; }
  .license__email a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 400ms linear; }
    .license__email a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0);
      transition: all 400ms linear; }

.view-id-license.view-display-id-block {
  max-width: 295px;
  margin: 25px auto 0 auto; }
  @media (min-width: 992px) {
    .view-id-license.view-display-id-block {
      margin: -105px 0 0 auto; } }
  .view-id-license.view-display-id-block .views-row {
    width: 100%; }
    .view-id-license.view-display-id-block .views-row .views-field-title {
      font-size: 14px;
      line-height: 1.3em;
      margin-top: 15px;
      margin: 0 25px; }
    .view-id-license.view-display-id-block .views-row .views-field-field-image {
      box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.18);
      margin: 0 25px 30px 25px; }
  .view-id-license.view-display-id-block .slider-count {
    margin: 65px 25px 25px 5px; }
    .view-id-license.view-display-id-block .slider-count .current,
    .view-id-license.view-display-id-block .slider-count .spr {
      color: #878787;
      font-size: 36px;
      font-weight: 300; }
    .view-id-license.view-display-id-block .slider-count .lenght {
      color: #878787;
      font-size: 10px; }
  .view-id-license.view-display-id-block .flickity-button {
    background: none;
    border-radius: 0;
    width: 35px;
    height: 20px;
    padding: 0;
    transform: none;
    transition: all 0ms linear;
    position: absolute;
    top: auto;
    bottom: -105px;
    right: 45px !important;
    left: auto !important;
    z-index: 5; }
    .view-id-license.view-display-id-block .flickity-button svg {
      display: none; }
    .view-id-license.view-display-id-block .flickity-button:hover {
      background: none;
      transition: all 0ms linear; }
    .view-id-license.view-display-id-block .flickity-button.previous {
      background: url(../images/slider-nav.png) no-repeat 0 0;
      transform: translate(0, 0);
      transition: transform 200ms linear;
      right: 70px !important; }
      .view-id-license.view-display-id-block .flickity-button.previous:hover {
        background-position: 0 -19px;
        transform: translate(-5px, 0);
        transition: transform 200ms linear; }
    .view-id-license.view-display-id-block .flickity-button.next {
      background: url(../images/slider-nav.png) no-repeat -38px 0;
      transform: translate(0, 0);
      transition: transform 200ms linear; }
      .view-id-license.view-display-id-block .flickity-button.next:hover {
        background-position: -38px -19px;
        transform: translate(5px, 0);
        transition: transform 200ms linear; }
    .view-id-license.view-display-id-block .flickity-button.previous {
      right: 105px !important; }

.kp {
  margin-top: 100px;
  background: #fff;
  padding: 75px 0; }
  .kp__auto {
    position: relative; }
  .kp__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .kp__item img {
      opacity: 0; }
    .kp__item .kp__select {
      background: #D2D9E6;
      position: absolute;
      border-radius: 50%;
      text-align: center;
      line-height: 22px;
      width: 22px;
      height: 22px;
      top: 0;
      left: 0;
      z-index: 5;
      cursor: pointer; }
    .kp__item span {
      color: #fff;
      font-size: 12px;
      line-height: 24px; }
    .kp__item span.plus {
      display: none; }
    .kp__item__1 .kp__select {
      top: 63%;
      left: 26%; }
    .kp__item__2 .kp__select {
      top: 12%;
      left: 46.5%; }
    .kp__item__3 .kp__select {
      top: 80%;
      left: 18%; }
    .kp__item__4 .kp__select {
      top: 68%;
      left: 78%; }
    .kp__item.active img {
      opacity: 1;
      transition: all 200ms linear; }
    .kp__item.active .kp__select {
      background: #144C89; }
      .kp__item.active .kp__select .minus {
        display: none; }
      .kp__item.active .kp__select .plus {
        display: block; }
  .kp__form {
    margin-top: 35px; }
    .kp__form form {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
      /*.field--name-field-kp-superstructure {
        .form-radios {
          & > .form-item:nth-child(1) {
            display: none;
          }
        }
      }*/ }
      .kp__form form > div {
        padding: 0 15px;
        flex-grow: 0; }
      .kp__form form fieldset {
        margin-bottom: 0 !important; }
        .kp__form form fieldset legend {
          color: #AEAEAE;
          font-size: 20px;
          line-height: 18px;
          margin-bottom: 15px; }
        .kp__form form fieldset.active legend {
          color: #313131; }
      .kp__form form > .form-wrapper {
        flex-basis: 100%; }
        @media (min-width: 768px) {
          .kp__form form > .form-wrapper {
            flex-basis: 50%; } }
        @media (min-width: 992px) {
          .kp__form form > .form-wrapper {
            flex-basis: 33.333%; } }
      .kp__form form .form-item-fz152-agreement {
        width: 100%;
        display: block;
        text-align: center !important; }
        .kp__form form .form-item-fz152-agreement a {
          color: #00AF2F; }
      .kp__form form .field--name-field-kp-superstructure,
      .kp__form form .field--name-field-kp-manipulator,
      .kp__form form .field--name-field-kp-chassis,
      .kp__form form .field--name-field-kp-trailer {
        border-left: 1px solid #AEAEAE;
        flex-basis: 100%;
        margin-bottom: 45px; }
        @media (min-width: 768px) {
          .kp__form form .field--name-field-kp-superstructure,
          .kp__form form .field--name-field-kp-manipulator,
          .kp__form form .field--name-field-kp-chassis,
          .kp__form form .field--name-field-kp-trailer {
            flex-basis: 50%; } }
        @media (min-width: 992px) {
          .kp__form form .field--name-field-kp-superstructure,
          .kp__form form .field--name-field-kp-manipulator,
          .kp__form form .field--name-field-kp-chassis,
          .kp__form form .field--name-field-kp-trailer {
            flex-basis: 25%; } }
      .kp__form form .form-actions {
        flex-basis: 100%;
        text-align: center;
        overflow: visible;
        margin: 35px 0 0 0; }
        .kp__form form .form-actions input {
          max-width: 370px;
          padding: 28px 15px;
          border: 0;
          border-radius: 0;
          display: block;
          width: 100%;
          white-space: normal;
          transition: all 400ms linear;
          background: #00AF2F;
          box-shadow: 0px 17px 41px rgba(14, 139, 48, 0.49);
          font-family: Roboto;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase;
          color: #FFFFFF;
          letter-spacing: 0.5px;
          display: inline-block;
          border: 0;
          font-size: 16px;
          padding: 0;
          border-radius: 0;
          max-width: 460px;
          padding: 28px 15px; }
          .kp__form form .form-actions input:hover {
            background: #038325;
            color: #fff;
            box-shadow: 0px 17px 41px rgba(14, 139, 48, 0.7);
            transition: all 400ms linear; }
      .kp__form form .field--name-field-kp-superstructure {
        border: 0 !important; }
      .kp__form form .form-type-radio {
        position: relative;
        margin: 7px 0; }
        .kp__form form .form-type-radio input {
          width: 20px;
          height: 20px;
          opacity: 0;
          margin-right: 5px; }
          .kp__form form .form-type-radio input:checked ~ label:before {
            content: "\f067";
            background: #144C89;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.14);
            transition: all 200ms linear; }
        .kp__form form .form-type-radio label {
          cursor: pointer;
          position: relative;
          font-size: 15px; }
          .kp__form form .form-type-radio label:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            width: 20px;
            height: 20px;
            border: 1px solid #C2CCDE;
            position: absolute;
            top: -1px;
            left: -25px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            line-height: 17px; }
      .kp__form form .field--widget-options-select label {
        display: none; }
      .kp__form form input.form-text,
      .kp__form form input.form-email,
      .kp__form form .form-select {
        border: 1px solid #C2CCDE;
        border-radius: 0;
        padding: 16px 15px;
        color: #313131; }
        .kp__form form input.form-text:focus,
        .kp__form form input.form-email:focus,
        .kp__form form .form-select:focus {
          border-color: #144C89;
          box-shadow: none;
          transition: all 200ms linear; }
      .kp__form form .form-select {
        height: 58px !important; }
      .kp__form form .ajax-progress {
        display: none; }

.contact-message-form .form-item {
  text-align: left !important;
  overflow: visible !important; }

.not-front #main {
  min-height: 500px; }

/*# sourceMappingURL=_maps/index.css.map */
