@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic");
.synbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
  color: #ffffff;
  background-color: #2d77c2;
  border-color: #2d77c2;
}
.synbtn:hover {
  background-color: rgb(25.7949790795, 68.2133891213, 111.2050209205);
  border-color: rgb(25.7949790795, 68.2133891213, 111.2050209205);
}
.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;
}

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 .form-actions {
  padding: 15px 15px 0 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin: 30px -15px 0;
}

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

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

.synbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: opacity 0.4s, color 0.4s, background 0.4s;
  color: #ffffff;
  background-color: #2d77c2;
  border-color: #2d77c2;
}
.synbtn:hover {
  background-color: rgb(25.7949790795, 68.2133891213, 111.2050209205);
  border-color: rgb(25.7949790795, 68.2133891213, 111.2050209205);
}
.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;
}

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 .form-actions {
  padding: 15px 15px 0 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin: 30px -15px 0;
}

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

@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 */
.inverse {
  color: #ffffaa;
}

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

/* HEADERS */
h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}

h3, .contact-message-expsovet-form h2,
.contact-message-landing1-form h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
}

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

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

h1 {
  margin: 0.5em 0 1em;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-weight: 600;
  margin: 1em 0 0.7em;
}

/* ELEMENTS */
a {
  color: #27C6DC;
  transition: all 0.3s;
}
.main-menu a {
  color: #fff;
}
.main-menu a:hover {
  color: #eee;
}
a:hover {
  color: rgb(25.4482071713, 141.0557768924, 157.0517928287);
  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;
}

p {
  font-weight: 300;
  margin-bottom: 0.4em;
}
p:last-child {
  margin-bottom: 0;
}

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

.btn, .page-node-31 .form form .form-submit, .page-node-30 #main .form form .form-submit, [class*=btn] {
  border: 1px solid;
}
.btn.custom, .page-node-31 .form form .form-submit, .page-node-30 #main .form form .form-submit, .custom[class*=btn] {
  background: #2d77c2;
  border: 0;
  outline: 0;
  border-radius: 1.8em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.35em 1.3em;
}
.btn.custom:hover, .page-node-31 .form form .form-submit:hover, .page-node-30 #main .form form .form-submit:hover, .custom[class*=btn]:hover {
  background: rgb(35.3974895397, 93.6066945607, 152.6025104603);
}
.btn.custom.black, .page-node-31 .form form .black.form-submit, .page-node-30 #main .form form .black.form-submit, .custom.black[class*=btn] {
  color: #fff;
  background: #000;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.5em 1.2em;
  border-radius: 0.3em;
  text-transform: none;
}
.btn.custom.yellow, .page-node-31 .form form .yellow.form-submit, .page-node-30 #main .form form .yellow.form-submit, .custom.yellow[class*=btn] {
  color: #000;
  background: #ffea00;
  font-size: 1em;
  font-weight: 600;
  padding: 1.2em 4.2em;
  border-radius: 0;
  text-transform: none;
}

.tagline {
  font-weight: 300;
  font-size: 1.3em;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 575.98px) {
  figure.caption {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
figure.caption.align-left {
  margin-right: 1em;
}
figure.caption.align-right {
  margin-left: 1em;
}
figure.caption.align-center {
  margin: 1.5em 0;
}

.text-formatted img {
  margin-top: 0.5em;
}
@media (max-width: 575.98px) {
  .text-formatted img {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.text-formatted img.align-left {
  margin-right: 1em;
}
.text-formatted img.align-right {
  margin-left: 1em;
}
.text-formatted img.align-center {
  margin: 1.5em auto;
}

.btn, .page-node-31 .form form .form-submit, .page-node-30 #main .form form .form-submit, [class*=btn] {
  background: none;
  border: 0;
  border-radius: 10em;
  padding: 1em 3.5em;
  transition: 0.2s;
  font-weight: bold;
}
.btn-blue {
  color: #fff;
  background: #2d77c2;
}
.btn-blue:hover {
  background: #235e99;
}
.btn.form-submit, .page-node-31 .form form .form-submit, .page-node-30 #main .form form .form-submit, .form-submit[class*=btn] {
  background: #fff;
  color: #000;
  border: 1px solid;
}

span.blue2 {
  color: #2aaace;
}

.form-control {
  height: auto;
}

button.close {
  background: none;
  border: none;
  font-size: 2em;
}

.screen-slider,
.view-bquotes .view-content,
.view-slider .view-content {
  display: none;
}
.screen-slider.flickity-enabled,
.view-bquotes .view-content.flickity-enabled,
.view-slider .view-content.flickity-enabled {
  display: block;
}

.screen-slider {
  width: 94%;
  margin: 5% auto 23%;
  min-height: 305px;
}
@media (max-width: 1199.98px) {
  .screen-slider {
    width: 95%;
    margin: 5.4% auto 23%;
  }
}
@media (max-width: 991.98px) {
  .screen-slider {
    width: 93%;
    margin: 5% auto 23%;
  }
}
@media (max-width: 767.98px) {
  .screen-slider {
    width: 95%;
    margin: 5.4% auto 23%;
  }
}
@media (max-width: 575.98px) {
  .screen-slider {
    width: 86vw;
  }
}
.screen-slider .slide {
  width: 100%;
}
.screen-slider .slide img {
  object-fit: contain;
}
.screen-slider .flickity-page-dots {
  bottom: -55%;
}

footer#footer {
  background: #121212;
  color: #555;
  padding: 5em 0 2em;
}
@media (max-width: 991.98px) {
  footer#footer {
    padding: 3em 0 2em;
  }
}
@media (max-width: 575.98px) {
  footer#footer {
    padding: 2em 0;
  }
}
footer#footer a {
  color: #fff;
}
footer#footer a:hover {
  color: #fff;
}
footer#footer .color-text-main {
  color: #555 !important;
}
footer#footer .list {
  font-weight: 300;
}
@media (max-width: 575.98px) {
  footer#footer .list > div {
    text-align: center;
  }
}
footer#footer .list h3, footer#footer .list .contact-message-expsovet-form h2, .contact-message-expsovet-form footer#footer .list h2,
footer#footer .list .contact-message-landing1-form h2,
.contact-message-landing1-form footer#footer .list h2 {
  font-size: 1.1rem;
}
footer#footer .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#footer .list ul li {
  font-size: 0.9em;
  line-height: 2.2;
}
footer#footer .col-form {
  max-width: 300px;
  margin: 0 auto;
}
footer#footer .contact-message-subscribe-form form {
  display: flex;
  align-items: center;
}
footer#footer .contact-message-subscribe-form form label {
  display: none;
}
footer#footer .contact-message-subscribe-form form .form-actions,
footer#footer .contact-message-subscribe-form form .form-item {
  margin: 0;
  height: 40px;
  height: 100%;
}
footer#footer .contact-message-subscribe-form form .form-actions {
  margin-right: 0;
}
footer#footer .contact-message-subscribe-form form .form-control {
  margin-top: 0;
  height: 40px;
}
footer#footer .contact-message-subscribe-form form .form-submit {
  width: 50px;
  font-size: 0;
  height: 40px;
  margin-left: -5px;
  border: 0;
  margin-right: 0;
  background: #27C6DC url(../images/tg.svg) center no-repeat;
}

.block-menu.menu--en,
.block-menu.menu--main {
  position: static;
}

.main-menu > .menu-item > a {
  height: 80px;
  line-height: 80px;
  padding: 0 0.8em;
}
@media (max-width: 991.98px) {
  .main-menu > .menu-item > a {
    height: 40px;
    line-height: 40px;
  }
}
.main-menu .classic-menu-dropdown > span {
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  line-height: 20px;
}
.main-menu .classic-menu-dropdown > span i {
  line-height: 1.2;
  color: #fff;
}
.main-menu .classic-menu-dropdown > a {
  position: relative;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 991.98px) {
  .main-menu .classic-menu-dropdown > a {
    height: 40px;
    line-height: 40px;
  }
}
.main-menu .classic-menu-dropdown > a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: rgba(255, 255, 255, 0.9333333333);
  transform: rotate(45deg);
  bottom: -15px;
  opacity: 0;
  transition: 0.2s;
  left: calc(50% - 24px);
}
@media (max-width: 991.98px) {
  .main-menu .classic-menu-dropdown > a::before {
    display: none;
  }
}
.main-menu .classic-menu-dropdown:hover > a::before {
  opacity: 1;
}
.main-menu .classic-menu-dropdown:hover .wide {
  pointer-events: all;
  top: 80px;
  opacity: 1;
}
@media (min-width: 992px) {
  .main-menu .classic-menu-dropdown > ul.menu {
    display: none;
  }
}
.menu-small .main-menu {
  display: block;
  text-align: center;
}
.menu-small .main-menu li {
  padding: 0.5rem 0;
}
.menu-small .main-menu li.classic-menu-dropdown {
  position: relative;
}
.menu-small .main-menu li.classic-menu-dropdown > a {
  float: none;
}
.menu-small .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0 0 2em;
}
.menu-small .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
.menu-small .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
.menu-small .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}
.main-menu .wide {
  display: flex;
  background: rgba(245, 250, 251, 0.9764705882);
  position: absolute;
  left: 0;
  top: -300px;
  width: 100%;
  padding: 1.3em 5%;
  z-index: 99;
  transition: opacity 0.2s, top 0s;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 2px 16px -3px #ccc;
}
@media (max-width: 991.98px) {
  .main-menu .wide {
    display: none;
  }
}
.main-menu .wide h4 {
  text-align: right;
  margin-top: 0.4em;
}
@media (min-width: 1300px) {
  .main-menu .wide h4 {
    flex-grow: 1;
  }
}
.main-menu .wide h4 span {
  text-align: left;
  display: inline-block;
  font-weight: 300;
  background: #2d77c2;
  color: #fff;
  padding: 0.2em 0.4em;
}
.main-menu .wide > span {
  font-size: 1.9rem;
  margin: 0.6em 1em 0;
  line-height: 1.5;
}
.main-menu .wide-menu {
  margin-left: auto;
  flex-grow: 1;
}
@media (min-width: 1500px) {
  .main-menu .wide-menu {
    min-width: 50%;
  }
}
.main-menu .wide-menu > span {
  font-size: 1.3em;
  font-weight: 300;
}
.main-menu .wide-menu hr {
  margin: 0.5em 0;
  border-color: #333;
}
.main-menu .wide-menu ul {
  margin: 0;
  max-height: 8em;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.main-menu .wide-menu ul li {
  padding: 0;
  display: block !important;
}
.main-menu .wide-menu ul li a {
  color: #0554a4;
  padding: 0.1em 0;
}
.main-menu .wide-menu ul li a:hover {
  color: #3bc4d2;
}
.main-menu .wide-menu ul li a::before {
  content: "— ";
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 0.3rem;
  border: 2px solid rgb(35.3974895397, 93.6066945607, 152.6025104603);
  margin: 0.3rem 0 0.3rem 0.6rem;
  background: #2d77c2;
  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: #ffffaa;
  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#header {
  background: #222;
  color: #000000;
  position: relative;
}
header#header #block-adaptive-tabs {
  position: absolute;
  font-size: 0.7em;
  right: 0;
  top: 2px;
  z-index: 10;
  opacity: 0.3;
}
header#header #block-adaptive-tabs:hover {
  opacity: 0.7;
}
header#header #block-adaptive-tabs ul.tabs.primary {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header#header nav .nav {
    float: right;
  }
}
header#header nav .nav.nav-inline li {
  display: inline-block;
}
@media (max-width: 991.98px) {
  header#header nav .nav.nav-inline li {
    display: block;
  }
}
header#header nav .nav.main-menu > .menu-item > a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
header#header nav li {
  padding: 0 0.4em;
}
header#header nav li.active > a {
  color: #27C6DC;
}
header#header #header-full .logo {
  display: flex;
  height: 80px;
  align-items: center;
}
header#header #header-full .logo img {
  height: 50px;
  margin-left: 25px;
}
header#header #header-full .phone {
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  height: 100%;
}
header#header #header-full .phone b {
  margin: 0 0.3em;
}
header#header #header-full .phone .btn-outline-primary {
  color: #2d77c2;
  border-color: #2d77c2;
}
header#header #header-full .phone .btn-outline-primary:hover {
  color: rgb(35.3974895397, 93.6066945607, 152.6025104603);
  background-color: #2d77c2;
  border-color: #2d77c2;
}
.btn-check:focus + header#header #header-full .phone .btn-outline-primary, header#header #header-full .phone .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 119, 194, 0.5);
}
.btn-check:checked + header#header #header-full .phone .btn-outline-primary, .btn-check:active + header#header #header-full .phone .btn-outline-primary, header#header #header-full .phone .btn-outline-primary:active, header#header #header-full .phone .btn-outline-primary.active, header#header #header-full .phone .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #2d77c2;
  border-color: #2d77c2;
}
.btn-check:checked + header#header #header-full .phone .btn-outline-primary:focus, .btn-check:active + header#header #header-full .phone .btn-outline-primary:focus, header#header #header-full .phone .btn-outline-primary:active:focus, header#header #header-full .phone .btn-outline-primary.active:focus, header#header #header-full .phone .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 119, 194, 0.5);
}
header#header #header-full .phone .btn-outline-primary:disabled, header#header #header-full .phone .btn-outline-primary.disabled {
  color: #2d77c2;
  background-color: transparent;
}
header#header #header-full .menu-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: static;
}
header#header #header-small {
  text-align: center;
  padding: 0.5em 0 1em;
}
header#header #header-small img {
  height: 2.4rem;
}
header#header #header-info {
  border-bottom: 1px solid #aaa;
}

