@charset "UTF-8";
.element-hidden,
.hidden {
  display: none;
}

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.modal-dialog {
  max-width: 525px;
}
@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
  }
}
.modal--questionnaire .modal-dialog {
  max-width: 825px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 70px 75px 40px;
  box-shadow: 0 12px 120px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767.98px) {
  .modal-content {
    box-shadow: none;
    position: static;
    padding: 40px 30px 30px;
  }
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 37px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.5px;
}
.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: 38px;
  height: 38px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: url("../images/icons/modal-close.svg") #F7811F no-repeat center;
  border: 0;
  font-size: 0;
  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;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal-backdrop.show {
  opacity: 0.24;
}
.modal .form-actions {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 !important;
}

#online-store .modal-content {
  padding: 40px;
}
@media (max-width: 767.98px) {
  #online-store .modal-content {
    padding: 40px 10px 10px;
  }
}
#online-store .direct-sales {
  width: 100%;
  min-height: 80vh;
}

#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: 991.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 {
  color: #86969d;
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 30px;
  padding: 58px 0 0;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .path-product .breadcrumb {
    margin-bottom: 22px;
  }
}
.breadcrumb--float {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 35px;
  z-index: 6;
}
.breadcrumb--float .list-item {
  color: #ffffff;
  font-size: 16px;
}
.node--type-industry .breadcrumb, .node--type-project .breadcrumb, .page-history-page .breadcrumb, .page-node-1 .breadcrumb, .page-view-reviews-page_1 .breadcrumb, .page-view-vacancy-page_1 .breadcrumb, .page-view-team-page_1 .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .breadcrumb {
    padding-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding-top: 25px;
  }
}
.breadcrumb .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .breadcrumb .list {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
}
.breadcrumb .list-item {
  display: block;
  padding: 0 21px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .breadcrumb .list-item {
    margin-bottom: 10px;
  }
}
.breadcrumb .list-item::before {
  content: none;
}
.breadcrumb .list-item::after {
  content: "—";
  top: 1px;
  right: -5px;
  opacity: 0.7;
  position: absolute;
}
.breadcrumb .list-item:last-child::after {
  content: none;
}
.breadcrumb .list-link {
  color: inherit;
  transition: color 0.4s;
}
.breadcrumb .list-link:hover {
  color: #245CE0;
}
.breadcrumb .list-link:active {
  color: #678ee9;
}
.node--type-industry .breadcrumb .list-link, .node--type-project .breadcrumb .list-link, .page-history-page .breadcrumb .list-link, .page-node-1 .breadcrumb .list-link, .page-view-reviews-page_1 .breadcrumb .list-link, .page-view-vacancy-page_1 .breadcrumb .list-link, .page-view-team-page_1 .breadcrumb .list-link {
  opacity: 0.7;
  transition: color 0.4s, opacity 0.4s;
}
.node--type-industry .breadcrumb .list-link:hover, .node--type-project .breadcrumb .list-link:hover, .page-history-page .breadcrumb .list-link:hover, .page-node-1 .breadcrumb .list-link:hover, .page-view-reviews-page_1 .breadcrumb .list-link:hover, .page-view-vacancy-page_1 .breadcrumb .list-link:hover, .page-view-team-page_1 .breadcrumb .list-link:hover {
  opacity: 1;
}
.reclaimer .breadcrumb .list-link {
  color: #fff;
}

.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.8;
  background-color: #efefef;
  display: block;
  padding: 3px 5px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1.15;
}
.region-tabs nav li a:hover {
  opacity: 1;
}
.region-tabs nav li.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;
  }
}

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

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

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

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

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0;
}

.modal-dialog {
  max-width: 525px;
}
@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
  }
}
.modal--questionnaire .modal-dialog {
  max-width: 825px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 70px 75px 40px;
  box-shadow: 0 12px 120px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767.98px) {
  .modal-content {
    box-shadow: none;
    position: static;
    padding: 40px 30px 30px;
  }
}
.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 37px;
}
.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.5px;
}
.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: 38px;
  height: 38px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: url("../images/icons/modal-close.svg") #F7811F no-repeat center;
  border: 0;
  font-size: 0;
  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;
  background-color: #AC182D;
  border-color: transparent;
}
.modal-close:active {
  opacity: 0.7;
}
.modal-backdrop.show {
  opacity: 0.24;
}
.modal .form-actions {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 !important;
}

#online-store .modal-content {
  padding: 40px;
}
@media (max-width: 767.98px) {
  #online-store .modal-content {
    padding: 40px 10px 10px;
  }
}
#online-store .direct-sales {
  width: 100%;
  min-height: 80vh;
}

#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: 991.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 {
  color: #86969d;
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 30px;
  padding: 58px 0 0;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .path-product .breadcrumb {
    margin-bottom: 22px;
  }
}
.breadcrumb--float {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 35px;
  z-index: 6;
}
.breadcrumb--float .list-item {
  color: #ffffff;
  font-size: 16px;
}
.node--type-industry .breadcrumb, .node--type-project .breadcrumb, .page-history-page .breadcrumb, .page-node-1 .breadcrumb, .page-view-reviews-page_1 .breadcrumb, .page-view-vacancy-page_1 .breadcrumb, .page-view-team-page_1 .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .breadcrumb {
    padding-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding-top: 25px;
  }
}
.breadcrumb .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .breadcrumb .list {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
}
.breadcrumb .list-item {
  display: block;
  padding: 0 21px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .breadcrumb .list-item {
    margin-bottom: 10px;
  }
}
.breadcrumb .list-item::before {
  content: none;
}
.breadcrumb .list-item::after {
  content: "—";
  top: 1px;
  right: -5px;
  opacity: 0.7;
  position: absolute;
}
.breadcrumb .list-item:last-child::after {
  content: none;
}
.breadcrumb .list-link {
  color: inherit;
  transition: color 0.4s;
}
.breadcrumb .list-link:hover {
  color: #245CE0;
}
.breadcrumb .list-link:active {
  color: #678ee9;
}
.node--type-industry .breadcrumb .list-link, .node--type-project .breadcrumb .list-link, .page-history-page .breadcrumb .list-link, .page-node-1 .breadcrumb .list-link, .page-view-reviews-page_1 .breadcrumb .list-link, .page-view-vacancy-page_1 .breadcrumb .list-link, .page-view-team-page_1 .breadcrumb .list-link {
  opacity: 0.7;
  transition: color 0.4s, opacity 0.4s;
}
.node--type-industry .breadcrumb .list-link:hover, .node--type-project .breadcrumb .list-link:hover, .page-history-page .breadcrumb .list-link:hover, .page-node-1 .breadcrumb .list-link:hover, .page-view-reviews-page_1 .breadcrumb .list-link:hover, .page-view-vacancy-page_1 .breadcrumb .list-link:hover, .page-view-team-page_1 .breadcrumb .list-link:hover {
  opacity: 1;
}
.reclaimer .breadcrumb .list-link {
  color: #fff;
}

.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.8;
  background-color: #efefef;
  display: block;
  padding: 3px 5px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1.15;
}
.region-tabs nav li a:hover {
  opacity: 1;
}
.region-tabs nav li.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;
  }
}

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

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

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

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  min-width: 375px;
  font-family: "Fira Sans", sans-serif;
  background-color: #FFFFFF;
}
body.cke_editable {
  color: #000;
  background-color: #fff;
}

/* HEADERS */
h1 {
  font-size: 2.25rem;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 27px;
  }
}

h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 1199.98px) {
  h6 {
    font-size: 18px;
  }
}

a {
  color: #4577D4;
  transition: color 0.4s;
}
.main-menu a {
  color: inherit;
}
.main-menu a:hover {
  color: #4577D4;
}
a:hover {
  color: #2653a6;
  text-decoration: none;
}
a:active {
  color: #1d3e7d;
}
a:focus {
  outline: none;
}

b,
strong {
  font-weight: 600;
}

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

