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

.region-bottom .modal-dialog {
  max-width: 445px; }

.region-bottom .modal-close {
  width: 24px;
  height: 24px;
  right: 24px;
  top: 24px;
  margin-right: 0;
  background: url(../images/template/close.svg);
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s; }
  .region-bottom .modal-close:hover {
    box-shadow: none;
    transform: rotate(-45deg); }

.region-bottom .modal-content {
  padding: 71px 24px;
  border-radius: 0; }

.region-bottom .modal-header {
  margin-bottom: 32px; }
  .region-bottom .modal-header h4 {
    display: none; }
  .region-bottom .modal-header .modal-text {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    color: #2B2A29;
    padding-top: 0; }

.region-bottom .modal-body {
  padding-bottom: 0; }

.region-bottom .modal .form-actions {
  display: flex;
  justify-content: center; }

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px; }
  @media (max-width: 767.98px) {
    #manager-menu {
      display: none !important; } }
  #manager-menu .contextual {
    display: none; }
  #manager-menu .toggle-manager {
    position: relative;
    z-index: 3;
    max-width: 1em;
    cursor: pointer; }
  #manager-menu h2 {
    margin: -1em 0 0.5em 1em;
    font-size: 1.5em; }

.breadcrumb {
  padding: 20px 0;
  background-color: transparent; }

.node--type-service #block-adaptive-breadcrumbs.breadcrumb {
  position: static;
  border-bottom: solid 1px #ffffff;
  margin: 0 0 20px; }
  .node--type-service #block-adaptive-breadcrumbs.breadcrumb a.list-link {
    color: #28478e; }
  .node--type-service #block-adaptive-breadcrumbs.breadcrumb .list-item::after {
    background-color: #28478e; }
  @media (max-width: 575.98px) {
    .node--type-service #block-adaptive-breadcrumbs.breadcrumb {
      margin: 0 0 30px; } }