.language-switcher-language-url ul.links {
  margin-bottom: 0;
}
.language-switcher-language-url li {
  list-style: none;
}
.language-switcher-language-url li a {
  color: #6f6f6f;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.lang-wrapper {
  display: flex;
  align-items: center;
}
#header-small .lang-wrapper {
  position: absolute;
  left: calc(50% + 100px);
  top: 20px;
  z-index: 10;
}
.lang-wrapper .lang-switcher {
  width: 64px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-right: 15px;
  background: url(../images/menu-arrow.svg) 44px 15px no-repeat;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.lang-wrapper .lang-switcher::before {
  content: "Ru";
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  left: 10px;
  position: absolute;
  top: 3px;
}
.lang-wrapper .lang-switcher.en::before {
  content: "En";
}
.lang-wrapper .lang-switcher .block-language ul.links {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 0.2em 0;
  border-radius: 4px;
  border: 1px solid #777;
  display: none;
  top: 38px;
  z-index: 5;
}
.lang-wrapper .lang-switcher .block-language ul.links a {
  color: #4a4a4a;
  text-decoration: none;
  font-weight: 500;
  width: 94px;
  text-align: center;
  padding: 5px 0;
  display: inline-block;
}
.lang-wrapper .lang-switcher .block-language ul.links a:hover {
  background-color: #eeeeee;
}
.lang-wrapper .lang-switcher.menu-open .block-language ul.links {
  display: block;
}

html {
  position: relative;
  min-height: 100%;
}

#main {
  position: relative;
  margin-top: 2em;
}

.kint-popup-trigger {
  position: relative;
  z-index: 99;
}

.page-node-view.node--type-article .page-wrapper, .page-node-view.node--type-news .page-wrapper {
  background: #f2f2f2;
}
.page-node-view.node--type-article .page-wrapper article, .page-node-view.node--type-news .page-wrapper article {
  background: #fff;
}
.page-node-view.node--type-article .page-wrapper article h1, .page-node-view.node--type-news .page-wrapper article h1 {
  margin: 0.5em 0 0.4em;
}
.page-node-view.node--type-article .page-wrapper #sidebar .block, .page-node-view.node--type-news .page-wrapper #sidebar .block {
  background: #fff;
  margin-bottom: 2em;
  padding: 1.1em 1.5em;
}
.page-node-view.node--type-article .page-wrapper #sidebar .block h2, .page-node-view.node--type-news .page-wrapper #sidebar .block h2 {
  font-size: 1.7rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1em;
  margin-top: 0;
}
.page-node-view.node--type-article .page-wrapper #sidebar .block h2::before, .page-node-view.node--type-news .page-wrapper #sidebar .block h2::before {
  position: absolute;
  background: #27C6DC;
  content: "";
  display: block;
  left: 0;
  bottom: -7px;
  height: 3px;
  width: 70px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container.small-container {
    max-width: 1050px;
  }
}

.container.big-paddings,
.container-fluid.big-paddings {
  padding: 0 30px;
}
@media (min-width: 576px) {
  .container.big-paddings .row,
  .container-fluid.big-paddings .row {
    margin: 0 -30px;
  }
  .container.big-paddings .row [class^=col-],
  .container-fluid.big-paddings .row [class^=col-] {
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  body[class^=toolbar] {
    padding-top: 0 !important;
    margin-left: 0 !important;
  }
  body[class^=toolbar] #toolbar-administration {
    display: none;
  }
}
.contextual a {
  color: #000 !important;
}

.ajax-progress {
  display: none;
}

.contact-message-expsovet-form label,
.contact-message-landing1-form label {
  display: none;
}

#contact_ajax_contact_message_landing1_form .messages--error {
  display: none;
}

.node-form[data-drupal-form-fields*=edit-field-sheduled-value] {
  display: flex;
  flex-flow: column;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .form-item {
  margin: 0.5em 0;
  order: 10;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .scheduler-form {
  order: 30;
  border: 0;
  margin-top: 0;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .scheduler-form .description,
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .scheduler-form h4,
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .scheduler-form summary {
  display: none;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .scheduler-form .details-wrapper {
  padding: 0;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .field--name-field-sheduled-datetime {
  order: 25;
  display: none;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .field--name-field-sheduled {
  order: 20;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .entity-content-form-footer {
  order: 40;
}
.node-form[data-drupal-form-fields*=edit-field-sheduled-value] .form-actions {
  order: 50;
}

.front #header {
  position: absolute;
  z-index: 5;
  width: 100%;
  background: rgba(34, 34, 34, 0.8);
}
.front #sys {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 5;
}
.front .view-slider .view-content .views-row {
  width: 100%;
}
.front .view-slider .flickity-page-dots {
  bottom: 30px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.front #conf {
  position: absolute;
  display: block;
  z-index: 4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../images/bg-conf.jpg") center center/cover;
  animation: 20s ease 0s normal forwards 1 fadein;
  animation-iteration-count: infinite;
}
@media (max-width: 991.98px) {
  .front #conf {
    background: url(../images/bg-conf-mobile.jpg) center center/contain;
    background-size: 100% auto;
  }
}
.front #front-head {
  height: 100vh;
  background: url("../images/bg-front-head.jpg") center no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
}
@media (max-width: 991.98px) {
  .front #front-head {
    padding-top: 286px;
  }
}
.front #front-head::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.front #front-head .content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .front #front-head .content {
    margin-bottom: 60px;
  }
}
.front #front-head .content h3, .front #front-head .content .contact-message-expsovet-form h2, .contact-message-expsovet-form .front #front-head .content h2,
.front #front-head .content .contact-message-landing1-form h2,
.contact-message-landing1-form .front #front-head .content h2 {
  margin-bottom: 100px;
  font-size: 3.25rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .front #front-head .content h3, .front #front-head .content .contact-message-expsovet-form h2, .contact-message-expsovet-form .front #front-head .content h2,
  .front #front-head .content .contact-message-landing1-form h2,
  .contact-message-landing1-form .front #front-head .content h2 {
    font-size: 2rem;
  }
}
.front #front-head .content h3::after, .front #front-head .content .contact-message-expsovet-form h2::after, .contact-message-expsovet-form .front #front-head .content h2::after,
.front #front-head .content .contact-message-landing1-form h2::after,
.contact-message-landing1-form .front #front-head .content h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  border-bottom: 1px solid #fff;
  z-index: 3;
  left: calc(50% - 100px);
  bottom: -50px;
}
.front #front-head .content span {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .front #front-head .content span {
    font-size: 1.2rem;
  }
}
.front .view-bquotes {
  padding: 2em 0;
}
.front .view-bquotes .view-content .views-row {
  width: 100%;
}
.front #sila {
  background: url("../images/bg-sila.png") center;
  background-size: cover;
  background-color: rgba(150, 129, 52, 0.6117647059);
  background-blend-mode: multiply;
  color: #fff;
  padding: 8em 0 7em;
}
@media (max-width: 575.98px) {
  .front #sila {
    padding: 3em 0 2em;
  }
}
.front #sila p {
  font-weight: 300;
  line-height: 1.4;
}
.front #sila h2 {
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-size: 2.4rem;
  position: relative;
  margin-top: 0;
}
.front #sila h2 span {
  color: #27C6DC;
}
.front #sila h2::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  display: block;
  width: 206px;
  height: 3px;
  background: #27C6DC;
}
.front #sila ul {
  list-style: none;
  padding: 0;
  margin: 2em 0;
}
.front #sila ul li {
  padding-left: 34px;
  background: url("../images/icons-solutions/icon1.svg") left center no-repeat;
  background-size: 22px;
  line-height: 30px;
}
.front #sila ul li:nth-child(1) {
  background-image: url("../images/icons-solutions/icon1.svg");
}
.front #sila ul li:nth-child(2) {
  background-image: url("../images/icons-solutions/icon2.svg");
}
.front #sila ul li:nth-child(3) {
  background-image: url("../images/icons-solutions/icon3.svg");
}
.front #sila ul li:nth-child(4) {
  background-image: url("../images/icons-solutions/icon4.svg");
}
.front #sila ul li:nth-child(5) {
  background-image: url("../images/icons-solutions/icon5.svg");
}
.front #sila ul li:nth-child(6) {
  background-image: url("../images/icons-solutions/icon6.svg");
}
.front #sila ul li:nth-child(7) {
  background-image: url("../images/icons-solutions/icon7.svg");
}
@media (min-width: 768px) {
  .front #sila .content {
    padding-right: 3rem;
  }
}
@media (max-width: 767.98px) {
  .front #sila .content {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .front #sila .steps {
    padding-left: 60px;
  }
}
.front #sila .steps .step {
  padding-left: 70px;
  position: relative;
}
.front #sila .steps .step:not(:last-child) {
  border-left: 1px solid #27C6DC;
  padding-bottom: 50px;
}
.front #sila .steps .step h3, .front #sila .steps .step .contact-message-expsovet-form h2, .contact-message-expsovet-form .front #sila .steps .step h2,
.front #sila .steps .step .contact-message-landing1-form h2,
.contact-message-landing1-form .front #sila .steps .step h2 {
  font-size: 2rem;
  font-weight: 500;
}
.front #sila .steps .step:nth-child(1)::before {
  background: #27C6DC url("../images/icons-front/product.png") center/40px no-repeat;
}
.front #sila .steps .step:nth-child(2)::before {
  background: #27C6DC url("../images/icons-front/analytics.png") center/40px no-repeat;
}
.front #sila .steps .step:nth-child(3)::before {
  background: #27C6DC url("../images/icons-front/graphic.png") center/40px no-repeat;
}
.front #sila .steps .step::before {
  content: "";
  position: absolute;
  display: block;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 4px solid #332aa5;
  left: -40px;
  top: -20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}
