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

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

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

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

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

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

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

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

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

.jumbotron {
  background: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jumbotron {
  background: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #393939;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  background: linear-gradient(70.02deg, #FDFDFD 7.83%, #EBEBEB 83.29%); }
  body.cke_editable {
    background: #fff; }

/* HEADERS */
h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: inherit;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: inherit;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: inherit;
  margin-bottom: 0.5em; }

h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: inherit;
  margin-bottom: 0.5em; }

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: inherit;
  margin-bottom: 0.5em; }

h6 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  font-family: inherit;
  margin-bottom: 0.5em; }

h1 {
  font-size: 36px;
  color: #000000;
  margin: 35px 0 30px; }
  @media (max-width: 543px) {
    h1 {
      text-align: center; } }

/* ELEMENTS */
a {
  color: #393939;
  transition: all 0.3s;
  text-decoration: none; }
  .main-menu a {
    color: #393939; }
    .main-menu a:hover {
      color: #0071C0; }
  a:hover {
    color: #131313;
    text-decoration: none; }
  a:focus {
    outline: none !important; }

b,
strong {
  font-weight: 600; }

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

button:focus {
  outline: none !important; }

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

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

.mr10 div {
  margin-right: 10px; }
  .mr10 div:last-child {
    margin-right: 0; }

@media (max-width: 767px) {
  .mb20 {
    margin-bottom: 20px !important; } }

@media (max-width: 543px) {
  .df-ad {
    flex-direction: column;
    align-items: center; } }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.footer a {
  color: #2c2c2c; }
  .footer a:hover {
    color: #0071C0; }

.footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  padding-top: 16px;
  padding-bottom: 16px; }
  .footer-row--light {
    padding-top: 75px; }
    @media (max-width: 1199.98px) {
      .footer-row--light {
        padding-top: 50px; } }
    @media (max-width: 991.98px) {
      .footer-row--light {
        padding-top: 30px; } }
  @media (max-width: 991.98px) {
    .footer-row {
      justify-content: space-between; } }
  @media (max-width: 767.98px) {
    .footer-row {
      justify-content: center; } }

.footer-logo {
  order: 1;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .footer-logo {
      max-width: 280px;
      width: 100%; } }
  @media (max-width: 575.98px) {
    .footer-logo {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 20px; } }

.footer-contacts {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 15px;
  order: 3; }
  @media (max-width: 767.98px) {
    .footer-contacts {
      order: 2; } }
  @media (min-width: 576px) {
    .footer-contacts {
      border-left: 1px solid #D8D8D8; } }

.footer #footer-smm {
  order: 3;
  padding: 0 15px; }

.footer-wrapper {
  background-color: #ffffff; }
  .footer-wrapper--highlight {
    background-color: #f4f4f4; }
    .footer-wrapper--highlight .footer-row {
      align-items: baseline; }

.footer-copyright {
  font-size: 12px;
  text-align: center; }

.footer .region-footer {
  order: 2; }
  @media (min-width: 992px) {
    .footer .region-footer {
      margin-right: auto; } }
  @media (max-width: 767.98px) {
    .footer .region-footer {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      order: 3; } }

.footer .nav {
  max-width: 280px;
  justify-content: flex-start; }
  .footer .nav .menu-item {
    width: 100%;
    max-width: 50%; }
    @media (max-width: 767.98px) {
      .footer .nav .menu-item {
        width: auto;
        max-width: none; } }
  .footer .nav-link {
    padding: 5px; }
  @media (max-width: 767.98px) {
    .footer .nav {
      justify-content: space-between;
      max-width: none;
      padding-top: 15px;
      padding-bottom: 15px; } }

.footer span {
  cursor: pointer;
  line-height: auto;
  transition: 0.33s all; }
  .footer span.phone {
    color: #ffffff;
    margin-right: 15px; }
    .footer span.phone i {
      margin-right: 10px; }
    .footer span.phone b {
      font-weight: 400; }
  .footer span.contact a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block; }
    .footer span.contact a i {
      margin-right: 10px; }
    .footer span.contact a:hover {
      color: #131313;
      text-decoration: none; }
  .footer span:hover {
    color: #131313; }
  .footer span.no-link a {
    color: #ffffff; }

.footer .synapse {
  padding-left: 15px;
  padding-right: 15px; }
  .footer .synapse .logo {
    position: relative;
    top: -5px; }
  .footer .synapse img {
    height: 28px; }
  .footer .synapse .link {
    transition: border-color 0.3s;
    text-decoration: none;
    color: #ffffff;
    transition: 0.33s all; }
    .footer .synapse .link.active, .footer .synapse .link:focus, .footer .synapse .link:hover {
      color: #131313; }
  @media (max-width: 767.98px) {
    .footer .synapse {
      margin-top: 20px; } }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.main-menu .classic-menu-dropdown {
  position: relative; }
  .main-menu .classic-menu-dropdown > a {
    float: left;
    padding-right: 0.7rem; }
  .main-menu .classic-menu-dropdown > span i {
    padding: 0.5rem 0;
    line-height: 1.5;
    color: #393939; }
  .main-menu .classic-menu-dropdown ul {
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    top: 90%;
    display: none;
    padding: 0.5rem;
    background-color: #ffffff;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px; }
  .main-menu .classic-menu-dropdown:hover ul {
    display: block; }

#small-menu .main-menu {
  display: block;
  text-align: center; }
  #small-menu .main-menu ul {
    border: none; }
  #small-menu .main-menu li {
    padding: .5rem 0; }
    #small-menu .main-menu li.classic-menu-dropdown {
      position: relative; }
      #small-menu .main-menu li.classic-menu-dropdown > a {
        float: none; }
      #small-menu .main-menu li.classic-menu-dropdown .menu {
        position: static;
        float: none;
        display: none;
        border-radius: 0;
        margin-top: 0;
        padding: 0; }
        #small-menu .main-menu li.classic-menu-dropdown .menu li {
          text-align: center; }
      #small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
        position: absolute;
        top: .5rem;
        right: 0;
        width: 60px;
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid #ddd; }
      #small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
        transform: rotate(180deg); }

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 0.3rem;
  border: 2px solid #ffffff;
  margin: 0.3rem 0 0.3rem 0.6rem;
  background: #0096FF;
  display: flex;
  justify-content: center;
  align-items: center; }
  .nav-toggler:focus {
    outline: none; }
  .nav-toggler span {
    height: 0.2rem;
    width: 1.4rem;
    position: absolute;
    background: #ffffff;
    transition-duration: 0.3s; }
    .nav-toggler span:nth-child(2) {
      margin-top: 0;
      transform: rotate(45deg); }
    .nav-toggler span:last-child {
      margin-top: 0;
      transform: rotate(-45deg); }
  .nav-toggler.nav-info {
    border-radius: 100%; }
  .nav-toggler.nav-menu span:nth-child(3) {
    display: none; }
  .nav-toggler.collapsed.nav-menu span:nth-child(2) {
    margin-top: -25%;
    transform: none; }
  .nav-toggler.collapsed.nav-menu span:nth-child(3) {
    display: block; }
  .nav-toggler.collapsed.nav-menu span:last-child {
    margin-top: 25%;
    transform: none; }
  .nav-toggler.collapsed.nav-info span:nth-child(2) {
    margin-top: -0.5rem;
    transform: none;
    width: 0.2rem; }
  .nav-toggler.collapsed.nav-info span:last-child {
    margin-top: 0.2rem;
    transform: none;
    height: 0.9rem;
    width: 0.2rem; }

.header {
  background: #ffffff;
  color: #393939;
  padding: 0;
  min-height: 82px; }
  .header.sticky.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%; }
  .header a {
    color: #393939; }
    .header a:hover {
      color: #0071C0; }
  .header-phone {
    font-size: 21px;
    font-weight: 300;
    position: relative;
    padding-left: 45px;
    padding-right: 15px; }
    .header-phone::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 36px;
      height: 36px;
      background-image: url('../images/icon-phone.svg');
      background-repeat: no-repeat;
      background-position: center;
      transform: translateY(-50%); }
  .header-logo {
    padding-left: 15px; }
  .header-full .menu-dropdown-trigger {
    display: none; }
  .header-full .box-menu {
    align-self: center; }
  .header-small .region-menu-small nav .nav {
    background: #ffffff;
    margin-top: 2px;
    width: 100%;
    z-index: 22;
    box-shadow: inset 0 0 2px -1px rgba(0, 0, 0, 0.32); }
    .header-small .region-menu-small nav .nav .menu-item {
      width: 100%;
      padding: 0; }
      .header-small .region-menu-small nav .nav .menu-item a {
        padding: 10px 0; }
  .header-small img {
    height: 70px; }
  .header-small #block-views-block-company-block-7 .views-field-field-company-name-site {
    font-size: 22px;
    font-weight: 600;
    max-width: 150px; }
  .header-small .nav-togglers .nav-toggler.nav-menu {
    border-radius: 4px;
    border: 1px solid #bbb;
    padding: 10px 30px;
    background: #ffffff;
    margin-top: 17px;
    cursor: pointer;
    transition: 0.33s all; }
    .header-small .nav-togglers .nav-toggler.nav-menu span {
      height: 2px;
      width: 20px;
      background: #393939;
      transform: none;
      transition: 0.33s all; }
      .header-small .nav-togglers .nav-toggler.nav-menu span:nth-child(2) {
        margin-top: -6px; }
      .header-small .nav-togglers .nav-toggler.nav-menu span:nth-child(3) {
        display: block; }
      .header-small .nav-togglers .nav-toggler.nav-menu span:last-child {
        margin-top: 6px; }
    .header-small .nav-togglers .nav-toggler.nav-menu:hover span {
      background: #ffffff; }
      .header-small .nav-togglers .nav-toggler.nav-menu:hover span:nth-child(3) {
        display: block; }
    .header-small .nav-togglers .nav-toggler.nav-menu.collapsed span {
      background: #393939; }
    .header-small .nav-togglers .nav-toggler.nav-menu:not(.collapsed) {
      border: 1px solid #497fa5;
      background-color: #0096FF; }
      .header-small .nav-togglers .nav-toggler.nav-menu:not(.collapsed) span {
        background: #ffffff; }
  .header #header-info {
    border-bottom: 1px solid #aaa; }

#block-menyukompanii,
nav {
  position: relative; }
  #block-menyukompanii .menu,
  #block-menyukompanii .nav,
  nav .menu,
  nav .nav {
    justify-content: flex-end; }
    #block-menyukompanii .menu li,
    #block-menyukompanii .nav li,
    nav .menu li,
    nav .nav li {
      display: inline-block;
      padding-top: 0; }
      #block-menyukompanii .menu li a,
      #block-menyukompanii .nav li a,
      nav .menu li a,
      nav .nav li a {
        color: #393939;
        font-size: 16px;
        font-weight: 500;
        padding: 26px 18px;
        transition: color 0.4s; }
        #block-menyukompanii .menu li a:focus, #block-menyukompanii .menu li a:hover,
        #block-menyukompanii .nav li a:focus,
        #block-menyukompanii .nav li a:hover,
        nav .menu li a:focus,
        nav .menu li a:hover,
        nav .nav li a:focus,
        nav .nav li a:hover {
          color: #0071C0; }
      #block-menyukompanii .menu li.active a,
      #block-menyukompanii .nav li.active a,
      nav .menu li.active a,
      nav .nav li.active a {
        color: #0071C0; }
      #block-menyukompanii .menu li.classic-menu-dropdown .menu,
      #block-menyukompanii .nav li.classic-menu-dropdown .menu,
      nav .menu li.classic-menu-dropdown .menu,
      nav .nav li.classic-menu-dropdown .menu {
        min-width: 250px;
        box-shadow: none;
        padding: 0;
        border-top: none;
        margin-top: 13px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        display: block;
        opacity: 0;
        transition: 0.33s all;
        pointer-events: none; }
        #block-menyukompanii .menu li.classic-menu-dropdown .menu .menu-item,
        #block-menyukompanii .nav li.classic-menu-dropdown .menu .menu-item,
        nav .menu li.classic-menu-dropdown .menu .menu-item,
        nav .nav li.classic-menu-dropdown .menu .menu-item {
          display: inline-block;
          width: 100%;
          margin: 0; }
          #block-menyukompanii .menu li.classic-menu-dropdown .menu .menu-item a,
          #block-menyukompanii .nav li.classic-menu-dropdown .menu .menu-item a,
          nav .menu li.classic-menu-dropdown .menu .menu-item a,
          nav .nav li.classic-menu-dropdown .menu .menu-item a {
            padding: 13px 20px;
            font-weight: normal;
            color: #393939;
            white-space: wrap;
            display: inline-block;
            width: 100%;
            border: none;
            line-height: 16px;
            font-size: 14px; }
          #block-menyukompanii .menu li.classic-menu-dropdown .menu .menu-item.active a, #block-menyukompanii .menu li.classic-menu-dropdown .menu .menu-item:hover a,
          #block-menyukompanii .nav li.classic-menu-dropdown .menu .menu-item.active a,
          #block-menyukompanii .nav li.classic-menu-dropdown .menu .menu-item:hover a,
          nav .menu li.classic-menu-dropdown .menu .menu-item.active a,
          nav .menu li.classic-menu-dropdown .menu .menu-item:hover a,
          nav .nav li.classic-menu-dropdown .menu .menu-item.active a,
          nav .nav li.classic-menu-dropdown .menu .menu-item:hover a {
            color: #0071C0;
            text-decoration: none;
            outline: 0; }
      #block-menyukompanii .menu li.classic-menu-dropdown:hover .menu,
      #block-menyukompanii .nav li.classic-menu-dropdown:hover .menu,
      nav .menu li.classic-menu-dropdown:hover .menu,
      nav .nav li.classic-menu-dropdown:hover .menu {
        pointer-events: auto;
        opacity: 1; }
  #block-menyukompanii li,
  nav li {
    padding: 0; }

#manager-menu {
  max-width: 260px; }

#block-adaptive-editor .menu-item {
  width: 100%; }
  #block-adaptive-editor .menu-item a {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px; }

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

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }
  .page-wrapper .footer {
    margin-top: auto; }
  @media (min-width: 1530px) {
    .page-wrapper .container--wide {
      max-width: 1530px; } }

.section__title {
  color: #929292;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center; }

.section__subtitle {
  color: #000;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  text-align: center; }

.section--inverse {
  color: #ffffff; }
  .section--inverse .section__subtitle {
    color: #ffffff; }

.page404 {
  font-size: 175px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 80px;
  text-align: center; }
  .page404-code {
    color: #0071C0;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .page404-caption {
    font-size: 55px;
    margin-bottom: 50px; }
    @media (max-width: 575.98px) {
      .page404-caption {
        font-size: 42px; } }
  .page404-text {
    font-size: 25px;
    line-height: 1.55; }
    .page404-text a {
      font-style: italic;
      border-bottom: 2px solid #0071C0;
      transition: border 0.4s; }
      .page404-text a:hover {
        border-bottom: 1px solid transparent; }

.header .row > * {
  width: auto; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.path-contact #map {
  position: absolute;
  height: 100%;
  width: 100%; }

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

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

.synmap {
  min-height: 300px; }

.pagination {
  flex-wrap: wrap; }

.inline * {
  display: inline-block; }

.page-entity-webform-canonical #main-content,
.node--type-page:not(.page-node-261) #main-content {
  max-width: 650px;
  margin: 0 auto; }

#main .view-certificate .node--type-certificate h3.title,
#main .view-project .node--type-project.node--view-mode-teaser h3.title {
  font-size: 14px;
  color: #036592;
  font-weight: 400; }

#main .project-full.node--type-project .field--name-field-project-video .field__item {
  margin-bottom: 25px; }

#main .view-event .event-title {
  font-size: 24px;
  font-weight: 600; }

#main .view-event .node--type-event.node--view-mode-teaser h6 {
  font-weight: 400; }

#main .index-block-3 {
  margin-top: 60px; }
  #main .index-block-3 h2 {
    text-align: center;
    font-size: 36px;
    line-height: 100px;
    background: #f0f0f0;
    margin-bottom: 60px; }