.region-tabs {
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  @media (min-width: 576px) {
    .region-tabs {
      height: 0; } }
  .region-tabs ul.tabs {
    margin: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: none;
    max-width: 100%; }
    @media (min-width: 576px) {
      .region-tabs ul.tabs {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 8; } }
    .region-tabs ul.tabs a {
      color: #000;
      opacity: 0.8;
      display: block;
      padding: 3px 7px;
      border-radius: 0;
      white-space: nowrap;
      line-height: 1.15;
      background-color: #efefef;
      transition: opacity 0.4s, background-color 0.4s; }
      .region-tabs ul.tabs a:hover {
        opacity: 1;
        background-color: #e7e7e7; }
      .region-tabs ul.tabs a:active {
        background-color: #d6d6d6; }
    .region-tabs ul.tabs li {
      display: block;
      vertical-align: bottom;
      margin: 0 0 0 10px; }
      .region-tabs ul.tabs li.is-active a {
        background-color: #fff; }
  .region-tabs .block-local-actions-block nav {
    left: 0; }
  .region-tabs .block > div.contextual {
    display: none !important; }
  .region-tabs ul.secondary {
    position: absolute;
    top: 25px;
    right: 0;
    float: right;
    z-index: 8;
    padding: 0 0 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: none; }

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

@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: #131313;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif !important;
  background-color: #eeeeee;
  min-width: 375px; }
  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: #28478e;
  transition: color 0.4s; }
  .main-menu a {
    color: #000000; }
    .main-menu a:hover {
      color: #28478e; }
  a:hover {
    color: #172952;
    text-decoration: none; }
  a:active {
    color: #0c152b; }
  a:focus {
    outline: none; }

b,
strong {
  font-weight: 600; }

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

button:focus {
  outline: none !important; }

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

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

.form-control {
  height: auto; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px !important; } }

#block-adaptive-title h1.page-title {
  color: #2B2A29;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 24px; }

#block-adaptive-form-contact h2 {
  color: #2B2A29;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px; }

body h1 {
  color: #2B2A29;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 24px; }

body h2 {
  color: #2B2A29;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px; }

body h3 {
  color: #2B2A29;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px; }

body h4 {
  color: #2B2A29;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px; }

body h5 {
  color: #2B2A29;
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px; }

body h6 {
  color: #2B2A29;
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px; }

@media (max-width: 767px) {
  body h1 {
    font-size: 36px !important; }
  body h2 {
    font-size: 30px !important; }
  body h3 {
    font-size: 22px !important; }
  body h4 {
    font-size: 20px !important; } }

@media (max-width: 575px) {
  body h1 {
    font-size: 30px !important; }
  body h2 {
    font-size: 24px !important; }
  body h3 {
    font-size: 20px !important; }
  body h4 {
    font-size: 18px !important; } }

.breadcrumb {
  border-bottom: none !important; }
  .breadcrumb .list .list-item {
    font-size: 16px;
    line-height: 1.4;
    color: #2B2A29;
    margin: 0 10px 4px 0; }
    .breadcrumb .list .list-item::after {
      content: url(../images/template/arrow.svg);
      background-color: transparent !important;
      top: 1px; }
    .breadcrumb .list .list-item .list-link {
      font-size: 16px;
      line-height: 1.4;
      color: #2B2A29;
      opacity: 0.65;
      transition: 0.4s; }
      .breadcrumb .list .list-item .list-link:hover {
        opacity: 1; }

.pager {
  display: flex;
  justify-content: center; }
  .pager .page-item {
    margin: 0 3px;
    min-width: 26px;
    min-height: 26px; }
    .pager .page-item .page-link {
      padding: 1px 7px;
      text-align: center;
      transition: 0.4s; }
      .pager .page-item .page-link .pager-icon {
        transition: 0.4s; }
    .pager .page-item:last-child .page-link {
      border-radius: 0; }
    .pager .page-item:first-child .page-link {
      border-radius: 0; }
    .pager .page-item.pager__item--next {
      margin-left: 15px; }
      .pager .page-item.pager__item--next .page-link:hover {
        background-color: transparent; }
        .pager .page-item.pager__item--next .page-link:hover .pager-icon {
          transform: scale(1.2); }
          .pager .page-item.pager__item--next .page-link:hover .pager-icon path {
            fill: #2E4D90;
            fill-opacity: 1; }
    .pager .page-item.pager__item--previous {
      margin-right: 15px; }
      .pager .page-item.pager__item--previous .page-link:hover {
        background-color: transparent; }
        .pager .page-item.pager__item--previous .page-link:hover .pager-icon {
          transform: scale(1.2); }
          .pager .page-item.pager__item--previous .page-link:hover .pager-icon path {
            fill: #2E4D90;
            fill-opacity: 1; }
    .pager .page-item.is-active .page-link {
      background-color: #2E4D90;
      color: #fff; }
  .pager .page-link {
    border: none;
    background-color: transparent;
    color: #2B2A29;
    font-weight: 300;
    font-size: 20px; }
    .pager .page-link:hover {
      background-color: rgba(46, 77, 144, 0.2); }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu/Ubuntu-Regular.eot");
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/Ubuntu-Regular.woff") format("woff"), url("../fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu/Ubuntu-Light.eot");
  src: local("Ubuntu Light"), local("Ubuntu-Light"), url("../fonts/ubuntu/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/Ubuntu-Light.woff") format("woff"), url("../fonts/ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu/Ubuntu-Medium.eot");
  src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("../fonts/ubuntu/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/Ubuntu-Medium.woff") format("woff"), url("../fonts/ubuntu/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu/Ubuntu-Bold.eot");
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("../fonts/ubuntu/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu/Ubuntu-Bold.woff") format("woff"), url("../fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.footer {
  flex-shrink: 0;
  padding: 15px 0;
  color: #131313;
  background-color: #FFFFFF; }
  .footer-copyright {
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .footer-copyright {
        margin-bottom: 12px; } }
  .footer .synapse {
    padding-top: 7px; }
    .footer .synapse-logo {
      top: -4px;
      height: 28px;
      position: relative; }
    .footer .synapse-link {
      text-decoration: none;
      border-bottom: 1px solid rgba(19, 19, 19, 0.5);
      transition: border-color 0.4s, color 0.4s; }
      .footer .synapse-link:focus, .footer .synapse-link:hover {
        border-color: transparent; }
      .footer .synapse-link:active {
        color: rgba(19, 19, 19, 0.7); }
  .footer a {
    color: #131313; }
    .footer a:hover {
      color: #131313; }

@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown {
    position: relative; }
    .main-menu .classic-menu-dropdown > a {
      float: left;
      padding-right: 0.7rem; }
    .main-menu .classic-menu-dropdown > span i {
      line-height: 1.5;
      color: #000000; }
    .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: #28478e;
  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; }

.show-mobile-nav .header-toggler-item--1 {
  transform: translate3d(1px, 13px, 0) rotate(45deg) scale(1.25) !important; }

.not-front .header .header-nav {
  box-shadow: none; }

.header {
  flex-shrink: 0;
  color: #000000;
  background: #ffffff; }
  @media (min-width: 768px) {
    .header {
      padding-bottom: 0 !important; } }
  .header .header-nav {
    margin-top: 0; }
  @media (min-width: 768px) {
    .header.header--fixed .header-nav .header-nav-content {
      padding: 5px 0;
      min-height: 50px;
      transition: none; }
      .header.header--fixed .header-nav .header-nav-content ul li {
        margin-right: 35px; } }
  .header-col {
    margin-right: 32px !important; }
  .header-col-socials .service-social-networks {
    display: flex;
    margin-top: 0; }
    .header-col-socials .service-social-networks a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 48px;
      height: 48px; }
  @media (max-width: 575.98px) {
    .header-col-socials {
      display: none; } }
  .header-col--contacts {
    display: flex;
    align-items: center;
    margin-right: auto; }
    .header-col--contacts > * {
      margin: 0 16px; }
    .header-col--contacts .service-order-mail::before {
      top: 5px !important; }
    @media (max-width: 1199.98px) {
      .header-col--contacts {
        display: none; } }
  .header-col--logo {
    max-width: 126px;
    width: 100%;
    margin-right: 16px !important; }
  @media (max-width: 991.98px) {
    .header-col--button {
      display: none; } }
  @media (max-width: 991.98px) {
    .header-col--lang {
      margin-right: 16px !important; } }
  .header-logo-image {
    max-height: 55px;
    max-width: 126px; }
    @media (max-width: 991.98px) {
      .header-logo-image {
        max-height: 35px;
        max-width: 75px; } }
    .header-logo-image img {
      max-width: 126px !important;
      height: auto; }
      @media (max-width: 991.98px) {
        .header-logo-image img {
          max-width: 75px !important; } }
  .header-logo--small img {
    height: 2.4rem; }
  .header-phone .btn {
    margin-left: 15px; }
  .header-toggler {
    box-shadow: none !important; }
    .header-toggler .header-toggler-item {
      width: 32px;
      background-color: #2E4D90;
      margin-bottom: 8px; }
      .header-toggler .header-toggler-item--3 {
        margin-bottom: 0; }
      .header-toggler .header-toggler-item::before {
        content: none; }
  .header-btn-lang .links {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin: 0; }
    .header-btn-lang .links .ru {
      padding: 0 0 0 30px;
      margin-right: 12px;
      position: relative; }
      .header-btn-lang .links .ru .language-link::before {
        content: url(../images/template/ru.png);
        position: absolute;
        top: -1px;
        left: -30px;
        width: 20px;
        height: 20px;
        transition: 0.4s; }
      .header-btn-lang .links .ru .language-link:hover::before {
        transform: scale(1.2); }
      .header-btn-lang .links .ru::after {
        content: '';
        width: 1px;
        height: 24px;
        background-color: #C5D7DB;
        position: absolute;
        top: -2px;
        right: -13px; }
    .header-btn-lang .links .en {
      padding: 0 0 0 30px;
      margin-left: 12px;
      position: relative; }
      .header-btn-lang .links .en .language-link::before {
        content: url(../images/template/en.png);
        position: absolute;
        top: 1px;
        left: -30px;
        width: 20px;
        height: 20px;
        transition: 0.4s; }
      .header-btn-lang .links .en .language-link:hover::before {
        transform: scale(1.2); }
    .header-btn-lang .links .language-link {
      font-size: 16px;
      color: #2B2A29;
      padding-left: 0 !important;
      transition: 0.4s;
      min-width: 24px;
      display: flex;
      justify-content: center;
      position: relative; }
      .header-btn-lang .links .language-link.is-active {
        font-size: 16px;
        line-height: 1;
        text-decoration: underline;
        color: #2E4D90;
        font-weight: 700;
        padding-left: 28px;
        position: relative; }
        .header-btn-lang .links .language-link.is-active:hover {
          color: #2E4D90;
          text-decoration: underline; }
      .header-btn-lang .links .language-link:hover {
        text-decoration: none;
        color: #2B2A29;
        font-weight: 700; }
  .header-full {
    padding: 15px 0;
    box-shadow: 0px 4px 14px rgba(7, 0, 47, 0.07);
    position: relative;
    z-index: 21; }
    .header-full .nav a {
      color: #000000; }
    .header-full li {
      padding: 0 1em; }
    .header-full .header-button {
      margin-left: 0; }
      .header-full .header-button .btn {
        min-width: 200px;
        min-height: 44px; }
  .header-small {
    padding: 10px 0; }
  .header-info {
    border-bottom: 1px solid #ffffff; }
  .header a {
    color: inherit; }
  .header .links {
    padding-top: 12px; }
    .header .links li {
      list-style-type: none; }
  .header-nav {
    background-color: #fff !important; }
    .header-nav .main-menu {
      margin-right: 0 !important; }
      .header-nav .main-menu .classic-menu-dropdown > a {
        padding-right: 0.4rem; }
      .header-nav .main-menu .classic-menu-dropdown ul {
        min-width: 261px;
        top: 100%;
        padding: 20px 0;
        border: none; }
      .header-nav .main-menu .classic-menu-dropdown .nav-link + .menu-dropdown-trigger svg {
        transition: 0.4s; }
      .header-nav .main-menu .classic-menu-dropdown .nav-link:hover + .menu-dropdown-trigger svg {
        transform: rotate(-180deg);
        color: #2E4D90; }
      .header-nav .main-menu .classic-menu-dropdown .menu .nav-link {
        padding: 10px 16px;
        color: #2B2A29;
        font-size: 16px;
        transition: 0.4s; }
        .header-nav .main-menu .classic-menu-dropdown .menu .nav-link:hover {
          background: rgba(197, 215, 219, 0.3);
          color: #2B2A29; }

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

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

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

.text-formatted {
  font-size: 16px; }
  .text-formatted h2 {
    font-size: 42px;
    font-weight: 700; }
  @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; } }

body .text-formatted {
  font-size: 16px;
  font-weight: 400;
  color: #2B2A29; }
  body .text-formatted p {
    margin: 0 0 40px; }
    @media (max-width: 575.98px) {
      body .text-formatted p {
        margin: 0 0 20px; } }
  body .text-formatted a {
    color: #2E4D90; }
    body .text-formatted a:hover {
      border-bottom-color: #2E4D90; }
  body .text-formatted ul li {
    padding-left: 30px; }
    body .text-formatted ul li::before {
      width: 8px;
      height: 8px; }
  body .text-formatted ol li::before {
    font-weight: 700; }
  body .text-formatted blockquote {
    padding: 56px 44px 56px 110px;
    background-image: url(../images/template/blockquote-bg.svg);
    background-size: cover;
    background-repeat: no-repeat; }
    body .text-formatted blockquote::before {
      width: 0;
      height: 0; }
  body .text-formatted table tr th {
    text-transform: uppercase; }
  body .text-formatted table tr td {
    text-align: center; }
    body .text-formatted table tr td:first-of-type {
      text-align: left; }
  body .text-formatted table tbody {
    background-color: #FFFFFF; }
  @media (max-width: 991.98px) {
    body .text-formatted table {
      display: block;
      overflow: auto; } }
  body .text-formatted h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 24px; }
  body .text-formatted h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px; }
  body .text-formatted h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px; }
  body .text-formatted h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px; }
  body .text-formatted h5 {
    color: #131313;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px; }
  body .text-formatted h6 {
    color: #131313;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px; }
  @media (max-width: 575.98px) {
    body .text-formatted h1 {
      font-size: 36px; }
    body .text-formatted h2 {
      font-size: 30px; }
    body .text-formatted h3 {
      font-size: 22px; }
    body .text-formatted h4 {
      font-size: 20px; } }

body .field--name-field-attach .field__items {
  display: flex;
  flex-wrap: wrap; }
  body .field--name-field-attach .field__items .field__item {
    margin: 0 56px 20px 0; }
    body .field--name-field-attach .field__items .field__item span {
      padding-left: 0; }
    body .field--name-field-attach .field__items .field__item a {
      position: relative;
      padding-left: 56px;
      color: #131313;
      font-size: 16px;
      font-weight: 400; }
      body .field--name-field-attach .field__items .field__item a:hover {
        border-bottom-color: transparent !important;
        text-decoration: none; }
        body .field--name-field-attach .field__items .field__item a:hover::before {
          border-color: #2E4D90; }
      body .field--name-field-attach .field__items .field__item a::before {
        content: url(../images/template/icon-file.svg);
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: #F8F9FB;
        border: 1px solid #2B2A2933;
        transition: border-color 0.4s; }
    body .field--name-field-attach .field__items .field__item::before {
      content: '';
      width: 0;
      height: 0; }

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

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

.is-dragging a {
  pointer-events: none; }

.synmap-point {
  width: 42px;
  height: 60px;
  fill: #28478e;
  -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;
  text-transform: uppercase;
  white-space: normal;
  padding: 10px 18px;
  min-width: 160px;
  font-size: 14px;
  color: #fff;
  background: #2E4D90;
  box-shadow: inset 0px 4px 6px rgba(255, 255, 255, 0.11), inset 0px -15px 13px #284685, inset 0px 4px 33px #5173BC;
  transition: box-shadow 0.4s, background-color 0.4s;
  letter-spacing: 0.03em;
  border-radius: 0 !important;
  font-weight: 400 !important; }
  .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn:hover {
    color: #fff;
    box-shadow: inset 0px 4px 10px rgba(25, 12, 64, 0.25), inset 0px -4px 16px rgba(255, 255, 255, 0.31), inset 0px 4px 24px rgba(0, 0, 0, 0.25); }
  .btn:active {
    background-color: #121f3e; }
  .btn--big {
    min-height: 60px !important;
    max-width: 226px;
    min-width: 226px !important;
    border-radius: 0 !important;
    box-shadow: inset 0px 4px 6px rgba(255, 255, 255, 0.11), inset 0px -15px 13px #284685, inset 0px 4px 33px #5173BC;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 400 !important; }
    .btn--big:hover {
      background-color: #2E4D90 !important;
      box-shadow: inset 0px 4px 10px rgba(25, 12, 64, 0.25), inset 0px -4px 16px rgba(255, 255, 255, 0.31), inset 0px 4px 24px rgba(0, 0, 0, 0.25) !important; }
  .btn--loading {
    overflow: hidden;
    position: relative; }
    .btn--loading::before {
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      background: #2E4D90;
      background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
      background-size: 25px;
      position: absolute; }
  .btn .language-switcher-language-url {
    position: static; }

.service .service-block {
  padding: 20px 0 40px; }
  .service .service-block:nth-child(2n+1) {
    background-color: transparent; }

.page--service .page-content {
  padding-top: 50px; }
  @media (max-width: 991.98px) {
    .page--service .page-content {
      padding-top: 0; } }

.page--service #block-views-block-service-block-1 {
  background-color: #F8F9FB;
  padding-top: 100px !important;
  padding-bottom: 100px !important; }
  @media (max-width: 767.98px) {
    .page--service #block-views-block-service-block-1 {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  .page--service #block-views-block-service-block-1 .service-block-title {
    text-align: left; }
    .page--service #block-views-block-service-block-1 .service-block-title .container--small {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 576px) {
        .page--service #block-views-block-service-block-1 .service-block-title .container--small {
          position: relative; } }
      @media (max-width: 767.98px) {
        .page--service #block-views-block-service-block-1 .service-block-title .container--small {
          flex-direction: column;
          align-items: flex-start; } }
      @media (max-width: 575px) {
        .page--service #block-views-block-service-block-1 .service-block-title .container--small {
          max-width: 310px;
          margin: 0; } }
      .page--service #block-views-block-service-block-1 .service-block-title .container--small .slider-buttons {
        position: absolute;
        right: 25px;
        margin-top: 0; }
  .page--service #block-views-block-service-block-1 .services-row {
    margin: 0; }
    .page--service #block-views-block-service-block-1 .services-row.flickity-enabled {
      display: block; }
  .page--service #block-views-block-service-block-1 .services-col {
    max-width: 350px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
    margin-right: 30px; }
    @media (max-width: 767.98px) {
      .page--service #block-views-block-service-block-1 .services-col {
        max-width: 300px;
        padding-bottom: 50px; } }

.page--service .block-views-blockizmeritelnye-uslugi-block-1 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .page--service .block-views-blockizmeritelnye-uslugi-block-1 {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  .page--service .block-views-blockizmeritelnye-uslugi-block-1 .views-content {
    margin: 0; }
  .page--service .block-views-blockizmeritelnye-uslugi-block-1 .service-block-title {
    text-align: left; }
    .page--service .block-views-blockizmeritelnye-uslugi-block-1 .service-block-title .container--small {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 575.98px) {
        .page--service .block-views-blockizmeritelnye-uslugi-block-1 .service-block-title .container--small {
          flex-direction: column;
          align-items: flex-start;
          max-width: 310px;
          margin: 0; } }
      .page--service .block-views-blockizmeritelnye-uslugi-block-1 .service-block-title .container--small .slider-buttons {
        margin-top: 0; }
        @media (max-width: 575.98px) {
          .page--service .block-views-blockizmeritelnye-uslugi-block-1 .service-block-title .container--small .slider-buttons {
            position: absolute;
            right: 25px;
            margin-top: 45px; } }
  .page--service .block-views-blockizmeritelnye-uslugi-block-1 .views-content.flickity-enabled {
    display: block; }
  .page--service .block-views-blockizmeritelnye-uslugi-block-1 .views-row {
    max-width: 350px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
    margin-right: 30px; }
    @media (max-width: 767.98px) {
      .page--service .block-views-blockizmeritelnye-uslugi-block-1 .views-row {
        max-width: 300px;
        padding-bottom: 50px; } }
    .page--service .block-views-blockizmeritelnye-uslugi-block-1 .views-row .service-teaser-top {
      min-height: 57px; }

.page--service .service-promo {
  background-image: url(../images/template/banner.jpg); }
  @media (max-width: 767.98px) {
    .page--service .service-promo {
      background-image: none !important;
      background-color: #F8F9FB; } }
  .page--service .service-promo-content {
    min-height: 864px;
    background-color: transparent;
    padding-top: 190px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      .page--service .service-promo-content {
        min-height: 630px;
        padding-top: 100px; } }
    @media (max-width: 767.98px) {
      .page--service .service-promo-content {
        padding-top: 44px;
        padding-bottom: 0; } }
    @media (max-width: 991.98px) {
      .page--service .service-promo-content .container {
        max-width: 100%; } }
  .page--service .service-promo-mobile-bg {
    background-image: url(../images/template/service-bg.jpg) !important;
    min-height: 290px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    margin-top: 32px; }
    @media (max-width: 767.98px) {
      .page--service .service-promo-mobile-bg {
        display: block; } }
  .page--service .service-promo-title {
    max-width: 540px;
    width: 100%;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    color: #2B2A29;
    margin-bottom: 24px; }
    @media (max-width: 1199.98px) {
      .page--service .service-promo-title {
        font-size: 44px; } }
    @media (max-width: 991.98px) {
      .page--service .service-promo-title {
        font-size: 36px;
        max-width: 395px; } }
    @media (max-width: 767.98px) {
      .page--service .service-promo-title {
        font-size: 28px;
        margin-bottom: 16px; } }
  .page--service .service-promo-short {
    max-width: 475px;
    margin-bottom: 44px; }
    @media (max-width: 991.98px) {
      .page--service .service-promo-short {
        max-width: 350px; } }
    @media (max-width: 767.98px) {
      .page--service .service-promo-short {
        margin-bottom: 20px !important; } }
    .page--service .service-promo-short h2 {
      font-weight: 300;
      font-size: 20px;
      line-height: 1.4;
      color: #2B2A29;
      opacity: 0.85; }
      @media (max-width: 991.98px) {
        .page--service .service-promo-short h2 {
          font-size: 18px; } }
      @media (max-width: 767.98px) {
        .page--service .service-promo-short h2 {
          font-size: 16px;
          margin-bottom: 20px; } }
  .page--service .service-promo-button {
    max-width: 238px;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    padding: 20px 45px; }

.page--service .service-block-title {
  font-size: 42px;
  line-height: 1.2;
  color: #2B2A29;
  font-weight: 700;
  margin-bottom: 44px; }
  @media (max-width: 991.98px) {
    .page--service .service-block-title {
      font-size: 36px;
      margin-bottom: 30px; } }

.page--service .service .paragraph--type--about {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 65px; }
  @media (max-width: 767.98px) {
    .page--service .service .paragraph--type--about {
      min-height: 0;
      padding-top: 70px;
      padding-bottom: 50px; } }
  .page--service .service .paragraph--type--about .field--name-field-about-items {
    justify-content: space-around; }
    .page--service .service .paragraph--type--about .field--name-field-about-items .field__item {
      border: none;
      max-width: 200px;
      width: 100%;
      margin-bottom: 20px; }
      @media (max-width: 991.98px) {
        .page--service .service .paragraph--type--about .field--name-field-about-items .field__item {
          max-width: 100%; } }
  .page--service .service .paragraph--type--about .service-about {
    padding: 0; }
    .page--service .service .paragraph--type--about .service-about-icon {
      display: none; }
    .page--service .service .paragraph--type--about .service-about-content {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .page--service .service .paragraph--type--about .service-about-title {
      width: 170px;
      height: 170px;
      border-radius: 170px;
      border: 11px solid #2E4D90;
      justify-content: center;
      font-size: 50px;
      line-height: 1;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #2E4D90;
      font-weight: 700;
      margin-bottom: 19px; }
      @media (max-width: 991.98px) {
        .page--service .service .paragraph--type--about .service-about-title {
          align-items: center; } }
      .page--service .service .paragraph--type--about .service-about-title::after {
        content: none; }
    .page--service .service .paragraph--type--about .service-about-text {
      font-size: 14px;
      line-height: 1.4;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #2E4D90;
      text-align: center;
      font-weight: 400; }
      @media (max-width: 991.98px) {
        .page--service .service .paragraph--type--about .service-about-text {
          margin-left: auto; } }

.page--service .service-order {
  padding-top: 86px;
  padding-bottom: 98px; }
  @media (max-width: 767.98px) {
    .page--service .service-order {
      background-image: none !important;
      background-color: #fff;
      padding-top: 0;
      padding-bottom: 0; } }
  .page--service .service-order-wrapper {
    max-width: 538px;
    background: #fff;
    box-shadow: 9px 23px 75px rgba(46, 77, 144, 0.1); }
    @media (max-width: 767.98px) {
      .page--service .service-order-wrapper {
        max-width: 100%; } }
  .page--service .service-order-title {
    font-size: 24px;
    line-height: 1.4;
    color: #2B2A29;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: left; }
  .page--service .service-order-content {
    border-radius: 0;
    box-shadow: none;
    padding: 56px 41px 44px 24px; }
  .page--service .service-order-contacts {
    background-color: rgba(197, 215, 219, 0.18);
    padding: 32px 24px; }
    .page--service .service-order-contacts-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 24px; }
      @media (max-width: 767.98px) {
        .page--service .service-order-contacts-row {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 14px; } }
  .page--service .service-order-phone, .page--service .service-order-mail, .page--service .service-order-networks {
    padding-left: 29px;
    position: relative; }
    @media (max-width: 767.98px) {
      .page--service .service-order-phone, .page--service .service-order-mail, .page--service .service-order-networks {
        margin-bottom: 10px; } }
  .page--service .service-order-phone a,
  .page--service .service-order-mail a,
  .page--service .service-order-networks a {
    font-size: 16px;
    line-height: 1.4;
    color: #2B2A29;
    transition: 0.4s;
    border-bottom: 1px solid transparent; }
    .page--service .service-order-phone a:hover,
    .page--service .service-order-mail a:hover,
    .page--service .service-order-networks a:hover {
      color: #2E4D90;
      border-bottom-color: #2E4D90; }
  .page--service .service-order-phone::before {
    content: url(../images/template/phone.svg);
    position: absolute;
    top: 3px;
    left: 0; }
  .page--service .service-order-mail::before {
    content: url(../images/template/mail.svg);
    position: absolute;
    top: 2px;
    left: 0; }
  .page--service .service-order-networks::before {
    content: url(../images/template/insta.svg);
    position: absolute;
    top: 3px;
    left: 0; }
  .page--service .service-order-address {
    font-size: 16px;
    line-height: 1.4;
    color: #2B2A29;
    margin-bottom: 12px; }
    .page--service .service-order-address span {
      font-weight: 700; }
  .page--service .service-order-work {
    font-size: 16px;
    line-height: 1.4;
    color: #2B2A29; }
    .page--service .service-order-work span {
      font-weight: 700; }

.page--service .service-teaser {
  box-shadow: 9px 23px 76px rgba(46, 77, 144, 0.1);
  padding: 32px 20px 16px;
  background-color: #fff; }
  @media (max-width: 767.98px) {
    .page--service .service-teaser {
      box-shadow: 5px 15px 25px rgba(46, 77, 144, 0.4); } }
  .page--service .service-teaser-top {
    min-height: 114px;
    margin-bottom: 23px; }
  .page--service .service-teaser-image {
    margin-bottom: 0; }
  .page--service .service-teaser-title {
    margin-bottom: 12px; }
    .page--service .service-teaser-title a {
      font-size: 24px;
      line-height: 1.4;
      color: #2B2A29; }
      @media (max-width: 991.98px) {
        .page--service .service-teaser-title a {
          font-size: 18px; } }
  .page--service .service-teaser .field--name-field-short {
    font-size: 24px;
    line-height: 1.4;
    color: #2B2A29; }
    @media (max-width: 991.98px) {
      .page--service .service-teaser .field--name-field-short {
        font-size: 18px; } }

.page--service .service-block-more {
  display: flex;
  justify-content: flex-start;
  padding-top: 0;
  margin-top: -36px;
  position: relative;
  z-index: 5; }
  @media (max-width: 767.98px) {
    .page--service .service-block-more {
      margin-top: -20px; } }
  .page--service .service-block-more .btn {
    min-width: 239px;
    min-height: 60px; }

.page-view-service-page_2 .service-block-more,
.page-view-izmeritelnye_uslugi-page_1 .service-block-more {
  margin-top: 0;
  justify-content: center;
  display: none; }

.page-view-service-page_2 .view-grouping .row > *,
.page-view-izmeritelnye_uslugi-page_1 .view-grouping .row > * {
  margin-bottom: 44px; }

.page-view-service-page_2 .views-view-grid .row > *,
.page-view-izmeritelnye_uslugi-page_1 .views-view-grid .row > * {
  margin-bottom: 44px; }

.f-contact-page.page-node-view .region-content .block-system-main-block {
  margin-bottom: 40px; }

.slider-buttons {
  display: flex; }
  @media (max-width: 767.98px) {
    .slider-buttons {
      align-self: flex-end;
      margin-top: 20px; } }

.slider-button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #F8F9FB;
  border: 1px solid rgba(43, 42, 41, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer; }
  .slider-button svg {
    color: #2B2A29; }
  .slider-button:hover {
    background: #2E4D90;
    box-shadow: inset 0px 4px 6px rgba(255, 255, 255, 0.11), inset 0px -15px 13px #284685, inset 0px 4px 33px #5173BC; }
    .slider-button:hover svg {
      color: #fff; }
  .slider-button:active {
    background: #2E4D90;
    box-shadow: inset 0px 4px 4px rgba(25, 12, 64, 0.16), inset 0px -4px 10px rgba(255, 255, 255, 0.31), inset 0px 4px 9px rgba(0, 0, 0, 0.25); }
    .slider-button:active svg {
      color: #fff; }
  .slider-button.button--previous {
    margin-right: 16px; }

.node--type-project .header-nav {
  background-color: #F8F9FB !important; }

.node--type-project .page--service {
  overflow: hidden;
  background-color: #fff; }

.path-project .header-nav {
  background-color: #F8F9FB !important; }

.path-project .breadcrumb {
  margin-bottom: 20px; }

.path-project .page--service {
  background-color: #fff; }

.project-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .project-grid .views-row {
    width: calc(100% / 3 - 30px);
    margin: 0 15px; }
    @media (max-width: 991.98px) {
      .project-grid .views-row {
        width: calc(100% / 2 - 30px); } }
    @media (max-width: 767.98px) {
      .project-grid .views-row {
        width: calc(100% - 30px); } }

.project-description {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: rgba(43, 42, 41, 0.85);
  margin-bottom: 44px; }

.project-teaser {
  display: block;
  padding: 20px 20px 32px 20px;
  background-color: #fff;
  box-shadow: 9px 23px 76px rgba(46, 77, 144, 0.12);
  min-height: 526px;
  transition: 0.4s; }
  .project-teaser:hover img {
    transform: scale(1.05); }
  .project-teaser-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #2B2A29;
    margin-top: 21px;
    margin-bottom: 12px; }
  .project-teaser-image {
    position: relative; }
  .project-teaser .field--name-field-image {
    overflow: hidden; }
    .project-teaser .field--name-field-image img {
      transition: 0.4s; }
      @media (max-width: 767.98px) {
        .project-teaser .field--name-field-image img {
          width: 100%;
          object-fit: cover;
          max-height: 212px; } }
  .project-teaser .field--name-body {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(43, 42, 41, 0.85); }
  .project-teaser .field--name-field-date {
    min-width: 95px;
    min-height: 30px;
    background-color: #2E4D90;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    position: absolute;
    bottom: -10px;
    left: 20px; }

.project-full .project-full-short {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #2B2A29;
  margin-bottom: 32px; }
  @media (max-width: 767.98px) {
    .project-full .project-full-short {
      font-size: 18px; } }

.project-full-subtitle {
  font-size: 24px;
  line-height: 1.4;
  color: #2B2A29;
  font-weight: 700;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .project-full-subtitle {
      font-size: 20px; } }

.project-full-top {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  padding: 55px 0; }
  @media (max-width: 767.98px) {
    .project-full-top {
      flex-direction: column;
      padding: 0; } }

.project-full-image {
  max-width: 475px;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .project-full-image {
      margin-bottom: 30px; } }

.project-full-characteristic {
  flex: 1;
  position: relative;
  padding-left: 95px; }
  @media (max-width: 1199.98px) {
    .project-full-characteristic {
      padding-left: 40px; } }
  @media (max-width: 767.98px) {
    .project-full-characteristic {
      padding-left: 0; } }
  .project-full-characteristic::before {
    content: url(../images/template/bg-top.png);
    position: absolute;
    top: -55px;
    left: -75px; }
    @media (max-width: 767.98px) {
      .project-full-characteristic::before {
        content: none; } }
  .project-full-characteristic-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #2B2A29;
    margin-bottom: 44px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .project-full-characteristic-title {
        margin-bottom: 24px; } }
    @media (max-width: 767.98px) {
      .project-full-characteristic-title {
        font-size: 30px; } }
  .project-full-characteristic .field__label {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #2B2A29;
    margin-bottom: 8px; }
  .project-full-characteristic .field__item {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(43, 42, 41, 0.85);
    position: relative;
    z-index: 1; }
  .project-full-characteristic .field:not(:last-child) {
    margin-bottom: 24px; }

.project-full .project-full-body {
  margin-bottom: 56px; }
  .project-full .project-full-body .field--name-body {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #2B2A29; }
    @media (max-width: 767.98px) {
      .project-full .project-full-body .field--name-body {
        font-size: 18px; } }

.project-full .project-full-gallery {
  padding-bottom: 36px; }
  @media (max-width: 767.98px) {
    .project-full .project-full-gallery {
      padding-bottom: 0; } }
  .project-full .project-full-gallery .field__item {
    margin-bottom: 30px; }

.project-full .field--name-field-completed-work {
  padding-bottom: 36px; }
  .project-full .field--name-field-completed-work .field__item {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    color: #2B2A29;
    margin-bottom: 20px;
    padding-left: 36px;
    position: relative; }
    @media (max-width: 767.98px) {
      .project-full .field--name-field-completed-work .field__item {
        font-size: 18px; } }
    .project-full .field--name-field-completed-work .field__item::before {
      content: url(../images/template/work-check.svg);
      position: absolute;
      top: 0;
      left: 0; }

.messages {
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 20px;
  text-align: left; }
  .messages--error {
    background: #AC182D; }
  .messages--status {
    background: #4CAF50; }
  .messages--warning {
    background: #FF9800; }
  .messages a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    transition: color 0.4s, border-color 0.4s; }
    .messages a:hover {
      color: #fff;
      border-color: #fff; }
    .messages a:active {
      border-color: rgba(255, 255, 255, 0.5); }

.contact-message-form label {
  display: block !important;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  color: #2B2A29;
  margin-bottom: 8px; }

.contact-message-form .form-control {
  margin: 0;
  height: auto;
  font-size: 17px;
  line-height: 1.25;
  font-family: inherit;
  border-radius: 4px;
  padding: 17px 20px;
  background-color: transparent;
  border: solid #797979;
  border-width: 1px 1px 1px !important;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
  border: 1px solid rgba(197, 215, 219, 0.8); }
  @media (max-width: 767.98px) {
    .contact-message-form .form-control {
      font-size: 20px; } }
  .contact-message-form .form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .8;
    transition: opacity 0.4s; }
  .contact-message-form .form-control:focus::-webkit-input-placeholder {
    opacity: 0; }
  .contact-message-form .form-control::-moz-placeholder {
    color: inherit;
    opacity: .8;
    transition: opacity 0.4s; }
  .contact-message-form .form-control:focus::-moz-placeholder {
    opacity: 0; }
  .contact-message-form .form-control:-moz-placeholder {
    color: inherit;
    opacity: .8;
    transition: opacity 0.4s; }
  .contact-message-form .form-control:focus:-moz-placeholder {
    opacity: 0; }
  .contact-message-form .form-control:hover {
    background: rgba(197, 215, 219, 0.4) !important;
    border: 1px solid rgba(197, 215, 219, 0.7); }
  .contact-message-form .form-control:active {
    background: #fff; }
  .contact-message-form .form-control.error {
    color: #AC182D;
    border-color: #AC182D; }
  .contact-message-form .form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #131313; }
  .contact-message-form .form-control:disabled {
    cursor: not-allowed;
    background-color: rgba(222, 221, 221, 0.5); }

.contact-message-form .form-item {
  margin: 0 0 20px; }

.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center; }

.contact-message-form .ajax-progress {
  display: none; }

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

.contact-message-order-form .form-wrapper .form-control,
.contact-message-callback-form .form-wrapper .form-control {
  border-width: 1px  !important;
  border-color: rgba(197, 215, 219, 0.8) !important;
  padding: 10px 16px 11px 16px;
  font-size: 14px;
  color: rgba(43, 42, 41, 0.7); }
  .contact-message-order-form .form-wrapper .form-control:active,
  .contact-message-callback-form .form-wrapper .form-control:active {
    background: #fff !important;
    border-color: #2E4D90 !important;
    color: #2B2A29; }
  .contact-message-order-form .form-wrapper .form-control:focus,
  .contact-message-callback-form .form-wrapper .form-control:focus {
    background: #fff !important;
    border-color: #2E4D90 !important;
    color: #2B2A29; }

.contact-message-order-form .form-actions,
.contact-message-callback-form .form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px; }

.contact-message-order-form .form-textarea-wrapper .form-textarea,
.contact-message-callback-form .form-textarea-wrapper .form-textarea {
  resize: none;
  height: 90px; }

.bef-exposed-form {
  margin-bottom: 36px; }
  .bef-exposed-form .form--inline legend {
    display: none; }
  .bef-exposed-form .form--inline .form-composite {
    margin: 0; }
  .bef-exposed-form .form--inline .form-radios {
    display: flex;
    flex-wrap: wrap; }
    .bef-exposed-form .form--inline .form-radios .form-item {
      position: relative;
      margin: 0 20px 20px 0; }
      .bef-exposed-form .form--inline .form-radios .form-item:first-child label {
        background-color: #2E4D90;
        color: #fff;
        min-width: 143px;
        text-align: center; }
        .bef-exposed-form .form--inline .form-radios .form-item:first-child label:hover {
          background-color: #fff;
          color: #2E4D90; }
      .bef-exposed-form .form--inline .form-radios .form-item .form-radio {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0; }
      .bef-exposed-form .form--inline .form-radios .form-item label {
        border: 1px solid #2E4D90;
        padding: 4px 24px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.4;
        color: #2E4D90;
        min-height: 28px;
        cursor: pointer;
        display: block; }
        .bef-exposed-form .form--inline .form-radios .form-item label:hover {
          background: #2E4D90;
          color: #fff; }
  .bef-exposed-form .form--inline .form-actions {
    margin: 0; }
    .bef-exposed-form .form--inline .form-actions .form-submit {
      min-height: 28px !important;
      border: 1px solid #2E4D90;
      padding: 4px 24px;
      box-shadow: none;
      font-size: 14px;
      line-height: 1;
      color: #2E4D90;
      max-width: auto;
      min-width: 0;
      background: #fff;
      text-transform: none;
      margin: 0 20px 0 0; }
      .bef-exposed-form .form--inline .form-actions .form-submit:hover {
        background: #2E4D90;
        color: #fff;
        box-shadow: none; }

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