.front #sila .steps .step::after {
  content: "";
  position: absolute;
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 84px;
  border: 2px solid #27C6DC;
  left: -42px;
  top: -22px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .front #sila .steps .step {
    padding-left: 0;
    border-left: 0 !important;
  }
  .front #sila .steps .step::after, .front #sila .steps .step::before {
    display: none;
  }
}
.front #video {
  padding: 5em 0 2em;
  background: url("../images/bg-video.jpg") right bottom;
  background-size: cover;
  font-size: 1.2em;
}
@media (max-width: 575.98px) {
  .front #video {
    padding: 2em 0;
  }
}
.front #video p {
  font-weight: 400;
}
.front #video h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-size: 2.3rem;
  position: relative;
  margin-top: 0;
}
.front #video h2 span {
  color: #27C6DC;
}
.front #video h2::after {
  position: absolute;
  content: "";
  bottom: -2rem;
  display: block;
  width: 100px;
  height: 3px;
  background: #27C6DC;
}
.front #video ul {
  list-style: none;
  padding-left: 0.2em;
}
.front #video ul span {
  font-size: 1.1em;
  font-weight: 600;
}
.front #video .video {
  height: 400px;
  position: relative;
}
.front #video .video a {
  width: 560px;
  height: 450px;
  background: url("../images/bg-video-play.png") center no-repeat;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .front #video .video a {
    width: 450px;
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .front #video .video a {
    right: 0;
    left: 0;
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .front #video .video a {
    width: calc(100% - 30px);
  }
}
.front #video .video::before {
  z-index: 2;
  content: "";
  width: 560px;
  height: 450px;
  background: url("../images/icon-yt.svg") center 42% no-repeat;
  background-size: 100px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
  pointer-events: none;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .front #video .video::before {
    width: 450px;
  }
}
@media (max-width: 991.98px) {
  .front #video .video::before {
    right: 0;
    left: 0;
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .front #video .video::before {
    width: calc(100% - 30px);
  }
}
.front #video .video:hover::before {
  background-size: 110px;
}
.front #video .video--no-link a {
  pointer-events: none;
}
.front #video .video--no-link::before {
  display: none;
}
.front #experts {
  background-size: 100%;
  padding: 2em 0;
  color: #fff;
  display: flex;
  align-items: center;
  background: #427dff url(../images/bg-exp1.png) 11% center no-repeat;
  position: relative;
  background-size: 30%;
  min-height: 400px;
}
.front #experts::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 170px;
  height: 167px;
  background: url(../images/bg-exp2.png) right bottom;
  right: 0;
  bottom: 0;
  display: block;
  background-size: 70%;
  background-repeat: no-repeat;
}
@media (max-width: 920px) {
  .front #experts::before {
    display: none;
  }
}
.front #experts a.tel {
  color: #427dff;
  background-color: #fff;
  display: inline-block;
  padding: 0.3em 1em;
  border-radius: 2em;
  font-size: 1.9em;
  margin: 1em 0;
  transition: 0.2s;
  text-decoration: none;
}
.front #experts a.tel:hover {
  background-color: #eee;
}
@media (max-width: 1380px) {
  .front #experts {
    background-position-x: 0;
    background-size: 515px;
  }
}
@media (max-width: 1150px) {
  .front #experts {
    background-size: 43vw;
  }
}
@media (max-width: 991.98px) {
  .front #experts {
    background-position-x: 90px;
  }
}
@media (max-width: 767.98px) {
  .front #experts {
    min-height: 300px;
    padding-top: 68vw;
    padding-bottom: 20px;
    background-position: 50% 10%;
    background-size: 77%;
  }
}
.front #experts .text {
  margin-left: auto;
}
@media (min-width: 1200px) {
  .front #experts .text {
    margin-right: 5em;
  }
}
.front #experts .text p {
  font-size: 1.2em;
}
.front #experts h3, .front #experts .contact-message-expsovet-form h2, .contact-message-expsovet-form .front #experts h2,
.front #experts .contact-message-landing1-form h2,
.contact-message-landing1-form .front #experts h2 {
  margin: 0;
}
.front #experts a.btn, .front #experts .page-node-31 .form form a.form-submit, .page-node-31 .form form .front #experts a.form-submit, .front #experts .page-node-30 #main .form form a.form-submit, .page-node-30 #main .form form .front #experts a.form-submit, .front #experts a[class*=btn],
.front #experts button {
  font-size: 1.5em;
  border: 1px solid #fff;
  background: none;
}
.front #experts a.btn:hover, .front #experts .page-node-31 .form form a.form-submit:hover, .page-node-31 .form form .front #experts a.form-submit:hover, .front #experts .page-node-30 #main .form form a.form-submit:hover, .page-node-30 #main .form form .front #experts a.form-submit:hover, .front #experts a[class*=btn]:hover,
.front #experts button:hover {
  background: #395e88;
}
.front #content h3, .front #content .contact-message-expsovet-form h2, .contact-message-expsovet-form .front #content h2,
.front #content .contact-message-landing1-form h2,
.contact-message-landing1-form .front #content h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.front #content .links {
  text-align: center;
  margin: 1em 0 4em;
}
.front #solution {
  background: url("../images/bg-solution.jpg");
  background-size: cover;
  background-color: #40658b;
  background-blend-mode: multiply;
  padding: 6rem 0;
  text-align: center;
  color: #fff;
}
.front #solution h2 {
  max-width: 570px;
  margin: 0 auto 1.2rem;
}
.front #solution .item {
  max-width: 360px;
  margin: 2em auto;
}
.front #solution .item img {
  border-radius: 200px;
  width: 100px;
}
.front #solution .item h3, .front #solution .item .contact-message-expsovet-form h2, .contact-message-expsovet-form .front #solution .item h2,
.front #solution .item .contact-message-landing1-form h2,
.contact-message-landing1-form .front #solution .item h2 {
  margin-top: 0.5em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .front #front-head {
    background: #40658b;
    background-blend-mode: normal;
  }
  .front #solution {
    background: #40658b;
    background-blend-mode: normal;
  }
}
@supports (-ms-ime-align: auto) {
  /* Microsoft Edge Browser 12-18 (All versions before Chromium) */
  .front #front-head {
    background: #40658b;
    background-blend-mode: normal;
  }
  .front #solution {
    background: #40658b;
    background-blend-mode: normal;
  }
}
article.node--type-slide.node--view-mode-teaser {
  height: calc(100vh - 56px);
  background: #dc7;
}
.toolbar-tray-open.toolbar-horizontal article.node--type-slide.node--view-mode-teaser {
  height: calc(100vh - 56px - 79px);
}