button:focus {
  outline: none !important;
}

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

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

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("../fonts/GothamPro/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on July 4, 2017 1:07 PM */
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Italic.eot");
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url("../fonts/FiraSans/FiraSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans-Italic.woff") format("woff"), url("../fonts/FiraSans/FiraSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-Bold.eot");
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("../fonts/FiraSans/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans/FiraSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSansMedium-Italic.eot");
  src: local("Fira Sans Medium Italic"), local("FiraSansMedium-Italic"), url("../fonts/FiraSans/FiraSansMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSansMedium-Italic.woff") format("woff"), url("../fonts/FiraSans/FiraSansMedium-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSansLight.eot");
  src: local("Fira Sans Light"), local("FiraSansLight"), url("../fonts/FiraSans/FiraSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSansLight.woff") format("woff"), url("../fonts/FiraSans/FiraSansLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans.eot");
  src: local("Fira Sans"), local("FiraSans"), url("../fonts/FiraSans/FiraSans.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans.woff") format("woff"), url("../fonts/FiraSans/FiraSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSansMedium.eot");
  src: local("Fira Sans Medium"), local("FiraSansMedium"), url("../fonts/FiraSans/FiraSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSansMedium.woff") format("woff"), url("../fonts/FiraSans/FiraSansMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSansLight-Italic.eot");
  src: local("Fira Sans Light Italic"), local("FiraSansLight-Italic"), url("../fonts/FiraSans/FiraSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSansLight-Italic.woff") format("woff"), url("../fonts/FiraSans/FiraSansLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/FiraSans/FiraSans-BoldItalic.eot");
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url("../fonts/FiraSans/FiraSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans-BoldItalic.woff") format("woff"), url("../fonts/FiraSans/FiraSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.footer {
  flex-shrink: 0;
  background-color: #fff;
}
.footer-top {
  padding: 48px 0 53px;
  overflow: hidden;
  border-top: solid 1px #EDECF1;
}
@media (max-width: 1199.98px) {
  .footer-top {
    padding: 30px 0 20px;
  }
}
.node--type-industry .footer-top, .node--type-project .footer-top, .page-news-page .footer-top, .page-view-vacancy-page_1 .footer-top, .path-frontpage .footer-top {
  border-top: 0;
}
.footer-top-row {
  display: flex;
}
.footer-top-col {
  padding: 21px 0 5px;
}
.footer-top-col--1 {
  width: 295px;
  padding-right: 45px;
  margin-right: 135px;
  border-right: solid 1px #EDECF1;
}
@media (max-width: 1367px) {
  .footer-top-col--1 {
    width: 250px;
    margin-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .footer-top-col--1 {
    margin: 0;
    padding: 0;
    width: 100%;
    border-right: 0;
  }
}
.footer-top-col--2 {
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .footer-top-col--2 {
    display: none;
  }
}
.footer-contacts {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.footer-contacts p {
  margin: 0 0 20px;
}
@media (max-width: 991.98px) {
  .footer-contacts p {
    margin-bottom: 10px;
  }
}
.footer-contacts__phones {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .footer-contacts__phones {
    min-width: 140px;
  }
}
@media (max-width: 1199.98px) {
  .footer-contacts {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
  }
  .footer-contacts p {
    padding: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .footer-contacts {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .footer-contacts {
    display: block;
  }
  .footer-contacts br {
    display: none;
  }
}
.footer-contacts a {
  border-bottom: solid 1px #D3E0E6;
  transition: border-color 0.4s, color 0.4s;
}
.footer-contacts a:hover {
  color: #245CE0;
  border-color: transparent;
}
.footer-contacts a:active {
  color: #678ee9;
}
.footer-menu {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin: 0 -30px;
}
.footer-menu-item {
  padding: 0 30px;
}
.footer-menu .menu {
  margin: 0;
}
.footer-menu .menu-item {
  padding: 0;
  margin: 0 0 15px;
}
.footer-menu .menu a {
  transition: color 0.4s;
}
.footer-menu .menu a:hover {
  color: #245CE0;
}
.footer-menu .menu a:active {
  color: #678ee9;
}
.footer-bottom {
  padding: 29px 0;
  border-top: solid 1px #EDECF1;
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 1199.98px) {
  .footer-bottom-row {
    flex-direction: column;
    margin: 0 -10px;
    text-align: center;
  }
}
.footer-bottom-col {
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .footer-bottom-col {
    padding: 0 10px;
  }
}
.footer-label {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 27px;
}
.footer-label a {
  transition: color 0.4s;
}
.footer-label a:hover {
  color: #245CE0;
}
.footer-label a:active {
  color: #678ee9;
}
.footer-copyright {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .footer-copyright {
    margin-bottom: 12px;
  }
}
.footer-copyright a {
  border-bottom: solid 1px #D3E0E6;
  transition: border-color 0.4s, color 0.4s;
}
.footer-copyright a:hover {
  color: #245CE0;
  border-color: transparent;
}
.footer-copyright a:active {
  color: #678ee9;
}
.footer-requisites {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  .footer-requisites {
    margin-bottom: 12px;
  }
}
.footer .synapse {
  display: flex;
  align-items: flex-end;
  top: -8px;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
  transition: color 0.4s;
}
@media (max-width: 1199.98px) {
  .footer .synapse {
    top: 0;
  }
}
.footer .synapse:hover {
  color: #245CE0;
}
.footer .synapse:active {
  color: #678ee9;
}
.footer .synapse-label {
  margin-right: 15px;
}
.footer .synapse-logo {
  top: 3px;
  height: 36px;
  position: relative;
}
.footer a {
  color: inherit;
}

.menu-dropdown {
  color: #222222;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: opacity 0.4s, transform 0.4s;
  transform-origin: center top;
  transform: scale(0.9, 0.5);
  pointer-events: none;
  border-top: 2px solid #245CE0;
}
.menu-dropdown .menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}
@media (max-width: 1300px) {
  .menu-dropdown .menu-item {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .menu-dropdown .menu-item {
    width: 100%;
    padding: 5px 20px;
  }
}
.menu-dropdown .nav-link {
  padding: 28px 20px;
}
.menu-dropdown .nav-link:hover {
  color: #245CE0;
  background: #E5E5E5;
}
.menu-dropdown .nav-link:active {
  background: #cccccc;
}
.menu-dropdown .active .nav-link::after {
  content: none;
}
.show-dropdown .menu-dropdown {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
@media (max-width: 1199.98px) {
  .menu-dropdown {
    display: none;
    position: static;
    padding: 0 8px 20px;
    color: #A3B7E3;
    box-shadow: none;
    transform: none;
    transition: none;
    background-color: transparent;
  }
  .menu-dropdown .menu {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu-dropdown .nav-link {
    font-size: 17px;
    font-weight: normal;
    padding: 9px 35px;
  }
  .show-dropdown .menu-dropdown {
    display: block;
  }
}

.main-menu .menu-dropdown-trigger {
  display: none;
}
.main-menu .menu-catalog-row {
  padding: 25px 30px 30px;
  display: flex;
  max-height: 70vh;
  overflow-y: auto;
}
@media (max-width: 1300px) {
  .main-menu .menu-catalog-row {
    flex-direction: column;
    padding: 15px 30px 30px;
  }
}
@media (max-width: 1199.98px) {
  .main-menu .menu-catalog-row {
    flex-direction: row;
  }
}
@media (max-width: 1199.98px) {
  .main-menu .menu-catalog-row {
    overflow: inherit;
    max-height: 100%;
  }
}
@media (max-width: 991.98px) {
  .main-menu .menu-catalog-row {
    flex-direction: column;
    margin: 0;
    padding: 15px;
  }
}
.main-menu .menu-catalog-col {
  width: 50%;
  padding: 0 15px;
}
.main-menu .menu-catalog-col .menu-catalog-col {
  width: 100%;
}
.main-menu .menu-catalog-col:nth-child(2) {
  padding: 0;
}
@media (max-width: 1300px) {
  .main-menu .menu-catalog-col {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .main-menu .menu-catalog-col {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .main-menu .menu-catalog-col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main-menu .menu-catalog-item-below {
  display: flex;
  flex-direction: column;
}
.main-menu .menu-catalog-link {
  color: #222222;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (max-width: 1399.98px) {
  .main-menu .menu-catalog-link {
    font-size: 13px;
  }
}
.main-menu .menu-catalog-link--main {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .main-menu .menu-catalog-link--main {
    font-size: 14px;
  }
}
.main-menu .menu-catalog-link--active {
  color: #235CE0;
  position: relative;
  padding-left: 14px;
}
.main-menu .menu-catalog-link--active::before {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon-menu-triangle.svg");
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  margin: 0 10px 0 0;
  background-color: #4577D5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-toggler:last-child {
  margin-right: 0;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  position: absolute;
  width: 21px;
  height: 3px;
  background-color: #FFFFFF;
  transition: transform 0.4s, margin 0.4s, opacity 0.4s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  opacity: 0;
  transform: scale(0);
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -25%;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  opacity: 1;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 25%;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 3px;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 3px;
}

.header {
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-bottom: solid 1px #ECEDF2;
}
@media (max-width: 1199.98px) {
  .header {
    border-color: transparent;
    transition: background-color 0.4s;
  }
}
.toolbar-horizontal .header {
  top: 39px;
}
.toolbar-tray-open .header {
  top: 79px;
}
.header-container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1800px;
}
@media (max-width: 767.98px) {
  .header-container {
    padding: 0 30px;
  }
}
.header-row {
  display: flex;
  margin: 0 -15px;
  padding: 10px 0;
  min-height: 85px;
  align-items: center;
  justify-content: space-between;
}
.header-col {
  padding: 0 15px;
}
.header-col--logo {
  flex-shrink: 0;
}
.header-col--logo img {
  width: 187px;
}
@media (max-width: 1399.98px) {
  .header-col--logo {
    flex-shrink: 0;
  }
}
@media (max-width: 1199.98px) {
  .header-col--logo {
    flex-grow: 1;
    flex-shrink: 1;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.header-col--menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 1235px;
}
@media (max-width: 1199.98px) {
  .header-col--menu {
    color: #000;
    position: fixed;
    top: 86px;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: calc(100% - 86px);
    padding: 25px 30px;
    background-color: #fff;
    opacity: 0;
    overflow: auto;
    transform: scale(0.5);
    transform-origin: right top;
    transition: transform 0.4s, opacity 0.4s;
    pointer-events: none;
    z-index: 9;
  }
  .show-mobile-nav .header-col--menu {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.header-col--menu .region-menu-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header-col--menu .region-menu-main {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .header-col--menu .region-menu-main .menu--main {
    width: 100%;
  }
}
.header-col--search {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .header-col--search {
    padding: 0;
  }
}
.header-logo {
  display: block;
  position: relative;
  transition: opacity 0.4s;
}
@media (max-width: 1199.98px) {
  .header-logo img {
    transition: opacity 0.4s;
  }
}
.header-logo:hover {
  opacity: 0.75;
}
.header-logo:active {
  opacity: 0.55;
}
.header-toggler {
  display: none;
}
@media (max-width: 1199.98px) {
  .header-toggler {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 10px;
    transition: opacity 0.4s;
  }
  .header-toggler-item {
    height: 2px;
    border-radius: 4px;
    margin-bottom: 5px;
    background-color: #0A3A9C;
    transition: transform 0.4s, background-color 0.4s, opacity 0.4s;
  }
  .show-mobile-nav .header-toggler-item {
    background-color: #000;
  }
  .page-synlanding-page404 .header-toggler-item {
    background-color: #fff;
  }
  .header-toggler-item--1 {
    width: 20px;
  }
  .show-mobile-nav .header-toggler-item--1 {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  .header-toggler-item--2, .header-toggler-item--3 {
    width: 27px;
  }
  .show-mobile-nav .header-toggler-item--2, .show-mobile-nav .header-toggler-item--3 {
    opacity: 0;
    transform: scale(0);
  }
  .header-toggler-item--4 {
    width: 20px;
    align-self: flex-end;
    margin-bottom: 0;
  }
  .show-mobile-nav .header-toggler-item--4 {
    transform: translate3d(-7px, -10px, 0) rotate(135deg);
  }
}
.header-lk {
  width: 197px;
  height: 75px;
}
.header-lk--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .header-lk {
    display: none;
  }
  .header-lk--mobile {
    display: block;
  }
}
.header-contacts {
  display: flex;
  flex-direction: column;
}
.header-contacts__phones {
  display: flex;
  flex-direction: column;
}
.header-contacts__phone {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .header-contacts__phone {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.header-contacts__mail {
  color: #0A3A9C;
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  .header-contacts__mail {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .header-contacts {
    padding-left: 28px;
    margin-top: 30px;
  }
}
.header .nav {
  position: relative;
  justify-content: flex-start;
}
@media (max-width: 1199.98px) {
  .header .nav {
    flex-direction: column;
  }
}
.header .nav-link {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.011em;
  padding: 20px 9px;
  transition: background-color 0.4s, color 0.4s;
}
@media (max-width: 1760px) {
  .header .nav-link {
    padding: 6px 15px;
  }
}
@media (max-width: 1367px) {
  .header .nav-link {
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 1199.98px) {
  .header .nav-link {
    font-size: 21px;
    font-weight: bold;
    padding: 18px 28px;
  }
}
@media (max-width: 991.98px) {
  .header .nav-link {
    padding: 15px 28px;
  }
}
.header .nav-link:hover {
  color: #fff;
  background-color: #245CE0;
}
.header .nav-link:active {
  background-color: #1a49b7;
}
.header .menu-item {
  padding: 0;
}
.header .active > .nav-link {
  color: #fff;
  background-color: #1a49b7;
}
.header .active > .nav-link:hover {
  color: #fff;
}
.header .show-dropdown > .nav-link {
  color: #fff;
  background-color: #245CE0;
  font-weight: 500;
}
.header .block-language-blocklanguage-interface {
  max-width: 205px;
  width: 100%;
  margin-bottom: 20px;
}
.header .block-language-blocklanguage-interface .links {
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
}
.header .block-language-blocklanguage-interface .links .ru {
  padding: 0 0 0 25px;
  margin-right: 5px;
  position: relative;
}
.header .block-language-blocklanguage-interface .links .ru .language-link::before {
  content: url(../images/template/ru.png);
  position: absolute;
  top: -1px;
  left: -25px;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
.header .block-language-blocklanguage-interface .links .ru .language-link:hover::before {
  transform: scale(1.2);
}
.header .block-language-blocklanguage-interface .links .ru::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #C5D7DB;
  position: absolute;
  top: -2px;
  right: -5px;
}
.header .block-language-blocklanguage-interface .links .en {
  padding: 0 0 0 25px;
  margin-left: 5px;
  position: relative;
  margin-right: 5px;
}
.header .block-language-blocklanguage-interface .links .en .language-link::before {
  content: url(../images/template/en.png);
  position: absolute;
  top: 1px;
  left: -25px;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
.header .block-language-blocklanguage-interface .links .en .language-link:hover::before {
  transform: scale(1.2);
}
.header .block-language-blocklanguage-interface .links .tr {
  padding: 0 0 0 25px;
  margin-left: 5px;
  position: relative;
  display: none !important;
}
.header .block-language-blocklanguage-interface .links .tr .language-link::before {
  content: url(../images/template/tur.png);
  position: absolute;
  top: 1px;
  left: -25px;
  width: 20px;
  height: 20px;
  transition: 0.4s;
}
.header .block-language-blocklanguage-interface .links .tr .language-link:hover::before {
  transform: scale(1.2);
}
.header .block-language-blocklanguage-interface .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 .block-language-blocklanguage-interface .links .language-link.is-active {
  font-size: 16px;
  text-decoration: underline;
  color: #2E4D90;
  font-weight: 700;
  padding-left: 28px;
  position: relative;
}
.header .block-language-blocklanguage-interface .links .language-link.is-active:hover {
  color: #2E4D90;
  text-decoration: underline;
}
.header .block-language-blocklanguage-interface .links .language-link .tr {
  display: none;
}
.header .block-language-blocklanguage-interface .links .language-link:hover {
  text-decoration: none;
  color: #2B2A29;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .header .block-language-blocklanguage-interface {
    margin-bottom: 0;
    max-width: 55px;
  }
  .header .block-language-blocklanguage-interface .links {
    flex-direction: column;
  }
  .header .block-language-blocklanguage-interface .links .ru {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header .block-language-blocklanguage-interface .links .ru::after {
    content: none;
  }
  .header .block-language-blocklanguage-interface .links .en {
    margin-left: 0;
    margin-right: 0;
  }
  .header .block-language-blocklanguage-interface .links .en::after {
    content: none;
  }
  .header .block-language-blocklanguage-interface .links .ru,
  .header .block-language-blocklanguage-interface .links .en,
  .header .block-language-blocklanguage-interface .links .tr {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .header .block-language-blocklanguage-interface {
    margin-left: 20px;
    max-width: 55px;
  }
  .header .block-language-blocklanguage-interface .links {
    flex-direction: column;
  }
  .header .block-language-blocklanguage-interface .links .ru {
    margin-right: 0;
  }
  .header .block-language-blocklanguage-interface .links .ru::after {
    content: none;
  }
  .header .block-language-blocklanguage-interface .links .en {
    margin-left: 0;
    margin-right: 0;
  }
  .header .block-language-blocklanguage-interface .links .en::after {
    content: none;
  }
  .header .block-language-blocklanguage-interface .links .ru,
  .header .block-language-blocklanguage-interface .links .en,
  .header .block-language-blocklanguage-interface .links .tr {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) {
  #block-language-switcher-2 {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  #block-language-switcher {
    display: none;
  }
}

a {
  text-decoration: none;
}

.page {
  display: flex;
  min-height: 100vh;
  padding-top: 146px;
  flex-direction: column;
}
@media (max-width: 1760px) {
  .page {
    padding-top: 115px;
  }
}
@media (max-width: 1199.98px) {
  .page {
    padding-top: 95px;
  }
}
.page-content {
  flex-grow: 1;
  padding-bottom: 25px;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-content {
    padding-bottom: 15px;
  }
}
.page-news-page .page-content, .page-project-page .page-content, .path-frontpage .page-content {
  padding-bottom: 0;
}
.node--type-industry .page-content, .node--type-project .page-content, .page-history-page .page-content, .page-node-1 .page-content, .page-view-reviews-page_1 .page-content, .page-view-team-page_1 .page-content, .page-view-vacancy-page_1 .page-content {
  position: relative;
  padding-bottom: 0;
}
.node--type-info-page .page-content {
  background-color: #f4f7f9;
}
.page--service .page-content {
  padding-bottom: 0;
}
.page-title {
  font-size: 48px;
  line-height: 1.14;
  font-weight: 500;
  text-align: center;
  max-width: 940px;
  margin: 0 auto 40px;
  letter-spacing: -1px;
}
@media (max-width: 1199.98px) {
  .page-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .path-product .page-title {
    font-size: 60px;
    letter-spacing: 0;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .page-node-61 .page-title {
    font-size: 60px;
    letter-spacing: 0;
    margin-bottom: 75px;
  }
}
.page-columns iframe {
  max-width: 100%;
}
.page-columns .text-formatted a {
  line-break: auto;
  word-wrap: break-word;
  word-break: break-all;
}
.page-inner {
  flex-grow: 1;
}
.page-header {
  margin-bottom: 65px;
}
.page-header-parameters {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-header {
    margin-bottom: 40px;
  }
  .page-header-parameters {
    flex-direction: column;
  }
}
.page-date {
  color: #86969d;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}
.page-date::before {
  content: "";
  width: 2px;
  height: 11px;
  flex-shrink: 0;
  margin-right: 25px;
  background-color: rgba(134, 150, 157, 0.5);
}
.page-header .page-date {
  margin-right: 55px;
}
@media (max-width: 767.98px) {
  .page-header .page-date {
    margin: 0 0 15px;
  }
}
.page-header .page-title {
  margin-bottom: 22px;
}
.page-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.2;
}
.page-tags-item {
  color: #245CE0;
  cursor: pointer;
  margin-right: 24px;
  transition: color 0.4s;
}
.page-tags-item:last-child {
  margin-right: 0;
}
.page-tags-item:hover {
  color: #222222;
}
.page-tags-item:active {
  color: #767676;
}
.page-tags-item a {
  color: inherit;
  transition: none;
}
.page-block {
  padding: 75px 0;
}
@media (max-width: 767.98px) {
  .page-block {
    padding: 55px 0;
  }
}
.page-block--products {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .page-block--products {
    padding-top: 60px;
  }
}
.page-block--colored {
  padding-top: 80px;
  padding-bottom: 50px;
  background: url("../images/template/news-page-pattern.png") #f2f5f8 repeat center;
}
@media (max-width: 767.98px) {
  .page-block--colored {
    padding-top: 50px;
  }
}
.page-block--catalog {
  background: url("../images/template/catalog-block-bg.jpg") #fff no-repeat 0 89px;
}
@media (min-width: 576px) {
  .page-block--catalog {
    padding-top: 95px;
  }
}
.page-block-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.15px;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .page-block-title {
    font-size: 33px;
    letter-spacing: 0;
  }
}
@media (min-width: 992px) {
  .page-block--products .page-block-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .page-block--catalog .page-block-title {
    font-size: 60px;
    margin-bottom: 55px;
  }
}
.page-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.page-block-header h2 {
  margin-bottom: 0;
}
.page-block-header .page-block-title {
  font-size: 60px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .page-block-header .page-block-title {
    font-size: 45px;
  }
}
.page-block-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 500;
  color: #235ce1;
  padding: 10px 50px 0 0;
  text-transform: uppercase;
  transition: color 0.4s;
}
@media (max-width: 767.98px) {
  .page-block-more {
    padding-right: 0;
  }
}
.page-block-more::before {
  content: "";
  width: 14px;
  height: 11px;
  flex-shrink: 0;
  margin-right: 21px;
  background: url("../images/template/block-more-arrow.svg") no-repeat center;
  transition: transform 0.4s;
}
.page-block-more:hover {
  color: #222222;
}
.page-block-more:hover::before {
  transform: translate3d(5px, 0, 0);
}
.page-block-more:active::before {
  transform: translate3d(9px, 0, 0);
}
.page-block .information-list {
  margin-bottom: -24px;
}
.page-synlanding-page404 .region-breadcrumb {
  display: none;
}
.page-synlanding-page404 .page {
  color: #fff;
  background: url("../images/template/404-bg.jpg") rgba(0, 0, 0, 0.7) no-repeat center;
  background-size: cover;
}
.page-synlanding-page404 .page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .page-synlanding-page404 .page-content {
    padding: 40px 0;
    font-size: 16px;
  }
  .page-synlanding-page404 .page-content br {
    display: none;
  }
}
.page-synlanding-page404 .page-title {
  font-size: 80px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-synlanding-page404 .page-title {
    font-size: 60px;
  }
}
.page-synlanding-page404 .header {
  background-color: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.24);
}
.page-synlanding-page404 .header-logo .main {
  opacity: 0;
}
.page-synlanding-page404 .header-logo .white {
  opacity: 1;
}
.page-synlanding-page404 .header a {
  color: inherit;
}
.page-synlanding-page404 .footer {
  background-color: transparent;
}
.page-synlanding-page404 .footer-bottom, .page-synlanding-page404 .footer-top {
  border-top-color: rgba(255, 255, 255, 0.24);
}
.page-synlanding-page404 .footer-top-col--1 {
  border-right-color: rgba(255, 255, 255, 0.24);
}
.page-synlanding-page404 .synapse-logo {
  filter: brightness(40);
  -webkit-filter: brightness(40);
}
.page-synlanding-page404 .btn-search::after {
  filter: brightness(40);
  -webkit-filter: brightness(40);
}
.page-files {
  padding-top: 80px;
}
@media (max-width: 1199.98px) {
  .page-files {
    padding-top: 50px;
  }
}

@media (min-width: 1210px) {
  .container {
    max-width: 1210px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container--small {
  max-width: 800px;
}
@media (min-width: 1210px) {
  .container.container-info {
    max-width: 1242px;
  }
}

.path-frontpage .region-title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#block-comments-form:last-child .comment-form__main {
  margin-bottom: 0;
}

.field--type-text-long table {
  table-layout: fixed;
  overflow-x: scroll;
}
@media (max-width: 991.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: 1199.98px) {
  .field--name-field-attach .field--name-field-attach {
    margin: 20px 0;
  }
  .field--name-field-attach .field--name-field-attach .file {
    background-size: 20px;
    padding: 0 0 15px 30px;
    font-size: 15px;
  }
}

.text-formatted {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .text-formatted td,
  .text-formatted th {
    padding: 10px;
  }
}
@media (max-width: 767.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;
  }
}
@media (max-width: 991.98px) {
  .text-formatted iframe {
    width: 100%;
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .text-formatted iframe {
    width: 100%;
    height: 230px;
  }
}

.cboxElement {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cboxElement img {
  display: block;
  object-fit: cover;
  transition: opacity 0.4s;
}
.cboxElement img:hover {
  opacity: 0.85;
}
.cboxElement img:active {
  opacity: 0.65;
}

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

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

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

.ajax-progress-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat;
  background-position: center;
  background-size: 170px;
}

.loading {
  min-height: 300px;
  position: relative;
}
.loading::before {
  content: "";
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat;
  background-position: center 60px;
  background-size: 170px;
  transition: opacity 0.4s;
}
.loading--in::before {
  opacity: 1;
  pointer-events: auto;
}

#sys {
  z-index: 8;
  position: relative;
}

.page {
  overflow: hidden;
}

.promo-block {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 20px;
}
.promo-block__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  position: relative;
  margin-bottom: 37px;
  padding-top: 49px;
}
.promo-block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 3px;
  background-color: #fff;
}
.promo-block__row {
  display: flex;
  flex-wrap: wrap;
}
.promo-block__col {
  background-color: #0a3a9c;
}
.promo-block__col--text {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.promo-block__col--text p {
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .promo-block__col--text {
    width: calc(100% - 478px);
    padding: 67px 71px 40px 150px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .promo-block__col--text {
    width: calc(100% - 380px);
  }
}
@media (max-width: 1399.98px) {
  .promo-block__col--text {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .promo-block__col--text {
    padding: 30px;
  }
}
.promo-block__col--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .promo-block__col--image {
    width: 478px;
  }
}
@media (max-width: 1399.98px) {
  .promo-block__col--image {
    width: 380px;
  }
}
@media (max-width: 1199.98px) {
  .promo-block__col--image {
    display: none;
  }
}
.promo-block__link {
  display: flex;
  margin-top: 45px;
}

.department {
  padding-bottom: 70px;
}
.department__title {
  font-weight: 700;
  font-size: 40px;
  position: relative;
  padding-bottom: 36px;
  text-align: center;
  z-index: 1;
}
.department__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 153px;
  height: 5px;
  background-color: #1a49b7;
  transform: translateX(-50%);
  z-index: 1;
}
.department__list .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.department__item {
  border: 1px solid #d3e0e6;
}
.department-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
  z-index: 1;
}
.department-teaser__title {
  color: #1a49b7;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 259px;
}
.department-teaser__link {
  color: inherit;
  font-size: 18px;
  margin-top: auto;
}
.department-teaser img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .department-teaser img {
    display: none;
  }
}
.department-phone {
  margin-bottom: 12px;
}
.department-phone__item a {
  color: #222222;
  font-size: 18px;
  line-height: 1.5;
}

.page-node-1122 .breadcrumb .list-item {
  color: #222;
}
.page-node-1122 .info-page {
  padding-top: 119px;
}
.page-node-1122 .paragraphs--info-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 60px;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .page-node-1122 .paragraphs--info-page {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .page-node-1122 .paragraphs--info-page {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding-bottom: 50px;
  }
}

.paragraph--type--gallery {
  padding-bottom: 80px;
}

.paragraph--type--body:last-child {
  margin-bottom: 80px !important;
}

.banner-main {
  padding-top: 96px;
}
@media (max-width: 991.98px) {
  .banner-main {
    padding-top: 55px;
  }
}

.cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.81);
  z-index: 100;
}
.cookie-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1199.98px) {
  .cookie-wrapper {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
.cookie-content {
  color: #fff;
}
.cookie-content a {
  margin-left: 5px;
  color: #4577D4;
  text-decoration: underline;
}
.cookie-content a:hover {
  text-decoration: none;
}
.cookie-btn.btn {
  position: relative;
  min-width: 200px;
  min-height: 40px;
}
.cookie-btn.btn:hover {
  color: #fff;
}
.cookie-btn.btn:hover::after, .cookie-btn.btn:hover::before {
  width: 100%;
  left: 0;
}
.cookie-btn.btn::after, .cookie-btn.btn::before {
  position: absolute;
  height: 2px;
  left: 50%;
  background: #fff;
  bottom: -6px;
  content: "";
  transition: all 280ms ease-in-out;
  width: 0;
}
.cookie-btn.btn::before {
  top: -6px;
}

.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: 15px 18px;
  min-width: 250px;
  min-height: 60px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 4px;
  color: #fff;
  border-color: #4577D5;
  background-color: #4577D5;
  transition: background-color 0.4s;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #fff;
  background-color: #2b5dbc;
}
.btn:active {
  background-color: #214993;
}
.btn--db {
  background-color: #0B399D;
}
.btn--db:hover {
  background-color: #08286d;
}
.btn--db:active {
  background-color: #04163e;
}
.btn--blue {
  background-color: #245CE0;
}
.btn--blue:hover {
  background-color: #1a49b7;
}
.btn--blue:active {
  background-color: #14378a;
}
.btn--white {
  color: #222222;
  background-color: #fff;
}
.btn--white:hover {
  color: #222222;
  background-color: #c9c9c9;
}
.btn--white:active {
  background-color: #b3b3b3;
}
.btn--load::before {
  content: "";
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 18px;
  background: url("../images/icons/download-white.png") no-repeat center;
  background-size: contain;
}
.btn--question::before {
  content: "";
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin-right: 18px;
  background: url("../images/icons/question-black.png") no-repeat center;
  background-size: contain;
}
.btn--bordered {
  color: #222222;
  border: 1px solid #D3E0E6;
  background-color: #fff;
  transition: background-color 0.4s, border-color 0.4s;
}
.btn--bordered:hover {
  color: #222222;
  background-color: #D3E0E6 !important;
}
.btn--bordered:active {
  border-color: #f4f7f8;
  background-color: #f4f7f8 !important;
}
.btn--loading {
  overflow: hidden;
  position: relative;
}
.btn--loading::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
  background-size: 25px;
  position: absolute;
}
.btn--more::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 18px;
  background: url("../images/icons/reload-dark.svg") no-repeat center;
}
.btn--map {
  font-size: 11px;
  min-height: 38px;
  min-width: 212px;
  letter-spacing: 1px;
  padding: 5px 15px 4px;
  background-color: #F7811F;
}
.btn--map::before {
  content: "";
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin-right: 15px;
  background: url("../images/icons/map-button.svg") no-repeat center;
}
.btn--map:hover {
  background-color: #db6808;
}
.btn--map:active {
  background-color: #aa5006;
}
.btn--list {
  min-height: 48px;
  min-width: 240px;
  letter-spacing: 1px;
  padding: 5px 21px 4px;
  color: #222222;
  background-color: #fff;
  justify-content: flex-start;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn--list::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 21px;
  background: url("../images/icons/map-list.svg") no-repeat center;
}
.btn--list:hover {
  color: #222222;
  background-color: #edf2fc;
}
.btn--list:active {
  background-color: #d7e1f9;
}
.btn-search {
  color: #245CE0;
  font-size: 15px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-search::after {
  content: "";
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin-left: 34px;
  background: url("../images/icons/search.svg") no-repeat center;
  transition: transform 0.4s;
}
@media (max-width: 1367px) {
  .btn-search {
    font-size: 0;
  }
  .btn-search::after {
    margin-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .btn-search {
    padding: 15px 20px;
  }
}
.btn-search:hover::after {
  transform: scale(-1, 1);
}
.btn-search:active::after {
  transform: rotate(30deg) scale(-1, 1);
}

.btn--main {
  color: #fff;
  background-color: #ee780c;
  margin-bottom: 30px;
}
.btn--main:hover {
  background-color: #ee780c;
}

.catalog--more {
  display: none;
}

#taxonomy-term-81 .catalog--more {
  text-align: center;
  display: block;
}

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

.contact-message-form .form-control {
  margin: 0;
  height: auto;
  font-size: 18px;
  line-height: 1.25;
  font-family: inherit;
  border-radius: 0;
  padding: 12px 17px;
  background-color: transparent;
  border: solid #D3E0E6;
  border-width: 1px !important;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
@media (max-width: 991.98px) {
  .contact-message-form .form-control {
    font-size: 20px;
  }
}
.contact-message-form .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.contact-message-form .form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.contact-message-form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.contact-message-form .form-control:hover {
  background-color: rgba(34, 34, 34, 0.07);
}
.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: #D3E0E6 #D3E0E6 #245CE0;
}
.contact-message-form .form-control:disabled {
  cursor: not-allowed;
  background-color: rgba(222, 221, 221, 0.5);
}
.contact-message-form .form-control::file-selector-button {
  opacity: 0 !important;
}
.contact-message-form .form-type-select {
  position: relative;
}
.contact-message-form .form-type-select::after {
  content: "";
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  pointer-events: none;
  background: url("../images/template/form-select.svg") no-repeat center;
}
.contact-message-form .form-type-select .form-control {
  cursor: pointer;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-message-form .form-item {
  margin: 0 0 24px;
}
.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.contact-message-form .form-actions .btn {
  width: 100%;
  min-height: 48px;
}
.contact-message-form .ajax-progress,
.contact-message-form .field--type-file .description {
  display: none;
}
.contact-message-form .field--type-file {
  position: relative;
}
.contact-message-form .field--type-file .form-control {
  border: 0;
  font-size: 0;
  min-height: 48px;
  background-image: url("../images/template/choose-file.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.contact-message-form .field--type-file .form-control::-webkit-file-upload-button {
  visibility: hidden;
}
.contact-message-form .field--name-field-page-url {
  display: none;
}
.contact-message-form label {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  margin: 0 0 6px;
  color: #0B399D;
}
.contact-message-form .form-item--fz-152 {
  padding: 0 12px;
}
.contact-message-form .form-item-fz152-agreement {
  text-align: left;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.1px;
}
.contact-message-form .form-item-fz152-agreement .description {
  margin: 0;
  font-size: inherit;
}
.contact-message-form .form-item-fz152-agreement input {
  position: absolute;
  top: 3px;
  left: 0;
  width: 28px;
  height: 28px;
}
.contact-message-form .form-item-fz152-agreement label {
  color: inherit;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .contact-message-form .form-item-fz152-agreement label {
    letter-spacing: -0.2px;
  }
}
.contact-message-form .form-item-fz152-agreement a {
  color: #235CE0;
  border-bottom: solid 1px rgba(35, 92, 224, 0.35);
  transition: color 0.4s, border-color 0.4s;
}
.contact-message-form .form-item-fz152-agreement a:hover {
  color: #245CE0;
  border-color: #245CE0;
}
.contact-message-form .form-item-fz152-agreement a:active {
  border-color: transparent;
}
.contact-message-form .product-file {
  padding: 20px;
}
.contact-message-form .product-file::before {
  margin-right: 15px;
}
.contact-message-form .product-file-parameters {
  font-size: 14px;
}
.contact-message-form .checkbox {
  display: flex;
  align-items: center;
}
.contact-message-form .checkbox-field {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  margin-right: 11px;
  border: 1px solid #D3E0E6;
  transition: background-color 0.4s;
}
.contact-message-form .checkbox-field:hover {
  background-color: rgba(211, 224, 230, 0.5);
}
.contact-message-form .checkbox-field:active {
  background-color: rgba(211, 224, 230, 0.65);
}
.contact-message-form .checkbox-field input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.contact-message-form .checkbox-field input:checked + .checkbox-field-overlay {
  opacity: 1;
  transform: none;
}
.contact-message-form .checkbox-field-overlay {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  opacity: 0;
  transform: scale(0.5);
  background-color: #245CE0;
  transition: opacity 0.4s, transform 0.4s;
}
.contact-message-form .checkbox-label {
  cursor: pointer;
  margin: 0;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #222222;
}

.subscribe-message {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 0 0 40px;
  background: url("../images/template/news-page-pattern.png") #F2F5F8 repeat center;
}
@media (max-width: 991.98px) {
  .subscribe-message {
    padding: 25px 20px;
    text-align: center;
    flex-direction: column;
  }
}
.subscribe-message-title {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.3;
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  .subscribe-message-title {
    font-size: 17px;
    margin: 0 0 30px;
  }
}
.subscribe-message-button {
  flex-shrink: 0;
}
.subscribe-message-button .btn {
  min-width: 190px;
  min-height: 50px;
  padding: 12px 15px;
}

.contact-message-questionnaire-form {
  max-width: 640px;
  margin: 0 auto;
}
.contact-message-questionnaire-form .form-actions {
  flex-direction: column-reverse;
}
.contact-message-questionnaire-form .form-submit {
  margin-top: 20px;
}
.contact-message-questionnaire-form .form-composite legend {
  margin-bottom: 20px;
}
.contact-message-questionnaire-form .form-radios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px 10px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio {
  display: flex;
  align-items: flex-end;
  height: 265px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  position: relative;
  border-radius: 2px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(1) {
  display: none;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(2) .option::after {
  content: url(../images/form/1.png);
  height: 144px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(3) .option::after {
  content: url(../images/form/2.jpg);
  height: 198px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(4) .option::after {
  content: url(../images/form/3.png);
  height: 146px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(5) .option::after {
  content: url(../images/form/4.png);
  height: 165px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(6) .option::after {
  content: url(../images/form/5.png);
  height: 143px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(7) .option::after {
  content: url(../images/form/6.png);
  height: 147px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(8) .option::after {
  content: url(../images/form/7.png);
  height: 238px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(9) .option::after {
  content: url(../images/form/8.png);
  height: 170px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(10) .option::after {
  content: url(../images/form/9.png);
  height: 149px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(11) .option::after {
  content: url(../images/form/10.png);
  height: 191px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(12) .option::after {
  content: url(../images/form/11.png);
  height: 200px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(13) .option::after {
  content: url(../images/form/12.png);
  height: 132px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(14) .option::after {
  content: url(../images/form/13.png);
  height: 106px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio:nth-child(15) .option::after {
  content: url(../images/form/14.png);
  height: 125px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio .form-radio {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.contact-message-questionnaire-form .form-radios .form-type-radio .option {
  margin-bottom: 0;
  height: 265px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.contact-message-questionnaire-form .form-radios .form-type-radio .option::after {
  position: absolute;
  width: 260px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.paragraph {
  max-width: 975px;
  margin: 0 auto 80px;
}
@media (max-width: 1199.98px) {
  .paragraph {
    margin-bottom: 50px;
  }
}
.paragraph .field--name-field-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 1199.98px) {
  .paragraph .field--name-field-title {
    font-size: 37px;
  }
}
@media (max-width: 767.98px) {
  .paragraph .field--name-field-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
.paragraph .flickity-button {
  width: 60px;
  height: 60px;
  top: calc(50% - 26px);
  background: none;
  transition: background-color 0.4s;
}
@media (max-width: 767.98px) {
  .paragraph .flickity-button {
    display: none;
  }
}
.paragraph .flickity-button svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/template/slider-arrow.svg") no-repeat 18px 7px;
}
.paragraph .flickity-button path {
  display: none;
}
.paragraph .flickity-button:hover {
  background-color: #245CE0;
}
.paragraph .flickity-button:active {
  opacity: 1;
  box-shadow: none;
  background-color: #678ee9;
}
.paragraph .flickity-button:focus {
  box-shadow: none;
}
.paragraph .flickity-button.previous {
  left: 30px;
}
.paragraph .flickity-button.previous svg {
  transform: scale(-1, 1);
}
.paragraph .flickity-button.next {
  right: 30px;
}
.paragraph .flickity-page-dots {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 33px;
}
.paragraph .flickity-page-dots .dot {
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0 9px;
  border-radius: 10px;
  border: solid 3px #fff;
  background-color: #e8edf2;
  transition: background-color 0.4s, border-color 0.4s;
}
.paragraph .flickity-page-dots .dot:hover {
  background-color: #245CE0;
}
.paragraph .flickity-page-dots .dot.is-selected {
  border-color: #245CE0;
  background-color: #fff;
}
.paragraph:last-child {
  margin-bottom: 0;
}
.paragraphs {
  padding-top: 80px;
}
@media (max-width: 1199.98px) {
  .paragraphs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .paragraphs {
    padding-top: 50px;
  }
}
.paragraph--wide {
  max-width: 1175px;
}
.paragraph--type--quote {
  font-size: 24px;
  line-height: 1.75;
  padding: 92px 125px;
  background: url("../images/icons/bloquote-bg.svg") #f2f5f8 no-repeat 80px center;
  background-size: 440px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .paragraph--type--quote {
    padding: 50px;
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--quote {
    padding: 20px;
    font-size: 18px;
  }
}
.paragraph--type--quote .text-formatted {
  font-size: inherit;
  line-height: inherit;
}
.paragraph--type--quote .text-formatted p:last-child {
  margin-bottom: 0;
}
.paragraph--quote-yellow {
  background-image: none;
  background-color: #fcf8ed;
}
.paragraph--type--text-block {
  padding: 93px 122px;
  background-color: #f2f5f8;
}
@media (max-width: 1199.98px) {
  .paragraph--type--text-block {
    padding: 45px 40px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--text-block {
    padding: 35px 30px;
  }
}
.paragraph--type--text-block .field--name-field-title {
  font-size: 48px;
  text-align: left;
  margin-bottom: 45px;
  letter-spacing: -1px;
}
@media (max-width: 1199.98px) {
  .paragraph--type--text-block .field--name-field-title {
    font-size: 38px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--text-block .field--name-field-title {
    font-size: 32px;
  }
}
.paragraph--type--text-block .field--name-field-short {
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 40px;
  letter-spacing: -0.25px;
}
@media (max-width: 1199.98px) {
  .paragraph--type--text-block .field--name-field-short {
    font-size: 21px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .paragraph--type--text-block .field--name-field-short {
    font-size: 18px;
  }
}
.paragraph--type--text-block .field--name-field-text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.15px;
}
@media (max-width: 767.98px) {
  .paragraph--type--text-block .field--name-field-text {
    font-size: 17px;
  }
}
.paragraph-gallery {
  margin: 0 -12px;
}
.paragraph-gallery-item {
  width: 33.333%;
  padding: 0 12px;
}
@media (max-width: 767.98px) {
  .paragraph-gallery {
    margin: 0 -5px;
  }
  .paragraph-gallery-item {
    width: 50%;
    padding: 0 10px;
  }
}
.paragraph-image {
  display: flex;
  color: #fff;
  min-height: 480px;
  background-color: #0a3a9c;
}
@media (max-width: 1199.98px) {
  .paragraph-image {
    min-height: 0;
    flex-direction: column-reverse;
  }
}
.paragraph-image-text {
  width: 700px;
  flex-shrink: 0;
  line-height: 1.8;
  display: flex;
  font-style: italic;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 75px 90px 150px;
}
@media (max-width: 1199.98px) {
  .paragraph-image-text {
    width: 100%;
    padding: 35px;
  }
}
.paragraph-image-text::before {
  content: "";
  width: 90px;
  height: 3px;
  margin-bottom: 50px;
  background-color: #fff;
}
.paragraph-image-text .text-formatted {
  line-height: inherit;
}
.paragraph-image-text p:last-child {
  margin-bottom: 0;
}
.paragraph-image-picture, .paragraph-image-image {
  flex-grow: 1;
  display: flex;
}
.paragraph-image-picture img, .paragraph-image-image img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.paragraph-slider .flickity-page-dots {
  padding: 0;
  left: 0;
  width: 100%;
  bottom: 90px;
  position: absolute;
}
.paragraph-slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 12px;
  border-width: 2px;
  background-color: #fff;
  border-color: transparent;
  transition: background-color 0.4s, border-color 0.4s, transform 0.4s;
}
.paragraph-slider .flickity-page-dots .dot.is-selected {
  border-color: #fff;
  background-color: transparent;
  transform: scale(1.8);
}
.paragraph-slide {
  width: 100%;
}
.paragraph-slide .paragraph {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.paragraph-picture {
  position: relative;
  padding-bottom: 45px;
}
.paragraph-picture-title {
  font-size: 14px;
  line-height: 1.35;
  font-style: italic;
  padding: 25px 15px 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.paragraph-files-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: -0.2px;
}
.paragraph-files-link {
  color: #0b399d;
  font-weight: 400;
  padding-bottom: 1px;
  border-bottom: solid 1px rgba(36, 92, 224, 0.3);
  transition: border-color 0.4s, color 0.4s;
}
.paragraph-files-link:hover {
  color: #245CE0;
  border-color: #245CE0;
}
.paragraph-files-link:active {
  border-color: transparent;
}

.text-formatted {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.2px;
}
.paragraph--big-font .text-formatted {
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: -0.1px;
}
@media (max-width: 767.98px) {
  .paragraph--big-font .text-formatted {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.55;
  }
}
.reclaimer-list .text-formatted {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.2px;
}
@media (max-width: 767.98px) {
  .text-formatted {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.text-formatted h2 {
  letter-spacing: -0.7px;
}
.text-formatted h3 {
  letter-spacing: -0.4px;
  margin: 30px 0;
}
.text-formatted h4 {
  letter-spacing: -0.2px;
  margin: 30px 0;
}
.text-formatted h6 {
  margin: 30px 0;
}
.text-formatted p {
  margin: 0 0 28px;
}
.reclaimer-list .text-formatted p {
  margin-bottom: 0;
}
.text-formatted ol {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
  counter-reset: list;
}
.text-formatted ol li {
  margin: 0 0 12px;
  padding-left: 30px;
  position: relative;
  counter-increment: list;
}
.text-formatted ol li:last-child {
  margin-bottom: 0;
}
.text-formatted ol li::before {
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20px;
  text-align: center;
}
.text-formatted ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.text-formatted ul li {
  padding-left: 25px;
  position: relative;
}
.text-formatted ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 12px;
  left: 5px;
  background-color: #222222;
}
.text-formatted table {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.25;
  border: 1px solid #D3E0E6;
}
@media (max-width: 767.98px) {
  .text-formatted table {
    display: block;
    overflow: auto;
  }
}
.reclaimer-content .text-formatted table {
  border: none;
}
.text-formatted table:last-child {
  margin-bottom: -1px;
}
.text-formatted table td,
.text-formatted table th {
  padding: 14px 15px;
  vertical-align: middle;
  border: 1px solid #D3E0E6;
}
@media (max-width: 767.98px) {
  .text-formatted table td,
  .text-formatted table th {
    padding: 9px;
    min-width: 80px;
  }
}
.text-formatted table th {
  font-size: 14px;
  font-weight: 600;
  background-color: #f7f8fa;
}
.text-formatted table td {
  font-size: 16px;
}
.reclaimer-content .text-formatted table td {
  border: none;
  text-align: left;
}
.reclaimer-content .text-formatted table td:first-child {
  width: 27%;
  font-weight: bold;
}
.text-formatted table tr {
  background-color: #fff;
  transition: background-color 0.4s;
}
.text-formatted table tr:hover {
  background-color: #fafbfc !important;
}
.reclaimer-content .text-formatted table tr {
  border-bottom: 1px solid #D3E0E6;
}
.text-formatted .align-left {
  margin: 0 60px 25px 0;
}
@media (max-width: 1199.98px) {
  .text-formatted .align-left {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
}
.text-formatted .align-right {
  margin: 0 0 25px 60px;
}
@media (max-width: 1199.98px) {
  .text-formatted .align-right {
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
}

.share-block {
  clear: both;
  margin: 75px 0;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #D3E0E6;
}
@media (max-width: 1199.98px) {
  .share-block {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .share-block {
    flex-direction: column;
  }
}
.share-block-label {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-right: 48px;
  letter-spacing: -0.15px;
}
@media (max-width: 1199.98px) {
  .share-block-label {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .share-block-label {
    margin: 0 0 30px;
  }
}
.share-block-icons {
  display: flex;
  flex-shrink: 0;
}
.share-block-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transition: background-color 0.4s;
}
.share-block-icon:last-child {
  margin-right: 0;
}
.share-block-icon--vk {
  background-color: #4a76a8;
}
.share-block-icon--vk:hover {
  background-color: #3f658f;
}
.share-block-icon--vk:active {
  background-color: #335173;
}
.share-block-icon--ok {
  background-color: #f7931e;
}
.share-block-icon--ok:hover {
  background-color: #e98108;
}
.share-block-icon--ok:active {
  background-color: #c26c07;
}
.share-block-icon--fb {
  background-color: #3b5998;
}
.share-block-icon--fb:hover {
  background-color: #314a7e;
}
.share-block-icon--fb:active {
  background-color: #263961;
}

.video {
  margin: 0 auto;
  max-width: 925px;
  overflow: hidden;
  position: relative;
}
.video::after {
  content: "";
  width: 100%;
  height: 65%;
  left: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0.5;
  position: absolute;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  transition: height 0.4s, opacity 0.4s;
}
.video-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.video-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-content {
  z-index: 6;
  color: #fff;
  min-height: 480px;
  padding: 50px 45px;
  position: relative;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .video-content {
    min-height: 0;
    height: 380px;
    max-height: 40vh;
  }
}
@media (max-width: 767.98px) {
  .video-content {
    padding: 30px 25px;
  }
}
.video-content::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url("../images/icons/video-play.svg") no-repeat center;
  transition: transform 0.4s;
}
.video-name {
  flex-grow: 1;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .video-name {
    font-size: 25px;
  }
}
.video-duration {
  font-size: 24px;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .video-duration {
    display: none;
  }
}
.video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  border: 0;
}
.video:hover::after {
  height: 100%;
}
.video:hover .video-content::before {
  transform: scale(1.25) perspective(1px);
}
.video:active .video-content::before {
  transform: scale(1.1) perspective(1px);
}

.node-configurator {
  background-color: #1a49b7;
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .node-configurator {
    flex-direction: column;
    text-align: center;
  }
}
.node-configurator__btn {
  margin-right: 20px;
  padding: 15px 18px 13px;
}
@media (max-width: 991.98px) {
  .node-configurator__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.node-configurator__text {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .page-node-1042 .node--type-page .paragraphs,
  .page-node-1068 .node--type-page .paragraphs {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .page-node-1042 .node--type-page .paragraphs,
  .page-node-1068 .node--type-page .paragraphs {
    padding-top: 0;
  }
}
.page-node-1042 .contact-message-form.container,
.page-node-1068 .contact-message-form.container {
  padding: 55px 0 0 !important;
}
.page-node-1042 .contacts-block-page,
.page-node-1068 .contacts-block-page {
  margin-top: 80px;
}
@media (max-width: 1199.98px) {
  .page-node-1042 .contacts-block-page,
  .page-node-1068 .contacts-block-page {
    margin-top: 50px;
  }
}
.page-node-1042 .contacts-block-page .contacts-row,
.page-node-1068 .contacts-block-page .contacts-row {
  margin-bottom: 0;
}

.paragraphs--info-page {
  padding-top: 60px;
}

.invest-full .paragraphs {
  padding: 0 !important;
}
@media (min-width: 576px) {
  .invest-full .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .invest-full .container {
    max-width: 100%;
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .invest-full .container {
    max-width: 100%;
    padding: 0 25px;
  }
}
@media (min-width: 1210px) {
  .invest-full .container {
    max-width: 1244px;
  }
}
@media (max-width: 767.98px) {
  .invest-full .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.invest-full__banner {
  min-height: 833px;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../images/template/invest-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 126px;
  margin-bottom: 124px;
}
@media (max-width: 1440px) {
  .invest-full__banner {
    min-height: 650px;
    margin-bottom: 0;
  }
}
@media (max-width: 1399.98px) {
  .invest-full__banner {
    min-height: 550px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full__banner {
    padding-top: 100px;
    min-height: 450px;
  }
}
@media (max-width: 767.98px) {
  .invest-full__banner {
    min-height: 375px;
  }
}
.invest-full__title h1 {
  font-size: 128px;
  line-height: 1;
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.invest-full__title h1 span:nth-child(1), .invest-full__title h1 span:nth-child(3) {
  text-align: left;
}
.invest-full__title h1 span:nth-child(2), .invest-full__title h1 span:nth-child(4) {
  text-align: right;
}
@media (max-width: 1440px) {
  .invest-full__title h1 {
    font-size: 100px;
    max-width: 950px;
    margin: 0 auto;
  }
}
@media (max-width: 1399.98px) {
  .invest-full__title h1 {
    font-size: 80px;
    max-width: 780px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full__title h1 {
    font-size: 60px;
    max-width: 580px;
  }
}
@media (max-width: 767.98px) {
  .invest-full__title h1 {
    font-size: 50px;
  }
}
.invest-full__btn {
  background-color: #f7811f;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  height: 60px;
  text-transform: none;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 1440px) {
  .invest-full__btn {
    font-size: 20px;
    height: 50px;
    min-height: 50px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full__btn {
    display: flex;
    margin: 0 auto;
  }
}
.invest-full__btn--long {
  max-width: 386px;
}
.invest-full .paragraph-invest {
  padding: 150px 0;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest {
    padding: 50px 0;
  }
}
.invest-full .paragraph-invest.paragraph--type--invest-paragraph-2 {
  padding-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest.paragraph--type--invest-paragraph-2 {
    padding-bottom: 50px;
  }
}
.invest-full .paragraph-invest.paragraph--type--invest-paragraph-2 .paragraph-invest__flex {
  min-height: 548px;
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest.paragraph--type--invest-paragraph-2 .paragraph-invest__flex {
    max-width: 950px;
    margin: 0 auto;
  }
}
.invest-full .paragraph-invest .field--name-field-invest-title {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  max-width: 998px;
  margin: 0 auto 30px;
  text-align: center;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest .field--name-field-invest-title {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest .field--name-field-invest-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .invest-full .paragraph-invest .field--name-field-invest-title {
    font-size: 26px;
  }
}
.invest-full .paragraph-invest .field--name-field-invest-subt {
  font-size: 28px;
  line-height: 1.3;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  padding-top: 55px;
  margin-bottom: 64px;
  position: relative;
  max-width: 950px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest .field--name-field-invest-subt {
    font-size: 26px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest .field--name-field-invest-subt {
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest .field--name-field-invest-subt {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .invest-full .paragraph-invest .field--name-field-invest-subt {
    font-size: 20px;
  }
}
.invest-full .paragraph-invest .field--name-field-invest-subt::before {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #1a49b7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.invest-full .paragraph-invest .field--name-field-body {
  margin-bottom: 30px;
}
.invest-full .paragraph-invest .field--name-field-body p {
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest .field--name-field-body p {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest .field--name-field-body p {
    text-align: center;
  }
  .invest-full .paragraph-invest .field--name-field-body p br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest .field--name-field-body p {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.invest-full .paragraph-invest__flex {
  display: flex;
  justify-content: space-between;
  column-gap: 70px;
  row-gap: 30px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest__flex {
    column-gap: 50px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__flex {
    flex-direction: column;
    align-items: center;
  }
}
.invest-full .paragraph-invest__left {
  max-width: 600px;
  width: 100%;
  padding-top: 45px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest__left {
    max-width: 500px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__left {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.invest-full .paragraph-invest__left--pt {
  padding-top: 55px;
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__left--pt {
    padding-top: 0;
  }
}
.invest-full .paragraph-invest__left .field--name-field-invest-title {
  text-align: left;
  max-width: 100%;
  margin: 0 0 30px 0;
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__left .field--name-field-invest-title {
    text-align: center;
  }
}
.invest-full .paragraph-invest__left .field--name-field-text {
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest__left .field--name-field-text {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__left .field--name-field-text {
    text-align: center;
    max-width: 885px;
    margin: 0 auto 30px;
  }
  .invest-full .paragraph-invest__left .field--name-field-text br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest__left .field--name-field-text {
    font-size: 18px;
  }
}
.invest-full .paragraph-invest__right {
  flex: 1;
  position: relative;
}
.invest-full .paragraph-invest__right .field--name-field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 868px;
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__right .field--name-field-image {
    position: static;
    max-width: 868px;
    width: 100%;
  }
}
.invest-full .paragraph-invest__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 57px;
  position: relative;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest__buttons {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 27px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__buttons {
    align-items: center;
  }
}
.invest-full .paragraph-invest__buttons::before {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #1a49b7;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__buttons::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.invest-full .paragraph-invest__content {
  max-width: 715px;
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest__content {
    max-width: 100%;
  }
}
.invest-full .paragraph-invest__descr {
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  margin-right: 20px;
  max-width: 275px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest__descr {
    font-size: 20px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.invest-full .paragraph-invest-gray {
  background: #f4f1f4 url(../images/template/aconit-logo.png) bottom -48px right no-repeat;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .invest-full .paragraph-invest-gray {
    background: #f4f1f4;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-gray {
    padding: 50px 0;
  }
}
.invest-full .paragraph-invest-gray .paragraph-invest__left {
  padding-top: 0;
}
.invest-full .paragraph-invest-gray .paragraph-invest__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.invest-full .paragraph-invest-gray .paragraph-invest__right .field--name-field-body p {
  margin-bottom: 0;
}
.invest-full .paragraph-invest-gray .field--name-field-invest-subt {
  font-size: 26px;
  margin-bottom: 54px;
  padding-top: 0;
}
.invest-full .paragraph-invest-gray .field--name-field-invest-subt::before {
  content: none;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest-gray .field--name-field-invest-subt {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-gray .field--name-field-invest-subt {
    margin-bottom: 30px;
  }
}
.invest-full .paragraph-invest-bg {
  background: url(../images/template/par-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 0 100px;
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-bg {
    padding: 50px 0 50px;
  }
}
.invest-full .paragraph-invest-bg .field--name-field-title {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest-bg .field--name-field-title {
    font-size: 60px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-title {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.invest-full .paragraph-invest-bg .field--name-field-subtitle {
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest-bg .field--name-field-subtitle {
    font-size: 36px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-subtitle {
    font-size: 20px;
  }
}
.invest-full .paragraph-invest-bg .field--name-field-body {
  max-width: 600px;
}
.invest-full .paragraph-invest-bg .field--name-field-body p {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest-bg .field--name-field-body p {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-body p {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-body {
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-bg .field--name-field-body {
    max-width: 550px;
  }
}
.invest-full .paragraph-invest-video {
  padding: 148px 0 150px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest-video {
    padding: 100px 0;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video {
    padding: 50px 0;
  }
}
.invest-full .paragraph-invest-video .paragraph-invest__flex {
  min-height: 548px;
}
@media (max-width: 1800px) {
  .invest-full .paragraph-invest-video .paragraph-invest__flex {
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }
}
.invest-full .paragraph-invest-video .paragraph-invest__left {
  padding-top: 50px;
}
@media (max-width: 1800px) {
  .invest-full .paragraph-invest-video .paragraph-invest__left {
    padding-top: 0;
    max-width: 868px;
  }
}
.invest-full .paragraph-invest-video .field--name-field-title {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest-video .field--name-field-title {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video .field--name-field-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 991.98px) {
  .invest-full .paragraph-invest-video .field--name-field-title {
    font-size: 24px;
  }
}
.invest-full .paragraph-invest-video .field--name-field-body {
  margin-bottom: 0;
}
.invest-full .paragraph-invest-video .field--name-field-body ul {
  margin-bottom: 45px;
}
@media (max-width: 1399.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul {
    margin-bottom: 15px;
  }
}
.invest-full .paragraph-invest-video .field--name-field-body ul li {
  font-size: 28px;
  line-height: 1.3;
  color: #000;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 37px;
}
.invest-full .paragraph-invest-video .field--name-field-body ul li::before {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #f7811f;
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul li::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
}
@media (max-width: 767.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul li::before {
    content: none;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul li {
    font-size: 24px;
    padding-left: 25px;
  }
}
@media (max-width: 991.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul li {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul li {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul li {
    padding-left: 0;
  }
}
@media (max-width: 1800px) {
  .invest-full .paragraph-invest-video .field--name-field-body ul li br {
    display: none;
  }
}
.invest-full .paragraph-invest-video .field--name-field-body p {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1800px) {
  .invest-full .paragraph-invest-video .field--name-field-body p {
    font-size: 26px;
  }
  .invest-full .paragraph-invest-video .field--name-field-body p br {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body p {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video .field--name-field-body p {
    font-size: 20px;
  }
}
.invest-full .paragraph-invest-video .stock-video {
  position: absolute;
  right: 10px;
  top: 150px;
  cursor: pointer;
}
.invest-full .paragraph-invest-video .stock-video::before {
  content: url(../images/icons/icon-youtube.png);
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  transition: 0.3s;
}
.invest-full .paragraph-invest-video .stock-video:hover::before {
  opacity: 0.8;
}
.invest-full .paragraph-invest-video .stock-video.video__link {
  max-width: 868px;
}
.invest-full .paragraph-invest-video .stock-video .video__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1800px) {
  .invest-full .paragraph-invest-video .stock-video {
    position: relative;
    top: 0;
    right: 0;
  }
}
.invest-full .paragraph-invest-video .field--name-field-subtitle {
  font-size: 28px;
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Gotham Pro", sans-serif;
  text-align: center;
  max-width: 1190px;
  margin: 50px auto 25px;
}
@media (max-width: 1440px) {
  .invest-full .paragraph-invest-video .field--name-field-subtitle {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .invest-full .paragraph-invest-video .field--name-field-subtitle {
    font-size: 20px;
    margin-top: 25px;
  }
}
.invest-full .paragraph-invest-video .invest-full__btn {
  display: flex;
  margin: 0 auto;
}

.info-page {
  position: relative;
  background-color: #f4f7f9;
  z-index: 1;
}
.info-page__promo {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 70px 0;
  z-index: 1;
}
.info-page__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.info-page__image img {
  height: 100%;
  object-fit: cover;
}
.info-page__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.info-page__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-page__wrapper {
  position: relative;
  z-index: 2;
}
.info-page__title {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .info-page__title {
    font-size: 50px;
  }
}
.info-page__title.info-page__title--dark {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 991.98px) {
  .info-page__title.info-page__title--dark {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .info-page__title.info-page__title--dark {
    font-size: 30px;
  }
}

.image-text {
  padding-bottom: 60px;
}
.image-text__text .text-formatted {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .image-text__text .text-formatted {
    margin-bottom: 20px;
  }
}
.image-text__text p {
  margin-bottom: 0;
}
.image-text__text p:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .image-text__text p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .image-text__wrapper {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 20px;
  }
}

.info-links {
  background-color: #f4f7f9;
}
.info-links:last-child {
  padding-bottom: 50px;
}
.info-links__item:not(:last-child) {
  margin-bottom: 10px;
}
.info-links a {
  color: #222222;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  min-height: 103px;
  padding: 20px 32px;
  background-color: #ffffff;
  transition: padding 0.6s;
}
.info-links a:hover {
  padding-left: 45px;
}
@media (max-width: 991.98px) {
  .info-links a {
    min-height: auto;
    padding: 20px 15px;
    font-size: 16px;
  }
}

.paragraph-info-image__flex {
  display: flex;
  column-gap: 24px;
}
@media (max-width: 767.98px) {
  .paragraph-info-image__flex {
    flex-direction: column;
    gap: 12px;
  }
}
.paragraph-info-image__content {
  flex: 1;
}
.paragraph-info-image .field--name-field-paragraph-image {
  width: 100px;
}
@media (max-width: 767.98px) {
  .paragraph-info-image .field--name-field-paragraph-image {
    width: 60px;
  }
}
.paragraph-info-image .field--name-field-title {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .paragraph-info-image .field--name-field-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.paragraph-info-image .field--name-field-body p {
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.paragraph-info-image .field--name-field-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .paragraph-info-image .field--name-field-body p {
    font-size: 16px;
  }
}

.paragraphs--page .paragraph--type--body .field--name-field-link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}
.paragraphs--page .paragraph--type--body .field--name-field-link .field__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  white-space: normal;
  padding: 15px 18px;
  min-width: 250px;
  width: 100%;
  min-height: 60px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  color: #fff;
  border-color: #245CE0;
  background-color: #245CE0;
  transition: background-color 0.4s;
}
.paragraphs--page .paragraph--type--body .field--name-field-link .field__item a:hover {
  background-color: #1a49b7;
}

.node-presentation {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  background: url("../images/template/news-page-pattern.png") #F2F5F8 repeat center;
}
@media (max-width: 991.98px) {
  .node-presentation {
    flex-direction: column;
    align-items: center;
  }
}
.node-presentation__bottom {
  margin-bottom: 70px;
}
.node-presentation .field--name-field-short,
.node-presentation .field--name-field-short-2 {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.3;
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  .node-presentation .field--name-field-short,
  .node-presentation .field--name-field-short-2 {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 17px;
  }
}
.node-presentation .page-buttons-item {
  min-height: 50px;
}

.product-header {
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .product-header {
    margin-bottom: 50px;
  }
}
.product-body {
  padding-bottom: 85px;
}
@media (max-width: 767.98px) {
  .product-body {
    padding-bottom: 60px;
  }
}
.product-row {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .product-row {
    align-items: center;
    flex-direction: column;
  }
}
.product-col {
  flex-grow: 1;
  padding: 0 15px;
}
.product-col--left {
  max-width: 605px;
}
@media (max-width: 1199.98px) {
  .product-col--left {
    margin-bottom: 40px;
  }
}
.product-col--right {
  max-width: 555px;
}
.product-gallery {
  border: solid 1px #D3E0E6;
}
.product-gallery-main {
  height: 398px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}
.product-gallery-main:hover {
  opacity: 0.75;
}
.product-gallery-main:active {
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .product-gallery-main {
    height: 280px;
  }
  .product-gallery-main img {
    max-height: 280px;
    object-fit: contain;
  }
}
.product-gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
  border-top: solid 1px #D3E0E6;
}
.product-gallery-thumb {
  width: 25%;
  height: 110px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: solid #D3E0E6;
  border-width: 0 1px 1px 0;
}
.product-gallery-thumb::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 6px;
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: 4;
  opacity: 0;
  margin-left: -5px;
  transform: scale(0.3);
  background-color: #F7811F;
  transition: opacity 0.4s, transform 0.4s;
}
.product-gallery-thumb--active::before {
  opacity: 1;
  transform: none;
}
.product-gallery-thumb:nth-child(4n) {
  border-right-color: transparent;
}
.product-gallery-thumb img {
  transition: opacity 0.4s;
}
.product-gallery-thumb img:hover {
  opacity: 0.75;
}
.product-gallery-thumb img:active {
  opacity: 0.6;
}
@media (max-width: 767.98px) {
  .product-gallery-thumb {
    height: 70px;
  }
  .product-gallery-thumb img {
    max-height: 70px;
    object-fit: contain;
  }
}
.product-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.product-buttons .btn {
  margin-right: 10px;
}
.product-buttons .btn--main {
  margin-bottom: 0;
}
.product-buttons .btn:last-child {
  flex-grow: 1;
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .product-buttons {
    display: block;
  }
  .product-buttons .btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
.product-contacts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 55px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .product-contacts {
    flex-direction: column;
  }
}
.product-contacts-body {
  padding-top: 7px;
}
@media (max-width: 767.98px) {
  .product-contacts-body {
    padding: 0;
    margin: 0 0 20px;
  }
}
.product-contacts-label {
  font-size: 14px;
  margin-bottom: 5px;
}
.product-contacts-phone {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.product-contacts-phone a {
  color: inherit;
  transition: color 0.4s;
}
.product-contacts-phone a:hover {
  color: #245CE0;
}
.product-contacts-phone a:active {
  color: #678ee9;
}
.product-contacts-link {
  font-size: 14px;
}
.product-contacts-link a {
  color: #1952d6;
  border-bottom: solid 1px rgba(25, 82, 214, 0.3);
  transition: color 0.4s, border-color 0.4s;
}
.product-contacts-link a:hover {
  color: #245CE0;
  border-color: #245CE0;
}
.product-contacts-link a:active {
  border-color: transparent;
}
.product-contacts .btn {
  flex-grow: 1;
  max-width: 265px;
}
.product-link {
  margin-bottom: 29px;
}
.product-link:last-child {
  margin-bottom: 0;
}
.product-link-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #0b399d;
  margin-bottom: 12px;
}
.product-link-title a {
  color: inherit;
  border-bottom: solid 1px rgba(11, 57, 157, 0.3);
  transition: color 0.4s, border-color 0.4s;
}
.product-link-title a:hover {
  color: #245CE0;
  border-color: #245CE0;
}
.product-link-title a:active {
  border-color: transparent;
}
.product-link-text {
  font-size: 13px;
  line-height: 1.4;
  max-width: 470px;
}
.product-field {
  font-size: 14px;
  line-height: 1.6;
}
.product-field--mb {
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .product-field--mb {
    margin-bottom: 50px;
  }
}
.product-field-label {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 37px;
}
@media (max-width: 767.98px) {
  .product-field-label {
    font-size: 26px;
    margin-bottom: 35px;
  }
}
.product-field .text-formatted {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: -0.15px;
}
.product-field .text-formatted p {
  margin: 0 0 17px;
}
.product-field .paragraph--type--product-param {
  display: flex;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.product-field .paragraph--type--product-param .field--name-field-product-param-param {
  flex-shrink: 0;
  font-weight: 600;
  min-width: 105px;
  margin-right: 20px;
}
.product-file {
  display: flex;
  align-items: center;
  padding: 23px 33px 23px 20px;
  margin-bottom: 10px;
  border: 1px solid #D3E0E6;
  background-color: #f7f8fa;
  color: inherit;
  transition: 0.4s;
}
.product-file:hover {
  border-color: #0b399d;
}
.product-file:hover .product-file-name {
  color: #1053e4;
}
.product-file:active .product-file-name {
  color: #3771f1;
}
@media (max-width: 767.98px) {
  .product-file {
    padding: 20px;
  }
}
.product-file::before {
  content: "";
  width: 18px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 21px;
  background: url("../images/icons/file.svg") no-repeat center;
}
@media (max-width: 767.98px) {
  .product-file::before {
    margin-right: 17px;
  }
}
.product-file-name {
  flex-grow: 1;
  color: #0b399d;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: color 0.4s;
}
.product-file-parameters {
  color: #9d9d9d;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .product-file-parameters {
    font-size: 15px;
    margin-left: 25px;
  }
}
.product-teaser {
  display: block;
  min-height: 100%;
  padding: 30px 20px 21px;
  color: inherit;
  position: relative;
}
.product-teaser__slide {
  border: 1px solid #d3e0e6;
  display: block;
  min-height: 291px;
  padding: 32px 20px 28px;
  background-color: #fff;
  margin-right: -1px;
}
.product-teaser__slide .field--name-field-image {
  text-align: center;
}
.product-teaser__slide:hover .product-teaser-content__slide .product-teaser-title__slide .field--name-title {
  color: #235ce0;
}
.product-teaser--term {
  padding-bottom: 30px;
}
.product-teaser::before {
  content: "";
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
  z-index: 4;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: #eaeff4;
  transform: scale(0.9);
  box-shadow: 0 8px 60px rgba(64, 78, 130, 0.36);
  transition: opacity 0.3s, transform 0.4s;
}
.product-teaser:hover {
  color: inherit;
}
.product-teaser:hover::before {
  opacity: 1;
  transform: none;
}
.product-teaser:active::before {
  opacity: 0.9;
  transform: scale(0.95);
}
.product-teaser-picture {
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  margin-bottom: 30px;
  position: relative;
}
.product-teaser--term .product-teaser-picture {
  min-height: 245px;
  margin-bottom: 40px;
}
.product-teaser-content {
  z-index: 5;
  padding-left: 45px;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.15px;
}
.product-teaser-content::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/arrow-right.svg") no-repeat center;
}
.product-teaser-content__slide {
  z-index: 5;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.15px;
}
.product-teaser-content__slide::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/arrow-right.svg") no-repeat center;
}
.product-teaser-content .field--name-field-short {
  font-weight: 300;
}
.product-teaser--term .product-teaser-content {
  font-weight: 500;
  padding-left: 58px;
}
.product-teaser--term .product-teaser-content::before {
  top: -2px;
  left: 10px;
}
.product-teaser-title__slide {
  margin-top: 24px;
}
.product-teaser-title__slide .field--name-title {
  color: #222;
  transition: 0.4s;
}
.product--teaser .product-picture {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.product--teaser .product-picture--empty {
  background-color: #d1d1d1;
}

.lightbox-image {
  background-size: auto;
}
@media (max-width: 1199.98px) {
  .lightbox-image {
    background-size: contain;
  }
}

.block-views-blockinformation-block-3 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.block-views-blockproduct-block-2 {
  padding-top: 100px;
  padding-bottom: 184px;
}
.block-views-blockproduct-block-2 .service-block-title.service-block-title--offset {
  display: none;
}
.block-views-blockproduct-block-2 .service-block-content .catalog-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(294px, 294px));
}
.block-views-blockproduct-block-2 .service-block-content .catalog-row.flickity-enabled {
  display: block;
}
.block-views-blockproduct-block-2 .service-block-content .catalog-row .catalog-col {
  max-width: 294px;
  width: 100%;
}

.product-applications {
  width: 100%;
}
.product-applications .field--name-field-product-applications {
  padding-top: 30px;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-applications .field--name-field-product-applications .field__item {
  width: 25%;
}
.product-applications .field--name-field-product-applications .field__item ul {
  list-style: none;
}
.product-applications .field--name-field-product-applications .field__item ul li {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .product-applications .field--name-field-product-applications .field__item {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .product-applications .field--name-field-product-applications .field__item {
    width: 100%;
  }
}

.information-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.information-list-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .information-list-item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .information-list-item {
    width: 100%;
  }
}
.information-teaser {
  min-height: 100%;
  border: solid 1px #D3E0E6;
}
.information-teaser-image a {
  display: block;
  background-color: #222222;
}
.information-teaser-image img {
  width: 100%;
  display: block;
  transition: opacity 0.4s;
}
.information-teaser:hover .information-teaser-image img {
  opacity: 0.5;
}
.information-teaser:active .information-teaser-image img {
  opacity: 0.35;
}
.information-teaser-content {
  padding: 26px 31px 35px;
  display: flex;
  flex-direction: column;
}
.information-teaser-content .page-tags {
  margin-bottom: 30px;
}
.information-teaser-title {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 17px;
}
.information-teaser-title a {
  color: inherit;
  transition: color 0.4s;
}
.information-teaser-title a:hover {
  color: #245CE0;
}
.information-teaser-title a:active {
  color: #678ee9;
}
.information-teaser-text {
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 25px;
}
.information-teaser .page-tags {
  font-size: 13px;
  line-height: 1.2;
}
.information-teaser .page-tags-item {
  color: #00ADF1;
  font-weight: 500;
  margin-right: 30px;
}
.information-teaser .page-tags-item:hover {
  color: #245CE0;
}
.information-teaser .page-tags-item:active {
  color: #133586;
}
.information-teaser-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #86969D;
  margin-bottom: 22px;
}
.information-teaser-info div {
  margin-bottom: 10px;
}
.information-teaser-info div:not(:last-child) {
  margin-right: 20px;
}
.information-teaser-button {
  width: 135px;
  height: 44px;
  background: #0B399D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.4s;
  color: #fff;
  margin-top: auto;
}
.information-teaser-button:hover {
  background-color: #08286d;
  color: #fff;
}
.information-full .field--name-field-image img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .information-full .field--name-field-image {
    overflow: hidden;
  }
  .information-full .field--name-field-image img {
    max-width: 700px;
    width: 100%;
  }
}
.information-full .page-header {
  margin-bottom: 0;
}
.information-full .page-header-parameters {
  flex-direction: column;
}
.information-full-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.information-full-info div {
  padding: 0 20px;
  margin-bottom: 15px;
  color: #86969D;
  display: flex;
  align-items: center;
}

.filter-top {
  margin-bottom: 38px;
  padding-bottom: 17px;
  border-bottom: solid 1px #ECEDF2;
}
.filter-top .container {
  position: relative;
}
.page-news-page .filter-top {
  margin-bottom: 0;
  border-bottom: 0;
}
.filter-bottom {
  margin-bottom: 43px;
}
.page-news-page .filter-bottom {
  margin-bottom: 30px;
}
.filter-rubrics {
  display: flex;
  flex-wrap: wrap;
}
.filter-rubric {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 8px 8px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: solid 1px #D3E0E6;
  padding: 10px 23px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.4s, border-color 0.4s;
}
@media (max-width: 767.98px) {
  .filter-rubric {
    padding: 10px 12px;
    margin: 0 12px 12px 0;
  }
}
.filter-rubric:hover {
  background-color: rgba(211, 224, 230, 0.5);
}
.filter-rubric:active {
  background-color: rgba(211, 224, 230, 0.8);
}
.filter-rubric--choosen {
  font-weight: 600;
  border-color: #245CE0;
  background-color: #fff !important;
}
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-tag {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 8px 8px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: solid 1px #D3E0E6;
  padding: 7px 23px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.4s, border-color 0.4s;
}
.filter-tag:hover {
  background-color: rgba(211, 224, 230, 0.5);
}
.filter-tag:active {
  background-color: rgba(211, 224, 230, 0.5);
}
.filter-tag--choosen {
  font-weight: 600;
  border-color: #245CE0;
  background-color: #fff !important;
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px 21px;
}
.filter-col {
  padding: 0 12px;
  margin-bottom: 24px;
}
.filter-col--type {
  flex-grow: 1;
}
.filter-col--search {
  flex-grow: 1;
}
.filter-col--date {
  width: 450px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .filter-col--date {
    width: 100%;
  }
}
.filter-field {
  position: relative;
}
.filter-field--label {
  display: flex;
}
.filter-field--date::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
  background: url("../images/icons/select-arrow.svg") no-repeat center;
}
.filter-field-search {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 62px;
  cursor: pointer;
  background: url("../images/icons/search-dark.svg") no-repeat center;
  transition: background-color 0.4s;
}
.filter-field-search:hover {
  background-color: #D3E0E6;
}
.filter-field-search:active {
  background-color: #bcd0d9;
}
.filter-field-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 21px;
  font-size: 13px;
  line-height: 1.2;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .filter-field-label {
    max-width: 110px;
    padding: 8px 20px;
  }
}
.filter-field-label::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 9px;
  bottom: 9px;
  right: 0;
  background-color: #D3E0E6;
}
.filter-input {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  padding: 13px 23px;
  border: solid 1px #D3E0E6;
  text-indent: 1px;
  text-overflow: "";
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.4s, border-color 0.4s;
}
.page-news-page .filter-input {
  border-color: transparent;
}
.filter-input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.filter-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.filter-input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.filter-input:focus::-moz-placeholder {
  opacity: 0;
}
.filter-input:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.filter-input:focus:-moz-placeholder {
  opacity: 0;
}
.filter-input:hover {
  background-color: #f4f7f8;
}
.filter-input:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-bottom-color: #245CE0 !important;
}
.filter-field--search .filter-input {
  padding-right: 65px;
}
.filter-field--date .filter-input {
  color: #245CE0;
  padding-left: 170px;
  padding-right: 65px;
}
@media (max-width: 767.98px) {
  .filter-field--date .filter-input {
    padding-left: 130px;
  }
}
.filter-more {
  margin: 0;
  margin-top: 44px;
  list-style-type: none;
  padding: 0 0 35px;
}
.filter-more .btn {
  width: 100%;
}
.page-news-page .filter-more {
  padding-bottom: 0;
}
.page-news-page .filter-more .btn {
  width: auto;
  min-width: 265px;
  background-color: transparent;
}
.page-view-reviews-page_1 .filter-more {
  padding-bottom: 50px;
}
.filter-btn {
  position: absolute;
  top: -150px;
  right: 15px;
}
@media (max-width: 767.98px) {
  .filter-btn {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
}

.news-teaser {
  margin-bottom: 60px;
}
.news-parameters {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.news-parameters .page-date {
  margin-right: 33px;
}
@media (max-width: 767.98px) {
  .news-parameters {
    flex-wrap: wrap;
  }
  .news-parameters .page-date {
    width: 100%;
    margin: 0 0 15px;
  }
}
.news-parameters .information-full-info {
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 15px;
  margin: 0;
}
.news-parameters .information-full-info div {
  padding: 0;
  margin-right: 15px;
  margin-bottom: 0;
}
.news-parameters .page-tags {
  padding: 5px 0;
}
.news-title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .news-title {
    font-size: 17px;
    line-height: 1.25;
  }
}
.news-title a {
  color: inherit;
  transition: color 0.4s;
}
.news-title a:hover {
  color: #245CE0;
}
.news-title a:active {
  color: #5a84e8;
}
.news-description {
  font-size: 14px;
  line-height: 1.4;
}
.news-page {
  padding: 40px 0 65px;
  background: url("../images/template/news-page-pattern.png") #F2F5F8 repeat center;
}
@media (max-width: 767.98px) {
  .news-page {
    padding: 40px 0;
  }
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.news-list--offset {
  margin-bottom: 35px;
}
.news-list-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 1199.98px) {
  .news-list-item {
    flex-grow: 1;
    min-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .news-list-item {
    width: auto;
  }
}
.news-preview {
  color: inherit;
  min-height: 100%;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: solid 2px transparent;
  transition: border-color 0.4s;
}
@media (max-width: 767.98px) {
  .news-preview {
    padding: 35px 30px;
  }
}
.news-preview:hover {
  border-color: #00ADF1;
}
.news-preview-date {
  margin-bottom: 35px;
}
.news-preview-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 25px;
}
.news-preview-title a {
  color: inherit;
  transition: color 0.4s;
}
.news-preview-title a:hover {
  color: #245CE0;
}
.news-preview-title a:active {
  color: #5a84e8;
}
.news-preview-description {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.news-preview-tags .page-tags {
  font-size: 13px;
  line-height: 1.2;
}
.news-preview-tags .page-tags-item {
  color: #00ADF1;
  font-weight: 500;
  margin-right: 30px;
}
.news-preview-tags .page-tags-item:hover {
  color: #245CE0;
}
.news-preview-tags .page-tags-item:active {
  color: #133586;
}
.news-block {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.15px;
  margin: 0 0 40px;
}
.news-block:last-child {
  margin-bottom: 0;
}
.news-block-title {
  color: #0B399D;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 20px;
}
.news-block-title a {
  color: inherit;
  transition: color 0.4s;
}
.news-block-title a:hover {
  color: #222222;
}
.news-block-title a:active {
  color: #6f6f6f;
}
.news-block .field--name-body {
  margin-bottom: 40px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.news-block .flickity-page-dots {
  position: static;
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.news-block .flickity-page-dots .dot {
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0 9px;
  border-radius: 10px;
  border: solid 3px #fff;
  background-color: #E8EDF2;
  transition: background-color 0.4s, border-color 0.4s;
}
.news-block .flickity-page-dots .dot:hover {
  background-color: #245CE0;
}
.news-block .flickity-page-dots .dot.is-selected {
  border-color: #245CE0;
  background-color: #fff;
}

.field--name-field-body figure figcaption {
  text-align: start;
  font-style: italic;
  display: block;
}

blockquote {
  font-style: italic;
}

.invite-buttons {
  display: flex;
  justify-content: center;
}

.project-promo {
  position: relative;
}
.project-promo-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
}
.project-promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-promo-content {
  z-index: 5;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 155px 15px 90px;
  background-color: rgba(0, 0, 0, 0.21);
}
@media (max-width: 767.98px) {
  .project-promo-content {
    padding: 90px 0 50px;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .project-promo-content .page-title {
    font-size: 39px;
  }
}
.project-promo .page-title {
  margin-bottom: 18px;
}
.project-promo .field--name-field-short {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 57px;
}
.project-promo--industry .field--name-field-short {
  font-size: 18px;
  max-width: 425px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .project-promo--industry .page-title {
    font-size: 60px;
    margin-bottom: 25px;
  }
}
.project-promo__wrapper {
  max-width: 530px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .project-promo--industry .project-promo-content {
    padding: 147px 0 120px;
  }
  .project-promo--about .page-title {
    font-size: 90px;
  }
  .project-promo--about .project-promo-content {
    padding: 170px 0 130px;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .project-promo--history {
    margin-bottom: 55px;
  }
  .project-promo--history .page-title {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .project-promo--history .project-promo-content {
    padding: 180px 0 130px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .project-promo--reviews {
    margin-bottom: 110px;
  }
  .project-promo--reviews .page-title {
    font-size: 80px;
    letter-spacing: -2px;
  }
  .project-promo--reviews .project-promo-content {
    padding: 180px 0 130px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .project-promo--team {
    margin-bottom: 70px;
  }
  .project-promo--team .page-title {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .project-promo--team .project-promo-content {
    padding: 180px 0 130px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .project-promo--vacancy .page-title {
    font-size: 80px;
    letter-spacing: -3px;
  }
  .project-promo--vacancy .project-promo-content {
    padding: 180px 0 130px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767.98px) {
  .project-promo--history, .project-promo--team, .project-promo--reviews {
    margin-bottom: 50px;
  }
  .project-promo--history .page-title {
    font-size: 33px;
    letter-spacing: 0;
  }
}
.project-parameters {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 60px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .project-parameters {
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
}
.project-parameters--short {
  padding: 0;
  margin: 0 30px 0 0;
  justify-content: flex-start;
}
.project-parameter {
  padding: 0 15px;
  color: #0B399D;
}
@media (max-width: 767.98px) {
  .project-parameter {
    margin-bottom: 20px;
  }
}
.project-parameter-title {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (max-width: 1399.98px) {
  .project-parameter-title {
    font-size: 52px;
    letter-spacing: -0.5px;
  }
}
.project-parameter-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  max-width: 130px;
}
.project-parameters--short .project-parameter {
  padding: 0 0 7px;
  color: inherit;
  transition: color 0.4s;
}
.project-parameters--short .project-parameter-title {
  font-weight: 300;
}
.project-parameters--short .project-parameter-text {
  font-size: 18px;
  font-weight: normal;
  max-width: 100%;
}
@media (max-width: 1399.98px) {
  .project-parameters--short .project-parameter-text {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .project-parameters--short .project-parameter {
    display: none;
  }
  .project-parameters--short .project-parameter:first-child {
    display: block;
  }
}
.project-teaser {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.project-teaser--white {
  border: 1px solid #D3E0E6;
}
.project-teaser--white .project-parameter {
  margin-right: 100px;
}
@media (max-width: 1399.98px) {
  .project-teaser--white .project-parameter {
    margin-right: 50px;
  }
}
.project-teaser--white .project-parameter:last-child {
  margin-right: 0 !important;
}
.project-teaser--white .project-parameter-title {
  color: #235CE0;
  transition: color 0.4s;
}
.project-teaser--white:hover .project-parameter-title {
  color: #fff;
}
.project-teaser--white .industry-tag .btn {
  color: #fff;
  border-color: #D3E0E6;
}
.project-teaser--white:hover .industry-tag .btn {
  border-color: rgba(255, 255, 255, 0.5);
}
.project-teaser-link, .industry-teaser-link {
  flex-shrink: 0;
}
.project-teaser-link img, .industry-teaser-link img {
  width: 37px;
  transition: transform 0.4s, opacity 0.4s;
}
.project-teaser-link:hover img, .industry-teaser-link:hover img {
  transform: scale(1.25) perspective(1px);
}
.project-teaser-link:active img, .industry-teaser-link:active img {
  opacity: 0.7;
}
.project-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 4;
}
.project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-teaser--white .project-image {
  transform: scale(1.1);
  transition: transform 0.4s;
}
.project-teaser--white:hover .project-image {
  transform: none;
}
.project-content {
  color: #fff;
  flex-grow: 1;
  min-height: 440px;
  padding: 50px 33px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  position: relative;
  background-color: rgba(34, 34, 34, 0.35);
}
.project-content-header {
  flex-grow: 1;
  margin-bottom: 30px;
}
.project-content-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.project-teaser--white .project-content {
  min-height: 370px;
  color: #fff;
  padding: 42px 31px 33px;
  transition: background-color 0.4s;
  background-color: rgba(34, 34, 34, 0.35);
}
@media (max-width: 1399.98px) {
  .project-teaser--white .project-content {
    padding: 30px 25px;
  }
}
.project-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
@media (max-width: 1399.98px) {
  .project-title {
    font-size: 27px;
  }
}
@media (max-width: 767.98px) {
  .project-title {
    font-size: 24px;
  }
}
.project-title a {
  color: inherit;
  transition: color 0.4s;
}
.project-title a:hover {
  color: #58d0ff;
}
.project-title a:active {
  color: #00ADF1;
}
.project-teaser--white .project-title {
  margin-bottom: 14px;
}
.project-description {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.2px;
  transition: color 0.4s;
}
.project-teaser--white .project-description {
  margin-bottom: 38px;
}
.project-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.project-col {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.project-col--1 {
  width: 50%;
}
.project-col--2 {
  width: 33.333%;
}
@media (max-width: 1199.98px) {
  .project-col {
    width: 100%;
  }
}
.project-point {
  fill: #235CE0;
  width: 18px;
  height: 22px;
}
.project-map {
  position: relative;
}
.project-map-button {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 5;
  text-align: center;
  pointer-events: none;
}
.project-map-button .btn {
  pointer-events: auto;
}
.project-map-body {
  width: 100%;
  height: 480px;
  max-height: 70vh;
  background-color: #D3E0E6;
}
.project-balloon {
  padding: 18px;
  min-width: 300px;
  color: #222222;
  font-family: "Fira Sans", sans-serif;
}
.project-balloon-title {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.6px;
  color: inherit;
  transition: color 0.4s;
}
.project-balloon-title:hover {
  color: #245CE0;
}
.project-balloon-title:active {
  color: #678ee9;
}
.project-balloon-description {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.2px;
  margin-bottom: 30px;
  max-width: 280px;
}
.project-balloon .industry-tag .btn {
  color: #235CE0;
  border-color: #D3E0E6;
}
.project-balloon .industry-tag .btn:hover {
  color: #235CE0 !important;
  background-color: rgba(211, 224, 230, 0.5);
}
.project-balloon .industry-tag .btn:active {
  background-color: rgba(211, 224, 230, 0.7);
}

.industry-tag .btn {
  font-size: 12px;
  font-weight: 600;
  padding: 4px 16px;
  min-width: 130px;
  min-height: 36px;
  letter-spacing: 1px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.industry-tag .btn:hover {
  color: #fff !important;
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.3);
}
.industry-tag .btn:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.industry-teaser {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #D3E0E6;
}
.industry-teaser-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 4;
  transform: scale(1.1);
  transition: transform 0.4s;
}
.industry-teaser-image h2 {
  font-size: 0;
  visibility: hidden;
}
.industry-teaser-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-teaser:hover .industry-teaser-image {
  transform: none;
}
.industry-teaser-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
  position: relative;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.35);
  padding: 50px 31px 33px;
  transition: background-color 0.4s;
  min-height: 400px;
}
.industry-teaser-header {
  flex-grow: 1;
  margin-bottom: 30px;
}
.industry-teaser-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.industry-teaser-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 17px;
}
.industry-teaser-title a {
  color: inherit;
  transition: color 0.4s;
}
.industry-teaser-title a:hover {
  color: #58d0ff;
}
.industry-teaser-title a:active {
  color: #00ADF1;
}
.industry-teaser-description {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.2px;
  transition: color 0.4s;
}
.catalog--offset {
  margin-bottom: 40px;
}
.catalog-grid {
  display: flex;
  flex-wrap: wrap;
}
.catalog-grid--page {
  margin-bottom: 40px;
}
.catalog-grid--sticky-footer {
  margin-bottom: -1px;
}
.catalog-grid .views-infinite-scroll-content-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.catalog-grid-col {
  width: calc(25% + 0.8px);
  display: flex;
  flex-direction: column;
  margin: -1px -1px 0 0;
  border: solid #D3E0E6;
  border-width: 1px;
}
@media (max-width: 1199.98px) {
  .catalog-grid-col {
    width: calc(33.333% + 0.8px);
  }
}
@media (max-width: 991.98px) {
  .catalog-grid-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .catalog-grid-col {
    width: 100%;
  }
}
.catalog-grid-col--33 {
  width: calc(33.333% + 0.8px);
}
@media (max-width: 1199.98px) {
  .catalog-grid-col--33 {
    width: calc(50% + 0.8px);
  }
}
@media (max-width: 767.98px) {
  .catalog-grid-col--33 {
    width: 100%;
  }
}
.catalog-filter {
  padding: 32px;
  background-color: #F7F8FA;
  border: 1px solid #D3E0E6;
}
@media (max-width: 767.98px) {
  .catalog-filter {
    padding: 15px;
  }
}
.catalog-filter-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.catalog-filter-row .form-item {
  width: 25%;
  padding: 0 5px;
  margin: 0 0 10px;
}
@media (max-width: 1199.98px) {
  .catalog-filter-row .form-item {
    width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .catalog-filter-row .form-item {
    width: 50%;
  }
}
.catalog-filter-row .form-control {
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px 14px;
  height: auto;
  min-height: 45px;
  border-color: transparent;
  letter-spacing: -0.1px;
  color: #222222;
  transition: background-color 0.4s, border-color 0.4s;
}
.catalog-filter-row .form-control:hover {
  background-color: #f6f8fe;
}
.catalog-filter-row .form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-bottom-color: #245CE0;
}
.catalog-filter-row .form-type-select {
  position: relative;
}
.catalog-filter-row .form-type-select::after {
  content: "";
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  pointer-events: none;
  background: url("../images/template/form-select.svg") no-repeat center;
}
.catalog-filter-row .form-type-select select {
  cursor: pointer;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: none;
}
.catalog-filter label {
  display: none;
}
.catalog-filter--vacancy {
  border: 0;
  padding: 0;
  margin-bottom: 35px;
  background-color: transparent;
}
.catalog-filter--vacancy .form-item {
  padding: 0;
  flex-grow: 1;
  max-width: 50%;
  width: auto;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-right: 25px;
}
.catalog-filter--vacancy .form-item:last-child, .catalog-filter--vacancy .form-item:nth-last-child(2) {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .catalog-filter--vacancy .form-item {
    width: 100%;
    margin-right: 0;
  }
}
.catalog-filter--vacancy .form-control {
  padding-left: 26px;
  min-height: 60px;
  font-size: 18px;
  line-height: 2.1;
  color: #245DE0;
  border-width: 0 0 1px;
}
.catalog-filter--vacancy .form-actions {
  display: none;
}
.catalog-filter--vacancy label {
  flex-shrink: 0;
  display: block;
  font-size: 13px;
  line-height: 1.2;
  pointer-events: none;
  margin: 0;
  padding: 6px 43px 6px 23px;
  position: relative;
}
@media (max-width: 767.98px) {
  .catalog-filter--vacancy label {
    max-width: 160px;
    padding: 6px 20px;
  }
}
.catalog-filter--vacancy label::after {
  content: "";
  width: 1px;
  position: absolute;
  top: -6px;
  bottom: -6px;
  right: -1px;
  background-color: #D3E0E6;
}
.catalog-filter--vacancy .catalog-filter-row {
  margin-left: 0;
  margin-right: 0;
}

.categories {
  display: flex;
  flex-wrap: wrap;
}
.categories-item {
  flex-grow: 1;
  min-height: 420px;
  position: relative;
  margin: -1px -1px 0 0;
  border: solid #D3E0E6 1px;
  padding: 61px 25px 40px 28px;
}
.categories-item::before {
  content: "";
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
  z-index: 5;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  background: #EAEFF4;
  transform: scale(0.9);
  box-shadow: 0 8px 60px rgba(64, 78, 130, 0.36);
  transition: opacity 0.3s, transform 0.4s;
}
.categories-item:hover {
  color: inherit;
}
.categories-item:hover::before {
  opacity: 1;
  transform: none;
}
.categories-item:active::before {
  opacity: 0.9;
  transform: scale(0.95);
}
.categories-item--type-1 {
  width: 675px;
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .categories-item--type-1 {
    min-height: 0;
  }
}
.categories-item--type-2 {
  width: 507px;
}
.categories-item--type-3 {
  width: 325px;
}
.categories-item--type-4 {
  width: 351px;
  padding-left: 40px;
}
.categories-item--3 {
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .categories-item {
    width: 100%;
    min-height: 0;
    padding: 30px 25px;
  }
}
.categories-item-content {
  z-index: 5;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.categories-item-title {
  color: inherit;
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 1.05;
  max-width: 340px;
  padding: 5px 0 0 55px;
  letter-spacing: -0.7px;
  transition: color 0.4s;
}
@media (max-width: 767.98px) {
  .categories-item-title {
    font-size: 28px;
  }
}
.categories-item-title::before {
  content: "";
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons/arrow-right.svg") no-repeat center;
  background-size: contain;
}
.categories-item-title:hover {
  color: #245CE0;
}
.categories-item-title:active {
  color: #678ee9;
}
.categories-item-image {
  display: block;
  text-align: center;
}
@media (max-width: 767.98px) {
  .categories-item-image {
    padding: 15px 0;
  }
}
.categories-item .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  color: #235CE0;
  font-size: 16px;
  line-height: 1.25;
  margin: 30px 0 -11px;
  list-style-type: none;
  letter-spacing: -0.1px;
}
.categories-item .list-item {
  display: flex;
  align-items: center;
  margin: 0 26px 11px 0;
}
.categories-item .list-item:last-child {
  margin-right: 0;
}
.categories-item .list-item::before {
  content: "";
  width: 11px;
  height: 9px;
  flex-shrink: 0;
  margin-right: 6px;
  background: url("../images/template/category-list-shape.svg") no-repeat center;
}
.categories-item .list-link {
  display: block;
  transition: color 0.4s;
}
.categories-item--type-1 .list {
  margin-left: auto;
}
.categories-item--4 .categories-item-image {
  text-align: right;
}
.categories-item--7 .categories-item-content {
  justify-content: flex-start;
}
.categories-item--7 .categories-item-title {
  max-width: 260px;
  margin-bottom: 35px;
}

.history {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .history {
    display: block;
  }
}
.history-bar {
  top: 80px;
  width: 130px;
  flex-shrink: 0;
  padding-top: 20px;
  margin: 0 50px 40px 0;
  position: sticky;
  position: -webkit-sticky;
}
@media (max-width: 767.98px) {
  .history-bar {
    top: 85px;
    z-index: 5;
    width: 100%;
    padding: 5px 0;
    margin: 0 0 20px;
    background-color: #fff;
  }
}
.history-bar .list {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .history-bar .list {
    flex-direction: row;
    margin-bottom: -10px;
  }
}
.history-bar .list-item {
  cursor: pointer;
  position: relative;
  margin-bottom: 27px;
  padding: 5px 8px 5px 0;
  transition: color 0.4s;
}
@media (max-width: 767.98px) {
  .history-bar .list-item {
    margin: 0 20px 10px 0;
    padding: 5px 0 5px 8px;
  }
}
.history-bar .list-item::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #245CE0;
  position: absolute;
  top: 11px;
  right: 0;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 767.98px) {
  .history-bar .list-item::after {
    right: auto;
    left: -2px;
  }
}
.history-bar .list-item:last-child {
  margin-bottom: 0;
}
.history-bar .list-item:hover {
  color: #245CE0;
}
.history-bar .list-item:active {
  color: #1945ae;
}
.history-bar .list-item--choosen {
  color: #245CE0;
  font-weight: 600;
}
.history-bar .list-item--choosen::after {
  opacity: 1;
  transform: none;
}
.history-content {
  flex-grow: 1;
  max-width: 875px;
  overflow: hidden;
  position: relative;
}
.history-year {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s 0.4s, opacity 0.4s;
}
.history-year--choosen {
  opacity: 1;
  position: static;
  transform: none;
  transition: transform 0.4s 0.4s, opacity 0.4s 0.4s;
}
.history-month {
  margin-bottom: 50px;
}
.history-month-name {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 21px;
  letter-spacing: -0.6px;
}
@media (max-width: 767.98px) {
  .history-month-name {
    font-size: 36px;
  }
}
.history-slider {
  margin: 0 -12px;
}
.history-slide {
  height: 220px;
  padding: 0 12px;
}
.history-slide a {
  display: block;
}
.history-slide a img {
  width: auto;
  max-width: 875px;
}
.history-video {
  position: relative;
  width: 100%;
  max-width: 740px;
  padding-left: 180px;
  margin-bottom: 40px;
  z-index: 1;
}
.history-video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
}
.history-video__wrapper {
  position: relative;
  padding-bottom: 56.26%;
}
.history-video__frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .history-video {
    width: calc(100% - 180px);
  }
}
@media (max-width: 991.98px) {
  .history-video {
    padding-left: 0;
  }
}

.reviews-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}
.reviews-list-item {
  max-width: 33.333%;
  padding: 0 15px;
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .reviews-list-item {
    max-width: 50%;
    margin-bottom: 50px;
  }
}
.reviews-list .views-infinite-scroll-content-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews-list .views-infinite-scroll-content-wrapper::after {
  content: none;
}
.reviews-front {
  padding-top: 105px;
  padding-bottom: 50px;
}
.reviews-front-title {
  color: #222222;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 47px;
}
@media (max-width: 1199.98px) {
  .reviews-front-title {
    font-size: 40px;
  }
}
.reviews-front-image {
  margin-bottom: 14px;
  padding: 12px 28px;
  border: 1px solid #D3E0E6;
  text-align: center;
}
.reviews-front-list:not(.flickity-enabled) {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.reviews-front-list:not(.flickity-enabled) .reviews-front-list-item {
  width: 25%;
  padding: 0 12px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .reviews-front-list:not(.flickity-enabled) .reviews-front-list-item {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .reviews-front-list:not(.flickity-enabled) .reviews-front-list-item {
    width: 100%;
  }
}
.reviews-front-list-item {
  width: calc(25% - 18px);
  margin: 0 12px;
}
@media (max-width: 1199.98px) {
  .reviews-front-list-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 991.98px) {
  .reviews-front-list-item {
    width: 100%;
  }
}
.reviews-front-list-item-title {
  color: #222222;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: -0.02em;
  margin-bottom: 9px;
}
.reviews-front-link {
  color: #245CE0;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  display: inline;
  position: relative;
  padding-left: 14px;
}
.reviews-front-link::before {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon-menu-triangle.svg");
}

.review {
  background-color: #fff;
}
.review-image {
  width: 425px;
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 1199.98px) {
  .review-image {
    width: 100%;
    text-align: center;
  }
}
.review-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 75px 50px 40px;
}
@media (max-width: 1199.98px) {
  .review-content {
    padding: 45px 35px 40px;
  }
}
@media (max-width: 767.98px) {
  .review-content {
    padding: 25px 15px 40px;
  }
}
.review-author {
  margin: 0 auto 15px;
}
.review .field--name-field-title {
  margin-bottom: 35px;
  letter-spacing: -0.4px;
  align-self: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .review .field--name-field-title {
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
.review .field--name-field-body {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 45px;
}
.review .field--name-field-review-whom {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 7px;
  letter-spacing: 0.9px;
}
.review .field--name-field-review-state {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.9px;
}
.review-teaser {
  margin: 0 auto;
  max-width: 277px;
  text-align: center;
}
.review-teaser-image {
  margin-bottom: 26px;
  border: 1px solid #D3E0E6;
  transition: box-shadow 0.4s, border-color 0.4s;
}
.review-teaser-image:hover {
  border-color: #00ADF1;
  box-shadow: 0 5px 30px rgba(84, 109, 164, 0.24);
}
.review-teaser-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 270px;
  min-height: 44px;
}
.review-preview {
  margin-bottom: 30px;
}

.team-block {
  margin-bottom: 115px;
}
@media (max-width: 767.98px) {
  .team-block {
    margin-bottom: 60px;
  }
}
.team-block-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 40px;
  letter-spacing: -0.5px;
}
@media (max-width: 767.98px) {
  .team-block-title {
    font-size: 33px;
    margin-bottom: 35px;
  }
}
.team-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -60px;
}
.team-list-item {
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .team-list-item {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .team-list-item {
    width: 100%;
  }
}
.team-teaser-image {
  margin-bottom: 30px;
}
.team-teaser-content {
  padding: 0 23px;
}
.team-teaser-title {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -0.1px;
  font-weight: bold;
  margin-bottom: 20px;
}
.team-teaser-title big {
  display: block;
  font-size: 24px;
}
.team-teaser-contacts {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.1px;
}
.team-teaser-contacts .field {
  margin-bottom: 7px;
}
.team-teaser-contacts .field:last-child {
  margin-bottom: 0;
}
.team-teaser-contacts a {
  color: #1952D6;
  border-bottom: solid 1px rgba(25, 82, 214, 0.3);
  transition: color 0.4s, border-color 0.4s;
}
.team-teaser-contacts a:hover {
  color: #245CE0;
  border-color: #245CE0;
}
.team-teaser-contacts a:active {
  border-color: transparent;
}
.team-teaser .field--name-field-short {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.15px;
  margin-bottom: 24px;
}

.vacancy {
  margin-bottom: 10px;
  background-color: #fff;
}
.vacancy-header {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 34px 32px 32px;
  cursor: pointer;
  border-bottom: solid 1px #D3E0E6;
  transition: border-color 0.4s, background-color 0.4s, box-shadow 0.4s;
}
@media (max-width: 1199.98px) {
  .vacancy-header {
    flex-wrap: wrap;
    padding: 30px 25px;
  }
}
.vacancy-header.collapsed {
  border-color: transparent;
}
.vacancy-header:hover {
  border-color: #245CE0;
  box-shadow: 0 5px 30px rgba(84, 109, 164, 0.24);
}
.vacancy-header:active {
  background-color: #f6f8fe;
}
.vacancy-body-inner {
  padding: 36px 32px;
}
@media (max-width: 767.98px) {
  .vacancy-body-inner {
    padding: 30px 25px;
  }
}
.vacancy-body-header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.25;
}
.vacancy-body-header .field {
  display: flex;
  align-items: center;
  margin-right: 27px;
}
.vacancy-body-header .field:last-child {
  margin-right: 0;
}
.vacancy-body-header .field__label {
  padding-right: 6px;
  font-weight: inherit;
}
@media (max-width: 767.98px) {
  .vacancy-body-header {
    font-size: 17px;
    margin-bottom: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
  .vacancy-body-header .field {
    margin: 0 0 15px;
  }
}
.vacancy-body .text-formatted {
  font-size: 18px;
}
.vacancy-body .text-formatted h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.vacancy-body .text-formatted ul {
  margin-bottom: 40px;
}
.vacancy-body .text-formatted ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 13px;
  letter-spacing: 0;
}
.vacancy-body .text-formatted ul li::before {
  width: 30px;
  height: 1px;
  left: 3px;
  background-color: #245CE0;
}
@media (max-width: 767.98px) {
  .vacancy-body .text-formatted ul li {
    padding-left: 40px;
  }
  .vacancy-body .text-formatted ul li::before {
    width: 20px;
  }
}
.vacancy-title {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 500;
  margin-right: 40px;
}
@media (max-width: 1399.98px) {
  .vacancy-title {
    font-size: 21px;
    margin-right: 35px;
  }
}
@media (max-width: 1199.98px) {
  .vacancy-title {
    width: 100%;
    margin: 0 0 20px;
  }
}
.vacancy-city {
  color: #245CE0;
  font-size: 18px;
  min-width: 160px;
  margin-right: 45px;
}
@media (max-width: 1399.98px) {
  .vacancy-city {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .vacancy-city {
    margin-right: 25px;
  }
}
.vacancy-date {
  color: #86969D;
  font-size: 13px;
  min-width: 115px;
  margin-right: 23px;
}
@media (max-width: 767.98px) {
  .vacancy-date {
    margin-right: 0;
    text-align: right;
  }
}
.vacancy-price {
  color: #245CE0;
  font-size: 30px;
  min-width: 185px;
  text-align: right;
}
@media (max-width: 1399.98px) {
  .vacancy-price {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .vacancy-price {
    width: 100%;
    padding-top: 15px;
    text-align: left;
  }
}
.vacancy-buttons {
  display: flex;
}
.vacancy-buttons .btn {
  min-width: 0;
  padding-left: 48px;
  padding-right: 48px;
  margin-right: 23px;
}

.page-node-1053 .page-title {
  padding: 80px 0;
}
.page-node-1053 .paragraphs {
  padding: 0;
}
.page-node-1053 .paragraph--type--image-block {
  border-top: 1px solid #2E4090;
  padding: 50px 0 80px;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.contacts {
  line-height: 1.25;
}
.contacts-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 24px;
}
.contacts-row--offset {
  margin-bottom: 150px;
}
@media (max-width: 1199.98px) {
  .contacts-row--offset {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .contacts-row--offset {
    margin-bottom: 50px;
  }
}
.contacts-row--small .contacts-col {
  width: 33.333%;
}
@media (max-width: 1199.98px) {
  .contacts-row--small .contacts-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .contacts-row--small .contacts-col {
    width: 100%;
  }
}
.contacts-label {
  color: #0B399D;
  font-size: 18px;
  font-weight: 700;
  font-family: "Gotham Pro", sans-serif;
  margin-bottom: 10px;
}
.contacts-row--small .contacts-label {
  margin-bottom: 18px;
}
.contacts-value {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  color: #000;
  border: 1px solid #D3E0E6;
  padding: 20px 10px 20px 25px;
}
@media (max-width: 1250px) {
  .contacts-value {
    font-size: 21px;
    padding: 10px;
  }
}
@media (max-width: 1099px) {
  .contacts-value {
    font-size: 18px;
    padding: 10px;
  }
}
.contacts-value-inner {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
@media (max-width: 1250px) {
  .contacts-value-inner {
    margin-left: 15px;
  }
}
.contacts-value a {
  color: inherit;
  display: block;
  margin-top: 5px;
  transition: color 0.4s;
}
.contacts-value a:hover {
  color: #245CE0;
}
.contacts-value a:active {
  color: #7d9fed;
}
.contacts-value a:first-child {
  margin-top: 0;
}
.contacts-row--small .contacts-value {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .contacts-row--small .contacts-value {
    font-size: 16px;
  }
}
.contacts-col-contact {
  width: 100% !important;
}
.contacts-col-contact .contacts-value {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border: none;
}
.contacts-block--offset {
  margin-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .contacts-block--offset {
    margin-bottom: 50px;
  }
}
.contacts-block-title {
  font-size: 40px;
  line-height: 1.375;
  font-weight: 700;
  font-family: "Gotham Pro", sans-serif;
  text-align: center;
  padding: 0 0 30px;
  position: relative;
  margin-bottom: 50px;
}
.contacts-block-title::before {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #1A49B7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199.98px) {
  .contacts-block-title {
    font-size: 33px;
  }
}
@media (max-width: 767.98px) {
  .contacts-block-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.contacts-block form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -12px 40px;
}
@media (max-width: 991.98px) {
  .contacts-block form {
    display: block;
  }
}
.contacts-block .form-item {
  padding: 0 12px;
}
.contacts-block .form-item-fz152-agreement {
  display: flex;
  align-items: flex-start;
  margin: 0;
  width: 100%;
  font-size: 14px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-bottom: 24px;
}
.contacts-block .form-item-fz152-agreement label {
  font-size: inherit;
  margin: 0 3px 0 0;
}
@media (max-width: 991.98px) {
  .contacts-block .form-item-fz152-agreement label {
    margin: 0 0 10px;
  }
}
.contacts-block .form-item-fz152-agreement input {
  width: 21px;
  height: 21px;
  position: static;
  margin-right: 10px;
}
.contacts-block .form-actions {
  padding: 0 12px;
  align-items: center;
}
.contacts-block .form-actions .btn {
  width: auto;
  min-width: 280px;
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .contacts-block .form-actions {
    flex-direction: column;
    width: 100%;
  }
  .contacts-block .form-actions .btn {
    margin: 0 0 30px;
  }
}
.contacts-block .field--type-string, .contacts-block .field--type-email {
  width: 50%;
}
@media (max-width: 991.98px) {
  .contacts-block .field--type-string, .contacts-block .field--type-email {
    width: 100%;
  }
}
.contacts-block .field--type-string-long {
  width: 100%;
}
.contacts #synmap {
  height: 440px;
  margin-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .contacts #synmap {
    max-height: 60vh;
    margin-bottom: 50px;
  }
}

.slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199.98px) {
  .slide {
    display: flex;
    min-height: 100%;
  }
}
.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
}
.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-image picture {
  width: 100%;
}
.slide-content {
  color: #fff;
  position: relative;
  min-height: 650px;
  padding: 120px 0 130px;
  background-color: rgba(34, 34, 34, 0.4);
  z-index: 5;
}
@media (max-width: 1199.98px) {
  .slide-content {
    width: 100%;
    min-height: 100%;
    padding: 60px 0 185px;
  }
}
@media (max-width: 1199.98px) {
  .slide-content {
    padding: 50px 0 250px !important;
  }
}
.slide-title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.05;
  max-width: 650px;
  margin-bottom: 80px;
  letter-spacing: -1px;
}
@media (max-width: 1199.98px) {
  .slide-title {
    font-size: 47px;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .slide-title {
    font-size: 37px;
    margin-bottom: 60px;
    word-break: break-word;
  }
}
.slide-subtitle {
  max-width: 650px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .slide-subtitle .text-formatted {
    font-size: 16px;
    max-width: 50%;
  }
}
.slide-more {
  color: inherit;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.4s;
}
.slide-more::before {
  content: "";
  width: 19px;
  height: 17px;
  flex-shrink: 0;
  margin-right: 27px;
  position: relative;
  top: -1px;
  left: -3px;
  background: url("../images/template/slide-more-shape.svg") no-repeat center;
  transition: transform 0.4s;
}
@media (max-width: 767.98px) {
  .slide-more::before {
    margin-right: 16px;
  }
}
.slide-more:hover {
  color: #cccccc;
}
.slide-more:hover::before {
  transform: translate3d(5px, 0, 0);
}
.slide-more:active {
  color: #b3b3b3;
}
.slide-more:active::before {
  transform: translate3d(9px, 0, 0);
}
.slide--front {
  flex-grow: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.slide--front-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 93px;
  padding-bottom: 200px;
}
.slide--front-title {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .slide--front-title {
    font-size: 37px;
    max-width: 50%;
  }
}
@media (max-width: 1199.98px) {
  .slide--front-title {
    font-size: 36px;
  }
}

.front-slider {
  position: relative;
}
.front-slider-overlay {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 110px 0 110px;
  pointer-events: none;
}
.front-slider-overlay-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .front-slider-overlay {
    padding-top: 96px;
  }
}
@media (max-width: 1199.98px) {
  .front-slider-overlay {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .front-slider-overlay {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .front-slider-overlay {
    padding-bottom: 30px;
  }
}
.front-slider-button {
  font-size: 14px;
  min-width: inherit;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 24px;
}
.front-slider-button:last-child {
  margin-right: 0;
}
@media (max-width: 1220px) {
  .front-slider-button {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 15px;
  }
}
.front-slider-container {
  position: relative;
  height: 100%;
  z-index: 1;
}
.front-slider-buttons {
  align-self: flex-end;
  display: flex;
  pointer-events: auto;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .front-slider-buttons {
    flex-direction: column;
  }
  .front-slider-buttons .btn {
    min-width: 0;
    font-size: 13px;
    margin: 0 0 15px;
    padding: 10px 55px;
    letter-spacing: 2px;
    min-height: 45px;
  }
  .front-slider-buttons .btn:last-child {
    margin-bottom: 0;
  }
}
.front-slider-advantages {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .front-slider-advantages {
    max-width: 389px;
  }
}
@media (max-width: 1199.98px) {
  .front-slider-advantages {
    flex-wrap: wrap;
  }
}
.front-slider-advantages-item {
  color: rgba(34, 34, 34, 0.9);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  position: relative;
  display: flex;
  width: 33.3333%;
  background-color: rgba(234, 239, 244, 0.89);
  min-height: 110px;
  max-width: 400px;
  margin-bottom: 44px;
  padding: 29px 25px 28px 80px;
  pointer-events: all;
  z-index: 1;
}
@media (min-width: 992px) {
  .front-slider-advantages-item {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .front-slider-advantages-item {
    width: 50%;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .front-slider-advantages-item {
    width: 100%;
    font-size: 16px;
    padding-right: 0;
  }
}
.front-slider-advantages-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  z-index: 1;
}
.front-slider-advantages-item--thunder::before {
  background-image: url("../images/icons/icon-advantage-1.svg");
}
.front-slider-advantages-item--check::before {
  background-image: url("../images/icons/icon-advantage-2.svg");
}
.front-slider-advantages-item--gears::before {
  background-image: url("../images/icons/icon-advantage-3.svg");
}
@media (max-width: 1199.98px) {
  .front-slider-advantages {
    display: none;
  }
}

.page .flickity-page-dots {
  bottom: -44px;
  text-align: left;
}
.page .flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  border: 3px solid transparent;
  background: #D3E0E6;
}
.page .flickity-page-dots .dot.is-selected {
  border: 3px solid #235CE0;
  background: transparent;
}

.search-field {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .search-field {
    display: block;
  }
}
.search-field-input {
  flex-grow: 1;
  position: relative;
}
.search-field-clear {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 70px;
  cursor: pointer;
  background: url("../images/icons/search-clear.svg") no-repeat center;
  transition: background-color 0.4s;
}
@media (max-width: 767.98px) {
  .search-field-clear {
    background-color: #fff;
  }
}
.search-field-clear:hover {
  background-color: #edf2f5;
}
.search-field-clear:active {
  background-color: #dde7ec;
}
.search-field .btn {
  flex-shrink: 0;
  min-width: 150px;
}
@media (max-width: 767.98px) {
  .search-field .btn {
    width: 100%;
  }
}
.search-field input {
  padding-right: 70px;
}
@media (max-width: 767.98px) {
  .search-field input {
    padding-right: 23px;
  }
}
.search-list-item {
  display: flex;
  margin-bottom: 40px;
}
.search-list-index {
  width: 36px;
  color: #86969D;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1.1;
  margin-right: 10px;
}
.search-list-title {
  color: inherit;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  transition: color 0.4s;
}
.search-list-title span {
  color: #245CE0;
}
.search-list-title:hover {
  color: #245CE0;
}
.search-list-title:active {
  color: #7095eb;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-left: 0;
  list-style: none;
}
.socials-item {
  padding: 0 5px;
  margin-bottom: 20px;
}
.socials-link {
  display: block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: opacity 0.4s;
}
.socials-link--vk {
  background-image: url("../images/icons/icon-vk.svg");
}
.socials-link--insta {
  background-image: url("../images/icons/icon-instagram.png");
}
.socials-link--fb {
  background-image: url("../images/icons/icon-fb.svg");
}
.socials-link--youtube {
  background-image: url("../images/icons/youtube.svg");
}
.socials-link--telegram {
  background-image: url("../images/icons/icon-telegram.png");
  width: 32px;
  height: 32px;
}
.socials-link:hover {
  opacity: 0.7;
}
.socials-link:active {
  opacity: 0.5;
}

.questionnaire-form {
  text-align: left;
  padding-top: 24px;
}
@media (max-width: 767.98px) {
  .questionnaire-form {
    padding-top: 0;
  }
}
.questionnaire-form-label {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: -0.2px;
}
@media (max-width: 767.98px) {
  .questionnaire-form-label {
    font-size: 17px;
  }
}
.questionnaire-form-title {
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.5px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .questionnaire-form-title {
    font-size: 28px;
  }
}
.questionnaire-form-title a {
  color: inherit;
  line-height: 1.2;
  transition: color 0.4s, border-color 0.4s;
  border-bottom: solid 1px rgba(34, 34, 34, 0.12);
}
.questionnaire-form-title a:hover {
  border-color: #222222;
}
.questionnaire-form-title a:active {
  color: #245CE0;
  border-color: #245CE0;
}
.questionnaire-form-intro {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 60px;
  letter-spacing: -0.15px;
}
@media (max-width: 767.98px) {
  .questionnaire-form-intro {
    margin-bottom: 40px;
  }
}
.questionnaire-form-intro h2,
.questionnaire-form-intro h3,
.questionnaire-form-intro h4,
.questionnaire-form-intro h5,
.questionnaire-form-intro h6 {
  margin-top: 0;
}
.questionnaire-form-intro h6 {
  margin-bottom: 20px;
}
.questionnaire-form-intro p {
  margin: 0 0 19px;
}
.questionnaire-form-submit {
  margin-bottom: 30px;
}
.questionnaire-form-submit .btn {
  min-width: 200px;
  min-height: 48px;
  letter-spacing: 1.2px;
}
.questionnaire-form-alert {
  padding: 30px;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.1px;
  background-color: #F2F5F8;
}
.questionnaire-form-header {
  display: flex;
  justify-content: space-between;
  margin: 0 -12px 50px;
}
@media (max-width: 767.98px) {
  .questionnaire-form-header {
    flex-direction: column;
  }
}
.questionnaire-form-col {
  padding: 0 12px;
}
@media (max-width: 767.98px) {
  .questionnaire-form-col--left {
    margin-bottom: 30px;
  }
}
.questionnaire-form .product-gallery {
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .questionnaire-form .product-gallery {
    margin-bottom: 50px;
  }
}
.questionnaire-form .messages--error {
  margin-bottom: 25px;
}
.questionnaire-group {
  margin-bottom: 65px;
}
.questionnaire-group--contacts {
  margin-bottom: 50px;
}
.questionnaire-group--collapse {
  margin-bottom: 40px;
}
.questionnaire-group--collapse-open {
  margin-bottom: 60px;
}
.questionnaire-group--collapse + .questionnaire-group--contacts {
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .questionnaire-group {
    margin-bottom: 40px;
  }
}
.questionnaire-group-label {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: -0.2px;
  margin-bottom: 29px;
}
.questionnaire-group-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}
.questionnaire-group-field {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.questionnaire-group-field--full {
  width: 100%;
}
.questionnaire-group-field--full .product-gallery {
  margin: 0;
}
@media (max-width: 767.98px) {
  .questionnaire-group-field {
    width: 100%;
  }
}
.questionnaire-group--collapse .questionnaire-group-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0;
  transition: color 0.4s;
}
.questionnaire-group--collapse .questionnaire-group-label::after {
  content: "";
  width: 0;
  height: 0;
  flex-shrink: 0;
  margin-left: 15px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222222 transparent transparent transparent;
  transition: transform 0.4s;
}
.questionnaire-group--collapse .questionnaire-group-label:hover {
  color: #F7811F;
}
.questionnaire-group--collapse .questionnaire-group-label:active {
  color: #d16307;
}
.questionnaire-group--collapse-open .questionnaire-group-label {
  color: #F7811F;
  margin-bottom: 29px;
}
.questionnaire-group--collapse-open .questionnaire-group-label::after {
  transform: rotate(180deg);
}
.questionnaire-form--print .questionnaire-group {
  page-break-inside: avoid;
}
.questionnaire-checkboxes {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  margin-bottom: -15px;
}
.questionnaire-checkboxes .checkbox {
  margin-right: 37px;
  margin-bottom: 15px;
}
.questionnaire-checkboxes .checkbox:last-child {
  margin-right: 0;
}
.questionnaire-print {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.questionnaire-print::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;
  background: url("../images/icons/print.svg") no-repeat center;
  transition: transform 0.4s;
}
.questionnaire-print-label {
  color: #245CE0;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.5px;
  border-bottom: solid 1px rgba(36, 92, 224, 0.3);
  transition: border-color 0.4s;
}
.questionnaire-print:hover::before {
  transform: translate3d(3px, 0, 0);
}
.questionnaire-print:hover .questionnaire-print-label {
  border-color: #245CE0;
}
.questionnaire-print:active::before {
  transform: translate3d(6px, 0, 0);
}
.questionnaire-category {
  margin-bottom: 60px;
}
.questionnaire-category-name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: -0.2px;
}
.questionnaire-item {
  display: flex;
  align-items: center;
  padding: 23px 34px 23px 22px;
  background-color: #F7F8FA;
  border: 1px solid #D3E0E6;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .questionnaire-item {
    flex-wrap: wrap;
    padding: 20px 25px;
  }
}
.questionnaire-item::before {
  content: "";
  width: 18px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 20px;
  background: url("../images/icons/file.svg") no-repeat center;
}
@media (max-width: 767.98px) {
  .questionnaire-item::before {
    margin-right: 17px;
  }
}
.questionnaire-item:last-child {
  margin-bottom: 0;
}
.questionnaire-item-title {
  flex-grow: 1;
  color: #0B399D;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin-right: 30px;
  letter-spacing: -0.2px;
}
@media (max-width: 767.98px) {
  .questionnaire-item-title {
    margin-right: 0;
    max-width: calc(100% - 35px);
  }
}
.questionnaire-item-links {
  color: #0B399D;
  display: flex;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.2px;
}
@media (max-width: 767.98px) {
  .questionnaire-item-links {
    width: 100%;
    padding-top: 20px;
  }
}
.questionnaire-item-links a {
  color: inherit;
  margin-right: 32px;
  padding-bottom: 1px;
  border-bottom: solid 1px rgba(36, 92, 224, 0.3);
  transition: border-color 0.4s, color 0.4s;
}
.questionnaire-item-links a:hover {
  color: #245CE0;
  border-color: #245CE0;
}
.questionnaire-item-links a:active {
  border-color: transparent;
}
.questionnaire-item-links a:last-child {
  margin-right: 0;
}

.reclaimer-paragraph {
  margin-bottom: 90px;
}
.reclaimer-paragraph-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.reclaimer-paragraph-row--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1199.98px) {
  .reclaimer-paragraph-row--reverse {
    flex-direction: row;
  }
}
.reclaimer-paragraph-col {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 60px;
}
.reclaimer-paragraph-col:only-child {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .reclaimer-paragraph-col {
    width: 100%;
  }
}
.reclaimer-paragraph-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: -0.7px;
}
.reclaimer-paragraph-subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}
.reclaimer-paragraph-subtitle--service {
  margin-bottom: 24px;
}
.reclaimer-paragraph-content-text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.2px;
}
.reclaimer-paragraph-icon {
  margin-bottom: 20px;
}
.reclaimer-paragraph-text-image-item {
  overflow: hidden;
}
.reclaimer-paragraph-video video {
  max-width: 100%;
}
.reclaimer-paragraph--service.paragraph--type--service-list, .reclaimer-paragraph--text.paragraph--type--service-list {
  margin-bottom: 0;
  padding-bottom: 32px;
}
.reclaimer-paragraph--text-content {
  margin: 0 auto;
  max-width: 965px;
}
.reclaimer-paragraph--service-title {
  text-align: center;
  margin-bottom: 60px;
}
.reclaimer-paragraph--service-list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: center;
}
.reclaimer-paragraph--service-list-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .reclaimer-paragraph--service-list-item {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .reclaimer-paragraph--service-list-item {
    width: 100%;
  }
}
.reclaimer-paragraph--service-text {
  color: #222222;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  text-align: center;
}
.reclaimer-paragraph--collapsed {
  margin-bottom: 0;
}
.reclaimer-paragraph--collapsed:not(:last-child) {
  margin-bottom: 90px;
}
.reclaimer-paragraph--collapsed .reclaimer-paragraph-title {
  width: 100%;
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .reclaimer-paragraph--collapsed .reclaimer-paragraph-title {
    padding: 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .reclaimer-paragraph--collapsed .reclaimer-paragraph-title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .reclaimer-paragraph--collapsed .reclaimer-paragraph-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .reclaimer-paragraph--collapsed .reclaimer-paragraph-col {
    padding: 0;
    margin-bottom: 0;
  }
  .reclaimer-paragraph--collapsed .reclaimer-paragraph-col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .reclaimer-paragraph--collapsed {
    margin-bottom: 0;
  }
  .reclaimer-paragraph--collapsed:not(:last-child) {
    margin-bottom: 20px;
  }
}

.video--broadcast {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.video--broadcast:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/themes/adaptive/images/icons/icon-youtube.svg");
  transition: transform 0.4s, filter 0.2s;
  transform: translate(-50%, -50%) perspective(1px);
  z-index: 6;
}
.video--broadcast:hover:before {
  transform: translate(-50%, -50%) scale(1.1) perspective(1px);
}

.video-description {
  max-width: 640px;
  margin: 0 auto 30px;
  text-align: center;
}

.video-front {
  padding-top: 105px;
}
.video-front-title {
  color: #222222;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 47px;
}
@media (max-width: 1199.98px) {
  .video-front-title {
    font-size: 40px;
  }
}

.video-row {
  width: 100%;
}

.publication-teaser__table {
  border-collapse: collapse;
  border-top: none;
}
.text-formatted .publication-teaser__table-header th {
  background-color: #D3E0E6;
  padding: 25px 20px;
  width: 22%;
  border-right: 1px solid #ffffff;
}
.text-formatted .publication-teaser__table-header th:first-child {
  text-align: left;
  width: 34%;
}
.text-formatted .publication-teaser__table-header th:last-child {
  border-right: 1px solid #D3E0E6;
}
@media (max-width: 1199.98px) {
  .text-formatted .publication-teaser__table-header th {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.text-formatted .publication-teaser__table tr:nth-of-type(even) {
  background-color: rgba(236, 237, 242, 0.5);
}
.text-formatted .publication-teaser__table tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.text-formatted .publication-teaser__table td {
  font-weight: 400;
  width: 22%;
}
@media (max-width: 1199.98px) {
  .text-formatted .publication-teaser__table td {
    padding: 10px 5px;
    font-size: 12px;
  }
}
.text-formatted .publication-teaser__table td a {
  color: #222222;
}
.text-formatted .publication-teaser__table td p {
  margin: 10px 0;
}
.text-formatted .publication-teaser__table td:first-child {
  text-align: left;
  padding: 20px;
  width: 34%;
}
@media (max-width: 1199.98px) {
  .text-formatted .publication-teaser__table td:first-child {
    padding: 10px 5px;
  }
}
.publication-teaser__table .statistics-counter::before {
  content: none;
}
.publication-full__info {
  margin: -20px auto 0;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.publication-full__info div {
  padding: 0 20px;
  color: #86969D;
}
.publication-full__info div img {
  margin-top: -3px;
}

.node--type-publication .node__links {
  display: none;
}

.block-views-blockpublications-block-1 {
  background-image: url(../images/template/bg-public-min.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 164px;
}
.block-views-blockpublications-block-1 .publication-teaser {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 44px 24px;
  background-color: #fff;
  min-height: 380px;
}
.block-views-blockpublications-block-1 .publication-teaser__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 16px;
  padding-right: 30px;
}
.block-views-blockpublications-block-1 .publication-teaser__title a {
  color: #222;
}
.block-views-blockpublications-block-1 .publication-teaser__info {
  display: flex;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #86969D;
  margin-bottom: 32px;
}
.block-views-blockpublications-block-1 .publication-teaser__info div:not(:last-child) {
  margin-right: 24px;
}
.block-views-blockpublications-block-1 .publication-teaser__button {
  width: 135px;
  height: 44px;
  background: #0B399D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.4s;
  color: #fff;
  margin-top: auto;
}
.block-views-blockpublications-block-1 .publication-teaser__button:hover {
  background-color: #08286d;
}
.block-views-blockpublications-block-1 .publication-teaser__content {
  max-height: 167px;
  overflow: hidden;
}
.block-views-blockpublications-block-1 .publication-teaser__slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 375px));
  grid-gap: 25px;
}
.block-views-blockpublications-block-1 .publication-teaser__slider.flickity-enabled {
  display: block;
}
.block-views-blockpublications-block-1 .publication-teaser__slider.flickity-enabled .views-row {
  margin-right: 25px;
}
.block-views-blockpublications-block-1 .publication-teaser__slider .views-row {
  max-width: 375px;
  width: 100%;
}
.block-views-blockpublications-block-1 .publication-teaser .paragraphs {
  padding-top: 0;
}
.block-views-blockpublications-block-1 .publication-teaser .paragraphs .paragraph--type--body {
  max-width: 100%;
  margin: 0;
}
.block-views-blockpublications-block-1 .publication-teaser .paragraphs .paragraph--type--body .field--name-field-body {
  font-size: 13px;
  line-height: 1.4;
  color: #222;
}

.comment {
  margin-bottom: 50px;
  border: solid 1px #D3E0E6;
  padding: 30px;
  background: url(/themes/adaptive/images/template/news-page-pattern.png) #F2F5F8 repeat center;
}
.comment__date {
  padding-left: 16px;
  color: #86969D;
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
}
.comment__date::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  background-color: #235CE0;
  left: 0;
  top: 2px;
}
.comment__name {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  margin-bottom: 12px;
}
.comment__text {
  color: #222222;
  font-size: 18px;
}
.comment-form__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
}
.comment-form__label {
  text-align: center;
  margin-top: 100px;
}
.comment-form__main {
  display: flex;
  margin-bottom: 100px;
}
.comment-form__left {
  width: 45%;
  height: 677px;
  background-image: url("/themes/adaptive/images/template/comments-bg1.png");
  display: flex;
  flex-direction: row-reverse;
}
.comment-form__left .block-contact-block {
  width: 370px;
  margin-right: 125px;
  margin-top: 40px;
}
.comment-form__left .block-contact-block .form-actions.js-form-wrapper.form-wrapper {
  display: block;
}
.comment-form__left .block-contact-block .form-control {
  background-color: #ffffff;
}
.comment-form__left .block-contact-block .form-submit {
  width: 196px;
  height: 60px;
}
@media (max-width: 1399.98px) {
  .comment-form__left .block-contact-block {
    width: 370px;
    margin-right: 35px;
  }
}
@media (max-width: 1199.98px) {
  .comment-form__left .block-contact-block {
    margin: 40px auto 0;
  }
}
@media (max-width: 1199.98px) {
  .comment-form__left {
    width: 100%;
    display: block;
  }
}
.comment-form__right {
  width: 55%;
  height: 677px;
  background-image: url("/themes/adaptive/images/template/comments-bg2.png");
}
@media (max-width: 1199.98px) {
  .comment-form__right {
    display: none;
  }
}

.block-views-blockcomments-block-1 h2 {
  text-align: center;
}

.media-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.media-col {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding: 0 25px;
  margin-bottom: 75px;
}
@media (max-width: 1399.98px) {
  .media-col {
    width: 50%;
  }
}
.media-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 359px;
  min-height: 100%;
  cursor: pointer;
}
.media-item-picture {
  z-index: 4;
  position: relative;
  margin-bottom: -60px;
  transition: opacity 0.4s;
}
.media-item-picture img {
  top: 0;
  left: 0;
  position: absolute;
  transition: transform 0.4s;
}
.media-item-picture img:first-child {
  z-index: 5;
  position: relative;
}
.media-item-picture img:nth-child(2) {
  z-index: 4;
  opacity: 0.4;
  transform: translate3d(5px, 5px, 0);
}
.media-item-picture img:nth-child(3) {
  z-index: 3;
  opacity: 0.2;
  transform: translate3d(10px, 10px, 0);
}
.media-item-tag {
  top: 15px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  padding: 4px 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #222222;
  position: absolute;
}
.media-item-content {
  z-index: 5;
  position: relative;
  padding: 0 10px 0 30px;
}
.media-item-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 27px;
  padding: 0 13px;
}
.media-item-title-inner {
  display: inline;
  padding: 5px 0;
  background-color: #222222;
  box-shadow: 13px 0 #222222, -13px 0 #222222;
}
.media-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media-item-date {
  color: #86969D;
  font-size: 13px;
  line-height: 1.1;
  padding-left: 26px;
  position: relative;
}
.media-item-date::before {
  content: "";
  width: 2px;
  left: 0;
  top: 2px;
  bottom: 2px;
  position: absolute;
  background-color: #C3CBCE;
}
.media-popup .media-item-date {
  opacity: 0.4;
  color: #fff;
}
.media-popup .media-item-date::before {
  background-color: #fff;
}
.media-item-information {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
}
.media-item-information::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.media-item-information--album::before {
  background-image: url("../images/icons/media-album.svg");
}
.media-popup .media-item-information--album::before {
  background-image: url("../images/icons/media-album-white.svg");
}
.media-item-information--video::before {
  background-image: url("../images/icons/media-video.svg");
}
.media-item:hover .media-item-picture img {
  transform: none;
}
.media-item:active .media-item-picture {
  opacity: 0.8;
}
.media-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 100;
  padding: 0 70px;
  opacity: 0;
  pointer-events: none;
  background-color: #222222;
  transition: opacity 0.4s;
}
@media (max-width: 1399.98px) {
  .media-popup {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1199.98px) {
  .media-popup {
    padding: 0 15px 15px;
    overflow: auto;
    flex-direction: column;
  }
}
.media-popup--show {
  opacity: 1;
  pointer-events: auto;
}
.media-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 0.4;
  background: url("../images/template/popup-close.svg") no-repeat center;
  transition: background-color 0.4s, opacity 0.4s;
}
@media (max-width: 1399.98px) {
  .media-popup-close {
    opacity: 1;
    z-index: 5;
    background-color: #222222;
  }
}
@media (max-width: 1199.98px) {
  .media-popup-close {
    position: fixed;
  }
}
.media-popup-close:hover {
  opacity: 1;
}
.media-popup-close:active {
  background-color: rgba(255, 255, 255, 0.24);
}
.media-popup-images {
  width: 300px;
  height: 100vh;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .media-popup-images {
    width: 100%;
    height: auto;
    display: flex;
  }
}
.media-popup-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100vh;
  margin-right: 70px;
  padding: 25px 0 35px;
}
@media (max-width: 1399.98px) {
  .media-popup-content {
    margin-right: 30px;
    padding: 20px 0 25px;
  }
}
@media (max-width: 1199.98px) {
  .media-popup-content {
    height: auto;
    flex-grow: 0;
    margin: 0 0 30px;
  }
}
.media-popup-header {
  flex-shrink: 0;
  margin-bottom: 30px;
}
.media-popup-image {
  flex-grow: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.media-popup-image img {
  max-height: 100%;
  object-fit: contain;
}
.media-popup-image iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.media-popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.media-popup-footer .media-item-information {
  flex-shrink: 0;
}
.media-popup-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: -0.02em;
  margin-right: 40px;
}
.media-popup-thumb {
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.4s;
}
.media-popup-thumb img {
  opacity: 0.7;
  display: block;
  transition: opacity 0.4s;
}
.media-popup-thumb img:hover {
  opacity: 1;
}
.media-popup-thumb img:active {
  opacity: 0.85;
}
.media-popup-thumb:last-child {
  margin-bottom: 0;
}
.media-popup-thumb--choosen {
  background-color: #245CE0;
}
.media-popup-thumb--choosen img {
  opacity: 0.21 !important;
}
@media (max-width: 1199.98px) {
  .media-popup-thumb {
    width: 240px;
    flex-shrink: 0;
    margin: 0 15px 0 0;
  }
  .media-popup-thumb:last-child {
    margin-right: 0;
  }
}
.media-popup .ps__rail-y {
  display: none;
}

.show-popup {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .show-popup {
    padding-right: 4px;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.6s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.site-accordion {
  padding-top: 50px;
  padding-bottom: 102px;
}
.site-accordion__item {
  margin-bottom: 10px;
}
.site-accordion__header {
  margin-bottom: 0;
}
.site-accordion .text-formatted {
  margin-bottom: 50px;
}
.site-accordion__button {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  border: none;
  background: none;
  background-color: #f2f6f9;
  text-align: left;
}
.site-accordion__button:not(.collapsed) .site-accordion__chevron {
  transform: scaleY(-1);
}
@media (max-width: 1199.98px) {
  .site-accordion__button {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .site-accordion__button {
    font-size: 20px;
  }
}
.site-accordion__chevron {
  transition: transform 0.4s;
}
@media (min-width: 992px) {
  .site-accordion__chevron {
    width: 30px;
    height: 30px;
  }
}
.site-accordion__collapse {
  padding: 35px 24px 45px;
  border: 2px solid #f2f6f9;
  border-left-style: dotted;
  border-right-style: dotted;
}
@media (max-width: 1199.98px) {
  .site-accordion {
    padding-bottom: 50px;
  }
}

.page-node-906 h1.reclaimer-promo-title {
  visibility: hidden;
  margin: 0;
  line-height: 0;
}

.reclaimer #block-adaptive-breadcrumbs {
  padding-top: 20px;
}
@media (max-width: 1199.98px) {
  .reclaimer #block-adaptive-breadcrumbs {
    display: none;
  }
}
.reclaimer .field__label {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.reclaimer .field--name-field-reclaimer-slider {
  max-height: 563px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .reclaimer .field--name-field-reclaimer-slider {
    display: flex;
    height: 100%;
  }
}
.reclaimer .field--name-field-reclaimer-slider.flickity-enabled {
  display: block;
}
.reclaimer .field--name-field-reclaimer-slider .field__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reclaimer-section {
  margin-bottom: 90px;
}
.reclaimer-promo {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.reclaimer-promo--video::before {
  content: none;
}
.reclaimer-promo--video .reclaimer-promo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.reclaimer-promo-video {
  position: relative;
  z-index: 1;
}
.reclaimer-promo-video video {
  display: block;
  height: auto;
  width: 100%;
}
.reclaimer-promo-block {
  display: flex;
  min-height: 880px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  .reclaimer-promo-block {
    min-height: auto;
  }
}
.reclaimer-promo-title {
  color: #222;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 20px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.reclaimer-promo-content {
  position: relative;
  z-index: 3;
}
.reclaimer-promo-image {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.reclaimer-promo-image-wrap {
  position: relative;
}
.reclaimer-content {
  padding: 50px 0 30px;
}
.reclaimer-content h2 {
  color: #222;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 20px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.reclaimer-content--full {
  text-align: center;
}
.reclaimer-content-title {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: -0.15px;
}
.reclaimer-content-subtitle {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
.reclaimer-content-text {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.2px;
}
.reclaimer-content .field--name-body p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 2px;
  text-align: justify;
}
.reclaimer-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: left;
}
.reclaimer-list-content {
  padding: 30px 0;
}
.reclaimer-size .reclaimer-list-content, .reclaimer-paragraph--service .reclaimer-list-content, .reclaimer-paragraph--text .reclaimer-list-content {
  background-color: #fff;
}
.reclaimer-list-item {
  padding: 0 15px;
  width: 33.33333%;
}
@media (max-width: 1199.98px) {
  .reclaimer-list-item {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .reclaimer-list-item {
    width: 100%;
  }
}
.reclaimer-list-item-top {
  display: flex;
  position: relative;
  align-items: flex-end;
}
.reclaimer-list-image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 210px;
  margin: 0 auto 10px;
  overflow: hidden;
}
.reclaimer-list-image img {
  height: 210px;
  object-fit: contain;
  transition: 0.3s;
}
.reclaimer-list-title {
  width: 100%;
  color: #222;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  position: relative;
  letter-spacing: -0.4px;
  padding: 0;
}
.reclaimer-list-link {
  color: #245CE0;
  margin-top: 20px;
  align-items: center;
  display: inline-flex;
  letter-spacing: -0.2px;
}
.reclaimer-list-link-icon {
  width: 7px;
  height: 9px;
  margin-right: 8px;
}
.reclaimer-list-link-path {
  fill: #245CE0;
}
.reclaimer-bottom {
  padding: 96px 0 65px;
}
.reclaimer-bottom-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 30px;
}
.reclaimer-bottom-contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .reclaimer-bottom-contacts {
    align-items: baseline;
    flex-direction: column;
  }
}
.reclaimer-contacts {
  margin-right: 66px;
}
@media (max-width: 1199.98px) {
  .reclaimer-contacts {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.reclaimer-contacts-phone {
  margin-bottom: 0;
}
.reclaimer-buttons-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.reclaimer-size, .reclaimer-paragraph--service, .reclaimer-paragraph--text {
  padding: 90px 0;
  text-align: center;
  background-size: cover;
  background-color: #F2F5F8;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/template/reclaimer-p-text-bg.jpg");
}
.reclaimer-size-title {
  margin-bottom: 60px;
}
.reclaimer-empty {
  height: 110px;
}
@media (max-width: 1199.98px) {
  .reclaimer-empty {
    height: 80px;
  }
}
.reclaimer-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .reclaimer-buttons {
    display: grid;
    grid-template-columns: min-content max-content;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .reclaimer-buttons {
    flex-direction: column;
    justify-content: center;
  }
}
.reclaimer-buttons .reclaimer-buttons-item {
  margin: 0;
}
.reclaimer-buttons .reclaimer-buttons-item .file-description {
  padding-top: 3px;
}
@media (max-width: 1199.98px) {
  .reclaimer-buttons .reclaimer-buttons-item {
    margin-bottom: 20px;
  }
}
.reclaimer-buttons .btn {
  min-width: 300px;
}
@media (max-width: 1199.98px) {
  .reclaimer-buttons .btn {
    min-width: 300px;
  }
}
@media (max-width: 1199.98px) {
  .reclaimer-buttons .ask-question-btn {
    margin-bottom: 20px;
  }
}

.node--type-reclaimer .breadcrumb .list-link {
  color: #86969D;
}
.node--type-reclaimer .field--name-field-youtube-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 382px));
  gap: 20px;
  justify-content: center;
}
.node--type-reclaimer .field--name-field-youtube-videos .field--name-field-title {
  font-size: 14px;
  text-align: left;
  margin: 0;
}
/*# sourceMappingURL=_maps/index.css.map */