.index-block-1 .title-box {
  color: #0096ff;
  margin-top: 0;
  font-weight: 500;
  font-size: 24px;
  text-align: center; }

.index-block-1 .title-box-text {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.index-block-1 hr {
  background: #dee1e4;
  width: 70px;
  height: 2px;
  margin: 20px auto;
  border: none; }

.index-block-1 .img-title {
  width: 167px; }
  @media (max-width: 543px) {
    .index-block-1 .img-title {
      margin: 0 auto; } }

.index-block-1 #block-views-block-team-block-9 .box-img-person {
  margin-bottom: 10px;
  margin-right: 5px; }

.index-block-2 {
  background: #0096ff;
  padding: 50px 0;
  margin-top: 2em; }
  .index-block-2 h2 {
    color: #ffffff;
    font-weight: 100; }
  .index-block-2 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 100; }

.index-block-4 {
  background: #f2f5f8;
  padding: 50px 0; }
  .index-block-4 h3 {
    font-size: 24px; }
  @media (max-width: 991px) {
    .index-block-4 {
      text-align: center; } }

.mask {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.more-link a,
.site-button {
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  margin-bottom: 30px;
  padding: 19px 35px 20px;
  background-color: #0096FF;
  box-shadow: 0 17px 43px rgba(0, 107, 182, 0.38);
  border: none;
  border-radius: 45px;
  text-align: center;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s; }
  .more-link a a,
  .site-button a {
    color: #ffffff; }
  .more-link a:hover,
  .site-button:hover {
    color: #2c2c2c;
    background-color: #FFFFFF; }
    .more-link a:hover a,
    .site-button:hover a {
      color: #2c2c2c; }
  .more-link a:active,
  .site-button:active {
    box-shadow: 0 17px 23px rgba(0, 107, 182, 0.38); }
  .more-link a--border,
  .site-button--border {
    color: #0096FF;
    background-color: transparent;
    border: 3px solid #0096FF;
    box-shadow: 0 17px 43px rgba(0, 107, 182, 0.38); }
    .more-link a--border:hover,
    .site-button--border:hover {
      color: #ffffff;
      background-color: transparent;
      border: 3px solid #ffffff; }
  .more-link a--dark,
  .site-button--dark {
    border: 3px solid #393939;
    box-shadow: none;
    color: #393939; }
    .more-link a--dark:hover,
    .site-button--dark:hover {
      color: #0096FF;
      border-color: #0096FF; }

#sidebar {
  border: 1px solid #dee1e4;
  border-radius: 4px;
  margin-top: 30px;
  padding: 20px;
  margin-bottom: 50px;
  height: max-content; }
  @media (max-width: 543px) {
    #sidebar {
      margin: 30px 15px 15px; } }
  #sidebar h2 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    border-bottom: 1px solid #dee1e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative; }
    #sidebar h2::before {
      position: absolute;
      content: '';
      width: 19px;
      height: 19px;
      right: 0;
      border-radius: 100%;
      border: 1px solid #98a2ac; }
    #sidebar h2::after {
      position: absolute;
      content: '';
      width: 9px;
      height: 3px;
      right: 5px;
      top: 8px;
      background: #98a2ac; }
  #sidebar ul {
    flex-direction: column;
    margin: 0;
    padding: 0; }
    #sidebar ul .menu-item {
      margin: 0;
      padding: 0; }
      #sidebar ul .menu-item a {
        margin: 0;
        padding: 0;
        color: #0096ff; }
        #sidebar ul .menu-item a:hover, #sidebar ul .menu-item a:focus {
          color: #0069b3; }
      #sidebar ul .menu-item.active a {
        color: #000000; }

.slider {
  min-height: 695px;
  background: linear-gradient(70.02deg, #FDFDFD 7.83%, #EBEBEB 83.29%);
  overflow: hidden; }
  .slider__item {
    width: 100%; }
  .slider .field--name-field-image {
    position: absolute;
    right: 14%;
    bottom: 0;
    z-index: 1;
    -webkit-clip-path: url('../images/asset-18b9880a15e19db0');
    clip-path: url('../images/asset-18b9880a15e19db0'); }
    @media (max-width: 991.98px) {
      .slider .field--name-field-image {
        right: auto;
        left: 0;
        width: 100%;
        height: 100%;
        clip-path: none; }
        .slider .field--name-field-image img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
  .slider .site-button {
    margin-top: 50px; }
  .slider__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 570px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .slider__content {
        padding: 15px;
        backdrop-filter: blur(2px);
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 14px; } }
  .slider__caption {
    font-weight: bold;
    font-size: 49px;
    line-height: 1.17;
    margin-bottom: 45px; }
    .slider__caption span {
      background: rgba(249, 249, 249, 0.8);
      display: inline; }
      @media (max-width: 991.98px) {
        .slider__caption span {
          background: none; } }
    @media (max-width: 767.98px) {
      .slider__caption {
        font-size: 36px; } }
  .slider .field--name-body {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.55; }
    .slider .field--name-body p {
      background: rgba(249, 249, 249, 0.8);
      display: inline; }
      @media (max-width: 991.98px) {
        .slider .field--name-body p {
          background: none; } }
  .slider__teaser {
    position: relative;
    min-height: 695px;
    padding-top: 105px;
    padding-bottom: 10px; }
  .slider .flickity-prev-next-button {
    border-radius: 0;
    background-color: inherit;
    opacity: 1;
    top: auto;
    bottom: 80px; }
    .slider .flickity-prev-next-button:active, .slider .flickity-prev-next-button:hover {
      background-color: inherit; }
      .slider .flickity-prev-next-button:active path, .slider .flickity-prev-next-button:hover path {
        fill: #0071C0; }
    .slider .flickity-prev-next-button path {
      transition: fill 0.3s; }
    .slider .flickity-prev-next-button.next {
      right: 7%; }
    .slider .flickity-prev-next-button.previous {
      left: 7%; }
  .slider #clipping ellipse {
    transform: rotate(145deg) scale(1.57) translate(-360px, -560px);
    transform-origin: bottom center; }

.advantages {
  padding-top: 70px;
  padding-bottom: 55px;
  background-color: #ffffff; }
  .advantages__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    list-style: none;
    padding-top: 31px;
    padding-left: 0; }
  .advantages__item {
    position: relative;
    width: 349px;
    min-height: 328px;
    margin: 0 15px 30px;
    padding: 141px 29px 25px;
    border-radius: 14px;
    box-shadow: 0 0 1px 1px #C4C4C4;
    transition: box-shadow 0.4s;
    overflow: hidden; }

@media (min-width: 1200px) and (max-width: 1530px) {
  .advantages__item {
    max-width: calc(25% - 30px); } }
    @media (max-width: 767.98px) {
      .advantages__item {
        width: 100%;
        min-height: inherit; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .advantages__item {
        max-width: calc(50% - 30px); } }
    .advantages__item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 170% 170%;
      background-image: url('../images/bkg-advantages.jpg');
      opacity: 0;
      transition: opacity 0.6s, background 0.8s cubic-bezier(0.24, 0.12, 0.27, 0.88);
      z-index: 1; }
    .advantages__item:hover {
      color: #ffffff;
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25); }
      .advantages__item:hover::before {
        opacity: 1;
        background-size: 100% 100%; }
      .advantages__item:hover .advantages__icon {
        background-color: #fff; }
        .advantages__item:hover .advantages__icon path {
          fill: #0096FF; }
  .advantages__caption {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 23px;
    transition: color 0.4s;
    z-index: 2; }

@media (min-width: 1200px) and (max-width: 1530px) {
  .advantages__caption {
    font-size: 21px; } }
  .advantages__content {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    transition: color 0.6s;
    z-index: 2; }
  .advantages__icon {
    position: absolute;
    top: 47px;
    left: 30;
    width: 63px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0096FF;
    border-radius: 50%;
    transition: background-color 0.8s;
    z-index: 2; }
    .advantages__icon path {
      fill: #fff;
      transition: fill 0.8s; }

.features {
  padding-top: 110px;
  padding-bottom: 45px;
  background: linear-gradient(60.8deg, #FDFDFD 7.83%, #EBEBEB 83.29%); }
  .features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    padding-top: 32px; }
  .features__item {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    position: relative;
    max-width: 366px;
    width: 100%;
    padding-top: 155px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    text-align: center; }

@media (min-width: 1200px) and (max-width: 1530px) {
  .features__item {
    max-width: 25%;
    padding-left: 30px;
    padding-right: 30px; } }
    @media (max-width: 767.98px) {
      .features__item {
        padding-left: 20px;
        padding-right: 20px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .features__item {
    max-width: 50%; } }
    .features__item::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 133px;
      height: 133px;
      background-repeat: no-repeat;
      background-position: center;
      transform: translateX(-50%);
      z-index: 1; }
    .features__item--door::before {
      background-image: url('../images/icon-door.png'); }
    .features__item--meeting::before {
      background-image: url('../images/icon-conference.png'); }
    .features__item--special::before {
      background-image: url('../images/icon-special.png'); }
    .features__item--conference::before {
      background-image: url('../images/icon-chat.png'); }

.promo {
  color: #ffffff;
  position: relative;
  min-height: 518px;
  padding-top: 91px;
  padding-bottom: 73px;
  background-image: url('../images/bkg-promo-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .promo__content {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .promo__content {
        max-width: 60%; } }
    @media (min-width: 1200px) {
      .promo__content {
        max-width: 50%; } }
  .promo__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 25px; }
  .promo__offer {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 73px; }
  .promo__image {
    display: none; }
    @media (min-width: 992px) {
      .promo__image {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 48%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        clip-path: url('../images/asset-18b9880a15e24e8c');
        -webkit-clip-path: url('../images/asset-18b9880a15e24e8c'); } }
  .promo #promo-clip ellipse {
    transform: rotate(-27deg) scale(2.5) translate(-92px, 20px);
    transform-origin: top; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .promo #promo-clip ellipse {
        transform: rotate(-32deg) scale(2.5) translate(-96px, 1px); } }

.event {
  padding-top: 35px;
  padding-bottom: 10px;
  background-color: #ffffff; }
  .event__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .event__list .views-exposed-form {
      padding-top: 50px;
      padding-bottom: 33px; }
  .event__group {
    width: 100%;
    margin: 0 85px; }
    @media (min-width: 992px) {
      .event__group {
        padding: 0 35px 35px; } }
  .event__item {
    margin-bottom: 15px; }
    .event__item:hover .event__caption {
      color: #0071C0; }
  .event .view-filters {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .event .view-filters {
        max-width: 500px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .event .view-filters {
        max-width: 400px; } }
  .event .view-content {
    position: relative;
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .event .view-content {
        max-width: calc(100% - 500px); } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .event .view-content {
        max-width: calc(100% - 400px); } }
  .event__subtitle, .event__title {
    text-align: left; }
    @media (min-width: 992px) {
      .event__subtitle, .event__title {
        max-width: 50%; } }
  .event__title {
    padding-top: 74px; }
  .event__token {
    display: flex;
    flex-wrap: wrap;
    padding: 34px 30px 15px 28px;
    background: #ffffff;
    box-shadow: 0 12px 29px rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    transition: box-shadow 0.4s; }
    .event__token:hover {
      box-shadow: 0 12px 29px rgba(0, 0, 0, 0.23); }
      .event__token:hover .event__target {
        opacity: 0;
        transform: scale(1.5) translateX(-20%); }
      .event__token:hover .field--name-field-event-person {
        transform: none;
        opacity: 1; }
    .event__token .event__target {
      color: #929292;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.5;
      position: relative;
      top: auto;
      right: auto;
      transition: transform 0.6s, opacity 0.6s;
      text-align: right; }
    .event__token .field--name-field-event-tx-type {
      display: inline-block; }
    .event__token .field--name-field-event-tx-format {
      display: inline-block;
      padding-left: 5px;
      text-transform: lowercase; }
    .event__token .field--name-field-event-person {
      position: absolute;
      top: 13px;
      right: 0;
      width: 100%;
      opacity: 0;
      transform: scale(1.1) translateX(-10%);
      transition-delay: 0.4s;
      transition: transform 0.6s ease-out, opacity 0.6s ease-out; }
    .event__token .field--name-field-event-date {
      margin-bottom: 5px; }
    .event__token .field--name-field-image {
      margin-right: 20px; }
  .event__info {
    min-height: 148px; }
  .event__link {
    min-width: 244px; }
  .event__type {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding-top: 13px;
    border-top: 1px solid #DEDEDE;
    text-align: right; }
  .event__caption {
    color: #393939;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    transition: color 0.4s; }
  .event__content {
    flex-grow: 1; }
  .event .datetime {
    color: #929292;
    font-size: 16px;
    line-height: 1.4; }
  .event .flickity-viewport {
    min-height: 888px;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 991.98px) {
      .event .flickity-viewport {
        overflow: visible; } }
  .event .flickity-prev-next-button {
    border-radius: 0;
    background-color: inherit;
    opacity: 1;
    top: auto;
    bottom: 80px;
    width: 50px; }
    .event .flickity-prev-next-button:active, .event .flickity-prev-next-button:hover {
      background-color: inherit; }
      .event .flickity-prev-next-button:active path, .event .flickity-prev-next-button:hover path {
        fill: #0071C0; }
    .event .flickity-prev-next-button path {
      transition: fill 0.3s; }
    .event .flickity-prev-next-button.next {
      right: -15px;
      border-left: 1px solid #D8D8D8; }
    .event .flickity-prev-next-button.previous {
      left: -15px;
      border-right: 1px solid #D8D8D8; }
      .event .flickity-prev-next-button.previous path {
        transform-origin: center; }
    @media (max-width: 991.98px) {
      .event .flickity-prev-next-button {
        bottom: -23px;
        opacity: 0.5; }
        .event .flickity-prev-next-button.next {
          right: 0; }
        .event .flickity-prev-next-button.previous {
          left: 0; } }
  .event-full {
    padding-bottom: 30px; }
    .event-full__title {
      display: flex;
      justify-content: space-between;
      margin-bottom: 54px;
      margin-top: 67px; }
      .event-full__title h1 {
        font-weight: bold;
        font-size: 34px;
        line-height: 1.2;
        margin-top: 0; }
      @media (max-width: 991.98px) {
        .event-full__title {
          flex-wrap: wrap;
          flex-direction: column;
          margin-bottom: 30px; } }
    .event-full__caption {
      font-weight: bold;
      font-size: 32px;
      line-height: 1.4;
      width: 100%;
      margin-bottom: 30px; }
    .event-full__wrapper {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding-top: 26px; }
      .event-full__wrapper--top {
        flex-direction: column;
        align-items: flex-start;
        padding: 33px 55px 44px 74px;
        margin-bottom: 20px;
        border-radius: 14px;
        background-color: #ffffff; }
        @media (max-width: 767.98px) {
          .event-full__wrapper--top {
            flex-wrap: wrap;
            flex-direction: column;
            margin-bottom: 30px;
            padding-left: 15px;
            padding-right: 15px; } }
    .event-full__row {
      width: 100%;
      margin-bottom: 38px;
      border-bottom: 1px solid #D8D8D8; }
    .event-full__list {
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      list-style: none;
      max-width: 630px;
      padding-bottom: 26px;
      margin-bottom: 0; }
    .event-full__item {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.4;
      position: relative;
      display: flex;
      max-width: 310px;
      width: 100%;
      margin-bottom: 15px;
      padding-left: 70px;
      padding-top: 17px;
      padding-bottom: 17px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .event-full__item {
          max-width: 50%; } }
      .event-full__item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        border: 1px solid #DEDEDE;
        z-index: 1; }
      .event-full__item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2; }
      .event-full__item--date::after {
        background-image: url('../images/icon-calendar.svg'); }
      .event-full__item--format::after {
        background-image: url('../images/icon-user.svg'); }
      .event-full__item--type::after {
        background-image: url('../images/icon-list.svg'); }
      .event-full__item--place::after {
        background-image: url('../images/icon-map.svg'); }
    .event-full .field--name-field-event-bonus,
    .event-full .field--name-field-event-condition,
    .event-full .field--name-field-short {
      margin-bottom: 26px; }
    .event-full .field--name-field-event-person {
      flex-shrink: 0;
      margin-left: 25px; }
      @media (max-width: 991.98px) {
        .event-full .field--name-field-event-person {
          align-self: flex-end;
          margin-top: 20px;
          margin-left: 0; } }
    .event-full__reference {
      width: 100%; }
    .event-full__report {
      font-weight: 700;
      font-size: 18px;
      line-height: 1.42;
      margin-bottom: 0; }
      .event-full__report a {
        color: #393939;
        font-weight: 400; }
    .event-full__colorbox {
      display: block;
      width: 100%;
      height: 100%;
      transition: transform 0.4s;
      background-position: center;
      background-repeat: no-repeat; }
      .event-full__colorbox:hover {
        transform: scale(1.05) perspective(1px); }
    .event-full__media {
      height: 200px;
      margin-bottom: 30px;
      border-radius: 4px;
      overflow: hidden; }
    .event-full__vk-album {
      flex-grow: 1;
      flex-shrink: 0;
      padding-top: 30px; }
    @media (max-width: 991.98px) {
      .event-full__vk-button {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center; } }
    @media (min-width: 992px) {
      .event-full__vk-button {
        position: absolute;
        top: 32px;
        right: 0; } }
    .event-full__gallery {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
      padding-top: 50px;
      padding-bottom: 37px; }
      .event-full__gallery .field__item {
        max-width: calc(33.33% - 20px);
        width: 100%;
        margin: 0 10px 20px;
        border-radius: 4px;
        overflow: hidden; }
        .event-full__gallery .field__item img {
          transition: transform 0.5s; }
        .event-full__gallery .field__item:hover img {
          transform: scale(1.05); }
    .event-full .site-button {
      display: inline-block;
      margin-top: 50px;
      vertical-align: middle; }
    .event-full .field__label {
      font-weight: 300;
      font-size: 24px;
      line-height: 1.4;
      display: block;
      margin-bottom: 10px; }
    .event-full .field__item {
      font-weight: normal;
      font-size: 16px;
      line-height: 1.4; }
  .event-organizer {
    color: #ffffff;
    display: flex;
    border-radius: 4px;
    transition: opacity 0.4s;
    overflow: hidden; }
    .event-organizer:hover {
      color: #ffffff;
      opacity: 0.9; }
    .event-organizer__caption {
      font-weight: bold;
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 0; }
    .event-organizer__person {
      margin-bottom: 0; }
    .event-organizer__wrapper {
      min-height: 72px;
      padding: 11px 25px 8px;
      background-image: url('../images/bkg-person.jpg');
      background-repeat: no-repeat;
      background-position: top left;
      background-size: cover; }
    .event-organizer .field--name-field-image {
      flex-shrink: 0;
      flex-grow: 1;
      margin-bottom: 0; }
      .event-organizer .field--name-field-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .event-teaser {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 30px;
    padding: 20px 40px 45px;
    background-color: #ffffff;
    border-radius: 14px;
    transition: box-shadow 0.4s; }
    .event-teaser:hover {
      box-shadow: 0 12px 29px rgba(0, 0, 0, 0.12); }
    .event-teaser__title {
      font-weight: bold;
      font-size: 24px;
      line-height: 140%; }
      .event-teaser__title a {
        color: #393939; }
      @media (max-width: 575.98px) {
        .event-teaser__title {
          font-size: 20px; } }
      .event-teaser__title:hover a {
        color: #0071C0; }
    .event-teaser__list {
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      list-style: none;
      margin-bottom: 10px; }
      @media (max-width: 767.98px) {
        .event-teaser__list {
          flex-direction: column; } }
      @media (max-width: 575.98px) {
        .event-teaser__list {
          padding-top: 50px; } }
    .event-teaser__item {
      font-size: 16px;
      line-height: 1.4;
      position: relative;
      max-width: 205px;
      width: 100%;
      margin-bottom: 7px;
      margin-right: 20px;
      padding-left: 52px;
      padding-top: 8px;
      padding-bottom: 12px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .event-teaser__item {
          max-width: 50%; } }
      .event-teaser__item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 39px;
        height: 39px;
        border-radius: 50%;
        border: 1px solid #DEDEDE;
        z-index: 1; }
      .event-teaser__item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 39px;
        height: 39px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 19px 19px;
        z-index: 2; }
      .event-teaser__item--date::after {
        background-image: url('../images/icon-calendar.svg'); }
      .event-teaser__item--type::after {
        background-image: url('../images/icon-list.svg'); }
    .event-teaser__format {
      color: #ffffff;
      font-size: 16px;
      line-height: 1.4;
      position: absolute;
      top: 15px;
      right: 0;
      min-height: 40px;
      min-width: 180px;
      padding: 8px 25px;
      text-align: center;
      overflow: hidden; }
      .event-teaser__format::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0096FF;
        transform: skewX(-15deg) translateX(10px); }
      .event-teaser__format--dark::before {
        background-color: #999999; }
    .event-teaser .field--name-field-event-tx-format {
      position: relative;
      z-index: 2; }
    .event-teaser .field--name-field-event-location,
    .event-teaser .field--name-field-topic {
      font-size: 16px;
      display: flex;
      flex-wrap: wrap; }
      .event-teaser .field--name-field-event-location .field__label,
      .event-teaser .field--name-field-topic .field__label {
        margin-right: 10px; }
        .event-teaser .field--name-field-event-location .field__label::after,
        .event-teaser .field--name-field-topic .field__label::after {
          content: ":"; }
  .event-page {
    padding-top: 30px; }
    .event-page .pager {
      display: flex; }
      .event-page .pager__items {
        margin: 0 auto; }
      .event-page .pager__item {
        font-size: 18px;
        text-align: center;
        margin: 0 5px; }
        .event-page .pager__item .page-link {
          color: #929292;
          width: 33px;
          height: 33px;
          padding: 5px 2px 9px;
          border: none;
          background-color: transparent;
          border-radius: 50%;
          vertical-align: middle;
          text-align: center;
          border: 1px solid transparent; }
          .event-page .pager__item .page-link:hover {
            border: 1px solid #929292; }
        .event-page .pager__item.is-active .page-link {
          color: #393939;
          border: 1px solid #393939; }
        .event-page .pager__item--first, .event-page .pager__item--last, .event-page .pager__item--next, .event-page .pager__item--previous {
          display: none; }
    .event-page .view-filters {
      padding: 14px 68px 15px;
      border-radius: 4px;
      background-color: #343434;
      box-shadow: 0 12px 29px rgba(0, 0, 0, 0.12); }
    .event-page .view-content {
      padding-top: 48px; }

.testimonial {
  min-height: 770px;
  padding-top: 70px;
  background-image: url('../images/bkg-testimonial.jpg');
  background-repeat: no-repeat;
  background-size: cover; }
  .testimonial__list {
    padding-top: 30px; }
  .testimonial__item {
    width: 100%;
    margin: 0 15px; }
  .testimonial__teaser {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 188px 60px 70px; }
    .testimonial__teaser::before {
      content: "";
      position: absolute;
      top: 0;
      left: 1px;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      background: rgba(255, 255, 255, 0.13);
      border: 1px solid #C4C4C4;
      border-radius: 14px;
      opacity: 0.3;
      z-index: 1; }
    @media (max-width: 991.98px) {
      .testimonial__teaser {
        flex-direction: column;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767.98px) {
      .testimonial__teaser {
        padding-left: 15px;
        padding-right: 15px; } }
  .testimonial__person {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 220px;
    z-index: 2; }
  .testimonial__content {
    position: relative;
    width: calc(100% - 220px);
    max-width: 560px;
    padding-left: 20px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .testimonial__content {
        width: 100%; } }
  .testimonial__caption {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    padding-top: 12px;
    margin-bottom: 18px; }
  .testimonial .field--name-field-testimonial-name {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    max-width: 215px;
    margin-bottom: 6px;
    text-align: center; }
  .testimonial .field--name-field-position {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
    text-transform: uppercase; }
  .testimonial .field--name-body {
    font-size: 16px;
    line-height: 1.65; }
  .testimonial .field--name-field-image {
    position: relative;
    margin-bottom: 16px;
    padding: 22px;
    z-index: 1; }
    .testimonial .field--name-field-image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../images/person-border.png');
      background-repeat: no-repeat;
      background-position: center; }
    .testimonial .field--name-field-image img {
      position: relative;
      background-color: #C4C4C4;
      border: 3px solid #FFFFFF;
      border-radius: 50%;
      box-shadow: 4px 8px 12px rgba(0, 0, 0, 0.25);
      z-index: 2; }
  .testimonial .more-link {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 60px; }
    .testimonial .more-link a {
      min-width: 242px;
      text-align: center; }
  .testimonial .flickity-prev-next-button {
    background-color: inherit;
    opacity: 1;
    top: auto;
    bottom: 44px;
    width: 36px;
    height: 36px; }
    .testimonial .flickity-prev-next-button.next {
      background-color: #ffffff;
      right: 66px; }
      .testimonial .flickity-prev-next-button.next path {
        fill: #393939;
        transform: none;
        transform-origin: center;
        transform: scaleX(-1); }
      @media (max-width: 767.98px) {
        .testimonial .flickity-prev-next-button.next {
          left: auto;
          right: 30px;
          top: 170px; } }
    .testimonial .flickity-prev-next-button.previous {
      background-color: transparent;
      border: 1px solid #FFFFFF;
      left: auto;
      right: 130px; }
      .testimonial .flickity-prev-next-button.previous path {
        fill: #ffffff; }
      .testimonial .flickity-prev-next-button.previous:hover {
        border-color: transparent; }
      @media (max-width: 767.98px) {
        .testimonial .flickity-prev-next-button.previous {
          right: auto;
          left: 30px;
          top: 170px; } }
    .testimonial .flickity-prev-next-button:active, .testimonial .flickity-prev-next-button:hover {
      background-color: #0096FF; }
      .testimonial .flickity-prev-next-button:active path, .testimonial .flickity-prev-next-button:hover path {
        fill: #ffffff; }
    .testimonial .flickity-prev-next-button .flickity-button-icon {
      left: 50%;
      top: 50%;
      width: 12px;
      height: 8px;
      transform: translate(-50%, -50%); }

.team-token {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  width: 100%; }
  .team-token .field--name-field-image {
    border-radius: 50%;
    overflow: hidden; }
  .team-token__name {
    color: #393939;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin-left: 10px; }
    @media (max-width: 575.98px) {
      .team-token__name {
        width: calc(100% - 68px); } }

.team-full {
  margin-top: 75px;
  margin-bottom: 78px;
  padding: 38px 65px 55px 70px;
  background-color: #ffffff;
  border-radius: 14px; }
  @media (max-width: 991.98px) {
    .team-full {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 575.98px) {
    .team-full {
      padding-left: 15px;
      padding-right: 15px; } }
  .team-full__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 9px;
    text-align: left; }
  .team-full__position {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 26px;
    text-transform: uppercase; }
  .team-full__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row; }
    @media (max-width: 991.98px) {
      .team-full__wrapper {
        flex-direction: column-reverse; } }
    .team-full__wrapper--data {
      margin-bottom: 34px; }
      @media (max-width: 991.98px) {
        .team-full__wrapper--data {
          flex-direction: row; } }
      @media (max-width: 575.98px) {
        .team-full__wrapper--data {
          flex-wrap: wrap; } }
  .team-full__block {
    margin-right: auto;
    padding-right: 58px; }
    @media (max-width: 991.98px) {
      .team-full__block {
        padding-right: 15px; } }
  .team-full__link {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    margin-left: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.4s; }
    .team-full__link path {
      transition: fill 0.4s; }
    .team-full__link:hover {
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.25); }
      .team-full__link:hover path {
        fill: #0096FF; }
  .team-full .field--name-body {
    font-size: 16px;
    line-height: 1.4; }
  .team-full .field--name-field-image {
    flex-shrink: 0;
    margin-bottom: 15px;
    border-radius: 24px;
    box-shadow: 0 12px 29px rgba(0, 0, 0, 0.12);
    overflow: hidden; }
  .team-full .field--name-field-team-birthday {
    position: relative;
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 70px;
    margin-right: 38px; }
    .team-full .field--name-field-team-birthday::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 56px;
      height: 56px;
      background-image: url('../images/icon-birth.svg');
      background-repeat: no-repeat;
      background-position: center; }
    @media (max-width: 575.98px) {
      .team-full .field--name-field-team-birthday {
        margin-right: 0; } }
  .team-full .field--name-field-team-org {
    padding-top: 35px; }
    .team-full .field--name-field-team-org .field__label {
      font-weight: bold;
      font-size: 24px;
      line-height: 1.4;
      padding-bottom: 19px;
      border-bottom: 1px solid #393939; }

.team-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px; }
  .team-teaser__image {
    margin-bottom: 30px;
    border-radius: 50%;
    overflow: hidden; }
  .team-teaser__title {
    color: #6d7a83;
    font-size: 20px; }
  .team-teaser:hover .team-teaser__title {
    color: #0071C0; }

[class*="block-views-blockteam-block-"] h2 {
  color: #0294ff;
  font-size: 23px;
  font-weight: 600;
  position: relative;
  margin: 0 0 45px;
  padding-bottom: 20px;
  text-align: center; }
  [class*="block-views-blockteam-block-"] h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 2px;
    margin-left: -35px;
    border-bottom: 2px solid #dfe3e6; }

.views-exposed-form .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .views-exposed-form .form-checkboxes .form-item {
    margin: 0 0 22px;
    width: 100%;
    max-width: 50%;
    padding-right: 10px; }

.views-exposed-form .form-checkbox {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }
  .views-exposed-form .form-checkbox:checked + .option::after {
    opacity: 1;
    transform: none; }

.views-exposed-form .option {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.4;
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 48px;
  transition: color 0.3s;
  cursor: pointer; }
  .views-exposed-form .option:hover {
    color: #0071C0; }
    .views-exposed-form .option:hover::before {
      box-shadow: 0 2px 8px rgba(0, 107, 182, 0.1); }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .views-exposed-form .option {
      font-size: 18px; } }
  @media (max-width: 575.98px) {
    .views-exposed-form .option {
      font-size: 18px; } }
  .views-exposed-form .option::before {
    content: "";
    position: absolute;
    top: 0;
    lefT: 0;
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #9CD6FF;
    border-radius: 6px;
    transition: box-shadow 0.3s; }
  .views-exposed-form .option::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background-image: url('../images/icon-check.svg');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transform: scale(1.4) translateY(-5px);
    transition: opacity 0.4s, transform 0.5s;
    z-index: 2; }

.event-page .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px; }
  .event-page .views-exposed-form .select2-container--default {
    width: auto !important; }
    .event-page .views-exposed-form .select2-container--default .select2-selection--single {
      display: flex;
      align-items: baseline;
      height: inherit;
      background-color: inherit;
      border: none;
      box-sizing: border-box;
      outline: none; }
      .event-page .views-exposed-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        line-height: 1.55;
        padding: 11px 45px 11px 25px;
        background-color: rgba(255, 255, 255, 0.15);
        border: none;
        border-radius: 40px; }
      .event-page .views-exposed-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 10px;
        transform: translateY(-59%); }
        .event-page .views-exposed-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
          border-color: #0096FF transparent transparent transparent;
          border-width: 7px 5px 0 5px; }
  .event-page .views-exposed-form .form-type-select {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0;
    padding: 0 24px; }
    .event-page .views-exposed-form .form-type-select label {
      padding-right: 15px; }
    @media (max-width: 991.98px) {
      .event-page .views-exposed-form .form-type-select:not(:first-child) {
        margin-top: 15px; } }
  .event-page .views-exposed-form .form-actions {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.paragraph--type--org {
  padding-top: 33px;
  padding-bottom: 37px;
  border-bottom: 1px solid #D9D9D9; }
  @media (max-width: 991.98px) {
    .paragraph--type--org {
      position: relative;
      padding-top: 130px;
      padding-left: 15px;
      padding-right: 15px; } }

.field--name-field-org-position {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 245px;
  padding-right: 15px; }
  @media (max-width: 991.98px) {
    .field--name-field-org-position {
      padding-lefT: 0; } }

.company-full {
  padding-bottom: 500px; }
  .company-full .img-adaptive {
    max-width: 300px;
    padding: 5px 15px 10px; }

.company-info {
  padding: 10px 15px 5px;
  text-align: left; }

.company-anons.contextual-region {
  position: static; }

.company-anons__wrapper {
  display: flex; }

.company-anons__block {
  flex-shrink: 0;
  max-width: 100%;
  padding: 0 15px; }
  @media (min-width: 992px) {
    .company-anons__block {
      width: calc(100% - 230px); } }
  @media (max-width: 991.98px) {
    .company-anons__block {
      padding: 0; } }

.company-anons__image {
  flex-shrink: 0;
  max-width: 230px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 991.98px) {
    .company-anons__image {
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%); } }

.company-anons .field--name-field-image {
  position: relative;
  top: -35px;
  display: flex;
  justify-content: center;
  width: 100%;
  box-shadow: none;
  border-radius: 0; }
  @media (max-width: 991.98px) {
    .company-anons .field--name-field-image {
      position: static; } }

.company-anons .field--name-body {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4; }
  .company-anons .field--name-body ul {
    padding-lefT: 0;
    list-style: none; }
  .company-anons .field--name-body li::before {
    content: "—";
    padding-right: 10px; }

.company-anons .field--name-field-link {
  position: relative;
  padding-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px; }
  @media (max-width: 575.98px) {
    .company-anons .field--name-field-link {
      font-size: 13px; } }
  .company-anons .field--name-field-link a {
    color: #929292; }
  .company-anons .field--name-field-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/icon-link.png');
    transform: translateY(-50%); }
  .company-anons .field--name-field-link:hover a {
    color: #0096FF; }

.company-anons .field--name-field-vk-group {
  position: relative;
  padding-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px; }
  @media (max-width: 575.98px) {
    .company-anons .field--name-field-vk-group {
      font-size: 13px; } }
  .company-anons .field--name-field-vk-group a {
    color: #929292; }
  .company-anons .field--name-field-vk-group::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/icon-vk-team.svg'); }
  .company-anons .field--name-field-vk-group:hover a {
    color: #0096FF; }

.company-teaser {
  padding-top: 33px;
  padding-bottom: 37px;
  border-bottom: 1px solid #D9D9D9; }
  .company-teaser__wrapper {
    display: flex; }
    @media (max-width: 767.98px) {
      .company-teaser__wrapper {
        flex-wrap: wrap; } }
  .company-teaser__image {
    flex-shrink: 0;
    max-width: 250px;
    width: 100%;
    padding-right: 25px; }
  .company-teaser .field--name-field-image {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 25px; }
    @media (max-width: 767.98px) {
      .company-teaser .field--name-field-image {
        margin-bottom: 30px; } }
  .company-teaser .field--name-field-vk-group {
    position: relative;
    padding-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px; }
    @media (max-width: 575.98px) {
      .company-teaser .field--name-field-vk-group {
        font-size: 13px; } }
    .company-teaser .field--name-field-vk-group a {
      color: #929292; }
    .company-teaser .field--name-field-vk-group::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: 26px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url('../images/icon-vk-team.svg'); }
    .company-teaser .field--name-field-vk-group:hover a {
      color: #0096FF; }
  .company-teaser .field--name-field-link {
    position: relative;
    padding-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .company-teaser .field--name-field-link {
        font-size: 13px; } }
    .company-teaser .field--name-field-link a {
      color: #929292; }
    .company-teaser .field--name-field-link::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url('../images/icon-link.png');
      transform: translateY(-50%); }
    .company-teaser .field--name-field-link:hover a {
      color: #0096FF; }
  .company-teaser .field--name-field-company-person .team-token {
    justify-content: flex-start;
    margin-bottom: 10px; }
    .company-teaser .field--name-field-company-person .team-token .team-token__name {
      transition: color 0.3s; }
    .company-teaser .field--name-field-company-person .team-token:hover .team-token__name {
      color: #6c6c6c; }
    .company-teaser .field--name-field-company-person .team-token:active .team-token__name {
      color: #b9b9b9; }
  .company-teaser .field--name-field-company-person .field--name-field-image {
    width: auto;
    padding-right: 0;
    border-radius: 4px; }

.company .view-content {
  margin-top: 40px;
  margin-bottom: 78px;
  padding: 38px 65px 55px 70px;
  background-color: #ffffff;
  border-radius: 14px; }
  @media (max-width: 991.98px) {
    .company .view-content {
      padding-right: 30px;
      padding-left: 30px; } }
  @media (max-width: 575.98px) {
    .company .view-content {
      padding-right: 15px;
      padding-left: 15px; } }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.text-formatted .align-right {
  margin: 0 0 10px 10px; }

a {
  color: #036592; }
  a:hover {
    color: #013147; }

.news-mini-teaser .views-row {
  border-bottom: 1px solid #d3d7d9;
  margin-bottom: 30px;
  padding-bottom: 15px; }
  .news-mini-teaser .views-row .box-news .node__links {
    display: flex;
    justify-content: flex-end; }

@media (max-width: 543px) {
  .news-box-full .field--name-field-gallery {
    text-align: center; } }

.news-box-index {
  border: 1px solid #dee1e4;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  position: relative; }
  .news-box-index .date-box {
    position: absolute;
    border-radius: 4px;
    top: 10px;
    z-index: 1;
    height: 50px;
    width: 50px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    text-transform: capitalize;
    padding: 10px 5px 5px;
    right: 10px;
    background: rgba(13, 29, 49, 0.5); }
  .news-box-index .news_info {
    padding: 15px 15px; }
    .news-box-index .news_info h2 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400; }
    .news-box-index .news_info hr {
      margin: 15px 0;
      background: #dee1e4;
      width: 70px;
      height: 2px;
      border: none; }
    .news-box-index .news_info .node__content a {
      display: inline-block;
      padding: 5px 15px;
      font-size: 13px;
      margin-top: 15px;
      margin-right: 10px;
      background: transparent;
      border: 1px solid #dee1e4;
      color: #000000;
      text-transform: uppercase;
      line-height: 24px;
      border-radius: 4px;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .news-box-index .news_info .node__content a:hover, .news-box-index .news_info .node__content a:focus {
        background: #0096ff;
        border-color: #0096ff;
        color: #ffffff; }

.news-btn .more-link a {
  background: #000000;
  border-radius: 4px;
  padding: 10px 35px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .news-btn .more-link a:hover, .news-btn .more-link a:focus {
    background: #0096ff;
    border-color: #0096ff;
    color: #ffffff; }

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/

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