article.node--type-news {
  background: #fff;
}
article.node--type-news.node--view-mode-teaser {
  max-width: 372px;
  margin: 0 auto;
}
article.node--type-news.node--view-mode-teaser h3 a, article.node--type-news.node--view-mode-teaser .contact-message-expsovet-form h2 a, .contact-message-expsovet-form article.node--type-news.node--view-mode-teaser h2 a,
article.node--type-news.node--view-mode-teaser .contact-message-landing1-form h2 a,
.contact-message-landing1-form article.node--type-news.node--view-mode-teaser h2 a {
  color: #000;
}
article.node--type-news.node--view-mode-teaser .field-image {
  border: 1px solid #ccc;
}
article.node--type-news.node--view-mode-teaser .type-date {
  margin: 1rem 0 0.8rem;
  color: #777777;
  font-size: 0.8em;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
article.node--type-news.node--view-mode-teaser a.read-more {
  display: inline-block;
  font-size: 0.9em;
}
article.node--type-news.node--view-mode-token {
  margin-bottom: 1em;
}
article.node--type-news.node--view-mode-token a.title {
  color: #27C6DC;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  margin-top: -0.2em;
}
article.node--type-news.node--view-mode-token a.title:hover {
  color: #0099e6;
}
article.node--type-news.node--view-mode-token .date {
  font-size: 0.8em;
  opacity: 0.7;
}

article.node--type-case {
  background: #fff;
}
article.node--type-case.node--view-mode-full .title {
  min-height: 430px;
  background-position-x: 100%;
  background-repeat: no-repeat;
  padding: 3em 50% 3em 3em;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  article.node--type-case.node--view-mode-full .title {
    padding-right: 20%;
    min-height: 300px;
    background-position-y: 50%;
    background-position-x: -30%;
  }
}
@media (max-width: 767.98px) {
  article.node--type-case.node--view-mode-full .title {
    min-height: 0;
    padding: 1.5em 20% 1.5em 1.5em;
    background-position-x: -10%;
  }
}
article.node--type-case.node--view-mode-full > .content {
  padding: 0 1.5em 1.5em;
}
article.node--type-case.node--view-mode-teaser {
  max-width: 372px;
  margin: 0 auto;
}
article.node--type-case.node--view-mode-teaser h3 a, article.node--type-case.node--view-mode-teaser .contact-message-expsovet-form h2 a, .contact-message-expsovet-form article.node--type-case.node--view-mode-teaser h2 a,
article.node--type-case.node--view-mode-teaser .contact-message-landing1-form h2 a,
.contact-message-landing1-form article.node--type-case.node--view-mode-teaser h2 a {
  color: #000;
}
article.node--type-case.node--view-mode-teaser .field--type-image {
  margin-bottom: 1rem;
}
article.node--type-case.node--view-mode-teaser .type-date {
  margin: 1rem 0 0.8rem;
  color: #777777;
  font-size: 0.8em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
article.node--type-case.node--view-mode-teaser a.read-more {
  display: inline-block;
  font-size: 0.9em;
}
article.node--type-case.node--view-mode-token {
  margin-bottom: 1em;
}
article.node--type-case.node--view-mode-token a.title {
  color: #27C6DC;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  margin-top: -0.2em;
}
article.node--type-case.node--view-mode-token a.title:hover {
  color: #0099e6;
}
article.node--type-case.node--view-mode-token .date {
  font-size: 0.8em;
  opacity: 0.7;
}

article.node--type-article {
  background: #fff;
}
article.node--type-article.node--view-mode-full .title {
  min-height: 430px;
  background-position-x: 100%;
  background-repeat: no-repeat;
  padding: 3em 50% 3em 3em;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  article.node--type-article.node--view-mode-full .title {
    padding-right: 20%;
    min-height: 300px;
    background-position-y: 50%;
    background-position-x: -30%;
  }
}
@media (max-width: 767.98px) {
  article.node--type-article.node--view-mode-full .title {
    min-height: 0;
    padding: 1.5em 20% 1.5em 1.5em;
    background-position-x: -10%;
  }
}
article.node--type-article.node--view-mode-full > .content {
  padding: 0 1.5em 1.5em;
}
article.node--type-article.node--view-mode-teaser {
  max-width: 372px;
  margin: 0 auto;
}
article.node--type-article.node--view-mode-teaser h3 a, article.node--type-article.node--view-mode-teaser .contact-message-expsovet-form h2 a, .contact-message-expsovet-form article.node--type-article.node--view-mode-teaser h2 a,
article.node--type-article.node--view-mode-teaser .contact-message-landing1-form h2 a,
.contact-message-landing1-form article.node--type-article.node--view-mode-teaser h2 a {
  color: #000;
}
article.node--type-article.node--view-mode-teaser .field--type-image {
  margin-bottom: 1rem;
}
article.node--type-article.node--view-mode-teaser .type-date {
  margin: 1rem 0 0.8rem;
  color: #777777;
  font-size: 0.8em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
article.node--type-article.node--view-mode-teaser a.read-more {
  display: inline-block;
  font-size: 0.9em;
}
article.node--type-article.node--view-mode-token {
  margin-bottom: 1em;
}
article.node--type-article.node--view-mode-token a.title {
  color: #27C6DC;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  margin-top: -0.2em;
}
article.node--type-article.node--view-mode-token a.title:hover {
  color: #0099e6;
}
article.node--type-article.node--view-mode-token .date {
  font-size: 0.8em;
  opacity: 0.7;
}

.path-certs h1 {
  margin: 0.3em 0;
}
.path-certs .page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
.path-certs .page-wrapper footer {
  margin-top: auto;
}
.path-certs .page-wrapper #main {
  font-size: 1.3em;
}
.path-certs .page-wrapper #main .cert {
  border: 3px solid #316d31;
  display: inline-block;
  padding: 1.5em;
  border-radius: 0.5em;
  max-width: 490px;
}
.path-certs .page-wrapper #main .cert span {
  margin: 0.8em auto 0;
  text-align: center;
  display: block;
  color: #316d31;
}
.path-certs .page-wrapper #main .cert .company {
  font-size: 0.8em;
  opacity: 0.8;
}
.path-certs .page-wrapper #main .cert.expired {
  border: 3px solid #ab1010;
}
.path-certs .page-wrapper #main .cert.expired span {
  color: #ab1010;
}
.path-certs.toolbar-horizontal .page-wrapper {
  min-height: calc(100vh - 80px);
}

body.node--type-solution #main {
  margin-top: 0;
}

article.node--type-solution {
  background: #fff;
}
article.node--type-solution.node--view-mode-full .title {
  height: 300px;
  position: relative;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 767.98px) {
  article.node--type-solution.node--view-mode-full .title {
    height: auto;
    padding: 50px 15px;
  }
}
article.node--type-solution.node--view-mode-full .title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6666666667);
  z-index: 1;
  content: "";
}
article.node--type-solution.node--view-mode-full .title h1 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767.98px) {
  article.node--type-solution.node--view-mode-full .title h1 {
    font-size: 2rem;
  }
}
article.node--type-solution.node--view-mode-teaser {
  max-width: 570px;
  margin: 0 auto 30px;
  padding-right: 1em;
}
article.node--type-solution.node--view-mode-teaser h4 {
  margin: 1em 0 0.3em;
  font-weight: 600;
}
article.node--type-solution.node--view-mode-teaser .field--name-field-description {
  font-size: 1.1em;
  font-weight: 300;
  margin-bottom: 1rem;
}
article.node--type-solution.node--view-mode-teaser a.read-more {
  display: inline-block;
  font-weight: 500;
  color: #ff8562;
  padding-bottom: 0.8em;
}
article.node--type-solution.node--view-mode-teaser a.read-more:hover {
  color: rgb(255, 93.3694267516, 47);
}
article.node--type-solution h2 {
  margin: 0 auto 1em;
  text-align: center;
}
@media (max-width: 991.98px) {
  article.node--type-solution h2 {
    margin: 0 auto 1.2em;
    font-size: 2rem;
  }
}
article.node--type-solution .tagline {
  padding: 0 15px;
}

.circles4 {
  padding: 5em 0 1em;
}
.circles4.blue {
  background: #b6e5f5;
  padding: 5em 0 4em;
}
@media (max-width: 767.98px) {
  .circles4.blue {
    padding: 3em 0 2em;
  }
}
.circles4.blue .content {
  padding: 0;
}
.page-node-24 .circles4 {
  margin-top: 2em;
}
.circles4 .content {
  text-align: center;
  padding: 5em 0;
}
@media (max-width: 991.98px) {
  .circles4 .content {
    padding: 2em 0;
  }
}
@media (max-width: 991.98px) {
  .circles4 .content .item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.circles4 .content .item:not(:last-child) .image::after {
  content: "••••••••••••••••••••";
  position: absolute;
  width: 130px;
  left: 120%;
  top: 50%;
  height: 10px;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 12px;
  line-height: 10px;
}
@media (max-width: 1199.98px) {
  .circles4 .content .item:not(:last-child) .image::after {
    width: 130px;
    left: 110%;
  }
}
@media (max-width: 991.98px) {
  .circles4 .content .item:not(:last-child) .image::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .circles4 .content .item:not(:first-child) .image::before {
    content: "••••••••••••••••••••";
    position: absolute;
    width: 70px;
    left: 19%;
    top: -50%;
    height: 10px;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 12px;
    line-height: 10px;
    transform: rotate(90deg);
  }
}
.circles4 .content .item .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
  height: 100%;
}
.circles4 .content .item .image {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  position: relative;
}
.circles4 .content .item .image img {
  border-radius: 155px;
  object-fit: cover;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
}
.circles4 .content .item h4 {
  margin: 1em 0 0.5em;
  font-size: 1.2rem;
  font-weight: 700;
}
.circles4 .content .item p {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.circles8 {
  padding: 5em 0;
}
@media (max-width: 767.98px) {
  .circles8 {
    padding: 3em 0;
  }
}
.circles8 .tagline {
  font-size: 1.6em;
}
.circles8 .content {
  text-align: center;
  margin-top: 3em;
}
.circles8 .content .item {
  margin-bottom: 2em;
}
.circles8 .content .item .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
  height: 100%;
}
.circles8 .content .item .image {
  margin: 0 auto;
  width: 160px;
}
.circles8 .content .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.circles8 .content .item h4 {
  margin: 1em 0 0.7em;
  font-size: 1.3rem;
  font-weight: 700;
}
.circles8 .content .item p {
  line-height: 1.5;
}
.page-node-23 .circles8 {
  padding: 7em 0;
  background: #f2f5fa;
}
.page-node-23 .circles8 img {
  width: 150px !important;
  height: 150px !important;
}

.flipflop {
  padding: 3em 0;
}
.flipflop.blue {
  background: #46afeb;
  padding: 3em 0;
}
.page-node-26 .flipflop img {
  margin: 1em;
}
.flipflop .row:not(:last-child) > div {
  margin-bottom: 7em;
}
.flipflop .row > div:not(.image-side) {
  display: flex;
  place-content: center;
  flex-flow: column;
}
@media (max-width: 991.98px) {
  .flipflop .row > div:not(.image-side) {
    margin-bottom: 2em;
  }
  .flipflop .row > div:not(.image-side):last-child {
    margin-bottom: 4em;
  }
}
.flipflop .row > div:not(.image-side) h3, .flipflop .row > div:not(.image-side) .contact-message-expsovet-form h2, .contact-message-expsovet-form .flipflop .row > div:not(.image-side) h2,
.flipflop .row > div:not(.image-side) .contact-message-landing1-form h2,
.contact-message-landing1-form .flipflop .row > div:not(.image-side) h2 {
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  .flipflop .row > div:not(.image-side) h3, .flipflop .row > div:not(.image-side) .contact-message-expsovet-form h2, .contact-message-expsovet-form .flipflop .row > div:not(.image-side) h2,
  .flipflop .row > div:not(.image-side) .contact-message-landing1-form h2,
  .contact-message-landing1-form .flipflop .row > div:not(.image-side) h2 {
    font-size: 2rem;
  }
}
.flipflop .row > div:not(.image-side) li,
.flipflop .row > div:not(.image-side) p {
  font-size: 1.2rem;
}
.flipflop .row > div:not(.image-side) li {
  margin-bottom: 0.1em;
}

