/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "AvenirNextCyr";
  src: url(/media/AvenirNextCyr-Regular.a81229c8.woff) format("woff"), url(/media/AvenirNextCyr-Regular.97b615b9.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "AvenirNextCyrMedium";
  src: url(/media/AvenirNextCyr-Medium.241293dd.woff) format("woff"), url(/media/AvenirNextCyr-Medium.862c7c42.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "AvenirNextCyrBold";
  src: url(/media/AvenirNextCyr-Bold.2dcf2324.woff) format("woff"), url(/media/AvenirNextCyr-Bold.cb5f2e91.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "BebasNeue";
  src: url(/media/BebasNeueRegular.c12b731a.woff) format("woff"), url(/media/BebasNeueRegular.85b13a3b.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "BebasNeueBold";
  src: url(/media/BebasNeueBold.cfa6f7f3.woff) format("woff"), url(/media/BebasNeueBold.12c5024f.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; }

.title-1 {
  font-family: "BebasNeueBold";
  font-size: calc(32px + 2.5vw);
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #141414;
  text-transform: uppercase;
  overflow: hidden; }
  @media screen and (max-width: 1365px) {
    .title-1 {
      font-size: 40px;
      letter-spacing: 0; } }
  @media screen and (max-width: 375px) {
    .title-1 {
      font-size: 38px; } }

a {
  font-family: "AvenirNextCyrMedium";
  font-size: 14px;
  color: #425cff;
  text-decoration: none;
  outline: none;
  border: none; }

.lang-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lang-selector__lang {
    font-family: "AvenirNextCyrMedium";
    font-size: calc(10.66667px + 0.17361vw);
    line-height: 1.7;
    color: black;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    outline: none;
    border: none;
    background-color: transparent; }
    .lang-selector__lang:hover, .lang-selector__lang_active {
      font-family: "AvenirNextCyrMedium";
      font-size: calc(10.66667px + 0.17361vw);
      line-height: 1.7;
      color: black;
      font-size: 14px; }
  .contrast_header .lang-selector__lang {
    color: rgba(255, 255, 255, .5); }
    .contrast_header .lang-selector__lang:hover, .contrast_header .lang-selector__lang_active {
      color: white; }
  .menu--show .lang-selector__lang {
    color: rgba(0, 0, 0, .5); }
    .menu--show .lang-selector__lang:hover, .menu--show .lang-selector__lang_active {
      color: black; }

.sandwich-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0); }
  .sandwich-menu-button__line {
    width: 28px;
    height: 3px;
    background-color: black;
    margin-top: 5px;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s; }
    .sandwich-menu-button__line:first-child {
      margin-top: 0; }
  .sandwich-menu-button:hover .sandwich-menu-button__line:first-child {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  .sandwich-menu-button:hover .sandwich-menu-button__line:last-child {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  .sandwich-menu-button__text {
    font-family: "AvenirNextCyrMedium";
    font-size: calc(10.66667px + 0.17361vw);
    line-height: 1.7;
    color: black;
    margin-left: 10px; }
    @media screen and (max-width: 830px) {
      .sandwich-menu-button__text {
        display: none; } }
  .contrast_header .sandwich-menu-button__line {
    background-color: white; }
  .contrast_header .sandwich-menu-button__text {
    color: white; }

.menu--show {
  overflow: hidden !important; }
  .menu--show body {
    overflow: hidden !important; }
  .menu--show .sandwich-menu-button__line {
    margin-top: -3px;
    background-color: black; }
    .menu--show .sandwich-menu-button__line:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .menu--show .sandwich-menu-button__line:last-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .menu--show .sandwich-menu-button__text {
    color: black; }
  .menu--show .sandwich-menu-button:hover .sandwich-menu-button__line:first-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu--show .sandwich-menu-button:hover .sandwich-menu-button__line:last-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu--show .fp-scrollable .footer,
  .menu--show .menu_reviews .footer {
    bottom: auto;
    top: 100vh;
    margin-top: -72px; }
  .menu--show .footer {
    position: fixed; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-10px + 3.90625vw);
  visibility: hidden;
  opacity: 0; }
  .breadcrumb__item {
    font-family: "AvenirNextCyrBold";
    font-size: 14px;
    line-height: 1;
    color: #1a1a1a;
    font-family: "AvenirNextCyrMedium"; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: none; } }

.sandwich-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 320px;
  height: auto;
  background-color: #fff;
  color: #1a1a1a;
  opacity: 0;
  visibility: hidden; }
  .sandwich-menu_offset-top {
    top: 105px;
    bottom: 72px; }
    @media (max-width: 767px) {
      .sandwich-menu_offset-top {
        bottom: 0; } }
    .sandwich-menu_offset-top .sandwich-menu__inner-wrapper {
      padding-top: 0;
      padding-bottom: 0; }
  .sandwich-menu__inner-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    padding-top: 105px;
    padding-bottom: 100px;
    margin-left: calc(0.07772px + 13.2772vw);
    margin-right: calc(0.07772px + 13.2772vw); }
  .sandwich-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .sandwich-menu__list--submenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      padding-left: 25px;
      border-left: 3px solid black; }
  .sandwich-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    width: 100%; }
    .sandwich-menu__item--submenu {
      display: inline-block;
      width: auto;
      margin-right: 20px; }
      .sandwich-menu__item--submenu:last-child {
        margin-right: 0;
        padding-bottom: 0; }
  .sandwich-menu__link, .sandwich-menu__link:active, .sandwich-menu__link:visited {
    min-width: calc(206.66667px + 22.56944vw);
    font-family: "BebasNeueBold";
    font-size: calc(24.78756px + 5.37565vw);
    line-height: 1;
    color: #1a1a1a;
    -webkit-transition: color .5s ease-out;
    transition: color .5s ease-out; }
    @media (min-width: 1700px) and (max-height: 950px) {
      .sandwich-menu__link, .sandwich-menu__link:active, .sandwich-menu__link:visited {
        font-family: "BebasNeueBold";
        font-size: calc(15.55556px + 8.88889vh);
        line-height: calc(15.55556px + 8.88889vh);
        color: #1a1a1a; } }
  .sandwich-menu__link--submenu, .sandwich-menu__link--submenu:active, .sandwich-menu__link--submenu:visited {
    min-width: auto;
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414; }
  .sandwich-menu__item:hover .sandwich-menu__link {
    color: #425cff; }
    .sandwich-menu__item:hover .sandwich-menu__link--submenu {
      color: #1a1a1a; }
      .sandwich-menu__item:hover .sandwich-menu__link--submenu:hover {
        color: #425cff; }

@media (max-width: 1023px) {
  .sandwich-menu__inner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-left: calc(-84.28571px + 35.71429vw);
    width: 100%; }
  .sandwich-menu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
    padding: 0;
    margin-bottom: calc(-19.61538px + 7.69231vh); }
    .sandwich-menu__item--submenu {
      padding: 0;
      margin: 10px 0; }
      .sandwich-menu__item--submenu:last-child {
        padding-bottom: 0; }
  .sandwich-menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 17px;
    height: 100%;
    width: 100%;
    overflow-x: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .sandwich-menu__list--submenu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 5px 0 5px 25px;
      margin-top: calc(-15.51282px + 6.41026vh);
      height: auto;
      overflow-y: visible; }
  .sandwich-menu__link, .sandwich-menu__link:active, .sandwich-menu__link:visited {
    min-width: auto; }
  .sandwich-menu__link--submenu, .sandwich-menu__link--submenu:active, .sandwich-menu__link--submenu:visited {
    font-size: calc(12.8px + 0.375vw); } }

@media (max-width: 830px) {
  .sandwich-menu__inner-wrapper {
    padding-top: 65px;
    padding-bottom: 0; } }

@media (max-width: 830px) and (orientation: landscape) {
  .sandwich-menu__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sandwich-menu__inner-wrapper {
    padding-left: calc(0.07772px + 13.2772vw); } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px calc(10px + 2.60417vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 21;
  pointer-events: none; }
  @media only screen and (max-device-width: 830px) {
    .header {
      padding: 10px calc(10px + 2.60417vw); } }
  .header * {
    pointer-events: initial; }
  .header__left, .header__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(70px + 6.51042vw); }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 830px) {
      .header__right {
        height: 23px; } }
  .header__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 480px) {
      .header__middle {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .header__logo {
    width: 95px;
    height: 55px;
    display: block;
    fill: #2a3252; }
    @media only screen and (max-device-width: 830px) {
      .header__logo {
        width: 65px;
        height: 38px; } }
    .header__logo-colored {
      fill: #dc174b; }
    .contrast_header .header__logo,
    .contrast_header .header__logo-colored {
      fill: white; }
    .menu--show .contrast_header .header__logo {
      fill: #2a3252; }
    .menu--show .contrast_header .header__logo-colored {
      fill: #dc174b; }

._is-404 .header__right {
  opacity: 0;
  visibility: hidden; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px calc(10px + 2.60417vw);
  z-index: 21;
  pointer-events: none; }
  .footer * {
    pointer-events: initial; }
  .footer__copyright {
    font-family: "AvenirNextCyrMedium";
    font-size: calc(10.66667px + 0.17361vw);
    line-height: 1.7;
    color: black;
    font-size: 14px;
    color: rgba(0, 0, 0, .5); }
  .footer__devby {
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    color: #666; }
  .footer__only-digital {
    font-family: "AvenirNextCyrMedium";
    font-size: calc(10.66667px + 0.17361vw);
    line-height: 1.7;
    color: black;
    margin-left: 5px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .footer__only-digital {
        font-size: 14px; }
        .footer__only-digital_mobil-hidden {
          display: none; } }
  .contrast_footer .footer__copyright, .contrast_footer .footer__devby {
    color: #e4e4e4; }
  .contrast_footer .footer__only-digital {
    color: white; }
  .menu--show .contrast_footer .footer__copyright {
    color: rgba(0, 0, 0, .5); }
  .menu--show .contrast_footer .footer__devby {
    color: #666; }
  .menu--show .contrast_footer .footer__only-digital {
    color: black; }
  .footer_static {
    position: static; }

@media (max-width: 1180px) {
  .footer {
    display: none; }
  .fp-scroller .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  [data-namespace="case"] .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-reviews-second .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu--show .footer {
    display: none; }
  .menu--show .fp-scroller .footer {
    display: none; } }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.power-lines {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none; }
  .power-lines__line {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(229, 229, 229, .5);
    top: 0; }
    .power-lines__line_left {
      left: calc(0.07772px + 13.2772vw); }
      @media screen and (max-width: 376px) {
        .power-lines__line_left {
          left: calc(-84.28571px + 35.71429vw); } }
    .power-lines__line_middle {
      left: 50%; }
    .power-lines__line_right {
      right: calc(0.07772px + 13.2772vw); }
      @media screen and (max-width: 376px) {
        .power-lines__line_right {
          right: calc(-84.28571px + 35.71429vw); } }

.main-slider .power-lines {
  display: none; }

.container-page {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  .container-page_center {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 830px) {
    .container-page .info-block-4 {
      display: none;
      padding-top: 0; } }
  @media screen and (max-width: 376px) {
    .container-page {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }

.container-inner {
  padding-top: 80px;
  padding-bottom: calc(-163.46154px + 33.65385vh); }
  @media (max-height: 768px) {
    .container-inner {
      padding-bottom: 95px; } }
  .container-inner_center {
    height: 100vh; }

.container-phonon {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  @media screen and (max-width: 376px) {
    .container-phonon {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }

.container_case-inner {
  margin-bottom: 60px;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .container_case-inner {
      margin-bottom: 0;
      padding-top: 50px; } }

.container-inner_cases_list {
  padding-top: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: white; }
  @media (max-width: 767px) {
    .container-inner_cases_list {
      padding-top: 95px; } }

.container-100 {
  height: 100vh; }

.container_contacts {
  padding-bottom: calc(-163.46154px + 33.65385vh); }
  @media (max-height: 768px) {
    .container_contacts {
      padding-bottom: 95px; } }

.container_contacts-top {
  padding-bottom: calc(-67.69231px + 19.23077vh); }
  @media (max-height: 768px) {
    .container_contacts-top {
      padding-bottom: 80px; } }

.two-columns {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .two-columns_center .two-columns__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .two-columns__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .two-columns__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .two-columns__column {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .two-columns_gap > .two-columns__row > .two-columns__column_left {
    padding-right: 32px; }
  .two-columns_gap > .two-columns__row > .two-columns__column_right {
    padding-left: 32px; }
  .two-columns_col-right-pl > .two-columns__row > .two-columns__column_right {
    padding-left: 64px; }
  .two-columns_col-right-pr > .two-columns__row > .two-columns__column_right {
    padding-right: 64px; }
  .two-columns_100 {
    height: auto; }
    .two-columns_100 .two-columns__row {
      height: auto; }

.radiance {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .radiance__crop {
    position: absolute;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
    z-index: 1;
    display: none;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden; }
    .radiance__crop:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      -webkit-box-shadow: inset 0 0 10em 25em white;
              box-shadow: inset 0 0 10em 25em white;
      -webkit-transition: -webkit-box-shadow 5s;
      transition: -webkit-box-shadow 5s;
      transition: box-shadow 5s;
      transition: box-shadow 5s, -webkit-box-shadow 5s; }
    .radiance__crop.on:before {
      -webkit-box-shadow: inset 0 0 10em 5em white;
              box-shadow: inset 0 0 10em 5em white; }
    .radiance__crop img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -o-object-position: top right;
         object-position: top right;
      -o-object-fit: cover;
         object-fit: cover;
      margin: 200px 0 0 200px; }
      @media only screen and (max-width: 830px) and (orientation: landscape) {
        .radiance__crop img {
          -o-object-position: center right;
             object-position: center right; } }
    .radiance__crop_biggest {
      margin: -2000px 0 0 -2000px;
      width: 4000px;
      height: 4000px;
      opacity: 1 !important;
      -webkit-transition: all 700ms ease-in-out;
      transition: all 700ms ease-in-out; }
      .radiance__crop_biggest img {
        margin-top: 2000px;
        margin-left: 2000px;
        -webkit-transition: all 700ms ease-in-out;
        transition: all 700ms ease-in-out; }
  .radiance__canvas {
    width: 200%;
    height: 200%;
    position: relative;
    opacity: .5; }
  .radiance__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white; }
    .radiance__item_on {
      opacity: 0;
      visibility: hidden; }
    .radiance__item_one {
      background: radial-gradient(circle, white 0%, #79c8ff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#79c8ff",GradientType=1); }
    .radiance__item_two {
      background: radial-gradient(circle, white 0%, #c66cff 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c66cff",GradientType=1); }
    .radiance__item_three {
      background: radial-gradient(circle, white 0%, #e26082 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e26082",GradientType=1); }
    .radiance__item_four {
      background: radial-gradient(circle, white 0%, #72ffa5 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#72ffa5",GradientType=1); }

.main-first-screen__bg-wrapper .radiance__crop {
  display: block; }
  @media (max-width: 768px) {
    .main-first-screen__bg-wrapper .radiance__crop {
      display: none; } }

.preloader {
  position: fixed;
  background-color: white;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%; }
  .preloader__title {
    width: 100%;
    text-align: center;
    font-family: "AvenirNextCyrBold";
    font-size: 26px;
    color: #000; }
  .preloader__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 160px;
    width: 160px;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .preloader__circle {
    position: absolute;
    height: inherit;
    width: inherit;
    background: #ddd;
    border-radius: 50%;
    -webkit-animation: animate-circle 2s cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
            animation: animate-circle 2s cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite; }
    .preloader__circle:nth-of-type(1) {
      -webkit-animation-delay: 0;
              animation-delay: 0; }
    .preloader__circle:nth-of-type(2) {
      -webkit-animation-delay: -0.66667s;
              animation-delay: -0.66667s; }
    .preloader__circle:nth-of-type(3) {
      -webkit-animation-delay: -0.33333s;
              animation-delay: -0.33333s; }
  .preloader .vertical-centered-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
    .preloader .vertical-centered-box:after {
      content: '';
      display: inline-block;
      height: 20px;
      width: 20px;
      vertical-align: middle;
      margin-right: -0.25em; }
    .preloader .vertical-centered-box .content {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      font-size: 0; }
    .preloader .vertical-centered-box * {
      -webkit-transition: all .3s;
      transition: all .3s; }
    .preloader .vertical-centered-box .loader-circle {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
      box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
      margin-left: -60px;
      margin-top: -60px; }
    .preloader .vertical-centered-box .loader-line-mask {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 60px;
      height: 120px;
      margin-left: -60px;
      margin-top: -60px;
      overflow: hidden;
      -webkit-transform-origin: 60px 60px;
              transform-origin: 60px 60px;
      -webkit-animation: rotate 1.2s infinite linear;
              animation: rotate 1.2s infinite linear;
      -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0)); }
      .preloader .vertical-centered-box .loader-line-mask .loader-line {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 0 0 1px black;
                box-shadow: inset 0 0 0 1px black; }
  .ie .preloader {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@-webkit-keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fixed-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  overflow: hidden;
  padding-left: 30px;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%); }
  .fixed-buttons__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (max-width: 600px) and (orientation: portrait) {
      .fixed-buttons__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        padding-left: calc(0.07772px + 13.2772vw);
        padding-right: calc(0.07772px + 13.2772vw); } }
    @media (max-width: 480px) {
      .fixed-buttons__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap; } }
    @media (max-width: 320px) {
      .fixed-buttons__container {
        padding-left: calc(-84.28571px + 35.71429vw);
        padding-right: calc(-84.28571px + 35.71429vw); } }
  .fixed-buttons__button {
    min-width: 180px;
    white-space: nowrap; }
    @media (max-width: 600px) and (orientation: portrait) {
      .fixed-buttons__button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47.5%;
                flex: 0 0 47.5%;
        margin-right: 5%; }
        .fixed-buttons__button:last-of-type {
          margin-right: 0; } }
    @media (max-width: 480px) {
      .fixed-buttons__button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-right: 0; } }
  @media (min-width: 1367px) and (min-height: 720px) {
    .fixed-buttons {
      display: none; } }
  @media (max-width: 1365px) {
    .fixed-buttons {
      -webkit-transform: translateY(-110%);
              transform: translateY(-110%); } }
  @media (max-width: 1024px) {
    .fixed-buttons {
      -webkit-transform: translateY(-75%);
              transform: translateY(-75%); }
      .fixed-buttons__buttons {
        margin-top: 20px; } }
  @media (max-width: 830px) {
    .fixed-buttons {
      -webkit-transform: none;
              transform: none;
      top: calc(-301.15385px + 52.88462vh); } }
  @media (max-width: 830px) and (max-height: 710px) and (orientation: portrait) {
    .fixed-buttons {
      top: 110px; } }
  @media (max-width: 830px) and (max-height: 710px) and (orientation: landscape) {
    .fixed-buttons {
      top: 70px; } }
  @media (max-width: 768px) {
    .fixed-buttons {
      bottom: auto;
      right: auto;
      left: 55%;
      -webkit-transform: none;
              transform: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 0; } }
  @media (max-width: 600px) and (orientation: portrait) {
    .fixed-buttons {
      left: 0;
      right: 0;
      top: auto;
      bottom: 0;
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); } }
  @media (max-width: 480px) {
    .fixed-buttons {
      -webkit-transform: translateY(-75%);
              transform: translateY(-75%); } }

/*!
 * fullPage 2.9.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.main-first-screen {
  position: relative;
  position: relative;
  height: 100%; }
  .main-first-screen__bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .main-first-screen__bg, .main-first-screen__video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    width: 100%;
    height: 100%;
    display: block; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .main-first-screen__bg, .main-first-screen__video {
        display: none; } }
    @media only screen and (max-width: 830px) and (orientation: landscape) {
      .main-first-screen__bg, .main-first-screen__video {
        -o-object-position: bottom right;
           object-position: bottom right; } }
    .main-first-screen__bg_mobile, .main-first-screen__video_mobile {
      display: none; }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .main-first-screen__bg_mobile, .main-first-screen__video_mobile {
          display: block;
          width: 100%;
          -o-object-position: center;
             object-position: center; } }
    .main-first-screen__bg_tube, .main-first-screen__video_tube {
      -o-object-fit: contain;
         object-fit: contain; }
  .main-first-screen__inner-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-left: calc(0.07772px + 13.2772vw);
    margin-right: calc(0.07772px + 13.2772vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: auto;
    height: 100%; }
    @media screen and (max-width: 376px) {
      .main-first-screen__inner-wrapper {
        margin-left: calc(-84.28571px + 35.71429vw);
        margin-right: calc(-84.28571px + 35.71429vw); } }
  .main-first-screen__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .main-first-screen__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .main-first-screen__middle, .main-first-screen__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  @media (max-width: 767px) {
    .main-first-screen__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .main-first-screen__middle, .main-first-screen__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; } }
  .main-first-screen__inner-wrapper {
    padding-top: calc(-283.84615px + 51.28205vh);
    padding-bottom: calc(-163.46154px + 33.65385vh); }
    @media (max-height: 768px) {
      .main-first-screen__inner-wrapper {
        padding-top: 110px; } }
    @media (max-height: 768px) {
      .main-first-screen__inner-wrapper {
        padding-bottom: 95px; } }
  .main-first-screen__scroll-down {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
    padding: 20px;
    z-index: 2; }
  @media only screen and (max-device-width: 830px) {
    .main-first-screen__inner-wrapper {
      padding-bottom: 0;
      padding-top: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .main-first-screen__scroll-down {
      display: none; }
    .main-first-screen__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .main-first-screen__middle, .main-first-screen__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; } }

.press-and-hold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: none !important; }
  .press-and-hold__progress-wrapper {
    width: 60px;
    height: 60px;
    position: relative; }
  .press-and-hold__outer-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #425cff;
    border-radius: 50%; }
  .press-and-hold__inner-circle {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #425cff;
    border-radius: 50%; }
  .press-and-hold__progress-bar {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .press-and-hold__progress-bar-ie-fix {
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    position: absolute; }
  .press-and-hold__points {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .press-and-hold__point {
    width: 4px;
    height: 4px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #425cff; }
  .press-and-hold__text {
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    color: #425cff;
    margin-top: 15px; }

.info-block-1 {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px); }
  .info-block-1__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    padding: 25px calc(18px + 2.1875vw); }
    @media screen and (max-width: 1365px) {
      .info-block-1__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .info-block-1__title {
        font-size: 38px; } }
    .info-block-1__title-border {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3px;
      background-color: black; }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .info-block-1__title {
        padding: 10px 20px;
        font-size: 30px; } }
  .info-block-1__content {
    margin-top: 40px; }
  .info-block-1__text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 450px;
    margin-top: 40px;
    padding-left: calc(17.2px + 2.4375vw); }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .info-block-1__text {
        margin-top: 5px;
        padding-left: 20px;
        font-size: 12px; } }
    .info-block-1__text p {
      margin: 2em 0; }
  .info-block-1__sub-text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    font-family: "AvenirNextCyrMedium";
    max-width: 450px;
    margin-top: calc(4px + 1.875vw);
    padding-left: calc(17.2px + 2.4375vw);
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .info-block-1__sub-text {
        margin-top: 10px;
        padding-left: 20px;
        font-size: 12px; } }
    .info-block-1__sub-text p {
      margin: 2em 0; }
    .info-block-1__sub-text_eng div {
      font-size: 14px;
      line-height: 40px; }
  .info-block-1__link {
    margin-left: calc(17.2px + 2.4375vw);
    display: inline-block;
    margin-top: 25px; }
  .info-block-1_no-max-width .info-block-1__sub-text,
  .info-block-1_no-max-width .info-block-1__text {
    max-width: none;
    padding-right: 64px; }
    @media (max-width: 767px) {
      .info-block-1_no-max-width .info-block-1__sub-text,
      .info-block-1_no-max-width .info-block-1__text {
        padding-right: 0; } }
  .info-block-1_phonon-top {
    margin-top: 170px; }
    @media screen and (max-width: 767px) {
      .info-block-1_phonon-top {
        margin-top: 50px; } }
  .info-block-1_contacts .info-block-1__sub-text {
    margin-top: 40px; }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .info-block-1_contacts .info-block-1__sub-text {
        margin-top: 10px; } }

.info-block-2 {
  font-family: "AvenirNextCyrMedium";
  font-size: 14px;
  line-height: 24px;
  color: #141414;
  font-size: 15px;
  padding: 5px 30px 15px;
  border-left: 1px solid black; }

.info-block-3 {
  position: relative; }
  .info-block-3__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden; }
    @media screen and (max-width: 1365px) {
      .info-block-3__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .info-block-3__title {
        font-size: 38px; } }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .info-block-3__title {
        font-size: 30px; } }
  .info-block-3__main-text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    max-width: 420px;
    margin-top: 40px;
    padding-left: calc(17.2px + 2.4375vw); }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .info-block-3__main-text {
        margin-top: 10px;
        padding-left: 10px;
        font-size: 12px; } }
  .info-block-3__sub-text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    font-family: "AvenirNextCyrMedium";
    max-width: 420px;
    margin-top: 15px;
    padding-left: calc(17.2px + 2.4375vw); }
  .info-block-3__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 40px;
    padding-left: calc(17.2px + 2.4375vw); }
    @media (max-width: 1366px) {
      .info-block-3__buttons {
        display: none; } }
    @media (max-height: 720px) {
      .info-block-3__buttons {
        display: none; } }
  .info-block-3__button {
    min-width: 180px;
    white-space: nowrap; }
  .info-block-3__link {
    margin-left: calc(17.2px + 2.4375vw);
    display: inline-block;
    margin-top: 25px; }
  @media (max-width: 1365px) {
    .info-block-3__main-text {
      width: calc(145.88629px + 20.06689vw); }
    .info-block-3__sub-text {
      width: calc(145.88629px + 20.06689vw); } }
  @media (max-width: 767px) {
    .info-block-3__main-text {
      width: 260px;
      margin-top: 15px; }
    .info-block-3__sub-text {
      width: 260px; }
    .info-block-3__link {
      margin-top: 15px; } }

.info-block-4 {
  padding-left: 64px;
  margin-bottom: calc(-159.61538px + 24.03846vh); }
  @media screen and (max-width: 376px) {
    .info-block-4 {
      padding-left: 0; } }
  @media screen and (max-height: 768px) {
    .info-block-4 {
      margin-bottom: 30px; } }
  .info-block-4__title {
    position: relative;
    font-family: "AvenirNextCyrBold";
    font-size: 14px;
    line-height: 1;
    color: #1a1a1a;
    color: #1a1a1a;
    padding: 10px 0 10px 30px;
    display: block; }
    .info-block-4__title-border {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3px;
      background-color: black; }
  .contrast .info-block-4__title {
    color: white; }
    .contrast .info-block-4__title-border {
      background-color: white; }
  .info-block-4_position-right-center {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-top: 0; }
  .info-block-4_color-9 .info-block-4__title {
    color: #1a1a1a; }
  .info-block-4_color-9 .info-block-4__title-border {
    background-color: #1a1a1a; }

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slider-navigation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slider-navigation__counter {
    font-family: "BebasNeue";
    font-size: calc(14.4px + 0.5vw);
    letter-spacing: 0.2px;
    line-height: 0.83;
    color: #425cff;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slider-navigation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px; }
  .slider-navigation__item {
    cursor: pointer;
    margin: -8px 3px -5px;
    padding: 8px 0 5px; }
    .slider-navigation__item::before {
      content: '';
      display: block;
      background-color: #425cff;
      height: 3px;
      width: 8px;
      -webkit-transition: .25s width;
      transition: .25s width; }
    .slider-navigation__item_active::before {
      width: 24px; }
  .slider-navigation__arrow {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 27px;
    height: 11px;
    cursor: pointer; }
    .slider-navigation__arrow.disabled {
      cursor: default; }
    .slider-navigation__arrow svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #425cff; }
  .slider-navigation_white .slider-navigation__item::before {
    background: white; }
  .slider-navigation_white .slider-navigation__counter {
    color: white; }
  .slider-navigation_cases-slider {
    position: absolute;
    bottom: 35px;
    z-index: 2; }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .slider-navigation_cases-slider {
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%); } }

.main-slider {
  position: relative; }
  .main-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    background-color: rgba(255, 255, 255, .5);
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1365px) {
      .main-slider::before {
        display: block; } }
  .main-slider__navigation {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .main-slider__press-and-hold {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .main-slider__info-block-3 {
    padding-top: calc(-283.84615px + 51.28205vh);
    padding-right: 100px;
    position: absolute;
    z-index: 10;
    left: calc(0.07772px + 13.2772vw); }
    @media (max-height: 768px) {
      .main-slider__info-block-3 {
        padding-top: 110px; } }
    @media only screen and (max-width: 830px) {
      .main-slider__info-block-3 {
        display: none; } }
  @media only screen and (max-width: 1365px) {
    .main-slider__navigation {
      margin-left: -20px;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .main-slider__press-and-hold {
      top: auto;
      right: auto;
      bottom: 15px;
      left: 50%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: 20px;
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%); }
    .main-slider .press-and-hold__text {
      margin-top: 0;
      margin-left: 15px;
      font-size: 12px; } }
  @media only screen and (max-width: 830px) and (orientation: portrait) {
    .main-slider__navigation {
      bottom: 5%;
      margin-left: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .main-slider__press-and-hold {
      bottom: 8%;
      left: 0;
      right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .main-slider .press-and-hold__text {
      margin-top: 15px;
      margin-left: 0;
      font-size: 12px; } }

.main-slider-slide {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
  .main-slider-slide__bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .main-slider-slide__bg, .main-slider-slide__video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    width: 100%;
    height: 100%;
    display: block; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .main-slider-slide__bg, .main-slider-slide__video {
        display: none; } }
    @media only screen and (max-width: 830px) and (orientation: landscape) {
      .main-slider-slide__bg, .main-slider-slide__video {
        -o-object-position: bottom right;
           object-position: bottom right; } }
    .main-slider-slide__bg_mobile, .main-slider-slide__video_mobile {
      display: none; }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .main-slider-slide__bg_mobile, .main-slider-slide__video_mobile {
          display: block;
          width: 100%;
          -o-object-position: center;
             object-position: center; } }
    .main-slider-slide__bg_tube, .main-slider-slide__video_tube {
      -o-object-fit: contain;
         object-fit: contain; }
  .main-slider-slide__inner-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-left: calc(0.07772px + 13.2772vw);
    margin-right: calc(0.07772px + 13.2772vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: auto;
    height: 100%; }
    @media screen and (max-width: 376px) {
      .main-slider-slide__inner-wrapper {
        margin-left: calc(-84.28571px + 35.71429vw);
        margin-right: calc(-84.28571px + 35.71429vw); } }
  .main-slider-slide__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .main-slider-slide__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .main-slider-slide__middle, .main-slider-slide__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  @media (max-width: 767px) {
    .main-slider-slide__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .main-slider-slide__middle, .main-slider-slide__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; } }
  .main-slider-slide__video {
    visibility: hidden;
    opacity: 0; }
  .main-slider-slide__inner-wrapper {
    padding-top: calc(-301.15385px + 52.88462vh);
    padding-bottom: calc(-111.53846px + 28.84615vh); }
    @media (max-height: 710px) and (orientation: portrait) {
      .main-slider-slide__inner-wrapper {
        padding-top: 110px; } }
    @media (max-height: 710px) and (orientation: landscape) {
      .main-slider-slide__inner-wrapper {
        padding-top: 70px; } }
    @media (max-height: 710px) and (orientation: portrait) {
      .main-slider-slide__inner-wrapper {
        padding-bottom: 0; } }
  .main-slider-slide_active {
    opacity: 1;
    visibility: visible;
    position: relative;
    height: 100%; }
  .main-slider-slide__row_middle {
    padding-top: 15px;
    padding-bottom: 15px; }
  @media (max-width: 1366px) {
    .main-slider-slide__slide-1 .main-slider-slide__row_top .main-slider-slide__middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; }
    .main-slider-slide__slide-1 .main-slider-slide__row_top .main-slider-slide__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .main-slider-slide__slide-1 .main-slider-slide__row_bottom > .main-slider-slide__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; }
    .main-slider-slide__slide-1 .main-slider-slide__row_bottom > .main-slider-slide__middle,
    .main-slider-slide__slide-1 .main-slider-slide__row_bottom > .main-slider-slide__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .main-slider-slide__slide-2 .main-slider-slide__row_bottom > .main-slider-slide__right, .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__right, .main-slider-slide__slide-4 .main-slider-slide__row_bottom > .main-slider-slide__right {
    display: none; }
  @media (max-width: 1366px) {
    .main-slider-slide__slide-2 .main-slider-slide__row_top > .main-slider-slide__middle, .main-slider-slide__slide-3 .main-slider-slide__row_top > .main-slider-slide__middle, .main-slider-slide__slide-4 .main-slider-slide__row_top > .main-slider-slide__middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .main-slider-slide__slide-2 .main-slider-slide__row_bottom > .main-slider-slide__right, .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__right, .main-slider-slide__slide-4 .main-slider-slide__row_bottom > .main-slider-slide__right {
      display: block; }
    .main-slider-slide__slide-2 .main-slider-slide__row_top > .main-slider-slide__right, .main-slider-slide__slide-3 .main-slider-slide__row_top > .main-slider-slide__right, .main-slider-slide__slide-4 .main-slider-slide__row_top > .main-slider-slide__right {
      display: none; }
    .main-slider-slide__slide-2 .main-slider-slide__row_bottom > .main-slider-slide__left, .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__left, .main-slider-slide__slide-4 .main-slider-slide__row_bottom > .main-slider-slide__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; }
    .main-slider-slide__slide-2 .main-slider-slide__row_bottom > .main-slider-slide__middle,
    .main-slider-slide__slide-2 .main-slider-slide__row_bottom > .main-slider-slide__right, .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__middle,
    .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__right, .main-slider-slide__slide-4 .main-slider-slide__row_bottom > .main-slider-slide__middle,
    .main-slider-slide__slide-4 .main-slider-slide__row_bottom > .main-slider-slide__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-height: 710px) {
    .main-slider-slide__slide-1 .main-slider-slide__row_bottom > .main-slider-slide__middle .info-block-2, .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__middle .info-block-2, .main-slider-slide__slide-4 .main-slider-slide__row_bottom > .main-slider-slide__middle .info-block-2 {
      display: none; } }
  @media (max-width: 1366px) {
    .main-slider-slide__slide-3 .main-slider-slide__row_top > .main-slider-slide__middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__right {
      display: block; }
    .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; }
    .main-slider-slide__slide-3 .main-slider-slide__row_bottom > .main-slider-slide__middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  .main-slider-slide__info-block-3 {
    display: none; }
  @media (max-width: 830px) {
    .main-slider-slide__row_top .main-slider-slide__middle,
    .main-slider-slide__row_top .main-slider-slide__right {
      display: none; }
    .main-slider-slide__row_middle {
      display: none; }
    .main-slider-slide__row_bottom {
      display: none; }
    .main-slider-slide__info-block-3 {
      display: block;
      min-height: auto; } }

.main-rest__wrapper {
  padding-top: calc(-283.84615px + 51.28205vh);
  position: relative; }
  @media (max-height: 768px) {
    .main-rest__wrapper {
      padding-top: 110px; } }

.activity {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  .activity__titles {
    min-height: calc(66.28571px + 9.15179vw); }
    @media (max-width: 1023px) {
      .activity__titles {
        min-height: auto; } }
  .activity__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    color: #425cff;
    padding-top: calc(1.5625vw - 5px);
    padding-left: calc(17.2px + 2.4375vw); }
    @media screen and (max-width: 1365px) {
      .activity__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .activity__title {
        font-size: 38px; } }
  .activity__info-block_right {
    margin-top: 220px; }
  @media (max-width: 1023px) {
    .activity__info-block {
      margin-top: 20px;
      margin-bottom: 40px; }
      .activity__info-block .info-block-1__sub-text {
        max-width: none; }
    .activity .two-columns__column_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .activity .two-columns__column_left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 400px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .case_shifted-top {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px); }
  .case__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
  .case__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    color: white;
    padding-left: calc(22.4px + 5.5vw);
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1365px) {
      .case__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .case__title {
        font-size: 38px; } }
  .case__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .case__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  .case__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 320px;
    padding: 20px 64px; }
  .case__sub-title {
    max-width: 200px;
    font-family: "BebasNeueBold";
    font-size: calc(10.66667px + 0.69444vw);
    letter-spacing: .2px;
    color: #141414;
    line-height: 1.33;
    text-transform: uppercase;
    font-size: 24px; }
  .case__text {
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    line-height: 24px;
    color: #141414;
    margin-top: 20px; }
  @media (max-width: 1365px) {
    .case {
      height: auto; }
      .case_shifted-top {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .case__left, .case__right {
        width: 100%;
        height: 400px; } }
  @media (max-width: 1023px) {
    .case {
      height: 400px; }
      .case__left, .case__right {
        height: auto; }
      .case__left {
        width: auto; }
      .case__right {
        width: 320px; }
      .case__img {
        height: 150%; } }
  @media (max-width: 767px) {
    .case {
      height: auto; }
      .case__title {
        padding-top: 90px;
        padding-bottom: 90px; }
      .case__right {
        padding-left: calc(0.07772px + 13.2772vw);
        width: 100%; } }

.cases__title {
  font-family: "BebasNeueBold";
  font-size: calc(64px + 5vw);
  letter-spacing: 1.6px;
  color: #141414;
  text-transform: uppercase;
  padding-left: calc(0.07772px + 13.2772vw);
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px); }
  @media screen and (max-width: 1023px) {
    .cases__title {
      font-size: 80px; } }
  @media only screen and (max-device-width: 830px) {
    .cases__title {
      font-size: 42px; } }

.cases__items {
  margin-top: 40px; }

.cases__show-all {
  margin-left: 64px; }

@media (max-width: 1023px) {
  .cases__two-columns .two-columns__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .cases__case {
    margin-bottom: 40px; } }

.advantages {
  position: relative;
  padding-top: calc(15px + 7.8125vw); }
  .advantages__bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .advantages__bg, .advantages__video {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
    width: 100%;
    height: 100%;
    display: block; }
    @media only screen and (max-width: 768px) and (orientation: portrait) {
      .advantages__bg, .advantages__video {
        display: none; } }
    @media only screen and (max-width: 830px) and (orientation: landscape) {
      .advantages__bg, .advantages__video {
        -o-object-position: bottom right;
           object-position: bottom right; } }
    .advantages__bg_mobile, .advantages__video_mobile {
      display: none; }
      @media only screen and (max-width: 768px) and (orientation: portrait) {
        .advantages__bg_mobile, .advantages__video_mobile {
          display: block;
          width: 100%;
          -o-object-position: center;
             object-position: center; } }
    .advantages__bg_tube, .advantages__video_tube {
      -o-object-fit: contain;
         object-fit: contain; }
  .advantages__inner-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-left: calc(0.07772px + 13.2772vw);
    margin-right: calc(0.07772px + 13.2772vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: auto;
    height: 100%; }
    @media screen and (max-width: 376px) {
      .advantages__inner-wrapper {
        margin-left: calc(-84.28571px + 35.71429vw);
        margin-right: calc(-84.28571px + 35.71429vw); } }
  .advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .advantages__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .advantages__middle, .advantages__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  @media (max-width: 767px) {
    .advantages__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .advantages__middle, .advantages__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 0%;
              flex: 0 0 0%;
      max-width: 0%; } }
  .advantages__inner-wrapper {
    height: auto; }
    @media screen and (max-width: 376px) {
      .advantages__inner-wrapper {
        margin-left: calc(-84.28571px + 35.71429vw);
        margin-right: calc(-84.28571px + 35.71429vw); } }
  @media screen and (max-width: 767px) {
    .advantages {
      padding-top: 60px; } }
  .advantages__title {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  .advantages__advantage {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .advantages__advantage {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .advantages__advantage .advantage__text {
      width: 65%;
      margin-left: auto; }
      @media (max-width: 1365px) {
        .advantages__advantage .advantage__text {
          width: 85%; } }
      @media (max-width: 767px) {
        .advantages__advantage .advantage__text {
          margin-left: 25px;
          width: 100%; } }
  .advantages__row_middle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 120px; }
  .advantages__row_middle .advantages__left, .advantages__row_bottom .advantages__left {
    padding-left: 64px;
    padding-right: calc(-271.33574px + 24.54874vw); }
  .advantages__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 120px; }
    @media (max-width: 1365px) {
      .advantages__left {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    .advantages__left_last {
      margin-bottom: 0; }
  .advantages__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding-left: 64px; }
  .advantages__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding: 0 64px; }
  @media (max-width: 1365px) {
    .advantages__row_middle .advantages__left, .advantages__row_bottom .advantages__left {
      padding-right: 64px; }
    .advantages__row_middle .advantages__left,
    .advantages__row_middle .advantages__middle,
    .advantages__row_middle .advantages__right, .advantages__row_bottom .advantages__left,
    .advantages__row_bottom .advantages__middle,
    .advantages__row_bottom .advantages__right {
      padding-left: 0;
      padding-right: 0; }
    .advantages__row_middle .advantages__middle, .advantages__row_bottom .advantages__middle {
      padding-right: 15px; }
    .advantages__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 40px; }
    .advantages__middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
    .advantages__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .advantages__row_top {
      padding-bottom: 40px; }
    .advantages__row_middle {
      margin-top: 0;
      margin-bottom: 0; }
    .advantages__middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      .advantages__middle noindex {
        display: none; }
    .advantages__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      .advantages__right noindex {
        display: none; } }

.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .advantage__number {
    font-family: "BebasNeue";
    font-size: calc(46.66667px + 1.73611vw);
    line-height: 1.2;
    color: #425cff;
    height: calc(32px + 2.5vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media screen and (max-width: 767px) {
      .advantage__number {
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-left: 25px;
        margin-bottom: 25px; } }
  .advantage__text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414; }
    @media screen and (max-width: 767px) {
      .advantage__text {
        -ms-flex-item-align: start;
            align-self: flex-start;
        margin-left: 25px; } }

.title-1 {
  font-family: "BebasNeueBold";
  font-size: calc(32px + 2.5vw);
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #141414;
  text-transform: uppercase;
  overflow: hidden; }
  @media screen and (max-width: 1365px) {
    .title-1 {
      font-size: 40px;
      letter-spacing: 0; } }
  @media screen and (max-width: 375px) {
    .title-1 {
      font-size: 38px; } }

.sub-advantage {
  min-height: 140px; }
  .sub-advantage_mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    .sub-advantage:first-child {
      margin-bottom: 0; } }
  .sub-advantage__number {
    font-family: "BebasNeueBold";
    font-size: calc(10.66667px + 0.69444vw);
    letter-spacing: .2px;
    color: #141414;
    line-height: 1.33;
    text-transform: uppercase;
    color: #425cff;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .sub-advantage__number {
        font-size: 16px; } }
  .sub-advantage__text {
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    line-height: 24px;
    color: #141414;
    margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .sub-advantage {
      margin-left: 25px; } }
  @media screen and (max-width: 768px) {
    .sub-advantage_mobile {
      display: block; } }

.geography {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw);
  margin-top: 230px; }
  .geography__mobile {
    margin-top: 0; }
  @media (max-width: 767px) {
    .geography {
      margin-top: 0; }
      .geography__mobile {
        margin: 0; } }
  .geography__bottom {
    margin-top: 70px; }
    .geography__bottom .two-columns__column {
      padding-right: 64px; }
  @media (max-width: 1023px) {
    .geography__bottom .two-columns__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .geography__bottom .two-columns__column_left {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .geography__bottom .two-columns__column_right {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.clients {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 400px;
  background-color: #F5F6FF;
  padding: 20px calc(-29.31408px + 3.61011vw);
  display: block; }
  .clients__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    height: auto; }
  .clients__logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 10px calc(-16.98556px + 2.70758vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .clients__logo {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 85px; }
  @media (max-width: 1365px) {
    .clients {
      padding: 20px calc(-40.05865px + 5.8651vw);
      height: auto; }
      .clients__logo-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding: 15px calc(22.3445px + 2.39234vw); } }
  @media (max-width: 1023px) {
    .clients {
      padding-left: 30px;
      padding-right: 30px; }
      .clients__logo-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding: 15px calc(-0.93172px + 4.97866vw); } }
  @media (max-width: 767px) {
    .clients__logo-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.objects-map-preview {
  padding-left: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 400px; }
  @media (max-width: 1365px) {
    .objects-map-preview {
      height: 615px; } }
  .objects-map-preview__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  .objects-map-preview__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    color: white;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #425cff; }
    @media screen and (max-width: 1365px) {
      .objects-map-preview__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .objects-map-preview__title {
        font-size: 38px; } }
  @media (max-width: 1023px) {
    .objects-map-preview {
      margin-top: 40px;
      height: 400px; } }
  @media (max-width: 767px) {
    .objects-map-preview {
      margin-top: 0;
      margin-bottom: 40px; } }

.contacts {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw);
  margin-top: 180px;
  padding-bottom: 290px; }
  .contacts__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden; }
    @media screen and (max-width: 1365px) {
      .contacts__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .contacts__title {
        font-size: 38px; } }
  .contacts__left {
    padding: 0 calc(17.2px + 2.4375vw); }
  .contacts__right {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    font-family: "AvenirNextCyrMedium";
    line-height: 2.6;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    position: relative;
    z-index: 1;
    border-left: 3px solid black;
    padding: 25px calc(17.2px + 2.4375vw); }
  .contacts__more {
    margin-top: 25px;
    display: inline-block; }
  @media (max-width: 1023px) {
    .contacts .two-columns__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
      .contacts .two-columns__column_right {
        margin-top: 40px; } }
  @media (max-width: 767px) {
    .contacts {
      padding-bottom: 120px;
      margin-top: 80px; }
      .contacts__left {
        border-left: 3px solid black;
        padding-top: 25px;
        padding-bottom: 25px; }
      .contacts__right {
        border-left: none; }
      .contacts__more {
        margin-top: 0; }
      .contacts .two-columns__column_right {
        margin-top: 0; } }

.scroll-up {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  padding: 20px;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .scroll-up {
      bottom: 60px; } }

.pulse {
  overflow: hidden;
  position: absolute;
  width: 450px;
  height: 450px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .pulse__canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
  .pulse__mask {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10000px white;
            box-shadow: 0 0 0 10000px white;
    z-index: 2; }
  .pulse__shade {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 20px 35px white;
            box-shadow: inset 0 0 20px 35px white;
    z-index: 2; }

.tail {
  padding-top: calc(-37.69231px + 19.23077vh);
  padding-bottom: calc(-409.61538px + 65.70513vh); }
  @media (max-height: 768px) {
    .tail {
      padding-top: 110px; } }
  @media (max-height: 768px) {
    .tail {
      padding-bottom: 95px; } }
  .tail__scroll-up {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
    padding: 20px;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .tail__scroll-up {
        bottom: 60px; } }

.about {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  @media screen and (max-width: 376px) {
    .about {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  .about__wrapper {
    padding-left: calc(17.2px + 2.4375vw);
    padding-top: 35px; }
    @media screen and (max-width: 767px) {
      .about__wrapper {
        padding-left: 25px; } }
  .about .two-columns {
    margin-top: 30px; }
  .about__grid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    .about__grid_right {
      padding-left: calc(17.2px + 2.4375vw); }
    @media screen and (max-width: 767px) {
      .about__grid {
        padding-left: 0; } }
  .about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media screen and (max-width: 767px) {
      .about__row {
        margin-left: 0;
        margin-right: 0; } }
  .about__col_1, .about__col_2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    font-family: "AvenirNextCyrMedium";
    font-size: calc(10.66667px + 0.17361vw);
    line-height: 1.7;
    color: black;
    color: #1a1a1a;
    padding-right: calc(17.2px + 2.4375vw); }
    @media screen and (max-width: 767px) {
      .about__col_1, .about__col_2 {
        margin-bottom: 25px; } }
    @media screen and (max-width: 1023px) {
      .about__col_1, .about__col_2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        font-size: 14px;
        margin-bottom: 25px; } }
  .about__col_3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    font-family: "BebasNeue";
    font-size: calc(46.66667px + 1.73611vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #425cff;
    text-transform: uppercase;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .about__col_3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .about__col_4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    padding-right: calc(17.2px + 2.4375vw); }
    @media screen and (max-width: 1023px) {
      .about__col_4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }

.science-activity {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw);
  margin-top: 250px; }
  @media screen and (max-width: 1023px) {
    .science-activity {
      margin-top: 100px; } }
  @media screen and (max-width: 767px) {
    .science-activity {
      margin-top: 50px; } }
  @media screen and (max-width: 376px) {
    .science-activity {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  .science-activity__text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 450px;
    margin-top: 40px;
    padding-left: calc(17.2px + 2.4375vw); }
    @media screen and (max-width: 767px) {
      .science-activity__text {
        padding-left: 25px; } }
  .science-activity__sub-text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    font-family: "AvenirNextCyrMedium";
    max-width: 450px;
    margin-top: 55px;
    padding-left: calc(17.2px + 2.4375vw);
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    @media screen and (max-width: 767px) {
      .science-activity__sub-text {
        padding-left: 25px; } }
  .science-activity .two-columns__column_left {
    padding-bottom: 275px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 64px; }
    @media screen and (max-width: 767px) {
      .science-activity .two-columns__column_left {
        padding-right: 0;
        padding-bottom: 50px; } }
  .science-activity__image {
    width: 100%; }
    .science-activity__image img {
      max-width: 100%; }

.map-info {
  padding: 30px 64px;
  background: #425cff;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-family: "AvenirNextCyrBold";
  font-size: 14px;
  line-height: 1;
  color: #1a1a1a;
  font-family: "AvenirNextCyrMedium";
  color: white; }
  @media screen and (max-width: 1365px) {
    .map-info {
      height: auto;
      max-height: 290px; } }
  @media screen and (max-width: 767px) {
    .map-info {
      padding-left: 25px;
      padding-right: 25px; } }
  .map-info__content {
    height: auto;
    display: none; }
    .map-info__content[data-info=RU] {
      display: block; }
  .map-info__contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .map-info__title {
    font-family: "BebasNeueBold";
    font-size: 24px;
    line-height: 28px;
    color: white; }
    @media screen and (max-width: 1238px) {
      .map-info__title {
        height: auto; } }
  .map-info__link {
    font-family: "AvenirNextCyrBold";
    font-size: 14px;
    line-height: 1;
    color: #1a1a1a;
    font-family: "AvenirNextCyrMedium";
    line-height: 28px;
    color: white; }
    @media screen and (max-width: 1238px) {
      .map-info__link {
        height: auto; } }
    @media screen and (max-width: 767px) {
      .map-info__link {
        line-height: 2; } }
  .map-info__list-title {
    line-height: 28px; }
    @media screen and (max-width: 1238px) {
      .map-info__list-title {
        margin-bottom: 15px; } }
    @media screen and (max-width: 767px) {
      .map-info__list-title {
        line-height: 2; } }
  .map-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1238px) {
      .map-info__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 15px; } }
  .map-info__item {
    font-family: "AvenirNextCyrBold";
    font-size: 14px;
    line-height: 1;
    color: #1a1a1a;
    line-height: 28px;
    color: white;
    padding-right: 12px;
    position: relative; }
    @media screen and (max-width: 1365px) {
      .map-info__item {
        line-height: 1.5; } }
    .map-info__item:after {
      content: '/';
      color: white;
      display: block;
      position: absolute;
      right: 3px;
      top: 0; }
    .map-info__item:last-child:after {
      display: none; }

.projects-map {
  margin-top: 175px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .projects-map {
      margin-top: 100px; } }
  @media screen and (max-width: 767px) {
    .projects-map {
      margin-top: 50px; } }
  .projects-map__title {
    font-family: "BebasNeueBold";
    font-size: calc(64px + 5vw);
    letter-spacing: 1.6px;
    color: #141414;
    text-transform: uppercase;
    margin-left: calc(0.07772px + 13.2772vw);
    margin-right: calc(0.07772px + 13.2772vw);
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px); }
    @media screen and (max-width: 1023px) {
      .projects-map__title {
        font-size: 80px; } }
    @media only screen and (max-device-width: 830px) {
      .projects-map__title {
        font-size: 42px; } }
  .projects-map__map-info {
    margin-top: -150px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 830px) and (orientation: landscape) {
      .projects-map__map-info {
        margin-top: calc(-288.39695px + 19.08397vw); } }
    @media only screen and (max-width: 768px) and (orientation: landscape) {
      .projects-map__map-info {
        margin-top: -225px; } }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      .projects-map__map-info {
        margin-top: -225px; } }
    @media only screen and (max-width: 568px) and (orientation: landscape) {
      .projects-map__map-info {
        margin-top: -180px; } }

.projects-map__map-container {
  padding: calc(10px + 2.60417vw) 0;
  max-height: 990px;
  height: calc(357px + 23.75vw);
  overflow: hidden;
  position: relative;
  margin: calc(10px + 2.60417vw) calc(0.07772px + 13.2772vw) 0; }
  @media screen and (max-width: 767px) {
    .projects-map__map-container {
      margin: 50px calc(0.07772px + 13.2772vw) 0; } }
  @media screen and (max-width: 479px) {
    .projects-map__map-container {
      margin-top: 50px;
      height: 400px; } }
  @media screen and (max-width: 376px) {
    .projects-map__map-container {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  @media only screen and (max-width: 830px) and (orientation: landscape) {
    .projects-map__map-container {
      height: 100vh;
      margin: 0 calc(0.07772px + 13.2772vw); } }
  .projects-map__map-container .map {
    height: 1050px;
    width: 120%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f5f6ff; }
    @media screen and (max-width: 1919px) {
      .projects-map__map-container .map {
        width: 120%;
        height: 120%; } }
    @media screen and (max-width: 767px) {
      .projects-map__map-container .map {
        height: 110%; } }
    @media screen and (max-width: 376px) {
      .projects-map__map-container .map {
        left: 35%;
        height: 122%;
        width: 155%; } }
    @media only screen and (max-width: 830px) and (orientation: landscape) {
      .projects-map__map-container .map {
        width: 110%;
        height: 135%; } }
    .projects-map__map-container .map [area-text='data-text'] {
      color: #1a1a1a; }
    .projects-map__map-container .map svg {
      width: 100%;
      height: 100%; }
      .projects-map__map-container .map svg path {
        stroke-width: 0; }
        .projects-map__map-container .map svg path.active {
          stroke-width: 1;
          fill: #d2d8ff;
          stroke: #acb5f5;
          cursor: pointer;
          -webkit-transition: 0.3s fill ease-in;
          transition: 0.3s fill ease-in; }
          .projects-map__map-container .map svg path.active:hover {
            fill: #425cff;
            cursor: pointer;
            -webkit-transition: 0.3s fill ease-in;
            transition: 0.3s fill ease-in; }
        .projects-map__map-container .map svg path.selected {
          fill: #425cff; }
      .projects-map__map-container .map svg text {
        font-size: 7px !important;
        font-family: 'AvenirNextCyrMedium' !important;
        fill: #8997ef;
        cursor: pointer;
        pointer-events: none; }
        @media screen and (max-width: 479px) {
          .projects-map__map-container .map svg text {
            font-size: 14px !important; } }
      .projects-map__map-container .map svg .plot {
        href: url(/media/pin2.b606e217.png);
        pointer-events: none; }

.clients-full {
  margin-top: 110px;
  display: block;
  position: relative; }
  .clients-full__title-wrapper {
    position: relative;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    padding: 25px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .clients-full__title-wrapper-border {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3px;
      background-color: black; }
    @media screen and (max-width: 1365px) {
      .clients-full__title-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: calc(0.07772px + 13.2772vw);
        padding-left: 25px; } }
    @media screen and (max-width: 376px) {
      .clients-full__title-wrapper {
        margin-left: calc(-84.28571px + 35.71429vw); } }
  .clients-full__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden; }
    @media screen and (max-width: 1365px) {
      .clients-full__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .clients-full__title {
        font-size: 38px; } }
  .clients-full__reviews {
    margin-left: 65px; }
    @media screen and (max-width: 1365px) {
      .clients-full__reviews {
        width: 100%;
        margin-left: 0;
        margin-top: 25px; } }
  .clients-full__logos {
    padding: 20px calc(-29.31408px + 3.61011vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #F5F6FF;
    height: 570px;
    margin-left: calc(0.07772px + 13.2772vw);
    margin-right: calc(0.07772px + 13.2772vw);
    margin-top: 55px; }
    @media screen and (max-width: 1023px) {
      .clients-full__logos {
        margin-left: 0;
        margin-right: 0;
        height: auto; } }
  .clients-full__logo-wrapper {
    width: 20%;
    padding: 10px calc(-56.29964px + 6.31769vw);
    height: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .clients-full__logo {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 85px; }
    @media screen and (max-width: 767px) {
      .clients-full__logo {
        max-width: 150px; } }
  @media (max-width: 1365px) {
    .clients-full {
      padding: 20px calc(-40.05865px + 5.8651vw);
      height: auto; }
      .clients-full__logo-wrapper {
        width: 25%;
        padding: 10px calc(-115.13196px + 13.19648vw);
        height: auto; } }
  @media (max-width: 1023px) {
    .clients-full__logo-wrapper {
      width: 33.33333%;
      padding: 10px calc(-115.52941px + 17.64706vw); } }
  @media screen and (max-width: 767px) {
    .clients-full {
      margin-top: 55px; }
      .clients-full__logo-wrapper {
        padding-left: 15px;
        padding-right: 15px; } }

.leadership {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw);
  margin-top: 130px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .leadership {
      margin-top: 50px; } }
  @media screen and (max-width: 376px) {
    .leadership {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  .leadership__row {
    margin-top: 60px; }
    .leadership__row .two-columns__column_right {
      padding-top: 100px; }
      @media screen and (max-width: 767px) {
        .leadership__row .two-columns__column_right {
          padding-top: 50px; } }

.person {
  width: 512px;
  opacity: 0;
  visibility: hidden; }
  @media screen and (max-width: 1365px) {
    .person {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .person {
      width: auto; } }
  .person__stub {
    width: 448px;
    height: 500px;
    background-color: #e5e5e5; }
  .person__wrapper {
    margin-top: 45px;
    padding-left: 121.6px; }
    @media screen and (max-width: 1365px) {
      .person__wrapper {
        padding-left: 60.8px; } }
    @media screen and (max-width: 767px) {
      .person__wrapper {
        padding-left: 25px; } }
  .person__position {
    font-family: "BebasNeueBold";
    font-size: calc(10.66667px + 0.69444vw);
    letter-spacing: .2px;
    color: #141414;
    line-height: 1.33;
    text-transform: uppercase;
    color: #425cff; }
    @media screen and (max-width: 767px) {
      .person__position {
        font-size: 16px; } }
  .person__name {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    margin-top: 15px; }
  .person__info {
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    line-height: 24px;
    color: #141414;
    margin-top: 15px;
    opacity: .8; }
  @media screen and (max-width: 1365px) {
    .person__photo {
      max-width: 100%; } }

.career {
  margin-top: 160px;
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  @media screen and (max-width: 767px) {
    .career {
      margin-top: 50px; } }
  @media screen and (max-width: 376px) {
    .career {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  .career__hh {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    font-family: "AvenirNextCyrMedium";
    color: #425cff;
    text-decoration: underline; }

.adjacent-pages {
  margin-top: 125px; }
  @media screen and (max-width: 767px) {
    .adjacent-pages {
      margin-bottom: 105px;
      margin-top: 50px; }
      .adjacent-pages .two-columns__column_left {
        display: none; } }
  .adjacent-pages__wrapper {
    position: relative;
    display: block;
    margin-right: 16.66665vw; }
    @media screen and (max-width: 767px) {
      .adjacent-pages__wrapper {
        margin-right: 0; } }
  .adjacent-pages__bg {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }
    @media screen and (max-width: 376px) {
      .adjacent-pages__bg {
        height: 280px; } }
  .adjacent-pages__content {
    position: absolute;
    left: 3.33333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .adjacent-pages__content {
        left: calc(0.07772px + 13.2772vw); } }
    @media screen and (max-width: 376px) {
      .adjacent-pages__content {
        left: calc(-84.28571px + 35.71429vw); } }
  .adjacent-pages__name {
    font-family: "BebasNeue";
    font-size: calc(46.66667px + 1.73611vw);
    line-height: 1.2;
    color: #425cff;
    font-family: "BebasNeueBold";
    color: white; }
    @media screen and (max-width: 1023px) {
      .adjacent-pages__name {
        font-size: 40px; } }
  .adjacent-pages__text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    margin-top: 30px;
    padding-left: 64px;
    color: white; }
  .adjacent-pages_reviews-bottom {
    margin-bottom: 192px; }

.img-block {
  display: block;
  height: 400px;
  position: relative; }
  .img-block_no-height {
    height: auto;
    padding: 64px 64px 0; }
    @media (max-width: 767px) {
      .img-block_no-height {
        padding: 50px 0; } }
  .img-block__text {
    position: absolute;
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    color: #1a1a1a;
    opacity: .8; }
    .img-block__text_cuulong-1 {
      top: 20%;
      left: 20%; }
      @media (max-width: 1023px) {
        .img-block__text_cuulong-1 {
          top: auto;
          bottom: 20%; } }
      @media (max-width: 767px) {
        .img-block__text_cuulong-1 {
          top: auto;
          left: 5%;
          font-size: 12px; } }
    .img-block__text_gazprom-1 {
      top: 35%;
      left: 25%; }
      @media (max-width: 1023px) {
        .img-block__text_gazprom-1 {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .img-block__text_gazprom-1 {
          top: 20%;
          left: 5%; } }
    .img-block__text_gazprom-2 {
      bottom: 19%;
      right: 20%; }
      @media (max-width: 1365px) {
        .img-block__text_gazprom-2 {
          bottom: 15%; } }
      @media (max-width: 1023px) {
        .img-block__text_gazprom-2 {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .img-block__text_gazprom-2 {
          bottom: 20%;
          right: 5%; } }
  .img-block__img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%; }
  .img-block__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%; }
    .img-block__bg .img-block__img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .img-block_position-bottom-right {
    -o-object-position: bottom right;
       object-position: bottom right; }

.inner-first-screen {
  padding-top: calc(-37.69231px + 19.23077vh);
  padding-left: calc(0.07772px + 13.2772vw);
  padding-right: calc(0.07772px + 13.2772vw);
  background-color: #353535;
  height: 100%;
  padding-bottom: 80px;
  position: relative;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
  will-change: padding; }
  @media (max-height: 768px) {
    .inner-first-screen {
      padding-top: 110px; } }
  .inner-first-screen_light {
    position: relative; }
    .inner-first-screen_light::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      display: none;
      background-color: rgba(255, 255, 255, .5); }
      @media (max-width: 830px) {
        .inner-first-screen_light::after {
          display: block; } }
  @media screen and (max-width: 376px) {
    .inner-first-screen {
      padding-left: calc(-84.28571px + 35.71429vw);
      padding-right: calc(-84.28571px + 35.71429vw); } }
  @media screen and (max-width: 830px) {
    .inner-first-screen {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0;
      padding-bottom: 0; }
      .inner-first-screen .info-block-4 {
        display: none;
        padding-top: 0;
        padding-left: 0; }
        .inner-first-screen .info-block-4__title {
          display: none; }
      .inner-first-screen__cases-list .inner-first-screen__title {
        margin-top: 30px; }
      .inner-first-screen_reviews {
        display: block; } }
  .inner-first-screen__cases-list {
    padding-top: calc(-151.92308px + 46.47436vh);
    padding-bottom: 0; }
    @media (max-height: 768px) {
      .inner-first-screen__cases-list {
        padding-top: 205px; } }
    @media screen and (max-width: 830px) {
      .inner-first-screen__cases-list {
        padding-top: 0; }
        .inner-first-screen__cases-list.inner-first-screen {
          padding-top: calc(-37.69231px + 19.23077vh); } }
    @media screen and (max-width: 830px) and (max-height: 768px) {
      .inner-first-screen__cases-list.inner-first-screen {
        padding-top: 110px; } }
    @media screen and (max-width: 767px) and (max-height: 520px) {
      .inner-first-screen__cases-list {
        padding-top: 0; }
        .inner-first-screen__cases-list.inner-first-screen {
          padding-top: calc(-37.69231px + 19.23077vh); } }
    @media screen and (max-width: 767px) and (max-height: 520px) and (max-height: 768px) {
      .inner-first-screen__cases-list.inner-first-screen {
        padding-top: 110px; } }
  .inner-first-screen__scroll-down, .inner-first-screen__scroll-up {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
    padding: 20px;
    z-index: 2; }
  @media screen and (max-width: 830px) {
    .inner-first-screen__scroll-down {
      display: none; } }
  @media screen and (max-width: 767px) {
    .inner-first-screen__scroll-down_mobil-hide {
      visibility: hidden; } }
  .inner-first-screen__section {
    font-family: "AvenirNextCyrBold";
    font-size: 14px;
    line-height: 1;
    color: #1a1a1a;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
    color: white;
    border-left: 3px solid white;
    padding: 10px 0 10px 30px;
    position: relative; }
  .inner-first-screen__background-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .inner-first-screen__wrapper-title {
    position: relative; }
  .inner-first-screen__title {
    font-family: "BebasNeueBold";
    font-size: calc(-5.33333px + 6.94444vw);
    color: white;
    line-height: 1.18;
    color: #1a1a1a;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
    @media screen and (max-width: 767px) {
      .inner-first-screen__title {
        font-size: 48px; } }
    @media screen and (max-width: 767px) and (max-height: 520px) {
      .inner-first-screen__title {
        font-size: 40px; } }
    @media screen and (max-width: 1023px) {
      .inner-first-screen__title {
        margin-top: 0px; } }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .inner-first-screen__title {
        font-size: 30px; } }
    .inner-first-screen__title a {
      font-family: "BebasNeueBold";
      font-size: calc(-5.33333px + 6.94444vw);
      color: white;
      line-height: 1.18;
      color: #1a1a1a; }
      @media screen and (max-width: 767px) {
        .inner-first-screen__title a {
          font-size: 48px; } }
      @media screen and (max-width: 767px) and (max-height: 520px) {
        .inner-first-screen__title a {
          font-size: 40px; } }
  .inner-first-screen__text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414;
    margin-top: 30px;
    padding-left: 64px;
    color: #1a1a1a;
    max-width: 512px;
    position: relative;
    min-height: 150px; }
    @media only screen and (max-device-width: 830px) and (orientation: landscape) {
      .inner-first-screen__text {
        min-height: auto;
        padding-left: 20px;
        margin-top: 10px;
        font-size: 12px; } }
    @media screen and (max-width: 376px) {
      .inner-first-screen__text {
        padding-left: 25px; } }
  .inner-first-screen_height-auto {
    height: auto; }
  .inner-first-screen_height-100vh {
    height: 100vh; }
  .inner-first-screen_transparent-bg {
    background: transparent; }
  .contrast .inner-first-screen__title, .contrast .inner-first-screen__text {
    color: white; }
  .inner-first-screen_no-bg {
    background-color: transparent; }
  .inner-first-screen__reviews {
    margin-top: 12vh; }
    @media screen and (max-width: 768px) {
      .inner-first-screen__reviews {
        margin-top: 0; } }
  .inner-first-screen_reviews .anim-overflow {
    z-index: 1;
    overflow: visible; }
  .inner-first-screen__company-selector-item {
    height: 70px; }

[data-title-item-anim] {
  display: inline-block; }

[data-namespace="cases"] {
  overflow: hidden; }

[data-namespace="case"] .container-inner {
  position: relative;
  background-color: #fff;
  margin-top: -25vh;
  z-index: 1;
  will-change: margin; }

@media screen and (max-width: 1023px) {
  [data-namespace="case"] .inner-first-screen__title,
  [data-namespace="cases"] .inner-first-screen__title {
    margin-top: 0;
    margin-bottom: 60px; }
  [data-namespace="case"] .inner-first-screen__text,
  [data-namespace="cases"] .inner-first-screen__text {
    padding-top: 0; } }
  @media only screen and (max-width: 1023px) and (max-device-width: 830px) and (orientation: landscape) {
    [data-namespace="case"] .inner-first-screen__text,
    [data-namespace="cases"] .inner-first-screen__text {
      padding-top: 0; } }

@media screen and (max-width: 1023px) {
  [data-namespace="case"] .inner-first-screen .info-block-4,
  [data-namespace="cases"] .inner-first-screen .info-block-4 {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px; }
    [data-namespace="case"] .inner-first-screen .info-block-4__title,
    [data-namespace="cases"] .inner-first-screen .info-block-4__title {
      display: block; }
  [data-namespace="case"] .inner-first-screen .slider-navigation__counter,
  [data-namespace="cases"] .inner-first-screen .slider-navigation__counter {
    font-size: 20px; }
  [data-namespace="case"] .inner-first-screen .slider-navigation_cases-slider,
  [data-namespace="cases"] .inner-first-screen .slider-navigation_cases-slider {
    bottom: 20px; } }

@media screen and (max-width: 320px) and (orientation: landscape) {
  [data-namespace="case"] .inner-first-screen__title,
  [data-namespace="cases"] .inner-first-screen__title {
    margin-bottom: 40px;
    margin-top: 10px; }
  [data-namespace="case"] .inner-first-screen__text,
  [data-namespace="cases"] .inner-first-screen__text {
    padding-top: 30px; }
  [data-namespace="case"] .inner-first-screen .info-block-4,
  [data-namespace="cases"] .inner-first-screen .info-block-4 {
    bottom: auto;
    margin-top: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0; }
  [data-namespace="case"] .slider-navigation__counter,
  [data-namespace="cases"] .slider-navigation__counter {
    font-size: 14px; }
  [data-namespace="case"] .slider-navigation_cases-slider,
  [data-namespace="cases"] .slider-navigation_cases-slider {
    bottom: 20px; } }

@media screen and (max-width: 767px) {
  [data-namespace="case"] .inner-first-screen .info-block-4,
  [data-namespace="cases"] .inner-first-screen .info-block-4 {
    -webkit-transform: translate(0);
            transform: translate(0);
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) and (max-height: 480px) and (orientation: landscape) {
  [data-namespace="case"] .inner-first-screen__title,
  [data-namespace="cases"] .inner-first-screen__title {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 60px; }
  [data-namespace="case"] .inner-first-screen__text,
  [data-namespace="cases"] .inner-first-screen__text {
    margin-top: -60px;
    font-size: 14px;
    padding-top: 0; }
  [data-namespace="case"] .inner-first-screen .info-block-4,
  [data-namespace="cases"] .inner-first-screen .info-block-4 {
    bottom: auto;
    margin-top: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0; }
  [data-namespace="case"] .slider-navigation__counter,
  [data-namespace="cases"] .slider-navigation__counter {
    font-size: 14px; }
  [data-namespace="case"] .slider-navigation_cases-slider,
  [data-namespace="cases"] .slider-navigation_cases-slider {
    bottom: 20px; } }

@media screen and (max-width: 767px) {
  [data-namespace='contacts'] .inner-first-screen__title a {
    font-size: 40px; } }

@media screen and (max-width: 830px) {
  [data-namespace='contacts'] .two-columns_col-right-pr > .two-columns__row > .two-columns__column_right {
    padding-right: 25px;
    padding-left: 0; }
  [data-namespace='contacts'] .two-columns_gap > .two-columns__row > .two-columns__column_right {
    padding-left: 0; }
  [data-namespace='contacts'] .form {
    padding-left: 25px; }
    [data-namespace='contacts'] .form .input-group {
      margin: 25px 0; }
      [data-namespace='contacts'] .form .input-group__input {
        line-height: 1.5; }
    [data-namespace='contacts'] .form .btn {
      margin-top: 50px; } }

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.activity-directions {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  @media screen and (max-width: 376px) {
    .activity-directions {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  .activity-directions__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    color: #425cff;
    padding-top: 25px;
    padding-left: 64px; }
    @media screen and (max-width: 1365px) {
      .activity-directions__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .activity-directions__title {
        font-size: 38px; } }
    @media screen and (max-width: 767px) {
      .activity-directions__title {
        padding-left: 25px;
        padding-top: 0; } }
    .activity-directions__title_offset {
      margin-top: 205px; }
      @media screen and (max-width: 767px) {
        .activity-directions__title_offset {
          margin-top: 0; } }
  .activity-directions__info-block_right {
    margin-top: 220px; }
    .activity-directions__info-block_right .info-block-1__sub-text div {
      line-height: 40px; }
  .activity-directions__info-block .info-block-1__sub-text {
    max-width: 440px;
    font-size: 14px; }
  @media screen and (max-width: 767px) {
    .activity-directions__info-block_top {
      padding-left: calc(0.07772px + 13.2772vw);
      padding-right: calc(0.07772px + 13.2772vw); } }
  @media screen and (max-width: 376px) {
    .activity-directions__info-block_top {
      padding-left: calc(-84.28571px + 35.71429vw);
      padding-right: calc(-84.28571px + 35.71429vw); } }
  .activity-directions__info-block_top .info-block-1__sub-text {
    max-width: none;
    margin-right: calc(0.07772px + 13.2772vw); }
  @media (max-width: 767px) {
    .activity-directions__info-block {
      margin-top: 60px; }
      .activity-directions__info-block .info-block-1__sub-text {
        max-width: none; }
    .activity-directions .two-columns__column_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .activity-directions .two-columns__column_left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .activity-directions .two-columns__column_left {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .activity-directions .two-columns__column_left .info-block-1 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }

.directions-map {
  position: relative;
  padding: 0 calc(0.07772px + 13.2772vw);
  margin-top: calc(375px + -15.625vw);
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .directions-map {
      margin-top: 255px; } }
  @media screen and (max-width: 767px) {
    .directions-map {
      margin-top: 255px;
      margin-bottom: 90px; } }
  .directions-map__inner-wrapper {
    position: relative;
    height: calc(-1.28571px + 42.41071vw); }
    @media only screen and (max-width: 830px) and (orientation: landscape) {
      .directions-map__inner-wrapper {
        height: calc(100vh - 100px); } }
  .directions-map__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .directions-map__bg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
    display: block; }
  .directions-map__pins {
    position: relative;
    width: 100%;
    height: 100%; }
  .directions-map__pin {
    position: absolute;
    z-index: 1;
    width: calc(8.66667px + 2.51736vw);
    height: calc(8.66667px + 2.51736vw);
    margin: calc(-4.66667px + -1.21528vw) 0 0 calc(-4.66667px + -1.21528vw);
    padding: 0;
    border: 0;
    background: url(/media/pin.acf0be0a.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    outline: none; }
    @media (max-width: 768px) {
      .directions-map__pin {
        width: 28px;
        height: 28px;
        margin: -14px 0 0 -14px; } }
    .directions-map__pin:hover, .directions-map__pin_active {
      background: url(/media/pin-hover.e5b83b46.png) no-repeat center;
      background-size: contain;
      -webkit-transition: .5s ease-out;
      transition: .5s ease-out; }
  .directions-map__card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 165px;
    margin: calc(-300px + 15.625vw) calc(22.92419vw - 313.1444px) 0;
    padding: calc(2.42857px + 1.22768vw) calc(-4.57143px + 3.57143vw);
    background-color: #425cff; }
    @media (max-width: 1366px) {
      .directions-map__card {
        margin: calc(-275px + 14.32292vw) 0 0; } }
    @media (max-width: 1024px) {
      .directions-map__card {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 15px 32px; } }
    @media (max-width: 768px) {
      .directions-map__card {
        margin-top: -165px; } }
    @media only screen and (max-width: 830px) and (orientation: landscape) {
      .directions-map__card {
        margin-top: -100px;
        min-height: 145px; } }
    .directions-map__card-title {
      margin-right: 25px;
      max-width: 215px;
      font-family: "BebasNeueBold";
      font-size: 24px;
      line-height: 28px;
      color: white; }
      @media (max-width: 1366px) {
        .directions-map__card-title {
          font-size: calc(10.29431px + 1.00334vw); } }
      @media (max-width: 1024px) {
        .directions-map__card-title {
          margin-right: 0;
          max-width: 100%; } }
      @media (max-width: 768px) {
        .directions-map__card-title {
          font-size: 18px;
          text-align: center; } }
    .directions-map__card-block {
      width: 840px;
      margin-left: auto; }
      .directions-map__card-block-title {
        margin: 0;
        font-family: "AvenirNextCyrMedium";
        font-size: 14px;
        line-height: 28px;
        color: white; }
        @media (max-width: 1366px) {
          .directions-map__card-block-title {
            font-size: calc(4.86288px + 0.6689vw); } }
        @media (max-width: 768px) {
          .directions-map__card-block-title {
            font-size: 10px; } }
    .directions-map__card-list {
      margin: 0;
      padding: 0;
      list-style: none;
      counter-reset: myCounter; }
    .directions-map__card-item {
      font-family: "AvenirNextCyrBold";
      font-size: 14px;
      line-height: 1;
      color: #1a1a1a;
      line-height: 28px;
      color: white; }
      .directions-map__card-item:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        display: inline-block;
        margin-right: 10px;
        color: white; }
      @media (max-width: 1366px) {
        .directions-map__card-item {
          font-size: calc(4.86288px + 0.6689vw);
          line-height: 1.5; } }
    .directions-map__card_active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .directions-map__card_center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; }
      .directions-map__card_center .directions-map__card-title {
        max-width: none; }

.info-block-5 {
  width: calc(258.77256px + 19.8556vw); }
  @media screen and (max-width: 1699px) {
    .info-block-5 {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .info-block-5 {
      width: auto;
      margin-top: 50px; } }
  .info-block-5__title {
    font-family: "BebasNeueBold";
    font-size: calc(13.33333px + 3.47222vw);
    line-height: 1.2;
    position: relative;
    padding: 25px calc(18px + 2.1875vw);
    color: #1a1a1a; }
    .info-block-5__title-border {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 3px;
      background-color: black; }
    @media screen and (max-width: 1365px) {
      .info-block-5__title {
        font-size: 40px; } }
  .info-block-5__text {
    font-family: "AvenirNextCyrBold";
    font-size: calc(13.33333px + 0.34722vw);
    line-height: 1.6;
    margin-top: 40px;
    padding-left: calc(18px + 2.1875vw); }
  .info-block-5__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    margin-top: 50px; }
    @media screen and (max-width: 1699px) {
      .info-block-5__container {
        height: 300px; } }
    @media screen and (max-width: 1023px) {
      .info-block-5__container {
        height: 260px; } }
  .info-block-5__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 767px) {
      .info-block-5__image {
        -o-object-fit: contain;
           object-fit: contain; } }
  .info-block-5_offset-top-1 {
    margin-top: 360px; }
    @media screen and (max-width: 767px) {
      .info-block-5_offset-top-1 {
        margin-top: 50px; } }
  .info-block-5_offset-top-2 {
    margin-top: 230px; }
    @media screen and (max-width: 767px) {
      .info-block-5_offset-top-2 {
        margin-top: 50px; } }

.info-block-6 {
  margin-right: calc(-55.68231px + 9.56679vw);
  width: 190px; }
  @media screen and (max-width: 1365px) {
    .info-block-6 {
      width: 65%; } }
  @media screen and (max-width: 767px) {
    .info-block-6 {
      width: 100%;
      margin-right: 0;
      padding-left: 25px; } }
  .info-block-6__title {
    position: relative;
    padding-top: 30px;
    font-family: "BebasNeueBold";
    font-size: 24px;
    line-height: 32px;
    color: #1a1a1a; }
    .info-block-6__title-border {
      position: absolute;
      left: 0;
      top: 0;
      height: 3px;
      width: 100%;
      background-color: #425cff; }
      @media screen and (max-width: 767px) {
        .info-block-6__title-border {
          width: 50%; } }
  .info-block-6__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 95px;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .info-block-6__list {
        margin-bottom: 50px; } }
  .info-block-6__item {
    width: 100%;
    padding: 10px 0;
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a;
    opacity: .8; }

.text_nowrap {
  white-space: nowrap; }
  @media screen and (max-width: 1699px) {
    .text_nowrap {
      white-space: normal; } }

.phonon-emission {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  @media screen and (max-width: 376px) {
    .phonon-emission {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  .phonon-emission__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    color: #425cff;
    font-family: "BebasNeue";
    padding-top: 175px;
    padding-left: calc(17.2px + 2.4375vw); }
    @media screen and (max-width: 1365px) {
      .phonon-emission__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .phonon-emission__title {
        font-size: 38px; } }
    @media screen and (max-width: 767px) {
      .phonon-emission__title {
        padding-top: 50px; } }
  .phonon-emission__subtext {
    padding-left: calc(17.2px + 2.4375vw);
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a;
    opacity: .8; }
    @media screen and (max-width: 376px) {
      .phonon-emission__subtext {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .phonon-emission__subtext_wrap span {
      font-family: "BebasNeueBold";
      font-size: 24px;
      line-height: 1;
      color: #425cff;
      opacity: 1; }
    .phonon-emission__subtext_wrap:not(:first-child) {
      margin-left: 25px; }
      @media screen and (max-width: 767px) {
        .phonon-emission__subtext_wrap:not(:first-child) {
          margin-left: 10px; } }
      @media screen and (max-width: 376px) {
        .phonon-emission__subtext_wrap:not(:first-child) {
          margin-left: 0; } }

.image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(53.4296px + 18.05054vw);
  margin-top: 40px;
  margin-right: 105px; }
  @media screen and (max-width: 1365px) {
    .image-container {
      margin-right: 25px; } }
  @media screen and (max-width: 767px) {
    .image-container {
      margin-right: 0;
      height: 260px; } }
  .image-container__title {
    position: relative;
    z-index: 1;
    max-width: 200px;
    padding-left: calc(-38.97112px + 5.41516vw);
    padding-bottom: calc(-24.31408px + 3.61011vw);
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a;
    overflow: hidden;
    opacity: .8;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .image-container__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 767px) {
      .image-container__img {
        -o-object-fit: contain;
           object-fit: contain; } }

.phonon-equipment {
  padding: 0 calc(10px + 2.60417vw);
  margin-bottom: 110px; }
  @media screen and (max-width: 767px) {
    .phonon-equipment {
      padding-left: calc(0.07772px + 13.2772vw);
      padding-right: calc(0.07772px + 13.2772vw);
      margin-bottom: 50px; } }
  @media screen and (max-width: 376px) {
    .phonon-equipment {
      padding-left: calc(-84.28571px + 35.71429vw);
      padding-right: calc(-84.28571px + 35.71429vw); } }
  .phonon-equipment__container {
    position: relative;
    margin-top: 65px; }
    @media screen and (max-width: 1023px) {
      .phonon-equipment__container {
        margin-left: calc(84.28571px + -35.71429vw);
        margin-right: calc(84.28571px + -35.71429vw); } }
  .phonon-equipment__image {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%; }
  .phonon-equipment__marker {
    position: absolute;
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a;
    opacity: .8; }
    @media screen and (max-width: 1023px) {
      .phonon-equipment__marker {
        font-size: calc(8.18182px + 0.56818vw);
        line-height: 1.2; } }
    .phonon-equipment__marker_first {
      top: 15%;
      left: 28%; }
      @media screen and (max-width: 1023px) {
        .phonon-equipment__marker_first {
          left: 25%;
          top: 15%; } }
      @media screen and (max-width: 376px) {
        .phonon-equipment__marker_first {
          left: 11%;
          top: 5%; } }
    .phonon-equipment__marker_second {
      top: 15%;
      left: 47%; }
      @media screen and (max-width: 1023px) {
        .phonon-equipment__marker_second {
          left: 50%; } }
      @media screen and (max-width: 767px) {
        .phonon-equipment__marker_second {
          left: 53%;
          top: 12%; } }
    .phonon-equipment__marker_three {
      top: 30%;
      left: 57%; }
    .phonon-equipment__marker_four {
      top: 50%;
      left: 73%; }
    .phonon-equipment__marker_five {
      top: 85%;
      left: 56%; }
    .phonon-equipment__marker_six {
      top: 76%;
      left: 21%; }
      @media screen and (max-width: 376px) {
        .phonon-equipment__marker_six {
          left: 6%; } }

.list__container {
  margin-top: 80px;
  margin-right: calc(0.07772px + 13.2772vw);
  margin-left: calc(0.07772px + 13.2772vw); }

.list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1365px) {
    .list__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.list__container {
  margin-top: 80px;
  margin-right: calc(0.07772px + 13.2772vw);
  margin-left: calc(0.07772px + 13.2772vw); }

.list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1365px) {
    .list__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.list__container {
  margin-top: 80px;
  margin-right: calc(0.07772px + 13.2772vw);
  margin-left: calc(0.07772px + 13.2772vw); }

.list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1365px) {
    .list__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.list__container {
  margin-top: 80px;
  margin-right: calc(0.07772px + 13.2772vw);
  margin-left: calc(0.07772px + 13.2772vw); }

.list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1365px) {
    .list__wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.documents {
  margin-left: calc(0.07772px + 13.2772vw);
  margin-right: calc(0.07772px + 13.2772vw); }
  @media screen and (max-width: 376px) {
    .documents {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw); } }
  .documents__title {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    color: #425cff;
    padding-top: 25px;
    padding-left: 64px; }
    @media screen and (max-width: 1365px) {
      .documents__title {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .documents__title {
        font-size: 38px; } }
    @media screen and (max-width: 767px) {
      .documents__title {
        padding-left: calc(18px + 2.1875vw); } }
  .documents__info-block {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
    .documents__info-block_right {
      margin-top: 220px; }
    .documents__info-block .info-block-1__sub-text {
      max-width: 444px;
      font-size: 14px; }
    .documents__info-block .info-block-1__link {
      padding-left: 20px;
      background: url(/media/icon-file.cf702c50.png) no-repeat left bottom; }
  @media (max-width: 1023px) {
    .documents__info-block {
      margin-top: 60px; }
      .documents__info-block .info-block-1__sub-text {
        max-width: none; }
    .documents .two-columns__column_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .documents .two-columns__column_left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.reviews {
  position: relative; }
  .reviews__texts {
    max-height: 310px;
    height: 310px;
    max-width: 450px;
    margin-left: 64px;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .reviews__texts {
        max-height: 300px;
        height: calc(178px + 6.875vh); } }
    @media screen and (max-width: 768px) {
      .reviews__texts {
        margin-left: 25px;
        max-height: 275px;
        height: auto;
        opacity: .6; } }
    @media screen and (max-width: 376px) {
      .reviews__texts {
        margin-left: calc(-84.28571px + 35.71429vw);
        margin-right: calc(-84.28571px + 35.71429vw);
        padding-left: 25px; } }
  .reviews__text {
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    color: #666;
    line-height: 1.85; }
    @media screen and (max-width: 768px) {
      .reviews__text {
        width: 100%; } }
  .reviews__wrapper {
    margin-left: 64px;
    max-width: calc(-126.42857px + 36.27232vw);
    overflow: hidden;
    z-index: 15; }
    @media screen and (max-width: 768px) {
      .reviews__wrapper {
        max-width: 260px;
        margin-left: 25px;
        color: #fff;
        padding: 25px; } }
    @media screen and (max-width: 376px) {
      .reviews__wrapper {
        padding-left: calc(-84.28571px + 35.71429vw);
        padding-right: calc(-84.28571px + 35.71429vw); } }
  .reviews__companies-arrow {
    background: url(/media/arrow-slider.96b6697b.png) no-repeat center;
    width: 15px;
    height: 15px;
    display: none;
    position: absolute;
    top: 50%;
    outline: none; }
    @media screen and (max-width: 768px) {
      .reviews__companies-arrow {
        display: block; } }
    .reviews__companies-arrow_prev {
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .reviews__companies-arrow_next {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      left: 30px; }
  .reviews__company {
    font-family: "BebasNeueBold";
    font-size: calc(32px + 2.5vw);
    line-height: 1.2;
    letter-spacing: 0.8px;
    color: #141414;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-hyphens: manual;
        -ms-hyphens: manual;
            hyphens: manual; }
    @media screen and (max-width: 1365px) {
      .reviews__company {
        font-size: 40px;
        letter-spacing: 0; } }
    @media screen and (max-width: 375px) {
      .reviews__company {
        font-size: 38px; } }
    @media screen and (max-width: 768px) {
      .reviews__company {
        color: #fff; } }
  .reviews__counter {
    font-family: "AvenirNextCyrMedium";
    font-size: calc(10.66667px + 0.17361vw);
    line-height: 1.7;
    color: black;
    opacity: .8;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      .reviews__counter {
        color: #fff;
        font-size: 14px;
        position: relative;
        width: 100px;
        padding-left: 60px; } }
  .reviews__company-selector {
    position: absolute;
    left: 100%;
    top: -70px;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .reviews__company-selector {
        display: none; } }
    .reviews__company-selector:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      height: 70px;
      background-color: rgba(255, 255, 255, .4);
      pointer-events: none; }
    .reviews__company-selector:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      height: 160px;
      background-color: rgba(255, 255, 255, .5);
      pointer-events: none; }
    .reviews__company-selector-wrapper {
      padding-top: 70px;
      height: 400px;
      max-height: 400px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .reviews__company-selector-item {
    position: relative;
    max-width: calc(23.57143px + 8.92857vw);
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    color: #425cff;
    color: rgba(66, 99, 255, .7);
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer; }
    .reviews__company-selector-item::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 25%;
      background: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
      background: linear-gradient(to left, white, transparent); }
  @media screen and (max-width: 1023px) {
    .reviews__footer {
      margin-top: 30px; } }
  @media screen and (max-width: 376px) {
    .reviews__footer {
      margin-left: calc(-84.28571px + 35.71429vw);
      margin-right: calc(-84.28571px + 35.71429vw);
      width: auto; } }
  @media screen and (max-width: 768px) {
    .reviews__footer .two-columns__column.two-columns__column_right {
      background-color: #fff;
      margin-bottom: 25px; } }
  .reviews__link, .reviews__year {
    margin-left: 64px; }
    @media screen and (max-width: 768px) {
      .reviews__link, .reviews__year {
        margin-left: 25px; } }
  .reviews__link {
    display: inline-block; }
  .reviews__year {
    font-family: "AvenirNextCyrBold";
    font-size: calc(15.2px + 0.25vw);
    line-height: 1.6;
    color: #141414; }
    @media screen and (max-width: 376px) {
      .reviews__year {
        font-size: 20px; } }
  .reviews__link-text {
    margin-left: 10px; }
  @media screen and (max-width: 768px) {
    .reviews .two-columns__column_left {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 768px) {
    .reviews .two-columns__column_right {
      margin-bottom: 50px;
      background-color: #425cff; } }
  @media screen and (max-width: 768px) {
    .reviews .two-columns__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

@media screen and (max-width: 376px) {
  .inner-first-screen_reviews {
    padding-left: 0;
    padding-right: 0; }
    .inner-first-screen_reviews .inner-first-screen__title {
      margin-left: calc(-84.28571px + 35.71429vw); } }

@media screen and (max-width: 767px) {
  [data-namespace="reviews"] .container-inner_cases_list {
    display: none; } }

@media (max-width: 767px) {
  [data-namespace="reviews"] .inner-first-screen_reviews.inner-first-screen__cases-list {
    padding-top: 110px;
    padding-bottom: 25px; } }

@media (max-height: 767px) {
  ._is-reviews .menu--show {
    overflow: hidden !important; } }

.reviews__company-selector-item.swiper-slide.swiper-slide-active {
  color: #4263ff; }

.reviews-page__footer {
  margin-top: 120px; }

.map-container {
  padding: calc(10px + 2.60417vw) 0 0;
  padding-bottom: calc(-409.61538px + 65.70513vh); }
  @media (max-height: 768px) {
    .map-container {
      padding-bottom: 95px; } }
  .map-container .map {
    height: 550px; }

@media screen and (max-width: 767px) {
  [data-namespace='contacts'] .map-container {
    margin-left: -25px;
    margin-right: -25px; } }

.input-group {
  margin: 40px 0;
  position: relative;
  z-index: 1; }

.input-group__input {
  width: 100%;
  padding: 5px 0;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  font-family: "AvenirNextCyrMedium";
  font-size: calc(11.33333px + 0.34722vw);
  line-height: 1.2;
  color: #1a1a1a;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .input-group__input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }

.input-group__input_invalid {
  border-bottom: 1px solid red; }

.input-group__label {
  font-family: "AvenirNextCyrMedium";
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  z-index: -1;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }
  .input-group__label.transform {
    -webkit-transform: translateY(-250%) translateX(0);
            transform: translateY(-250%) translateX(0); }

.input-group__message {
  resize: none;
  height: calc(1.2em + 10px);
  max-height: 271px; }

.btn {
  display: inline-block;
  outline: none;
  padding: 0 20px;
  background: transparent;
  border: none;
  cursor: pointer; }

.btn_type-1 {
  font-family: "AvenirNextCyrMedium";
  font-size: 14px;
  color: #425cff;
  border-left: 3px solid #425cff;
  border-right: 3px solid transparent;
  line-height: 30px; }

.btn {
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s; }
  .btn_primary {
    border: 2px solid #425cff;
    background-color: #425cff;
    padding: 8px 18px;
    font-family: "AvenirNextCyrMedium";
    font-size: 14px;
    color: #425cff;
    color: white;
    line-height: 30px;
    text-align: center; }
    .btn_primary:not(.disabled):hover {
      background-color: #7588ff;
      border-color: #7588ff; }
  .btn_outline {
    background-color: transparent;
    color: #425cff; }
    .btn_outline:not(.disabled):hover {
      background-color: transparent;
      color: #7588ff; }
  .btn_watch {
    position: relative;
    padding-left: 43px;
    text-align: left; }
    @media (max-width: 768px) {
      .btn_watch {
        padding-right: 43px;
        text-align: center; } }
    .btn_watch::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 20px;
      border: 5px solid transparent;
      border-right-width: 8px;
      border-left: 8px solid #425cff;
      display: block;
      margin-top: -5px;
      -webkit-transition: border-left-color 0.2s;
      transition: border-left-color 0.2s; }
    .btn_watch:not(.disabled):hover::before {
      border-left-color: #7588ff; }
    .btn_watch span {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      display: inline-block; }
      .btn_watch span:first-of-type {
        position: absolute;
        left: 43px;
        opacity: 1; }
        @media (max-width: 768px) {
          .btn_watch span:first-of-type {
            left: auto; } }
      .btn_watch span:nth-of-type(2) {
        opacity: 0; }
    .btn_watch.show-text span:first-of-type {
      opacity: 0; }
    .btn_watch.show-text span:nth-of-type(2) {
      opacity: 1; }
  .btn_block {
    margin-bottom: 30px; }
    @media (max-width: 1365px) {
      .btn_block {
        margin-bottom: 5%;
        text-align: center; } }
  .btn.disabled {
    cursor: default; }

.form {
  margin-top: 40px;
  margin-bottom: 120px; }

.title {
  margin: 0; }
  .title_404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "BebasNeueBold";
    font-size: calc(-2px + 6.77083vw);
    letter-spacing: .2px;
    color: #141414;
    line-height: 1.33;
    text-transform: uppercase;
    color: #425cff; }
    @media screen and (max-width: 768px) {
      .title_404 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 50px; } }
    .title_404 span {
      margin-right: 10px; }
      .title_404 span:last-child {
        font-family: "AvenirNextCyrBold";
        font-size: calc(15.2px + 0.25vw);
        line-height: 1.6;
        color: #141414;
        text-transform: none;
        text-transform: initial;
        color: #000;
        margin-left: calc(5.20833vw - 40px);
        margin-right: calc(26.04167vw - 200px); }
        @media screen and (max-width: 768px) {
          .title_404 span:last-child {
            margin-left: 0;
            margin-right: 0; } }

.link__container {
  border-left: 3px solid #1a1a1a; }
  @media screen and (max-width: 768px) {
    .link__container {
      margin-top: 25px; } }
  .link__container .link {
    padding-left: 18px;
    font-family: "AvenirNextCyrBold";
    font-size: 14px;
    line-height: 1;
    color: #1a1a1a;
    line-height: 30px; }

html {
  -ms-overflow-style: none; }

body {
  position: relative; }

.anim-overflow {
  z-index: 15;
  overflow: hidden; }
  .anim-overflow_reviews {
    z-index: 15;
    overflow: hidden; }

@media only screen and (max-device-width: 830px) {
  .inner-first-screen_light .anim-overflow {
    position: relative; } }

#awwwards {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s all;
  transition: 1s all; }

.menu--show .awwwards #awwwards {
  opacity: 0;
  visibility: hidden; }

.awwwards #awwwards {
  opacity: 1;
  visibility: visible; }

::-webkit-scrollbar {
  display: none; }