.checklist {
  padding: 6em 0;
}
@media (max-width: 575.98px) {
  .checklist {
    padding: 3em 0 1em;
  }
}
.page-node-22 .checklist {
  background: #f7f7f7;
}
.checklist h2 {
  text-align: center;
}
.checklist .tagline {
  font-size: 1.5em;
  margin-bottom: 3em;
}
@media (max-width: 767.98px) {
  .checklist .tagline {
    margin-bottom: 1em;
  }
}
.checklist ul {
  list-style: none;
  columns: 2;
  padding: 0;
  margin: 0;
  font-size: 1.25em;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .checklist ul {
    columns: 1;
    margin-left: 10vw;
  }
}
@media (max-width: 575.98px) {
  .checklist ul {
    margin-left: 0;
  }
}
.checklist ul li {
  padding: 0 1em 0 2.3em;
  margin-bottom: 2em;
  background: url("../images/solutions/icon-check-yellow.svg") left top/30px no-repeat;
  break-inside: avoid;
}
.checklist ul li h4 {
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .checklist ul li {
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .checklist ul li {
    padding-right: 0;
  }
}
.checklist ul.blue li {
  background-image: url("../images/solutions/icon-check-blue.svg");
}
.page-node-19 .checklist {
  background: #2B7DF5;
  color: #fff;
}
.page-node-21 .checklist {
  padding-bottom: 2em;
}

.chain {
  padding: 5em 0;
}
.chain h2 {
  margin-bottom: 2em !important;
}
.page-node-19 .chain h2 {
  color: #2B7DF5;
}
.chain .items {
  max-width: 860px;
  margin: 0 auto;
  counter-reset: items;
}
.chain .items .item {
  text-align: center;
  padding: 0 55% 0 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .chain .items .item {
    padding: 0 58% 0 0;
  }
}
@media (max-width: 575.98px) {
  .chain .items .item {
    padding: 0 0 2em 3em !important;
  }
  .chain .items .item::before {
    left: 0 !important;
  }
  .chain .items .item::after {
    left: 17px !important;
  }
}
.chain .items .item::before {
  counter-increment: items;
  content: counter(items);
  background: #222;
  color: #fff;
  width: 36px;
  line-height: 36px;
  border-radius: 36px;
  position: absolute;
  font-size: 1.3em;
  font-weight: bold;
  left: calc(50% - 18px);
  top: calc(80px + 0.6rem);
  z-index: 2;
}
.chain .items .item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(80px + 0.6rem);
  left: calc(50% - 1px);
  height: 100%;
  width: 2px;
  background: #222;
}
.chain .items .item:nth-child(even) {
  padding: 0 0 0 55%;
}
@media (max-width: 767.98px) {
  .chain .items .item:nth-child(even) {
    padding: 0 0 0 58%;
  }
}
.chain .items .item img {
  max-width: 80px;
  margin-bottom: 1em;
}
.chain .items .item h4 {
  font-weight: 600;
}

.request {
  background: url("../images/solutions/bg-request.jpg") center/cover no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  position: relative;
}
.request::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  content: "";
  left: 0;
}
.request .content {
  padding: 6em 0 3em;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .request .content {
    padding: 3em 0;
  }
}
.request .content h2 {
  margin-bottom: 1em;
}
.request .content .tagline {
  font-size: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 575.98px) {
  .request .content .tagline {
    font-size: 1.2em;
  }
}
.request .content img {
  max-width: 80px;
}
@media (max-width: 575.98px) {
  .request .content img {
    display: none;
  }
}
.request .content button {
  font-size: 1.2em;
}
@media (min-width: 576px) {
  .request .content button {
    margin-right: 80px;
  }
}
@media (max-width: 575.98px) {
  .request .content button {
    font-size: 0.9em;
  }
}

.info {
  padding: 6em 0 7em;
}
.info .row > div {
  display: flex;
  place-content: center;
  flex-flow: column;
}
.info .row > div h2 {
  font-size: 3.4rem;
  margin-left: 0;
}
.info .row > div p {
  font-size: 1.6em;
  opacity: 0.5;
}

.comics {
  padding-top: 6em;
}
.comics .items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .comics .items {
    display: block;
  }
  .comics .items .item {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .comics .items .item::after {
    transform: rotate(90deg);
    bottom: -60px;
    top: auto !important;
    left: calc(50% - 30px);
  }
}
.comics .items .item {
  flex-basis: 33.3333333333%;
  text-align: center;
  margin-bottom: 6em;
  position: relative;
}
.comics .items .item:not(:last-child)::after {
  content: "";
  background: url("../images/solutions/comics23-arrow.svg");
  width: 60px;
  height: 28px;
  top: 61px;
  right: -30px;
  display: block;
  position: absolute;
}
@media (min-width: 992px) {
  .comics .items .item:nth-child(3)::after {
    display: none;
  }
}
.comics .items .item img {
  max-width: 150px;
  margin-bottom: 1em;
}
.comics .items .item p {
  font-size: 1.1em;
}

.page-node-22 .diptych {
  padding-top: 6em;
}
@media (max-width: 991.98px) {
  .page-node-22 .diptych {
    padding-top: 3em;
  }
}
.diptych .items {
  display: flex;
  margin: 0 -15px 3em;
}
@media (max-width: 991.98px) {
  .diptych .items {
    display: block;
  }
}
.diptych .items .item {
  padding: 3em 1.5em 1.5em;
  flex-basis: 50%;
  margin: 0 15px 3em;
}
.page-node-23 .diptych .items .item {
  border: 2px solid #000;
}
.page-node-22 .diptych .items .item {
  text-align: center;
  position: relative;
}
.page-node-22 .diptych .items .item img {
  margin-bottom: 1em;
}
.page-node-22 .diptych .items .item p {
  font-size: 1.2em;
}
.page-node-22 .diptych .items .item p span {
  font-weight: 700;
}
.page-node-22 .diptych .items .item:first-child::after {
  content: "";
  background: url("../images/solutions/comics23-arrow.svg");
  width: 60px;
  height: 28px;
  top: 200px;
  right: -50px;
  display: block;
  position: absolute;
}
@media (max-width: 991.98px) {
  .page-node-22 .diptych .items .item:first-child::after {
    transform: rotate(90deg);
    bottom: -60px;
    top: auto !important;
    left: calc(50% - 30px);
  }
}
.diptych .items .item img {
  margin: 0 auto;
  display: block;
}
.diptych .items .item h4 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 2em 0 1em;
}
.diptych .items .item p {
  font-size: 1.1em;
}
.diptych + .hr {
  background-image: linear-gradient(to right, #3d3d3d00, #3d3d3d, #3d3d3d00);
  margin: 0 auto;
  width: 50vw;
  height: 1px;
}

.puzzles {
  padding: 6em 0 10em;
  background: url("../images/solutions/bg-22-arrow.svg") center bottom no-repeat;
  background-size: 100% 130px;
}
@media (max-width: 991.98px) {
  .puzzles {
    padding: 3em 0 6em;
  }
}
.puzzles .items {
  display: flex;
  flex-wrap: wrap;
  counter-reset: list;
  margin: 0 -15px;
}
@media (max-width: 991.98px) {
  .puzzles .items {
    justify-content: center;
  }
  .puzzles .items .item {
    flex-basis: 50% !important;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .puzzles .items .item {
    flex-basis: 100% !important;
    padding: 0 10vw;
  }
}
.puzzles .items .item {
  position: relative;
  flex-basis: 33.3333333333%;
  counter-increment: list;
  height: 200px;
  font-size: 1.4em;
  display: flex;
  padding: 0 15px;
  align-items: center;
}
.puzzles .items .item::before {
  content: counter(list);
  line-height: 200px;
  font-weight: 700;
  color: #dceff5;
  font-size: 200px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.puzzles .items .item p {
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.custom26 {
  padding: 5em 0;
}
.custom26 .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
.custom26 .items .item {
  flex-basis: 25%;
  text-align: center;
  padding: 0 1em;
}
@media (min-width: 992px) {
  .custom26 .items .item:not(:first-child) {
    border-left: 1px solid #ccc;
  }
  .custom26 .items .item:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 991.98px) {
  .custom26 .items .item {
    flex-basis: 50%;
    margin-bottom: 2em;
  }
}
.custom26 .items .item span {
  font-size: 1.25em;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.6em;
}
.custom26 .items .item h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

article.node--type-partner {
  background: #7FC9E9;
}
article.node--type-partner.node--view-mode-teaser {
  max-width: 360px;
  margin: 0 auto 3em;
  text-align: center;
}
article.node--type-partner.node--view-mode-teaser .image {
  border: 4px solid #7FC9E9;
  background: #fff;
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  article.node--type-partner.node--view-mode-teaser .image {
    min-height: 210px;
  }
}
@media (max-width: 991.98px) {
  article.node--type-partner.node--view-mode-teaser .image {
    min-height: 160px;
  }
}
@media (max-width: 575.98px) {
  article.node--type-partner.node--view-mode-teaser .image {
    min-height: 240px;
  }
}
article.node--type-partner.node--view-mode-teaser .field--name-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 0.7rem;
}
article.node--type-partner.node--view-mode-teaser .field--name-field-city {
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 1rem;
}
article.node--type-partner.node--view-mode-teaser a.btn, article.node--type-partner.node--view-mode-teaser .page-node-31 .form form a.form-submit, .page-node-31 .form form article.node--type-partner.node--view-mode-teaser a.form-submit, article.node--type-partner.node--view-mode-teaser .page-node-30 #main .form form a.form-submit, .page-node-30 #main .form form article.node--type-partner.node--view-mode-teaser a.form-submit, article.node--type-partner.node--view-mode-teaser a[class*=btn] {
  margin-bottom: 1.4rem;
}

.page-view-partners-page_1 h1 {
  text-align: center;
  margin: 2em 0 0.5em;
}
@media (max-width: 575.98px) {
  .page-view-partners-page_1 h1 {
    margin-top: 1em;
  }
}
.page-view-partners-page_1 .tagline {
  font-size: 1.5em;
  margin-bottom: 5rem;
}
@media (max-width: 575.98px) {
  .page-view-partners-page_1 .tagline {
    margin-bottom: 3rem;
  }
}
.page-view-partners-page_1 #invite {
  padding: 6em 0;
  background: url("../images/bg-invite.jpg") center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.4666666667);
}
@media (max-width: 575.98px) {
  .page-view-partners-page_1 #invite {
    padding: 4em 0;
    text-align: center;
  }
}
.page-view-partners-page_1 #invite h2 {
  font-size: 3.4rem;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .page-view-partners-page_1 #invite h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .page-view-partners-page_1 #invite h2 {
    font-size: 2.1rem;
  }
}
.page-view-partners-page_1 #invite .tagline {
  text-align: left;
  padding: 0;
  margin: 1em 0 3em;
  opacity: 0.8;
  font-size: 1.4em;
}
@media (max-width: 575.98px) {
  .page-view-partners-page_1 #invite .tagline {
    text-align: center;
    margin-bottom: 1em;
  }
}

.page.landing header#header {
  position: relative;
  display: flex;
  place-content: center;
}
.page.landing header#header::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000000db, #000c);
}
.page.landing header#header .content {
  padding: 5em 15px;
  position: relative;
  text-align: center;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  z-index: 2;
}
.page.landing footer#footer {
  background: #111;
  padding: 3em 0;
  font-weight: 500;
  color: #fff;
}
.page.landing a.btn-main {
  background: #1f5bff;
  color: #fff;
  padding: 1.3em 4em;
  margin-top: 4em;
}
.page.landing a.btn-main.with-arrow {
  position: relative;
}
.page.landing a.btn-main.with-arrow::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 101px;
  background: url("../images/landing/common/icon-yellow-arrow.svg");
  left: -70px;
  top: -30px;
}

@media (max-width: 1199.98px) {
  .page-node-68 h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .page-node-68 h2 {
    font-size: 1.8rem;
  }
}
.page-node-68 header#header {
  background: url("../images/landing/bg-68.webp") center/cover no-repeat;
  min-height: 100vh;
}
.page-node-68 header#header .content span:nth-child(1) {
  font-size: 1.3em;
}
.page-node-68 header#header .content span:nth-child(3) {
  font-size: 1.5em;
  margin-bottom: 2em;
  color: #fff78a;
}
.page-node-68 header#header .content span:nth-child(5) {
  font-size: 1.2em;
  font-weight: 300;
  opacity: 0.6;
  max-width: 600px;
  margin-top: 2.4em;
}
.page-node-68 header#header .content button {
  background: #f60;
  border: none;
  padding: 1em 1.7em;
  font-size: 1.1em;
  font-weight: 500;
}
.page-node-68 header#header .content h1 {
  font-size: 4.7rem;
  margin: 0.3em 0 0.7em;
}
@media (max-width: 1199.98px) {
  .page-node-68 header#header .content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991.98px) {
  .page-node-68 header#header .content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .page-node-68 header#header .content h1 {
    font-size: 2.3rem;
  }
}
.page-node-68 #land1 {
  text-align: center;
  padding-bottom: 7em;
}
@media (max-width: 767.98px) {
  .page-node-68 #land1 {
    padding-bottom: 2em;
  }
}
.page-node-68 #land1 h2 {
  margin-top: 2.1em;
}
.page-node-68 #land1 h2 .blue {
  color: #336fe7;
}
.page-node-68 #land1 h2 + span {
  font-size: 1.5em;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 4em;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .page-node-68 #land1 h2 + span {
    font-size: 1.2em;
  }
}
.page-node-68 #land1 .flex-3 {
  display: flex;
}
@media (max-width: 767.98px) {
  .page-node-68 #land1 .flex-3 {
    flex-wrap: wrap;
  }
}
.page-node-68 #land1 .flex-3 .item {
  padding: 0 15px;
  margin-bottom: 3em;
}
.page-node-68 #land1 .flex-3 .item img {
  width: 100px;
  margin-bottom: 2.5em;
}
@media (max-width: 767.98px) {
  .page-node-68 #land1 .flex-3 .item img {
    margin-bottom: 1em;
  }
}
.page-node-68 #land1 .flex-3 .item h3, .page-node-68 #land1 .flex-3 .item .contact-message-expsovet-form h2, .contact-message-expsovet-form .page-node-68 #land1 .flex-3 .item h2,
.page-node-68 #land1 .flex-3 .item .contact-message-landing1-form h2,
.contact-message-landing1-form .page-node-68 #land1 .flex-3 .item h2 {
  font-size: 1.85rem;
  margin-bottom: 1em;
}
@media (max-width: 991.98px) {
  .page-node-68 #land1 .flex-3 .item h3, .page-node-68 #land1 .flex-3 .item .contact-message-expsovet-form h2, .contact-message-expsovet-form .page-node-68 #land1 .flex-3 .item h2,
  .page-node-68 #land1 .flex-3 .item .contact-message-landing1-form h2,
  .contact-message-landing1-form .page-node-68 #land1 .flex-3 .item h2 {
    font-size: 1.35rem;
  }
}
.page-node-68 #land2 {
  background: #dfeef2;
  padding: 1.4em 0 4em;
  text-align: center;
}
.page-node-68 #land2 h2 {
  color: #17365d;
  margin-bottom: 2.6em;
}
@media (max-width: 767.98px) {
  .page-node-68 #land2 h2 {
    margin-bottom: 1.6em;
  }
}
.page-node-68 #land2 .item img {
  border-radius: 100%;
  margin-bottom: 1.2em;
}
.page-node-68 #land2 .item h3, .page-node-68 #land2 .item .contact-message-expsovet-form h2, .contact-message-expsovet-form .page-node-68 #land2 .item h2,
.page-node-68 #land2 .item .contact-message-landing1-form h2,
.contact-message-landing1-form .page-node-68 #land2 .item h2 {
  margin-bottom: 0.2em;
}
.page-node-68 #land2 .item p {
  font-size: 0.9em;
}
.page-node-68 #land3 {
  padding: 2em 0 3em;
  font-size: 1.3em;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .page-node-68 #land3 {
    padding-bottom: 0;
  }
}
.page-node-68 #land3 .flex-2 {
  display: flex;
  flex-wrap: wrap;
}
.page-node-68 #land3 .flex-2 .item {
  flex-basis: 50%;
}
@media (max-width: 991.98px) {
  .page-node-68 #land3 .flex-2 .item {
    flex-basis: 100%;
  }
}
.page-node-68 #land3 .flex-2 .item p {
  padding-left: 2em;
  padding-right: 1em;
  margin-bottom: 2.3em;
  background: url("../images/landing/land68-check.svg") left top/30px no-repeat;
  display: block;
  height: 70px;
}
@media (max-width: 1199.98px) {
  .page-node-68 #land3 .flex-2 .item p {
    height: 90px;
  }
}
@media (max-width: 991.98px) {
  .page-node-68 #land3 .flex-2 .item p {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .page-node-68 #land3 .flex-2 .item p {
    font-size: 1.2rem;
  }
}
.page-node-68 #land4 {
  background: #f7f0de;
  padding: 3em 0 2em;
}
.page-node-68 #land4 .container > h2, .page-node-68 #land4 .container > p {
  text-align: center;
}
.page-node-68 #land4 .container > p {
  font-size: 1.6em;
  max-width: 600px;
  opacity: 0.8;
  margin: 1em auto 0;
}
@media (max-width: 767.98px) {
  .page-node-68 #land4 .container > p {
    font-size: 1.2em;
  }
}
.page-node-68 #land4 h2,
.page-node-68 #land4 h4 {
  color: #17365d;
}
.page-node-68 #land4 .flex-3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6em;
}
@media (max-width: 767.98px) {
  .page-node-68 #land4 .flex-3 {
    margin-top: 3em;
  }
}
.page-node-68 #land4 .flex-3 .item {
  padding: 0 15px;
  flex-basis: 33.3333333333%;
  margin-bottom: 5em;
}
@media (max-width: 767.98px) {
  .page-node-68 #land4 .flex-3 .item {
    flex-basis: 50%;
    margin-bottom: 2.5em;
  }
}
@media (max-width: 575.98px) {
  .page-node-68 #land4 .flex-3 .item {
    flex-basis: 100%;
    margin-bottom: 2em;
  }
}
.page-node-68 #land4 .flex-3 .item h4 {
  font-size: 1.2em;
  font-weight: 600;
}
.page-node-68 #land5 {
  background: url("../images/landing/bg-68-2.webp") center/cover no-repeat;
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .page-node-68 #land5 {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .page-node-68 #land5 {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .page-node-68 #land5 {
    height: auto;
    padding: 80px 0;
  }
}
.page-node-68 #land5::before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #1e436180, #1e4361cc);
}
.page-node-68 #land5 .content {
  z-index: 2;
  position: relative;
}
.page-node-68 #land5 .content p {
  font-size: 1.6em;
  font-weight: 800;
  max-width: 700px;
  letter-spacing: 0.8px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .page-node-68 #land5 .content p {
    font-size: 1.2em;
    letter-spacing: 0;
    font-weight: 700;
  }
}
.page-node-68 #land5 .content button {
  background: #f5e503;
  border: none;
  padding: 1.2em 4.6em;
  font-size: 1em;
  font-weight: 600;
  margin-top: 2.6em;
}
@media (max-width: 575.98px) {
  .page-node-68 #land5 .content button {
    padding: 1.2em 1em;
  }
}

.page-node-69 header#header {
  background: url("../images/landing/node69/bg-header.webp") center/cover no-repeat;
}
.page-node-69 header#header .content {
  min-height: 560px;
}
.page-node-69 header#header .content h1 {
  margin: 0.4em 0;
}
.page-node-69 header#header .content span {
  font-size: 1.3em;
  font-weight: 600;
}
.page-node-69 header#header .content span:nth-child(3) {
  font-size: 1.5em;
  font-weight: 300;
}
.page-node-69 #land1 {
  text-align: center;
  padding: 3em 0 5em;
}
.page-node-69 #land1 .container {
  max-width: 960px;
}
@media (max-width: 767.98px) {
  .page-node-69 #land1 .container h2 {
    font-size: 1.8rem;
  }
}
.page-node-69 #land1 .container span {
  font-size: 1.5em;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .page-node-69 #land1 .container span {
    font-size: 1.3rem;
  }
}
.page-node-69 #land2 .flex-2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .page-node-69 #land2 .flex-2 {
    display: block;
  }
}
.page-node-69 #land2 .flex-2 .item {
  flex-basis: 50%;
  color: #fff;
}
.page-node-69 #land2 .flex-2 .item:nth-child(1), .page-node-69 #land2 .flex-2 .item:nth-child(3) {
  padding: 3em 5em 5em;
}
@media (max-width: 1199.98px) {
  .page-node-69 #land2 .flex-2 .item:nth-child(1), .page-node-69 #land2 .flex-2 .item:nth-child(3) {
    padding: 1em 3em 3em;
  }
}
@media (max-width: 991.98px) {
  .page-node-69 #land2 .flex-2 .item:nth-child(1), .page-node-69 #land2 .flex-2 .item:nth-child(3) {
    flex-basis: 70%;
  }
}
@media (max-width: 575.98px) {
  .page-node-69 #land2 .flex-2 .item:nth-child(1), .page-node-69 #land2 .flex-2 .item:nth-child(3) {
    padding: 0.1em 1.7em 1.7em;
  }
}
.page-node-69 #land2 .flex-2 .item:nth-child(1) h2, .page-node-69 #land2 .flex-2 .item:nth-child(3) h2 {
  font-size: 2.5rem;
}
@media (max-width: 767.98px) {
  .page-node-69 #land2 .flex-2 .item:nth-child(1) h2, .page-node-69 #land2 .flex-2 .item:nth-child(3) h2 {
    font-size: 1.8rem;
  }
}
.page-node-69 #land2 .flex-2 .item:nth-child(1) p, .page-node-69 #land2 .flex-2 .item:nth-child(3) p {
  font-size: 1.3em;
}
.page-node-69 #land2 .flex-2 .item:nth-child(1) button, .page-node-69 #land2 .flex-2 .item:nth-child(3) button {
  border: 0;
  font-weight: 600;
  padding: 1em 3em;
  margin-top: 3em;
}
@media (max-width: 575.98px) {
  .page-node-69 #land2 .flex-2 .item:nth-child(1) button, .page-node-69 #land2 .flex-2 .item:nth-child(3) button {
    margin-top: 2em;
  }
}
@media (max-width: 991.98px) {
  .page-node-69 #land2 .flex-2 .item:nth-child(2), .page-node-69 #land2 .flex-2 .item:nth-child(4) {
    flex-basis: 30%;
  }
}
@media (max-width: 767.98px) {
  .page-node-69 #land2 .flex-2 .item:nth-child(2), .page-node-69 #land2 .flex-2 .item:nth-child(4) {
    height: 300px;
  }
}
.page-node-69 #land2 .flex-2 .item:nth-child(1) {
  background: #328EAA;
}
.page-node-69 #land2 .flex-2 .item:nth-child(1) button {
  background: #3F7089;
}
.page-node-69 #land2 .flex-2 .item:nth-child(2) {
  background: url("../images/landing/node69/land2-1.webp") center/cover no-repeat;
}
.page-node-69 #land2 .flex-2 .item:nth-child(3) {
  background: #60AA6E;
}
.page-node-69 #land2 .flex-2 .item:nth-child(3) button {
  background: #36673F;
}
.page-node-69 #land2 .flex-2 .item:nth-child(4) {
  background: url("../images/landing/node69/land2-2.webp") center/cover no-repeat;
}
.page-node-69 .modal-content h2 {
  text-align: center;
}
.page-node-69 .modal-content h2 span {
  color: #3F7089;
  display: block;
}

.page-landings-verros .page-wrapper {
  display: flex;
  flex-flow: column;
  min-height: calc(100vh - 1px);
}
.page-landings-verros #header {
  padding: 140px 0 100px;
}
@media (max-width: 767.98px) {
  .page-landings-verros #header {
    padding: 140px 0 70px;
  }
}
.page-landings-verros #header .logo {
  position: absolute;
  left: 2em;
  top: 2em;
}
@media (max-width: 767.98px) {
  .page-landings-verros #header .logo {
    width: 200px;
    left: calc(50% - 100px);
  }
}
.page-landings-verros #header .logo img {
  height: 70px;
}
.page-landings-verros #header h1 {
  margin: 0;
  color: #fff;
}
.page-landings-verros #footer {
  margin-top: auto;
  padding: 1em;
}
.page-landings-verros form.verros-form .main-fields {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 2em auto;
}
.page-landings-verros form.verros-form .main-fields .form-item {
  flex-basis: 50%;
  padding: 0 1em;
}
@media (max-width: 575.98px) {
  .page-landings-verros form.verros-form .main-fields .form-item {
    flex-basis: 100%;
  }
}
.page-landings-verros form.verros-form .main-fields .form-item input {
  line-height: 3.4rem;
  padding: 0 1em;
  height: 56px;
}
.page-landings-verros form.verros-form .description {
  font-size: 1.4em;
  text-align: center;
  margin: 3em 0 1em;
}
.page-landings-verros form.verros-form .number-wrapper {
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.7em;
}
@media (max-width: 767.98px) {
  .page-landings-verros form.verros-form .number-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 2em;
  }
  .page-landings-verros form.verros-form .number-wrapper .calc {
    justify-content: center;
  }
  .page-landings-verros form.verros-form .number-wrapper .sum {
    text-align: center !important;
  }
}
.page-landings-verros form.verros-form .number-wrapper > * {
  flex-basis: 38%;
}
.page-landings-verros form.verros-form .number-wrapper .calc {
  display: flex;
  align-items: center;
}
.page-landings-verros form.verros-form .number-wrapper h5 {
  margin: 0 auto 0 0;
  font-weight: 600;
}
.page-landings-verros form.verros-form .number-wrapper .sum {
  margin-left: auto;
  text-align: right;
  flex-basis: 24%;
  color: #aaa;
}
.page-landings-verros form.verros-form .number-wrapper .sum span {
  color: #000;
  margin-right: 0.1em;
}
.page-landings-verros form.verros-form .number-wrapper .form-item {
  margin: 0.5em 0;
  font-size: 2em;
  width: 100px;
}
.page-landings-verros form.verros-form .number-wrapper .button {
  cursor: pointer;
  padding: 0 1rem;
  border: 1px solid #afafaf;
  border-radius: 0.6rem;
  line-height: 2.5rem;
  font-size: 1.4em;
  margin: 0 1rem;
  user-select: none;
  width: 70px;
  text-align: center;
  transition: 0.15s;
}
.page-landings-verros form.verros-form .number-wrapper .button:hover {
  background: #a3d9f7;
}
.page-landings-verros form.verros-form .form-type-select {
  margin: 1em auto 3em;
  max-width: 200px;
}
.page-landings-verros form.verros-form .form-submit {
  margin: 3em auto 5em;
  display: block;
}

body.node--type-product #main {
  margin-top: 0;
}

article.node--type-product.node--view-mode-full .title {
  background-attachment: fixed;
  background-size: cover;
  padding: 2em 15px;
  color: #fff;
  text-align: center;
  position: relative;
  height: 70vh;
  min-height: 350px;
}
@media (max-width: 1199.98px) {
  article.node--type-product.node--view-mode-full .title {
    height: 50vh;
  }
}
@media (max-width: 991.98px) {
  article.node--type-product.node--view-mode-full .title {
    height: 40vh;
  }
}
@media (max-width: 767.98px) {
  article.node--type-product.node--view-mode-full .title {
    height: auto;
    min-height: 0;
  }
}
.page-node-59 article.node--type-product.node--view-mode-full .title {
  background-image: url("../images/products/bg-59.jpg");
}
.page-node-60 article.node--type-product.node--view-mode-full .title {
  background-image: url("../images/products/bg-60.jpg");
}
.page-node-61 article.node--type-product.node--view-mode-full .title {
  background-image: url("../images/products/bg-61.jpg");
}
article.node--type-product.node--view-mode-full .title::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6666666667);
  z-index: 1;
  content: "";
}
article.node--type-product.node--view-mode-full .title .content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-flow: column;
  place-content: center;
}
article.node--type-product.node--view-mode-full .title .content h1 {
  display: inline;
  margin: 0;
  font-size: 7rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media (max-width: 1199.98px) {
  article.node--type-product.node--view-mode-full .title .content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 991.98px) {
  article.node--type-product.node--view-mode-full .title .content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  article.node--type-product.node--view-mode-full .title .content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  article.node--type-product.node--view-mode-full .title .content h1 {
    font-size: 2rem;
  }
}
article.node--type-product.node--view-mode-full .title .content .tagline {
  max-width: 800px;
}
article.node--type-product.node--view-mode-full section .content {
  padding-top: 7em;
}
article.node--type-product.node--view-mode-full section .content p {
  font-size: 1.3em;
}
article.node--type-product.node--view-mode-full section .content p.big {
  font-size: 1.9em;
  line-height: 1.5;
}
article.node--type-product.node--view-mode-full section .content li {
  font-size: 1.3em;
  font-weight: 300;
}
article.node--type-product.node--view-mode-full section .image {
  margin: 6em 0 4em;
}
article.node--type-product.node--view-mode-full section .image-only {
  display: flex;
  align-items: center;
}
article.node--type-product.node--view-mode-full section .image.screen-wrapper {
  background: url("../images/bg-slider-monitor.png") center top no-repeat;
  background-size: 100%;
}

article.node--type-logoslide.node--view-mode-teaser {
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  padding: 0 20px;
}

.view-logoslider .view-content {
  display: none;
}
.view-logoslider .view-content.flickity-enabled {
  display: block;
}
.view-logoslider .views-row {
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  height: 200px;
}
@media (max-width: 1199.98px) {
  .view-logoslider .views-row {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .view-logoslider .views-row {
    width: 100%;
  }
}

article.node--type-bquote.node--view-mode-teaser {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
}
article.node--type-bquote.node--view-mode-teaser .field--name-body {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 2em;
}

#steps {
  text-align: center;
  background: #EDEFF0;
  padding: 5em 0;
  margin-top: 6em;
}
#steps h2 {
  margin-bottom: 1.5em;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  #steps .item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
#steps .item:not(:last-child) .image::after {
  content: "••••••••••••••••••••";
  position: absolute;
  width: 180px;
  left: 120%;
  top: 50%;
  height: 10px;
  z-index: 1;
  overflow: hidden;
  letter-spacing: 12px;
  line-height: 10px;
}
@media (max-width: 1199.98px) {
  #steps .item:not(:last-child) .image::after {
    width: 130px;
    left: 110%;
  }
}
@media (max-width: 991.98px) {
  #steps .item:not(:last-child) .image::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #steps .item:not(:first-child) .image::before {
    content: "••••••••••••••••••••";
    position: absolute;
    width: 70px;
    left: 25%;
    top: -30%;
    height: 10px;
    z-index: 1;
    overflow: hidden;
    letter-spacing: 12px;
    line-height: 10px;
    transform: rotate(90deg);
  }
}
#steps .item .inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
  height: 100%;
}
#steps .item .image {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  position: relative;
}
#steps .item .image img {
  border-radius: 155px;
  object-fit: cover;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
}
#steps .item h4 {
  margin: 1em 0 0.5em;
}
#steps .item p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
#steps .item a {
  margin-top: auto;
}

.page-node-15 h1 {
  margin: 5rem 0 6rem;
}
@media (max-width: 575.98px) {
  .page-node-15 h1 {
    margin: 3rem 0 4rem;
  }
}
.page-node-15 p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6;
}
.page-node-15 #sec3 {
  padding: 1em 0 3em;
}
.page-node-15 #sec3 h2 {
  text-align: center;
}
.page-node-15 #sec3 ul {
  list-style: none;
  font-size: 1.3em;
  font-weight: 500;
  margin: 2em 0 0;
}
@media (min-width: 768px) {
  .page-node-15 #sec3 ul {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .page-node-15 #sec3 ul {
    padding-left: 0;
  }
}
.page-node-15 #sec3 ul li {
  padding-left: 40px;
  background: url("../images/check.svg") left center no-repeat;
  background-size: 30px;
  line-height: 30px;
  margin-bottom: 1em;
}
.page-node-15 #sec4 {
  background: #43BAAE;
  color: #fff;
  position: relative;
  padding: 2em 0;
}
@media (max-width: 767.98px) {
  .page-node-15 #sec4 {
    padding-bottom: 7em;
  }
}
.page-node-15 #sec4 .row > div:first-child {
  display: flex;
  align-items: center;
}
.page-node-15 #sec4 button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 46%;
  right: 0;
  border-radius: 10em 0 0 10em;
  text-align: left;
  font-size: 1.5em;
  padding-left: 6%;
}
@media (max-width: 1199.98px) {
  .page-node-15 #sec4 button {
    padding-left: 10%;
  }
}
@media (max-width: 767.98px) {
  .page-node-15 #sec4 button {
    padding-left: 0;
    text-align: center;
    width: 90%;
    height: 47%;
    top: auto;
    padding-right: 13%;
  }
}
@media (max-width: 575.98px) {
  .page-node-15 #sec4 button {
    padding-left: 3%;
    padding-right: 5%;
  }
}

.page-view-solutions-page_1 {
  background: #F2F3F2;
}
.page-view-solutions-page_1 h1 {
  text-align: center;
  margin-bottom: 0.6em;
}
.page-view-solutions-page_1 .tagline {
  font-size: 1.6em;
  margin-bottom: 2em;
}

.page-node-30.toolbar-tray-open.toolbar-horizontal #main .bg {
  min-height: calc(100vh - 56px - 79px);
}
.page-node-30 #main {
  margin-bottom: 3em;
  margin-top: 0;
}
.page-node-30 #main .bg {
  background: url("../images/bg-new-partner.jpg") 0 center no-repeat;
  background-size: cover;
  min-height: calc(100vh - 56px);
}
.page-node-30 #main .form {
  padding: 4em 6em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .page-node-30 #main .form {
    padding: 3em 4em;
  }
}
.page-node-30 #main .form form label {
  display: none;
}
.page-node-30 #main .form form .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  height: auto;
  margin-bottom: 2em;
  padding: 1em;
}
.page-node-30 #sec1 {
  margin-bottom: 5em;
}
@media (max-width: 575.98px) {
  .page-node-30 #sec1 {
    margin-bottom: 2em;
  }
}
.page-node-30 #sec1 h2 {
  text-align: center;
  margin: 2.5em 0 2em;
}
@media (max-width: 575.98px) {
  .page-node-30 #sec1 h2 {
    margin: 1em 0 1.3em;
  }
}
.page-node-30 #sec1 ul {
  list-style: none;
}
@media (max-width: 575.98px) {
  .page-node-30 #sec1 ul {
    padding-left: 4em;
  }
}
.page-node-30 #sec1 ul li {
  position: relative;
  margin-bottom: 4.2em;
}
.page-node-30 #sec1 ul li::before {
  content: "1";
  position: absolute;
  left: -71px;
  top: -9px;
  display: block;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  border-radius: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 1.3em;
  font-weight: 600;
}
.page-node-30 #sec1 ul li:nth-child(2)::before {
  content: "2";
}
.page-node-30 #sec1 ul li:nth-child(3)::before {
  content: "3";
}
.page-node-30 #sec1 ul li h3, .page-node-30 #sec1 ul li .contact-message-expsovet-form h2, .contact-message-expsovet-form .page-node-30 #sec1 ul li h2,
.page-node-30 #sec1 ul li .contact-message-landing1-form h2,
.contact-message-landing1-form .page-node-30 #sec1 ul li h2 {
  font-size: 1.5rem;
}
.page-node-30 #sec2 li,
.page-node-30 #sec2 p {
  font-weight: 300;
  font-size: 1.1em;
}
@media (max-width: 575.98px) {
  .page-node-30 #sec2 ul {
    padding: 0.5em;
  }
}
.page-node-30 #sec2 .frame {
  max-width: 560px;
  margin: 0 auto;
  padding: 25px;
  border: 2px solid #000;
  height: 100%;
}
.page-node-30 #sec2 .frame img {
  max-width: 150px;
  margin: 2em auto;
  display: block;
}
.page-node-30 #sec2 .frame h3, .page-node-30 #sec2 .frame .contact-message-expsovet-form h2, .contact-message-expsovet-form .page-node-30 #sec2 .frame h2,
.page-node-30 #sec2 .frame .contact-message-landing1-form h2,
.contact-message-landing1-form .page-node-30 #sec2 .frame h2 {
  text-align: center;
}
@media (min-width: 992px) {
  .page-node-30 #sec2 .frame.partner {
    margin-right: 0;
  }
  .page-node-30 #sec2 .frame.agent {
    margin-left: 0;
  }
}
.page-node-30 #sec3 {
  padding: 7em 0;
  background: url("../images/bg-partner-s3.jpg") center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.8666666667);
  color: #fff;
  text-align: center;
}
.page-node-30 #sec3 .tagline {
  margin-bottom: 3em;
}

.page-node-31 h1 {
  text-align: center;
  margin: 2em 0 1em;
}
@media (max-width: 575.98px) {
  .page-node-31 h1 {
    margin: 1em 0 0.5em;
  }
}
.page-node-31 .tagline {
  margin-bottom: 4em;
}
@media (max-width: 575.98px) {
  .page-node-31 .tagline {
    margin-bottom: 2em;
  }
}
.page-node-31 .form {
  margin-bottom: 3em;
}
.page-node-31 .form form label {
  display: none;
}
.page-node-31 .form form .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  height: auto;
  margin-bottom: 2em;
  padding: 1em;
}
.page-node-31 .content {
  font-size: 2em;
  margin-top: 2em;
}

.page-node-32 h1 {
  display: none;
}
.page-node-32 .field--name-body {
  text-align: center;
  max-width: 870px;
  margin: 4em auto;
}
.page-node-32 .field--name-body h3, .page-node-32 .field--name-body .contact-message-expsovet-form h2, .contact-message-expsovet-form .page-node-32 .field--name-body h2,
.page-node-32 .field--name-body .contact-message-landing1-form h2,
.contact-message-landing1-form .page-node-32 .field--name-body h2 {
  font-size: 2.1rem;
}
.page-node-32 .field--name-body p {
  font-size: 2em;
  font-weight: 500;
}
.page-node-32 #licenses .row {
  justify-content: center;
}
.page-node-32 #licenses .row .col-md {
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .page-node-32 #licenses .row .col-md {
    margin-bottom: 3em;
  }
}
.page-node-32 #licenses .tariff {
  border: 2px solid #5B9BD5;
  height: 100%;
}
.page-node-32 #licenses .tariff .head {
  background: #5B9BD5;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  padding: 0.8em 0.5em;
}
.page-node-32 #licenses .tariff .content {
  text-align: center;
  padding: 1em 0;
}
.page-node-32 #licenses .tariff .content h3, .page-node-32 #licenses .tariff .content .contact-message-expsovet-form h2, .contact-message-expsovet-form .page-node-32 #licenses .tariff .content h2,
.page-node-32 #licenses .tariff .content .contact-message-landing1-form h2,
.contact-message-landing1-form .page-node-32 #licenses .tariff .content h2 {
  font-weight: 500;
  margin-bottom: 0;
}
.page-node-32 #licenses .tariff .content h3 + p, .page-node-32 #licenses .tariff .content .contact-message-expsovet-form h2 + p, .contact-message-expsovet-form .page-node-32 #licenses .tariff .content h2 + p,
.page-node-32 #licenses .tariff .content .contact-message-landing1-form h2 + p,
.contact-message-landing1-form .page-node-32 #licenses .tariff .content h2 + p {
  font-size: 1.6em;
  opacity: 0.4;
  font-weight: 400;
}
.page-node-32 #licenses .tariff .content h3 + p + p, .page-node-32 #licenses .tariff .content .contact-message-expsovet-form h2 + p + p, .contact-message-expsovet-form .page-node-32 #licenses .tariff .content h2 + p + p,
.page-node-32 #licenses .tariff .content .contact-message-landing1-form h2 + p + p,
.contact-message-landing1-form .page-node-32 #licenses .tariff .content h2 + p + p {
  font-weight: 500;
  margin: 1em 2em;
}
.page-node-32 #licenses .tariff .content .or {
  color: #538135;
  border-bottom: 1px solid #538135;
  height: 0.8rem;
  margin: 2em 0;
}
.page-node-32 #licenses .tariff .content .or span {
  display: inline-block;
  background: #fff;
  padding: 0 1.3em;
}
.page-node-32 #licenses .tariff .content hr {
  margin: 2em 0;
}
.page-node-32 #licenses .tariff .content ul {
  text-align: left;
  list-style: none;
  padding: 0 1em 0 2em;
}
.page-node-32 #licenses .tariff .content ul li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0.4em;
}
.page-node-32 #licenses .tariff .content ul li::before {
  position: absolute;
  content: "✓";
  left: 0;
  top: 0;
  color: #30A8C4;
}
.page-node-32 #licenses .tariff-modeler {
  border: 2px solid #4472C4;
}
.page-node-32 #licenses .tariff-modeler .head {
  background: #4472C4;
}
.page-node-32 #licenses .extra {
  max-width: 900px;
  margin: 2em auto;
  font-size: 1.3em;
}
.page-node-32 #tabs .nav a {
  color: #000;
  padding: 0.9em 1.5em;
  position: relative;
}
.page-node-32 #tabs .nav a::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: -10px;
  transform: rotate(45deg);
  background: #fff;
  top: calc(50% - 10px);
  transition: 0.3s;
}
.page-node-32 #tabs .nav a.active {
  background: #27C6DC;
  color: #fff;
}
.page-node-32 #tabs .nav a.active::after {
  background: #27C6DC;
}
.page-node-32 #tabs .tab-content {
  padding: 2em;
  background: #fbfbfb;
  border: 1px solid #e0e0e0;
}
.page-node-32 #tabs .tab-content table {
  width: auto;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.page-node-32 #tabs .tab-content table td {
  border: 1px solid #ccc;
  background: #EAF7FF;
}
.page-node-32 #tabs .extra {
  margin: 3em 0;
  font-size: 1.1em;
  font-weight: 300;
}
.page-node-32 #compare table svg {
  height: 24px;
  width: 24px;
}
.page-node-32 #compare table td,
.page-node-32 #compare table th {
  padding: 1.4em 0.7em;
  vertical-align: middle;
}
.page-node-32 #compare table td:first-child,
.page-node-32 #compare table th:first-child {
  width: 55%;
}
.page-node-32 #compare table td:not(:first-child),
.page-node-32 #compare table th:not(:first-child) {
  text-align: center;
}

.page-node-50.page-node-view .field--name-body {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media (max-width: 767.98px) {
  .page-node-50.page-node-view .field--name-body p {
    flex-basis: 100%;
  }
}
.page-node-50.page-node-view .field--name-body p:nth-child(odd) {
  flex-basis: 75%;
  margin-top: 2em;
}
.page-node-50.page-node-view .field--name-body p:nth-child(even) {
  flex-basis: 150px;
  margin-bottom: 5em;
  margin-top: 2em;
}
.page-node-50.page-node-view .field--name-body p:nth-child(even) a {
  background: #2d77c2;
  border: 0;
  outline: 0;
  border-radius: 1.8em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.35em 1.3em;
}
@media (min-width: 768px) {
  .page-node-50.page-node-view .field--name-body p:nth-child(even) a {
    float: right;
  }
}

.ya-share2__container {
  display: flex;
  justify-content: flex-end;
}
/*# sourceMappingURL=_maps/index.css.map */
