/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th,
ul {
  padding: 0; }

ul {
  margin: 0; }

@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/SolomonSansBook.woff2") format("woff2"), url("../fonts/SolomonSansBook.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/SolomonSansNormal.woff2") format("woff2"), url("../fonts/SolomonSansNormal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Solomon Sans";
  src: url("../fonts/SolomonSansSemiBold.woff2") format("woff2"), url("../fonts/SolomonSansSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

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

html {
  width: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  width: 100%;
  font-family: "Solomon Sans", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.overflow {
    max-height: 100%;
    overflow: hidden; }
    body.overflow::before {
      content: "";
      z-index: 4;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.52); }
    @media (min-width: 1025px) {
      body.overflow .page-header {
        overflow-y: scroll; } }

.global-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 1025px) {
    .overflow .global-wrapper {
      overflow-y: scroll; } }

.hidden {
  display: none; }

.invisible {
  position: absolute;
  z-index: -100;
  visibility: hidden; }

.svg-wrapper {
  position: absolute;
  opacity: 0;
  z-index: -100; }

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

.index-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px; }
  .index-page h1 {
    font-size: 2.2rem;
    margin: 20px 0 0;
    font-family: Helvetica, sans-serif; }
  .index-page ol {
    padding: 10px 0 0 20px; }
  .index-page ol li {
    margin-bottom: 5px;
    list-style-type: decimal; }
  .index-page ol li a {
    font-size: 1.5rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: inherit; }

/**
 * Swiper 4.4.2
 * 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: November 1, 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-slide-invisible-blank {
  visibility: hidden; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border: solid #ffffff;
  border-width: 0 7px 7px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (max-width: 1024px) {
    .swiper-button-prev,
    .swiper-button-next {
      opacity: 0;
      pointer-events: all;
      cursor: auto; } }
  .swiper-button-prev:focus, .swiper-button-prev:hover,
  .swiper-button-next:focus,
  .swiper-button-next:hover {
    outline: none;
    opacity: 0.7; }

@media (max-width: 1024px) {
  .swiper-button-prev:focus, .swiper-button-prev:hover,
  .swiper-button-next:focus,
  .swiper-button-next:hover {
    outline: none;
    opacity: 0; } }

.swiper-button-next:-webkit-autofill {
  color: #000; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 50px;
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/* 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 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-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, 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, 0.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, 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, 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, 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: 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; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none; }

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #c3c3c3;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
  cursor: pointer; }

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08c; }

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55; }

.jq-checkbox {
  border-radius: 3px; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg); }

.jq-radio {
  border-radius: 50%; }

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7); }

.jq-file {
  width: 270px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-file input {
  cursor: pointer; }

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px #f1f1f1;
          box-shadow: inset 1px 1px #f1f1f1;
  font: 14px/32px Arial, sans-serif;
  color: #333; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff; }

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-file:active .jq-file__browse {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794bf; }

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1); }

.jq-number__field:hover {
  border-color: #b3b3b3; }

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #fff;
  cursor: pointer; }

.jq-number__spin.minus {
  top: auto;
  bottom: 0; }

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-number__spin:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd; }

.jq-number__spin:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent; }

.jq-number__spin.minus:hover:after {
  border-top-color: #000; }

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794bf; }

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #aaa; }

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #aaa; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff; }

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: linear-gradient(#f6f6f6, #e6e6e6); }

.jq-selectbox__select:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794bf; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #ccc; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #aaa; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #f1f1f1;
          box-shadow: inset 1px 1px #f1f1f1;
  color: #333; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #f0f0f0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231f20; }

.jq-selectbox li.selected {
  background-color: #a3abb1;
  color: #fff; }

.jq-selectbox li:hover {
  background-color: #08c;
  color: #fff; }

.jq-selectbox li.disabled {
  color: #aaa; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231f20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794bf; }

.jq-select-multiple.disabled {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08c;
  color: #fff; }

.jq-select-multiple li.disabled {
  color: #aaa; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #ccc;
  color: #fff; }

input[type="email"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type="search"].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea.styler {
  overflow: auto; }

input[type="email"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #b3b3b3; }

input[type="email"].styler:hover:focus,
input[type="password"].styler:hover:focus,
input[type="search"].styler:hover:focus,
input[type="tel"].styler:hover:focus,
input[type="text"].styler:hover:focus,
input[type="url"].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #ccc;
  border-top-color: #b3b3b3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background: linear-gradient(#fff, #e6e6e6);
  -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #fff;
  cursor: pointer; }

button.styler.styler::-moz-focus-inner,
input[type="button"].styler.styler::-moz-focus-inner,
input[type="submit"].styler.styler::-moz-focus-inner,
input[type="reset"].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e6e6e6));
  background: linear-gradient(#f6f6f6, #e6e6e6); }

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #f5f5f5;
  -webkit-box-shadow: inset 1px 1px 3px #ddd;
          box-shadow: inset 1px 1px 3px #ddd; }

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #ccc;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888; }

.swiper-slide {
  left: 0;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out; }

.btn {
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 9px 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 5rem;
  color: #09c1de;
  letter-spacing: 5.2px;
  border: 1px solid #09c1de; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    opacity: 0.7; }
  @media (max-width: 768px) {
    .btn {
      padding: 0 20px;
      font-size: 1.2rem;
      line-height: 4.8rem;
      letter-spacing: 4.5px; } }

.form__item--mistake .input-form__input,
.form__item--mistake .textarea-form__textarea {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3600), to(#ff3600));
  background-image: linear-gradient(#ff3600, #ff3600); }

.form__item--mistake .input-form__label,
.form__item--mistake .textarea-form__label {
  color: #ff3600; }

.form__item--mistake-empty .form__tooltip--empty {
  display: block; }

.form__tooltip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 9px;
  display: none;
  right: -145px;
  width: 127px;
  padding: 0 9px;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background-color: #ff3600; }
  @media (min-width: 320px) and (max-width: 767px) {
    .form__tooltip {
      right: 0; } }

.form__submit {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-bottom: 123px;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: 600;
  color: #09c1de;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 2px solid #09c1de;
  outline: 0; }
  .form__submit:hover {
    opacity: 0.7; }

.logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto; }
  .logo:hover {
    opacity: 0.7; }
  .logo svg {
    width: 100%;
    height: auto; }
    .dark .logo svg {
      fill: #09c1de; }
  .logo__original {
    display: none; }
  .page-header.scrolling .logo__original,
  .page-header.dark .logo__original,
  .black .page-header.light .logo__original {
    display: block; }
  .page-header.scrolling .logo__white,
  .page-header.dark .logo__white,
  .black .page-header.light .logo__white {
    display: none; }

.nav-trigger {
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 30px;
  height: 22px;
  pointer-events: auto;
  z-index: 2; }
  .nav-trigger:focus {
    outline: none; }
  @media (max-width: 768px) {
    .nav-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-trigger .text {
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff; }
    .dark .nav-trigger .text,
    .scrolling .nav-trigger .text {
      color: #9f9f9f; }
    .opened .nav-trigger .text {
      opacity: 0; }
  .nav-trigger .stripe {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff; }
    .dark .nav-trigger .stripe {
      background-color: #000; }
    .scrolling .nav-trigger .stripe {
      background-color: #09c1de; }
    .opened .nav-trigger .stripe {
      background-color: rgba(255, 255, 255, 0); }
    .nav-trigger .stripe::before, .nav-trigger .stripe::after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .dark .nav-trigger .stripe::before, .dark .nav-trigger .stripe::after {
        background-color: #000; }
      .scrolling .nav-trigger .stripe::before, .scrolling .nav-trigger .stripe::after {
        background-color: #09c1de; }
      .opened .nav-trigger .stripe::before, .opened .nav-trigger .stripe::after {
        background-color: #c1c1c1; }
    .nav-trigger .stripe::before {
      top: 0; }
      .opened .nav-trigger .stripe::before {
        top: 10px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .nav-trigger .stripe::after {
      bottom: 0; }
      .opened .nav-trigger .stripe::after {
        bottom: auto;
        top: 10px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600; }
  .breadcrumbs__prev {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 1.142857143;
    color: #565656;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .breadcrumbs__prev:hover, .breadcrumbs__prev:focus {
      outline: none;
      color: #000; }
      .breadcrumbs__prev:hover::before, .breadcrumbs__prev:focus::before {
        border-color: #000; }
    @media (min-width: 768px) {
      .breadcrumbs__prev {
        font-size: 1.6rem;
        line-height: 1.875; } }
    .breadcrumbs__prev::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px;
      width: 10px;
      height: 10px;
      border-left: 1px solid #565656;
      border-bottom: 1px solid #565656;
      -webkit-transform: translateY(-55%) rotate(45deg);
              transform: translateY(-55%) rotate(45deg);
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease; }
    .breadcrumbs__prev--white {
      color: #ffffff; }
      .breadcrumbs__prev--white::before {
        border-color: #ffffff; }
      .breadcrumbs__prev--white:hover {
        color: #bbb; }
        .breadcrumbs__prev--white:hover::before {
          border-color: #bbb; }
  .breadcrumbs__current {
    margin: 0;
    margin-left: auto;
    margin-right: -5px;
    font-size: 1.2rem;
    line-height: 1.666666667;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .breadcrumbs__current {
        font-size: 1.8rem;
        line-height: 2.777777778; } }

.promo-tile {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d6f4f9;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .promo-tile {
      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-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 214px; } }
  @media (max-width: 374px) {
    .promo-tile {
      height: auto; } }
  .promo-tile:hover .icon {
    opacity: 1; }
  .promo-tile:hover .edit-button {
    opacity: 1;
    pointer-events: auto; }
  .promo-tile:hover .promo-tile__descr {
    max-height: 1000px; }
  .promo-tile:hover .text {
    margin-bottom: 40px; }
    @media (max-width: 1280px) {
      .promo-tile:hover .text {
        margin-bottom: 20px; } }
  .promo-tile__bg {
    position: relative;
    padding-top: 57.142857%; }
    @media (max-width: 1024px) {
      .promo-tile__bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 0; } }
    .promo-tile__bg img {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: 120%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      @media (max-width: 1024px) {
        .promo-tile__bg img {
          position: static; } }
    .promo-tile__bg::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); }
  .promo-tile__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 60px 40px 60px 75px;
    color: inherit; }
    @media (max-width: 1399px) {
      .promo-tile__content {
        padding: 40px 34px 60px; } }
    @media (max-width: 1280px) {
      .promo-tile__content {
        padding: 40px 20px 30px; } }
    @media (max-width: 1024px) {
      .promo-tile__content {
        position: relative;
        padding: 30px 15px 36px 20px; } }
    .promo-tile--story .promo-tile__content {
      color: #fff; }
  .promo-tile__link {
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    font-size: 4.2rem;
    line-height: 5rem;
    color: #fff; }
    @media (max-width: 1024px) {
      .promo-tile__link {
        font-size: 2.6rem;
        line-height: 3rem; } }
    @media (max-width: 768px) {
      .promo-tile__link {
        max-width: 90%; } }
    .promo-tile__link .icon {
      position: absolute;
      bottom: 60px;
      right: 40px;
      margin-left: auto;
      margin-bottom: 13px;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      @media (max-width: 1399px) {
        .promo-tile__link .icon {
          right: 34px; } }
      @media (max-width: 1280px) {
        .promo-tile__link .icon {
          bottom: 30px;
          right: 20px; } }
      @media (max-width: 1024px) {
        .promo-tile__link .icon {
          bottom: 36px;
          right: 15px; } }
    .promo-tile__link .text {
      margin-right: 20px;
      max-width: 470px;
      -webkit-transition: margin-bottom 0.6s ease;
      transition: margin-bottom 0.6s ease; }
      @media (max-width: 1024px) {
        .promo-tile__link .text {
          margin-right: 0; } }
    .promo-tile__link svg {
      display: block;
      width: 30px;
      height: 25px; }
  .promo-tile__descr {
    margin: auto 0 0;
    max-height: 0;
    padding-right: 50px;
    font-weight: 300;
    line-height: 24px;
    overflow: hidden;
    -webkit-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease;
    font-size: 22px;
    line-height: 30px; }
    @media (max-width: 1280px) {
      .promo-tile__descr {
        font-size: 16px;
        line-height: 22px; } }
  .promo-tile__quote {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0;
    padding-right: 60px;
    font-size: 2.2rem; }
    @media (max-width: 1280px) {
      .promo-tile__quote {
        padding-right: 30px;
        font-size: 1.6rem; } }
    @media (max-width: 1024px) {
      .promo-tile__quote {
        padding-right: 0; } }
    .promo-tile__quote cite {
      display: block;
      margin-top: 10px;
      font-style: normal;
      font-size: 14px;
      line-height: 24px; }
      .promo-tile__quote cite a {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        text-decoration: underline;
        color: inherit; }
        .promo-tile__quote cite a:hover {
          opacity: 0.7; }
  .promo-tile__quote-author {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    margin-top: auto;
    padding-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2.4rem; }
    @media (max-width: 414px) {
      .promo-tile__quote-author {
        padding-bottom: 0; } }
    .promo-tile__quote-author p {
      margin: 0 17px 0 0;
      text-align: right; }
      @media (max-width: 1024px) {
        .promo-tile__quote-author p {
          margin-right: 11px;
          font-size: 1.2rem;
          line-height: 1.8rem; } }
  .promo-tile__avatar {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 1024px) {
      .promo-tile__avatar {
        width: 44px;
        height: 44px; } }
    .promo-tile__avatar img {
      width: 100%;
      height: auto; }
  .promo-tile__text {
    margin: 22px 0 0;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    @media (max-width: 768px) {
      .promo-tile__text {
        margin-top: 16px; } }
    @media (max-width: 374px) {
      .promo-tile__text {
        font-size: 1.3rem;
        line-height: 2.1rem; } }
  .promo-tile__name {
    margin: 27px 0 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px; }
    @media (max-width: 768px) {
      .promo-tile__name {
        margin-top: 20px;
        font-size: 3rem;
        line-height: 3.4rem; } }
    .promo-tile__name a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      color: inherit; }
      .promo-tile__name a:hover {
        opacity: 0.7; }
  .promo-tile__tag {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 1px;
    color: #565656; }
  .promo-tile--link {
    max-height: 70vh; }
  .promo-tile--quote {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 65px 40px 30px 75px;
    max-height: 70vh;
    font-weight: 200;
    font-size: 2.6rem;
    line-height: 1.3846;
    color: #00424c; }
    @media (max-width: 1399px) {
      .promo-tile--quote {
        padding: 40px 40px 30px 34px;
        font-size: 2.2rem; } }
    @media (max-width: 1280px) {
      .promo-tile--quote {
        padding: 26px 30px 26px 20px;
        font-size: 2rem; } }
    @media (max-width: 1024px) {
      .promo-tile--quote {
        padding: 28px 20px 14px 20px;
        height: auto;
        min-height: 214px;
        font-size: 1.3rem;
        line-height: 2rem; } }
  .promo-tile--product {
    color: #000;
    background-color: #f4f4f4; }
    @media (max-width: 1024px) {
      .promo-tile--product {
        height: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 768px) {
      .promo-tile--product {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 1024px) {
      .promo-tile--product .promo-tile__bg {
        position: relative;
        width: 100%; } }
    @media (max-width: 768px) {
      .promo-tile--product .promo-tile__bg {
        display: none; } }
    .promo-tile--product .promo-tile__bg::after {
      display: none; }
    .promo-tile--product .promo-tile__bg img {
      right: -13%; }
    .promo-tile--product .promo-tile__content {
      padding: 20px 40px 46px 75px;
      max-width: 345px; }
      @media (max-width: 1280px) {
        .promo-tile--product .promo-tile__content {
          padding: 20px 40px 28px 20px; } }
      @media (max-width: 1024px) {
        .promo-tile--product .promo-tile__content {
          position: absolute;
          top: 0;
          bottom: 0;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          max-width: 50%; } }
      @media (max-width: 768px) {
        .promo-tile--product .promo-tile__content {
          position: relative;
          bottom: auto;
          top: 0;
          padding-top: 38px;
          padding-right: 20px;
          max-width: none;
          width: 100%; } }
    .promo-tile--product .promo-tile__text {
      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-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  @media (max-width: 1024px) {
    .promo-tile--story {
      height: auto; } }
  @media (max-width: 1024px) {
    .promo-tile--story .promo-tile__bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%; }
      .promo-tile--story .promo-tile__bg img {
        position: relative;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        max-width: 160%; } }
  .promo-tile--story .promo-tile__content {
    padding: 40px 40px 46px 90px; }
    @media (max-width: 1280px) {
      .promo-tile--story .promo-tile__content {
        padding: 40px 40px 28px 20px; } }
    @media (max-width: 1024px) {
      .promo-tile--story .promo-tile__content {
        position: relative; } }
    @media (max-width: 768px) {
      .promo-tile--story .promo-tile__content {
        top: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px 20px 40px 20px; } }
  .promo-tile--story .promo-tile__text {
    margin-top: 36px;
    max-width: 460px; }
  .promo-tile--story .promo-tile__name {
    max-width: 300px; }
    @media (max-width: 1280px) {
      .promo-tile--story .promo-tile__name {
        max-width: 330px; } }
  .promo-tile--simple.promo-tile {
    color: #000; }
    @media (max-width: 1024px) {
      .promo-tile--simple.promo-tile {
        width: 50%;
        height: auto; } }
    @media (max-width: 768px) {
      .promo-tile--simple.promo-tile {
        width: 100%; } }
    .promo-tile--simple.promo-tile .promo-tile__bg {
      padding-top: 50.857143%; }
      @media (max-width: 1024px) {
        .promo-tile--simple.promo-tile .promo-tile__bg {
          position: relative; } }
      .promo-tile--simple.promo-tile .promo-tile__bg::after {
        display: none; }
      @media (max-width: 1024px) {
        .promo-tile--simple.promo-tile .promo-tile__bg img {
          position: absolute; } }
    .promo-tile--simple.promo-tile .promo-tile__content {
      bottom: auto;
      top: 0;
      padding-top: 26px; }
      @media (max-width: 1024px) {
        .promo-tile--simple.promo-tile .promo-tile__content {
          position: absolute; } }
    .promo-tile--simple.promo-tile .promo-tile__name {
      font-size: 2.4rem;
      line-height: 2.8rem; }
      @media (max-width: 1024px) {
        .promo-tile--simple.promo-tile .promo-tile__name {
          font-size: 2rem; } }
    .promo-tile--simple.promo-tile:nth-child(even) .promo-tile__content {
      padding-left: 35px; }
      @media (max-width: 1024px) {
        .promo-tile--simple.promo-tile:nth-child(even) .promo-tile__content {
          padding-left: 20px; } }
  .promo-tile:hover .promo-tile__bg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.news-card {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background-color: #d6f4f9;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .news-card {
      font-size: 1.4rem;
      line-height: 1.8rem; } }
  @media (max-width: 1024px) {
    .news-card {
      margin-bottom: 20px;
      height: 280px;
      font-size: 1.6rem;
      line-height: 2.2rem; } }
  @media (max-width: 767px) {
    .news-card {
      height: 220px; } }
  @media (max-width: 374px) {
    .news-card {
      height: auto;
      font-size: 1.4rem;
      line-height: 1.8rem; } }
  .news-card__bg {
    padding-top: 65.38%;
    overflow: hidden; }
    .news-card__bg img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      height: auto;
      width: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: 110%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .news-card__bg::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
      z-index: 1;
      pointer-events: none; }
  .news-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    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-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .news-card__content {
        padding: 16px 20px; } }
  .news-card__date {
    margin: 14px 0 0;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #c1c1c1; }
    @media (max-width: 1024px) {
      .news-card__date {
        margin-top: 10px; } }
  .news-card__headline {
    margin: 26px 0 0;
    max-width: 100%;
    font: inherit; }
    @media (max-width: 1024px) {
      .news-card__headline {
        margin-top: 15px; } }
    .news-card__headline a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      color: inherit; }
      .news-card__headline a:hover {
        opacity: 0.7; }
  .news-card__tag {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto 0 0;
    padding: 1px 10px;
    text-transform: capitalize;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 4px;
    color: inherit;
    border: 1px solid #fff;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease; }
    .news-card__tag:hover, .news-card__tag:focus {
      background-color: #09c1de;
      border-color: #09c1de; }
  .news-card:hover .news-card__bg img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025); }
  .news-card:hover .edit-button {
    opacity: 1;
    pointer-events: auto; }
  .news-card--big {
    font-size: 2.8rem;
    line-height: 3.6rem; }
    @media (max-width: 1024px) {
      .news-card--big {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    @media (max-width: 374px) {
      .news-card--big {
        font-size: 1.4rem;
        line-height: 1.8rem; } }
    .news-card--big .news-card__content {
      padding: 30px 40px; }
      @media (max-width: 1024px) {
        .news-card--big .news-card__content {
          padding: 16px 20px; } }
    .news-card--big .news-card__headline {
      margin-top: 50px;
      max-width: 550px; }
      @media (max-width: 1024px) {
        .news-card--big .news-card__headline {
          margin-top: 15px; } }
    .news-card--big .news-card__date {
      margin-top: 26px; }
      @media (max-width: 1024px) {
        .news-card--big .news-card__date {
          margin-top: 10px; } }
    .news-card--big .news-card__tag {
      padding: 6px 20px 5px;
      font-size: 17px;
      line-height: 23px; }

.tab-controls {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #a1a1a1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (max-width: 768px) {
    .tab-controls {
      margin-bottom: 55px;
      font-size: 1.3rem;
      line-height: 2rem; } }

.tab-control {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-right: 28px;
  border-bottom: 1px solid #a1a1a1;
  cursor: pointer; }
  .tab-control:hover {
    opacity: 0.7; }
  @media (max-width: 768px) {
    .tab-control {
      margin-right: 20px; } }
  .tab-control.active {
    color: #09c1de;
    border-color: rgba(255, 255, 255, 0); }
  .tab-control button {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font: inherit; }
    .tab-control button:focus {
      outline: none; }

.tabs {
  position: relative; }

.tab {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  pointer-events: none; }
  .tab.active {
    position: relative;
    opacity: 1;
    pointer-events: auto; }

.news-preview {
  position: relative; }
  @media (max-width: 768px) {
    .news-preview {
      padding-bottom: 36px; } }
  .news-preview h3 {
    margin: 0 0 28px;
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.4rem; }
    @media (max-width: 768px) {
      .news-preview h3 {
        margin-bottom: 6px;
        font-size: 2.2rem;
        line-height: 3rem; } }
  .news-preview a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: inherit; }
    .news-preview a:hover {
      opacity: 0.7; }
  .news-preview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 768px) {
      .news-preview__inner {
        display: block; } }
  .news-preview__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 10px;
    margin-left: 70px;
    width: 43.993%; }
    @media (max-width: 768px) {
      .news-preview__img {
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        max-width: 335px; } }
    .news-preview__img img {
      display: block;
      width: 100%;
      height: auto; }
  .news-preview__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .news-preview__text {
    margin: 0 0 38px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    @media (max-width: 768px) {
      .news-preview__text {
        margin-bottom: 34px;
        font-size: 1.5rem;
        line-height: 2.4rem; } }
  .news-preview__date {
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #565656; }
    @media (max-width: 768px) {
      .news-preview__date {
        position: absolute;
        bottom: 0;
        left: 0; } }

._inner-header {
  position: relative;
  padding-top: 34px; }
  @media (max-width: 768px) {
    ._inner-header {
      padding-top: 0; } }

.inner-header {
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  z-index: 1; }
  @media (max-width: 1399px) {
    .inner-header {
      top: 130px; } }
  @media (max-width: 1279px) {
    .inner-header {
      top: 120px; } }
  @media (max-width: 1023px) {
    .inner-header {
      top: 105px; } }
  @media (max-width: 768px) {
    .inner-header {
      top: 87px; }
      .inner-header .breadcrumbs__current {
        display: none; } }
  @media (max-width: 374px) {
    .inner-header {
      top: 67px; } }
  .inner-header__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .inner-header__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .inner-header__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }

@media (max-width: 768px) {
  .product-cards {
    padding-top: 126px; } }

.product-card {
  position: relative;
  display: block;
  background-color: #f4f4f4; }
  @media (max-width: 768px) {
    .product-card {
      background-color: #fff; } }
  .product-card:hover .product-card__img img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025); }
  .product-card__img {
    height: 0;
    padding-top: 51.44%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .product-card__img {
        padding-top: 0;
        height: auto; } }
    .product-card__img img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      @media (max-width: 768px) {
        .product-card__img img {
          position: static; } }
  .product-card__inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1281px) {
      .product-card__inner {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .product-card__inner {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
    @media (max-width: 768px) {
      .product-card__inner {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 22px;
        padding-bottom: 54px; } }
    @media (max-width: 374px) {
      .product-card__inner {
        padding-bottom: 30px; } }
  .product-card__content {
    margin-left: auto;
    width: 50%;
    max-width: 480px; }
    @media (max-width: 1280px) {
      .product-card__content {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 20px; } }
    @media (max-width: 1024px) {
      .product-card__content {
        max-width: 450px; } }
    @media (max-width: 768px) {
      .product-card__content {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%; } }
  .product-card__tag {
    margin: 35px 0 25px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.5px;
    color: #565656; }
    @media (max-width: 1399px) {
      .product-card__tag {
        margin-top: 0; } }
    @media (max-width: 1024px) {
      .product-card__tag {
        margin-bottom: 10px; } }
  .product-card__title {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 5rem;
    line-height: 6rem;
    color: #000; }
    @media (max-width: 1024px) {
      .product-card__title {
        margin-bottom: 10px;
        font-size: 3ren;
        line-height: 4rem; } }
    @media (max-width: 768px) {
      .product-card__title {
        margin-bottom: 5px;
        font-size: 2.4rem;
        line-height: 3rem; } }
    .product-card__title a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      color: inherit; }
      .product-card__title a:hover {
        opacity: 0.7; }
  .product-card__descr {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #939393; }
    @media (max-width: 1024px) {
      .product-card__descr {
        font-size: 1.3rem;
        line-height: 1.8rem; }
        .product-card__descr p {
          margin-bottom: 18px; }
          .product-card__descr p:last-child {
            margin-bottom: 0; } }
    @media (max-width: 768px) {
      .product-card__descr {
        min-height: 96px;
        font-size: 1.5rem;
        line-height: 2.4rem; }
        .product-card__descr p {
          margin-bottom: 24px; }
          .product-card__descr p:last-child {
            margin-bottom: 0; } }
    .single .product-card__descr {
      color: #000; }
    .product-card__descr p {
      margin: 0 0 24px; }
      .product-card__descr p:last-child {
        margin-bottom: 0; }
  .product-card.left {
    background-color: #eaeaea; }
    @media (max-width: 768px) {
      .product-card.left {
        background-color: #fff; } }
    .product-card.left .product-card__content {
      margin-left: 0;
      margin-right: auto; }
      @media (max-width: 768px) {
        .product-card.left .product-card__content {
          margin: 0; } }
  .product-card.single {
    background-color: #fff; }
    .product-card.single .product-card__tag {
      margin-top: 82px; }
      @media (max-width: 768px) {
        .product-card.single .product-card__tag {
          margin-top: 0; } }
    @media (max-width: 768px) {
      .product-card.single .product-card__inner {
        position: relative;
        padding-top: 38px;
        padding-bottom: 0; } }
    @media (max-width: 768px) {
      .product-card.single .product-card__descr p {
        margin-bottom: 21px; } }
    @media (max-width: 768px) {
      .product-card.single .product-card__title {
        margin-bottom: 30px; } }

@-webkit-keyframes autofill {
  to {
    color: #000000;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: linear-gradient(#000000, #000000);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px; } }

@keyframes autofill {
  to {
    color: #000000;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    background-image: linear-gradient(#000000, #000000);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px; } }

.input-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 72px; }
  .input-form__input {
    height: 38px;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.11;
    font-weight: 600;
    color: #000000;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#b2b2b2));
    background-image: linear-gradient(#b2b2b2, #b2b2b2);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    border: none;
    outline: none; }
    .input-form__input:focus, .input-form__input:valid {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
      background-image: linear-gradient(#000000, #000000); }
    .input-form__input:-webkit-autofill {
      -webkit-animation-name: autofill;
              animation-name: autofill;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    .input-form__input:focus ~ label,
    .input-form__input:valid ~ label {
      font-size: 12px;
      font-weight: 600;
      line-height: 1.67;
      color: #aeaeae;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-22px);
              transform: translateY(-22px); }
    .input-form__input::-ms-clear, .input-form__input::-ms-reveal {
      display: none; }
  .input-form__label {
    position: absolute;
    top: 12px;
    left: 0;
    pointer-events: none;
    font-size: 18px;
    line-height: 1.11;
    font-weight: 600;
    color: #aeaeae; }

.textarea-form {
  position: relative;
  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;
  margin-top: 10px; }
  .textarea-form__label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    font-size: 1.8rem;
    line-height: 1.11;
    font-weight: 600;
    color: #aeaeae; }
  .textarea-form__textarea {
    width: 100%;
    height: 110px;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.11;
    font-weight: 600;
    color: #000000;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#b2b2b2));
    background-image: linear-gradient(#b2b2b2, #b2b2b2);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    border: none;
    outline: none;
    resize: none; }
    .textarea-form__textarea:focus, .textarea-form__textarea:valid {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
      background-image: linear-gradient(#000000, #000000); }
    .textarea-form__textarea:focus ~ label,
    .textarea-form__textarea:valid ~ label {
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.67;
      color: #aeaeae;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateY(-22px);
              transform: translateY(-22px); }

.checkbox-form {
  margin-top: 26px;
  margin-bottom: 40px;
  padding-left: 28px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 767px) {
    .checkbox-form {
      margin-bottom: 42px; } }
  .checkbox-form__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 -20px; }
    .checkbox-form__input:hover + .checkbox-form__label::before, .checkbox-form__input:focus + .checkbox-form__label::before {
      border-color: rgba(178, 178, 178, 0.3);
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease; }
    .checkbox-form__input + .checkbox-form__label {
      position: relative;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1.3rem;
      line-height: 1.54;
      font-weight: 300;
      color: #000000;
      outline: 0;
      cursor: pointer; }
      .checkbox-form__input + .checkbox-form__label::before {
        content: '';
        position: absolute;
        top: 0;
        left: -28px;
        display: block;
        width: 17px;
        height: 17px;
        background-color: #ffffff;
        border: 1px solid #b2b2b2; }
      .checkbox-form__input + .checkbox-form__label::after {
        content: '';
        position: absolute;
        left: -24px;
        top: 5px;
        display: block;
        width: 9px;
        height: 5px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        border: 2px solid rgba(255, 255, 255, 0);
        border-top: none;
        border-right: none;
        border-radius: 1px; }
    .checkbox-form__input:checked:hover + .checkbox-form__label::before, .checkbox-form__input:checked:focus + .checkbox-form__label::before {
      opacity: 0.3;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .checkbox-form__input:checked + .checkbox-form__label::before {
      background-color: #000000;
      border-color: #000000; }
    .checkbox-form__input:checked + .checkbox-form__label::after {
      border-color: #ffffff; }
    .checkbox-form__input:disabled + .checkbox-form__label {
      opacity: 0.3; }
    .checkbox-form__input:disabled + .checkbox-form__label .checkbox-form__link {
      cursor: default; }
  .checkbox-form__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-decoration: underline;
    color: #000000; }
    .checkbox-form__link:hover {
      opacity: 0.7; }

.select-form {
  position: relative;
  margin-bottom: 24px; }
  .select-form__group {
    border: none; }
  .select-form .jq-selectbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    vertical-align: middle;
    color: #000000;
    cursor: pointer; }
    .select-form .jq-selectbox__select {
      height: 48px;
      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: 0;
      background-image: none;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#b2b2b2), to(#b2b2b2));
      background-image: linear-gradient(#b2b2b2, #b2b2b2);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      border: none;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .select-form .jq-selectbox__select:active {
        color: #000000; }
    .select-form .jq-selectbox__select-text {
      width: 70%;
      font-family: "Solomon Sans", Arial, sans-serif;
      font-size: 1.8rem;
      line-height: 1.11;
      font-weight: 600;
      color: #aeaeae; }
    .select-form .jq-selectbox__trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 30%;
      height: 100%;
      border-left: 0; }
    .select-form .jq-selectbox__trigger-arrow {
      top: 15px;
      right: -2px;
      left: auto;
      width: 11px;
      height: 7px;
      margin-right: 2px;
      background-image: url("../img/svg/select-arrow.svg");
      background-repeat: no-repeat;
      background-size: auto;
      border: none;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .select-form .jq-selectbox__trigger-arrow--rotate {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .select-form .jq-selectbox__dropdown {
      font-family: "Solomon Sans", Arial, sans-serif;
      font-size: 1.8rem;
      line-height: 1.11;
      font-weight: 600;
      color: #000000;
      background-color: #ffffff;
      border: none;
      border-radius: 0;
      -webkit-box-shadow: 0 0 30px rgba(85, 101, 188, 0.08);
              box-shadow: 0 0 30px rgba(85, 101, 188, 0.08); }
      .select-form .jq-selectbox__dropdown ul {
        position: relative;
        max-height: 156px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding: 0 10px;
        overflow: hidden; }
      .select-form .jq-selectbox__dropdown li {
        padding: 10px 0;
        background-color: #ffffff; }
        .select-form .jq-selectbox__dropdown li:not(:last-of-type) {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#dce6ed), to(#dce6ed));
          background-image: linear-gradient(#dce6ed, #dce6ed);
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: 100% 1px; }
        .select-form .jq-selectbox__dropdown li.selected {
          color: inherit; }
        .select-form .jq-selectbox__dropdown li:hover {
          color: rgba(0, 0, 0, 0.5); }
    .select-form .jq-selectbox.focused .jq-selectbox__select {
      outline: 0;
      border: none;
      opacity: 0.7;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
      background-image: linear-gradient(#000000, #000000); }
    .select-form .jq-selectbox.opened .jq-selectbox__select-text {
      color: #000000; }
    .select-form .jq-selectbox.disabled .jq-selectbox__select {
      background: none; }
    .select-form .jq-selectbox.changed .jq-selectbox__select-text {
      color: #000000; }
    .select-form .jq-selectbox.changed .jq-selectbox__select {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
      background-image: linear-gradient(#000000, #000000); }

.search-trigger {
  position: relative;
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  width: 35px;
  height: 40px; }
  .search-trigger:focus {
    outline: none; }
  .page-footer .search-trigger {
    height: 30px; }
  .search-trigger svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    fill: #fff; }
    .dark .search-trigger svg,
    .scrolling .search-trigger svg {
      fill: #bbb; }
    .opened .search-trigger svg {
      left: 12px;
      fill: #000; }
    .opened .page-header__inner .search-trigger svg {
      fill: rgba(255, 255, 255, 0); }
    .page-footer .search-trigger svg {
      left: 25px;
      fill: #000; }
  @media (max-width: 768px) {
    .opened .search-trigger {
      position: absolute;
      left: 0;
      top: 0; } }
  @media (max-width: 768px) {
    .main-navigation .search-trigger {
      display: none; } }

.edit-button {
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .edit-button:focus {
    outline: none; }
  .edit-button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    height: 30px;
    fill: #000; }

.vision-trigger {
  position: relative;
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  width: 35px;
  height: 40px; }
  .vision-trigger:focus {
    outline: none; }
  .page-footer .vision-trigger {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    height: 25px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .page-footer .vision-trigger:hover {
      opacity: 0.7; }
  .vision-trigger__text {
    padding-left: 45px; }
  .vision-trigger svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    fill: #fff; }
    .dark .vision-trigger svg,
    .scrolling .vision-trigger svg {
      fill: #bbb; }
    .opened .vision-trigger svg {
      left: 12px;
      fill: #000; }
    .opened .page-header__inner .vision-trigger svg {
      fill: rgba(255, 255, 255, 0); }
    .page-footer .vision-trigger svg {
      width: 32px;
      height: 19px;
      left: 25px;
      fill: #09c1de; }
  @media (max-width: 768px) {
    .opened .vision-trigger {
      position: absolute;
      left: 0;
      top: 0; } }
  @media (max-width: 768px) {
    .main-navigation .vision-trigger {
      display: none; } }

.radiobtn {
  display: block;
  padding-bottom: 20px; }

.radiobtn span {
  display: block;
  padding-left: 25px;
  font-size: 15px;
  letter-spacing: normal;
  background: #fff;
  line-height: 18px;
  color: #000000; }
  .radiobtn span:hover, .radiobtn span:focus {
    text-decoration: underline; }
  .radiobtn span:active {
    opacity: 0.6; }

.radiobtn [type="radio"]:not(:checked), .radiobtn [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

.radiobtn [type="radio"]:not(:checked) + span, .radiobtn [type="radio"]:checked + span {
  position: relative;
  cursor: pointer; }

.radiobtn [type="radio"]:not(:checked) + span:before, .radiobtn [type="radio"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: solid 1px #cbcccd !important;
  border-radius: 50%;
  background-color: transparent; }

.radiobtn [type="radio"]:not(:checked) + span:after, .radiobtn [type="radio"]:checked + span:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: #000; }

.radiobtn [type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.radiobtn [type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.radiobtn.radiobtn_ib {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px; }

.radiobtn.radiobtn_ib:last-child {
  margin: 0; }

.checkbox {
  display: block;
  padding-bottom: 20px; }

.checkbox span {
  display: block;
  padding-left: 30px;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22px;
  color: #000; }
  .checkbox span:hover, .checkbox span:focus {
    text-decoration: underline; }
  .checkbox span:active {
    opacity: 0.6; }

.checkbox [type="checkbox"]:not(:checked), .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.checkbox [type="checkbox"]:not(:checked) + span, .checkbox [type="checkbox"]:checked + span {
  position: relative;
  cursor: pointer; }

.checkbox [type="checkbox"]:not(:checked) + span:before, .checkbox [type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cbcccd !important;
  background-color: transparent; }

.checkbox [type="checkbox"]:not(:checked) + span:after, .checkbox [type="checkbox"]:checked + span:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 20px;
  height: 18px;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: url("../img/checkbox.svg") center no-repeat; }

.checkbox [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0); }

.checkbox [type="checkbox"]:checked + span:before {
  background-color: #fff; }

.checkbox [type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.checkbox.checkbox_ib {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.checkbox.checkbox_ib:last-child {
  margin: 0; }

.visibility-btn {
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .visibility-btn:focus {
    outline: none; }
  @media (max-width: 1024px) {
    .visibility-btn {
      margin-left: 5px; } }
  @media (max-width: 840px) {
    .visibility-btn {
      margin-left: 0;
      margin-bottom: 20px; } }
  .visibility-btn svg {
    display: block;
    fill: #fff;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
    @media (max-width: 840px) {
      .visibility-btn svg {
        width: 24px; } }
    @media (max-width: 768px) {
      .visibility-btn svg {
        width: 32px;
        fill: #565656; } }
    .scrolling .visibility-btn svg,
    .dark .visibility-btn svg {
      fill: #bbb; }
  .visibility-btn:hover {
    opacity: 0.8; }
    .scrolling .visibility-btn:hover,
    .dark .visibility-btn:hover {
      opacity: 1; }
    .scrolling .visibility-btn:hover svg {
      fill: #565656; }

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  z-index: 3; }
  @media (max-width: 768px) {
    .page-header {
      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-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 0;
      width: 100%;
      min-height: 100vh;
      pointer-events: none; } }
  .page-header__top {
    padding: 5px 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    @media (max-width: 768px) {
      .page-header__top {
        display: none; } }
    .page-header__top p {
      margin: 0;
      font-family: "Roboto", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 2rem;
      color: #565656;
      letter-spacing: -0.01px;
      display: inline-block; }
    .dark .page-header__top {
      padding: 5px 0 8px;
      border-color: rgba(216, 216, 216, 0.37); }
  .page-header__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 34px;
    width: 100%;
    max-width: 1468px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1280px) {
      .page-header__wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1024px) {
      .page-header__wrapper {
        padding: 0 20px; } }
  .page-header__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .opened .page-header__main {
      pointer-events: auto; }
  .page-header__main-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 25px 40px 0;
    max-width: 1480px;
    width: 100%; }
    @media (max-width: 1399px) {
      .page-header__main-wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (max-width: 1280px) {
      .page-header__main-wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1024px) {
      .page-header__main-wrapper {
        padding: 20px 20px 0; } }
    @media (max-width: 768px) {
      .page-header__main-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
        max-height: 100vh;
        overflow-y: auto; } }
  .page-header__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: auto;
    max-width: 100%; }
    @media (max-width: 768px) {
      .page-header__inner {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        padding: 20px 20px 8px;
        width: 100%;
        min-height: 63px; }
        .dark .page-header__inner {
          background-color: rgba(255, 255, 255, 0); } }
  .page-header__legend {
    display: none;
    margin: auto 0 0 0;
    padding-bottom: 120px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #939393; }
    @media (max-width: 768px) {
      .page-header__legend {
        display: block; } }
  @media (max-width: 768px) {
    .page-header.dark {
      background-color: rgba(255, 255, 255, 0); } }
  .page-header.opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
  .page-header__logo {
    width: 93px;
    height: 35px; }
    @media (max-width: 1280px) {
      .page-header__logo {
        width: 80px; } }
    @media (max-width: 1024px) {
      .page-header__logo {
        width: 50px; } }
    @media (max-width: 768px) {
      .page-header__logo {
        width: 60px;
        height: 23px; }
        .page-header__logo svg {
          width: 60px;
          height: 23px; }
        .opened .page-header__logo {
          opacity: 0;
          pointer-events: none; } }
  .page-header.scrolling {
    background-color: #fff;
    border-bottom: 1px solid rgba(216, 216, 216, 0.37); }
    @media (max-width: 768px) {
      .page-header.scrolling {
        background-color: rgba(255, 255, 255, 0); } }
    @media (max-width: 768px) {
      .page-header.scrolling .page-header__inner {
        background-color: #fff;
        border-bottom: 1px solid rgba(216, 216, 216, 0.37); }
        .opened .page-header.scrolling .page-header__inner {
          border-bottom: none; } }
    .page-header.scrolling .main-navigation {
      color: #000; }
      .page-header.scrolling .main-navigation__tel {
        color: #bbb; }
    .page-header.scrolling .search-form__btn svg {
      fill: #d3d3d3; }
    .page-header.scrolling .page-header__top {
      border-color: rgba(216, 216, 216, 0.37); }
    .page-header.scrolling .navigation-list__item.current {
      color: #09c1de; }
      .page-header.scrolling .navigation-list__item.current::before {
        background-color: #09c1de; }
  .page-header__search-mobile {
    position: absolute;
    display: none;
    margin-left: auto;
    right: 76px;
    pointer-events: auto; }
    @media (max-width: 768px) {
      .page-header__search-mobile {
        display: block; }
        .page-header__search-mobile .search-trigger {
          top: -2px;
          height: 28px; } }

.page-main {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 131px;
  width: 100%; }
  @media (min-width: 1281px) {
    .page-main {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .page-main {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (min-width: 1025px) {
    .page-main--one-news {
      padding-top: 172px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .page-main--one-news {
      padding-top: 90px; } }

.page-footer {
  position: relative;
  margin-top: auto;
  padding-top: 150px;
  background-color: #fff; }
  .page-footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .page-footer__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .page-footer__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
    @media (max-width: 768px) {
      .page-footer__wrapper {
        position: relative;
        -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; } }
    .partners .page-footer__wrapper {
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 16px;
      padding-bottom: 12px; }
      @media (max-width: 768px) {
        .partners .page-footer__wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .page-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 33px;
    max-width: calc(100% - 70px); }
    @media (max-width: 768px) {
      .page-footer__nav {
        margin-bottom: 23px;
        max-width: 100%; }
        .page-footer__nav .search-trigger {
          display: none; } }
  .page-footer__logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 150px;
    width: 70px;
    height: 26px; }
    @media (max-width: 1280px) {
      .page-footer__logo {
        width: 50px; } }
    @media (max-width: 768px) {
      .page-footer__logo {
        margin-bottom: 25px;
        height: 19px; }
        .page-footer__logo svg {
          width: 50px;
          height: 19px; } }
    .page-footer__logo svg {
      fill: #09c1de; }
  .page-footer__contacts {
    padding-bottom: 28px;
    min-width: 290px;
    margin-right: 25px; }
    @media (max-width: 1280px) {
      .page-footer__contacts {
        min-width: 190px;
        margin-right: 25px; } }
    @media (max-width: 768px) {
      .page-footer__contacts {
        margin-bottom: 3px;
        padding-bottom: 30px; } }
  .page-footer__vision {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (max-width: 768px) {
      .page-footer__vision {
        display: none; } }
  .page-footer__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.13); }
    @media (max-width: 1024px) {
      .page-footer__partners {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 768px) {
      .page-footer__partners {
        display: block;
        margin-left: 0;
        padding-right: 0;
        padding-top: 14px;
        font-size: 0; } }
  .page-footer__copyright {
    padding: 16px 0 14px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #565656;
    border-top: 1px solid rgba(0, 0, 0, 0.17); }
    @media (max-width: 768px) {
      .page-footer__copyright {
        padding-top: 24px;
        font-size: 1.1rem;
        line-height: 1.7rem;
        border-top: none; } }
    .page-footer__copyright p {
      margin: 0;
      max-width: 1080px; }

.main-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 42px;
  pointer-events: auto; }
  @media (max-width: 768px) {
    .main-navigation {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-top: -63px;
      padding: 85px 20px 30px;
      width: 100%;
      background-color: #fff;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      overflow: hidden;
      z-index: 1; }
      .opened .main-navigation {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        color: #000; } }
  .dark .main-navigation {
    color: #000; }
  @media (max-width: 1024px) {
    .main-navigation__lang {
      margin-left: 0; } }
  .main-navigation__search {
    margin-left: 18px; }
    @media (max-width: 1024px) {
      .main-navigation__search {
        margin-left: 0;
        min-height: 54px; } }
  .main-navigation__search-mobile {
    display: none; }
    @media (max-width: 768px) {
      .main-navigation__search-mobile {
        display: block; } }
  .main-navigation__tel {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    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;
    color: #ffffff; }
    .main-navigation__tel:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .main-navigation__tel {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 48px; } }
    .main-navigation__tel .icon {
      margin-bottom: 4px; }
    .dark .main-navigation__tel,
    .opened .main-navigation__tel {
      color: #bbb; }
  .main-navigation .search-trigger {
    margin-left: 14px; }
    @media (max-width: 1024px) {
      .main-navigation .search-trigger {
        margin-left: 10px; } }
    @media (max-width: 840px) {
      .main-navigation .search-trigger {
        margin-left: 2px; } }

.navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 1.7rem; }
  @media (max-width: 1280px) {
    .navigation-list {
      font-size: 1.5rem; } }
  @media (max-width: 1024px) {
    .navigation-list {
      font-size: 1.4rem; } }
  @media (min-width: 769px) and (max-width: 800px) {
    .navigation-list {
      font-size: 1.3rem; } }
  @media (max-width: 768px) {
    .navigation-list {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      -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;
      margin-bottom: 15px;
      font-size: 2rem;
      line-height: 3rem; } }
  .navigation-list__item {
    position: relative;
    padding: 0 34px; }
    @media (max-width: 1399px) {
      .navigation-list__item {
        padding: 0 20px; } }
    @media (max-width: 1280px) {
      .navigation-list__item {
        padding: 0 16px; } }
    @media (max-width: 1024px) {
      .navigation-list__item {
        padding: 0 10px; } }
    @media (max-width: 768px) {
      .navigation-list__item {
        margin: 0 0 24px;
        padding: 0; } }
    .navigation-list__item:hover .subnavigation {
      max-height: 1000px;
      overflow: visible; }
      @media (max-width: 768px) {
        .navigation-list__item:hover .subnavigation {
          max-height: 0;
          overflow: hidden; } }
    .navigation-list__item:hover::before {
      content: "";
      position: absolute;
      top: 16px;
      left: 18px;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .dark .navigation-list__item:hover::before {
        display: none; }
      ._mac .navigation-list__item:hover::before {
        top: 14px; }
      @media (min-width: 1024px) and (max-width: 1400px) {
        .navigation-list__item:hover::before {
          left: 0; } }
      @media (max-width: 1024px) {
        .navigation-list__item:hover::before {
          left: -5px; } }
      @media (max-width: 768px) {
        .navigation-list__item:hover::before {
          display: none; } }
      .dark .navigation-list__item:hover::before {
        background-color: #09c1de; }
    .dark .navigation-list__item:hover {
      color: #09c1de; }
    .navigation-list__item.current {
      color: #fff; }
      @media (max-width: 768px) {
        .navigation-list__item.current {
          color: #09c1de; } }
      .dark .navigation-list__item.current {
        color: #09c1de; }
      .navigation-list__item.current:hover::before {
        display: block; }
      .navigation-list__item.current::before {
        content: "";
        position: absolute;
        top: 16px;
        left: 18px;
        display: block;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        ._mac .navigation-list__item.current::before {
          top: 14px; }
        @media (min-width: 1024px) and (max-width: 1400px) {
          .navigation-list__item.current::before {
            left: 0; } }
        @media (max-width: 1024px) {
          .navigation-list__item.current::before {
            left: -5px; } }
        @media (max-width: 768px) {
          .navigation-list__item.current::before {
            display: none; } }
        .dark .navigation-list__item.current::before {
          background-color: #09c1de; }
      @media (max-width: 768px) {
        .navigation-list__item.current > a {
          pointer-events: none; } }
    @media (max-width: 768px) {
      .navigation-list__item.expandable {
        display: block;
        width: 100%; } }
    .navigation-list__item.expandable::after {
      content: "";
      position: absolute;
      right: 16px;
      top: 10px;
      display: block;
      width: 4px;
      height: 4px;
      border-bottom: 1px solid #c1c1c1;
      border-right: 1px solid #c1c1c1;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      @media (max-width: 768px) {
        .navigation-list__item.expandable::after {
          opacity: 1; } }
    @media (max-width: 768px) {
      .navigation-list__item.expanded {
        margin-bottom: 19px; }
        .navigation-list__item.expanded .subnavigation {
          max-height: 1000px;
          overflow: visible; } }
    .navigation-list__item.expanded::after {
      margin-top: 3px;
      border-bottom: none;
      border-right: none;
      border-top: 1px solid #09c1de;
      border-left: 1px solid #09c1de; }
  .navigation-list__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    white-space: nowrap;
    -webkit-transition: color 0.1s ease;
    transition: color 0.1s ease; }
    .navigation-list__link:hover, .navigation-list__link:focus {
      outline: none; }
      .scrolling .navigation-list__link:hover, .scrolling .navigation-list__link:focus {
        color: #09c1de; }
    @media (max-width: 768px) {
      .expanded .navigation-list__link {
        margin-bottom: 10px;
        color: #09c1de; } }

.subnavigation {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 35px;
  top: calc(100% + 12px);
  padding: 0 48px 0 27px;
  max-height: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  overflow: hidden; }
  @media (max-width: 768px) {
    .subnavigation {
      position: relative;
      left: auto;
      top: auto;
      padding-left: 0;
      padding-right: 0; } }
  .subnavigation:hover {
    max-height: 1000px; }
  .subnavigation::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 12px; }
    @media (max-width: 768px) {
      .subnavigation::before {
        display: none; } }
  @media (max-width: 768px) {
    .subnavigation {
      max-width: 100%;
      font-family: "Solomon Sans", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 3.4rem;
      color: #000; }
      .expanded .subnavigation {
        max-height: 1000px; } }
  .scrolling .subnavigation,
  .dark .subnavigation {
    color: #9a9a9a; }
    @media (max-width: 768px) {
      .scrolling .subnavigation,
      .dark .subnavigation {
        color: #000; } }
  .subnavigation__item {
    position: relative;
    font-size: 1.6rem;
    line-height: 3.5rem;
    height: 35px;
    color: #9a9a9a; }
    @media (max-width: 768px) {
      .subnavigation__item {
        height: auto;
        font-size: 1.4rem;
        line-height: 3.4rem; } }
    .subnavigation__item:first-child {
      padding-top: 18px; }
      @media (max-width: 768px) {
        .subnavigation__item:first-child {
          padding-top: 0; } }
    .subnavigation__item:last-child {
      padding-bottom: 21px; }
      @media (max-width: 768px) {
        .subnavigation__item:last-child {
          padding-bottom: 0; } }
  .subnavigation__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: inherit;
    white-space: nowrap; }
    .subnavigation__link:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .subnavigation__link {
        white-space: normal; } }
    .subnavigation__link:hover {
      color: #09c1de; }

@media (max-width: 768px) {
  .search-form {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%; } }

.search-form input[type="search"] {
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  max-width: 0;
  -webkit-appearance: none;
  border-radius: 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .search-form input[type="search"] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 35px;
      max-width: 100%;
      width: 100%;
      height: 54px;
      border-bottom: 1px solid #000; } }
  .search-form input[type="search"]:focus {
    outline: none; }

.search-form__btn {
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  position: absolute;
  width: 35px;
  height: 40px; }
  .search-form__btn:focus {
    outline: none; }
  .search-form__btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    fill: #000; }

.lang-block {
  font-weight: 600;
  font-size: 1.4rem; }
  @media (max-width: 1024px) {
    .lang-block {
      font-size: 1.2rem; } }
  @media (max-width: 768px) {
    .lang-block {
      margin-top: 48px;
      margin-bottom: 20px;
      font-size: 1.4rem;
      color: #000; } }
  .lang-block__link {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding: 0  0 0 10px;
    color: inherit; }
    .lang-block__link:focus {
      outline: none; }
    .lang-block__link:hover {
      opacity: 0.7; }
    @media (max-width: 1024px) {
      .lang-block__link {
        padding-left: 8px; } }
    @media (max-width: 768px) {
      .lang-block__link {
        padding-left: 0;
        padding-right: 10px; } }
  .dark .lang-block {
    color: #bbb; }
  .opened .lang-block {
    color: #000; }

.footer-navigation__search {
  margin-left: 35px; }
  @media (max-width: 1280px) {
    .footer-navigation__search {
      margin-left: 0; } }

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.7rem; }
  @media (max-width: 1280px) {
    .footer-nav {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.4rem; } }
  @media (max-width: 768px) {
    .footer-nav {
      display: block;
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4;
      -webkit-column-gap: 50px;
         -moz-column-gap: 50px;
              column-gap: 50px;
      font-size: 1.5rem;
      line-height: 3.4rem; } }
  @media (max-width: 620px) {
    .footer-nav {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 77px;
         -moz-column-gap: 77px;
              column-gap: 77px; } }
  .footer-nav__item {
    margin: 0 38px; }
    @media (max-width: 1280px) {
      .footer-nav__item {
        margin: 0 24px; } }
    @media (max-width: 1024px) {
      .footer-nav__item {
        margin: 0 10px; } }
    @media (max-width: 768px) {
      .footer-nav__item {
        margin: 0;
        width: 50%; } }
  .footer-nav__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: block;
    color: inherit;
    white-space: nowrap; }
    .footer-nav__link:hover {
      opacity: 0.7; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem; }
  @media (max-width: 768px) {
    .contacts {
      font-size: 1.2rem;
      line-height: 2.2rem; } }
  .contacts p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    @media (max-width: 768px) {
      .contacts p {
        -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; } }
  .contacts a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: inherit;
    white-space: nowrap; }
    .contacts a:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .contacts a {
        margin-bottom: 20px; }
        .contacts a:last-child {
          margin-bottom: 0; } }
    .contacts a .text {
      margin-left: 11px; }
  .contacts__tel {
    margin-right: 27px; }
    .contacts__tel .icon {
      color: #09c1de; }
  .contacts__mail {
    text-decoration: underline; }
  .contacts__social {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding-right: 10px; }
    @media (max-width: 1280px) {
      .contacts__social {
        margin-top: 0; } }
    @media (max-width: 768px) {
      .contacts__social {
        position: absolute;
        right: 0;
        top: 40px;
        margin-top: 6px; } }

.partners__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  margin-right: 10px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #000; }
  .partners__link:hover {
    opacity: 0.7; }
  @media (max-width: 620px) {
    .partners__link {
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .partners__link {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0;
      margin-right: 20px;
      min-width: 120px;
      font-size: 1rem;
      line-height: 1.6rem; } }

.partners__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px; }
  @media (max-width: 768px) {
    .partners__logo {
      display: inline-block;
      vertical-align: middle;
      max-width: 115px;
      margin-right: -7px; } }
  .partners__logo img {
    display: block;
    max-height: 52px;
    width: auto; }
    @media (max-width: 768px) {
      .partners__logo img {
        -webkit-transform: scale(0.7);
                transform: scale(0.7);
        -webkit-transform-origin: left center;
                transform-origin: left center; } }

@media (max-width: 768px) {
  .partners__text {
    display: inline-block;
    vertical-align: middle;
    width: auto; } }

.previews-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #09c1de; }
  @media (max-width: 1024px) {
    .previews-links {
      font-size: 1.4rem;
      line-height: 2rem; } }
  @media (max-width: 374px) {
    .previews-links {
      font-size: 1.2rem; } }
  .previews-links__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-left: 35px; }
    @media (max-width: 1024px) {
      .previews-links__item {
        margin-left: 0; }
        .previews-links__item:nth-child(2) {
          margin-left: 16px; } }

.preview-link__img {
  display: block;
  margin-bottom: 14px;
  width: 160px;
  height: 106px;
  background-color: #ccc;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .preview-link__img {
      margin-bottom: 18px;
      width: 155px;
      height: 102px; } }
  @media (max-width: 374px) {
    .preview-link__img {
      margin-bottom: 12px;
      width: 115px;
      height: 76px; } }
  .preview-link__img img {
    display: block;
    width: 100%;
    height: auto; }

.preview-link__text {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
  color: inherit;
  max-width: 250px; }
  .preview-link__text:hover {
    opacity: 0.7; }

.intro {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 56.1% 0 0;
  background-color: #888;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .intro {
      padding: 400px 0 0;
      height: auto; } }
  .main-page .intro {
    border-bottom: 4px solid #fff;
    background-image: url("../img/main-image.jpg"); }
    @media (max-width: 768px) {
      .main-page .intro {
        background-image: url("../img/main-image-mob.jpg");
        background-size: cover;
        background-position: top center; } }
    @media (max-width: 414px) {
      .main-page .intro {
        padding-top: 500px; } }
  .intro__wrapper {
    position: absolute;
    z-index: 1;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 40px 44px;
    width: 100%; }
    @media (max-width: 1024px) {
      .intro__wrapper {
        padding-bottom: 0; } }
    @media (max-width: 1399px) {
      .intro__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (max-width: 1280px) {
      .intro__wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 480px) {
      .intro__wrapper {
        top: auto;
        bottom: 0; } }
  .intro__video-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0; }
    @media (max-width: 1024px) {
      .intro__video-bg {
        display: none; } }
    .intro__video-bg iframe,
    .intro__video-bg video {
      display: block;
      width: 100%;
      height: 100%;
      border: none; }
    .intro__video-bg::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.1); }
  .intro__title {
    margin-bottom: 70px;
    font-size: 7rem;
    line-height: 8rem;
    font-weight: 600;
    color: #ffffff;
    text-align: center; }
    @media (max-width: 1280px) {
      .intro__title {
        font-size: 52px;
        line-height: 58px; } }
    @media (max-width: 1024px) {
      .intro__title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 30px; } }
    .intro__title h1 {
      margin: 0 auto;
      max-width: 80%;
      font: inherit; }
  .intro__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1550px;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .intro__links {
        width: 100%; } }
    @media (max-width: 768px) {
      .intro__links {
        -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; } }
  .intro__link {
    position: relative;
    font-size: 3.2rem;
    margin: 0 20px 10px;
    padding: 15px 60px 15px 40px;
    line-height: 1.25;
    color: #ffffff;
    left: 0;
    -webkit-transition: left 0.5s ease, background-color 0.3s ease;
    transition: left 0.5s ease, background-color 0.3s ease; }
    .intro__link:hover, .intro__link:focus {
      left: 10px;
      background-color: #09c1de; }
      @media (max-width: 480px) {
        .intro__link:hover, .intro__link:focus {
          left: 0; } }
    .intro__link:first-child {
      padding: 15px 40px 15px 60px; }
      @media (min-width: 769px) {
        .intro__link:first-child {
          left: auto;
          right: 0;
          -webkit-transition: right 0.5s ease;
          transition: right 0.5s ease; }
          .intro__link:first-child:hover, .intro__link:first-child:focus {
            right: 10px; } }
      @media (max-width: 768px) {
        .intro__link:first-child {
          padding-left: 20px;
          padding-right: 40px; } }
    @media (max-width: 768px) {
      .intro__link {
        margin: 0 0 20px;
        font-size: 2rem;
        padding-left: 20px;
        padding-right: 40px; } }
    @media (max-width: 480px) {
      .intro__link {
        font-size: 1.8rem; }
        .intro__link:first-child {
          margin-bottom: 20px; } }
    .intro__link::before, .intro__link::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      margin-top: -2px;
      width: 14px;
      height: 14px;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff; }
    .intro__link:first-child::before {
      content: '';
      left: 20px; }
      @media (max-width: 768px) {
        .intro__link:first-child::before {
          left: auto;
          right: 20px;
          -webkit-transform: translateY(-50%) rotate(-135deg);
                  transform: translateY(-50%) rotate(-135deg); } }
    .intro__link:last-child::after {
      content: '';
      right: 20px;
      -webkit-transform: translateY(-50%) rotate(-135deg);
              transform: translateY(-50%) rotate(-135deg); }
  .intro__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #ffffff; }
    @media (max-width: 1024px) {
      .intro__content {
        padding-left: 20px;
        padding-right: 20px; } }
  .intro__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .intro__list-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23%;
    padding: 20px 0;
    margin-right: 20px; }
    .intro__list-item:last-child {
      margin: 0; }
    @media (max-width: 1024px) {
      .intro__list-item {
        width: 48%;
        margin: 0; } }
    @media (max-width: 480px) {
      .intro__list-item {
        -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-right: 10px; } }
  .intro__list-link {
    display: block;
    margin-right: 20px; }
  .intro__list-img {
    display: block; }
  .intro__list-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #bbbbbb; }

.promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .promo__wrapper {
      display: block; } }

.promo__container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1281px) {
    .promo__container {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .promo__container {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }

.promo__title {
  margin: 32px 0;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 3rem;
  color: rgba(0, 0, 0, 0.24); }
  .promo__title a {
    color: inherit;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .promo__title a:hover {
      color: #000; }

.promo__tile {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%; }
  @media (max-width: 1024px) {
    .promo__tile {
      width: 100%; } }

.news-announces {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 104px;
  padding-bottom: 120px;
  width: 100%;
  height: 100%; }
  @media (min-width: 1281px) {
    .news-announces {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .news-announces {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (max-width: 1024px) {
    .news-announces {
      padding-top: 57px;
      padding-bottom: 60px; } }
  .news-announces__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 26px; }
    .news-announces__headline h2 {
      margin: 0;
      text-transform: capitalize;
      font-weight: 600;
      font-size: 1.7rem;
      line-height: 3rem; }
      @media (max-width: 1024px) {
        .news-announces__headline h2 {
          font-size: 1.7rem;
          line-height: 3rem; } }
    .news-announces__headline a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      margin-left: 25px;
      font-weight: 600;
      font-size: 1.6rem;
      line-height: 2rem;
      color: #565656; }
      .news-announces__headline a:hover {
        opacity: 0.7; }
      @media (max-width: 1024px) {
        .news-announces__headline a {
          margin-left: 23px;
          font-size: 1.3rem;
          line-height: 1.4rem; } }
  .news-announces__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .news-announces__list {
        display: block; } }
  .news-announces__list-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    width: 29.6%; }
    @media (max-width: 1024px) {
      .news-announces__list-col {
        width: 100%; } }
  .news-announces__item:nth-child(2) {
    margin-top: auto; }
  .news-announces__item--main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 64.8%; }
    @media (max-width: 1024px) {
      .news-announces__item--main {
        width: 100%; } }
  .news-announces--smus {
    padding-top: 0;
    padding-bottom: 0; }
    .news-announces--smus .news-announces__headline {
      margin-bottom: 47px; }
      .news-announces--smus .news-announces__headline h2 {
        font-size: 1.6rem;
        line-height: 1.25;
        color: #0dc2df; }

@media (min-width: 768px) {
  .research::after {
    content: '';
    display: table;
    clear: both; } }

@media (min-width: 768px) {
  .research__title-link {
    display: inline-block; } }

.research__title-link .research__title {
  color: #000000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  .research__title-link .research__title:hover {
    color: #bbbbbb; }

.research__title {
  max-width: 61%;
  margin: 0;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #000000; }
  @media (min-width: 768px) {
    .research__title {
      display: inline-block;
      font-size: 3.7rem; } }
  @media (min-width: 1024px) {
    .research__title {
      max-width: 65%; } }
  @media (min-width: 1280px) {
    .research__title {
      font-size: 4.2rem;
      line-height: 1.142857142857143;
      margin-bottom: 0; } }
  .research__title--one {
    font-size: 2.6rem;
    line-height: 1.153846153846154; }
    @media (min-width: 768px) {
      .research__title--one {
        display: inline-block;
        max-width: 61%; } }
    @media (min-width: 1024px) {
      .research__title--one {
        max-width: 67%; } }
    @media (min-width: 1280px) {
      .research__title--one {
        font-size: 5rem;
        line-height: 1.2;
        margin-bottom: 25px; } }

.research__stages {
  margin-top: 33px;
  clear: both; }
  @media (min-width: 768px) {
    .research__stages {
      float: right;
      margin-left: 20px;
      margin-right: 3px; } }

.research__text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300; }
  .research__text p {
    margin: 20px 0; }
  @media (min-width: 768px) {
    .research__text {
      font-size: 1.7rem;
      line-height: 1.76; }
      .research__text p {
        margin: 19px 0; } }
  @media (min-width: 768px) {
    .research__text--one {
      display: inline-block;
      max-width: 61%; } }
  @media (min-width: 1024px) {
    .research__text--one {
      max-width: 67%; } }
  .research__text--big {
    font-family: 'Solomon Sans';
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 400; }
    @media (min-width: 768px) {
      .research__text--big {
        font-size: 2.6rem;
        line-height: 1.461538462; } }

.research__description {
  margin-top: 27px;
  margin-bottom: 21px; }
  @media (min-width: 768px) {
    .research__description {
      margin-top: 35px;
      margin-bottom: 15px;
      max-width: 61%; } }
  @media (min-width: 1024px) {
    .research__description {
      max-width: 65%; } }
  .research__description p {
    margin: 0; }
  .research__description--one {
    margin-top: 62px;
    margin-bottom: 31px; }
    @media (min-width: 768px) {
      .research__description--one {
        max-width: 66%;
        margin-top: 80px;
        margin-bottom: 47px; } }

.research__download-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  font-family: "Solomon Sans",Arial,sans-serif;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 600;
  color: #09c1de; }
  .research__download-link:hover {
    opacity: 0.7; }

.research__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.research__links-block {
  width: 100%;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 768px) {
    .research__links-block {
      max-width: 700px;
      padding-top: 20px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .research__links-block {
      max-width: 65%; } }
  @media (min-width: 1280px) {
    .research__links-block {
      max-width: 61%; } }

.research__link {
  font-size: 1.7rem;
  line-height: 1.67;
  font-weight: 600;
  color: #09c1de;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease; }
  @media (min-width: 768px) {
    .research__link {
      font-size: 1.8rem; } }
  .research__link:hover {
    border-bottom: 2px solid #09c1de; }

.researches {
  margin-top: 90px; }
  @media (min-width: 768px) {
    .researches {
      margin-top: 160px; } }
  @media (min-width: 768px) {
    .researches__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .researches__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .researches__items {
        display: block; } }
  .researches__title {
    margin: 0;
    margin-bottom: 25px;
    font-size: 1.5rem;
    line-height: 2;
    color: #000000; }
    @media (min-width: 768px) {
      .researches__title {
        width: 100%;
        margin-bottom: 64px;
        font-size: 1.9rem;
        line-height: 1.58; } }
    .researches__title a {
      color: #000000;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
      .researches__title a:hover {
        color: #d6d6d6; }
  .researches__item {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .researches__item {
        width: 45%;
        margin-right: 7.2%;
        margin-bottom: 64px; }
        .researches__item:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 1024px) {
      .researches__item {
        width: 28%; }
        .researches__item:nth-of-type(2n) {
          margin-right: 7.2%; }
        .researches__item:nth-of-type(3n) {
          margin-right: 0; } }
    .researches__item:last-child {
      margin-bottom: 0; }

.one-news {
  margin-top: 18px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .one-news {
      margin-top: 29px; } }
  .one-news__title {
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 27px;
    font-size: 4rem;
    line-height: 1.15;
    font-weight: 600; }
    @media (min-width: 320px) and (max-width: 767px) {
      .one-news__title {
        max-width: 500px;
        margin: 0;
        margin-bottom: 31px;
        font-size: 2.2rem;
        line-height: 1.36; } }
  .one-news__date {
    padding: 0;
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4rem;
    color: #565656; }
  .one-news__slider {
    z-index: 0;
    width: 1030px;
    margin-bottom: 57px; }
    @media (max-width: 1279px) {
      .one-news__slider {
        width: 80vw; } }
    @media (max-width: 1023px) {
      .one-news__slider {
        width: 100%; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .one-news__slider {
        width: 100vw;
        margin-left: -20px;
        margin-bottom: 33px; } }
    .one-news__slider .swiper-button-prev {
      opacity: 0;
      pointer-events: none; }
  .one-news__slide-img {
    display: block;
    width: 100%;
    height: auto; }
  .one-news__slide-comment {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 11px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.3rem;
    line-height: 1.85;
    color: #696969;
    background-color: #ffffff; }
    @media (max-width: 1024px) {
      .one-news__slide-comment {
        position: relative;
        line-height: 1.54;
        width: 100%;
        max-width: 80vw;
        margin-left: 20px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .one-news__slide-comment {
        max-width: 75vw; } }
  .one-news__text {
    max-width: 810px;
    margin: 0 auto; }
    @media (min-width: 320px) and (max-width: 767px) {
      .one-news__text {
        max-width: calc(100vw - 20px * 2);
        margin: 0; } }
    .one-news__text p {
      margin: 0;
      margin-bottom: 20px;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1.7rem;
      line-height: 1.65;
      font-weight: 300; }
      @media (min-width: 320px) and (max-width: 767px) {
        .one-news__text p {
          font-size: 1.5rem;
          line-height: 1.6; } }
      .one-news__text p:last-child {
        margin-bottom: 0; }
  .one-news .swiper-pagination {
    top: 58.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .one-news .swiper-pagination {
        opacity: 1;
        pointer-events: auto; } }
    @media (max-width: 767px) {
      .one-news .swiper-pagination {
        top: 61.5vw; } }
    .one-news .swiper-pagination .swiper-pagination-bullet {
      margin: 0 11px;
      width: 6px;
      height: 6px;
      background-color: #fff;
      opacity: 1; }
      .one-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #09c1de; }

.main-banner {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .main-banner {
      margin-top: 0; } }
  .main-banner .breadcrumbs {
    position: relative;
    z-index: 1; }
    .main-banner .breadcrumbs__current {
      color: #ffffff; }
  @media (max-width: 768px) {
    .main-banner .swiper-slide {
      height: auto; } }
  .main-banner__header {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 161px;
    left: 0;
    right: 0; }
    @media (min-width: 1281px) {
      .main-banner__header {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .main-banner__header {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
    @media (max-width: 1280px) {
      .main-banner__header {
        top: 120px; } }
    @media (max-width: 768px) {
      .main-banner__header {
        top: 86px; } }
  .main-banner__slider {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100%; }
    .main-banner__slider .swiper-slide {
      width: 71vw !important; }
      @media (max-width: 768px) {
        .main-banner__slider .swiper-slide {
          width: 100% !important; } }
    .main-banner__slider .swiper-slide-prev a,
    .main-banner__slider .swiper-slide-next a {
      opacity: 0.3;
      pointer-events: none; }
  .main-banner__img {
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .main-banner__img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-height: 700px;
        overflow: hidden; } }
    .main-banner__img::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.2); }
      @media (max-width: 768px) {
        .main-banner__img::before {
          z-index: 2; } }
    .main-banner__img img {
      display: block;
      width: 100%;
      height: auto; }
      @media (max-width: 768px) {
        .main-banner__img img {
          display: block;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 100%;
          width: auto; } }
  .main-banner__content {
    position: absolute;
    z-index: 1;
    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;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 64px 50px 35px 75px;
    min-height: 400px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #ffffff; }
    @media (max-width: 1399px) {
      .main-banner__content {
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 30px; } }
    @media (max-width: 1280px) {
      .main-banner__content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        min-height: auto; } }
    @media (max-width: 768px) {
      .main-banner__content {
        position: relative;
        padding-bottom: 38px;
        padding-top: 45%; } }
  .main-banner__headline {
    width: 100%;
    max-width: 790px;
    margin: 0;
    margin-bottom: 40px;
    font-size: 3.4rem;
    line-height: 1.18;
    font-weight: 600; }
    @media (max-width: 1280px) {
      .main-banner__headline {
        margin-bottom: 30px;
        font-size: 3rem; } }
    @media (max-width: 1000px) {
      .main-banner__headline {
        font-size: 2.6rem; } }
    @media (max-width: 768px) {
      .main-banner__headline {
        margin-bottom: 18px;
        font-size: 2.2rem;
        line-height: 3rem; } }
    @media (max-width: 374px) {
      .main-banner__headline {
        font-size: 2rem;
        line-height: 2.8rem; } }
    .main-banner__headline a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      color: inherit; }
      .main-banner__headline a:hover {
        opacity: 0.7; }
  .main-banner__text {
    width: 100%;
    max-width: 500px;
    margin: 0;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.63;
    font-weight: 300; }
    @media (max-width: 768px) {
      .main-banner__text {
        font-size: 1.3rem; } }
    @media (max-width: 374px) {
      .main-banner__text {
        font-size: 1.1rem; } }
    .swiper-slide-prev .main-banner__text,
    .swiper-slide-next .main-banner__text {
      opacity: 0.4; }
  .main-banner__tags {
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 26px; }
    .swiper-slide-prev .main-banner__tags,
    .swiper-slide-next .main-banner__tags {
      opacity: 0.4;
      pointer-events: none; }
  .main-banner__tag {
    margin-right: 9px;
    margin-bottom: 9px;
    padding: 2px 10px 1px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.7rem;
    letter-spacing: 1px;
    border: 1px solid #fff; }
    .main-banner__tag.main {
      background-color: #09c1de;
      border-color: #09c1de; }
  .main-banner__date {
    visibility: hidden;
    margin: 0;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: #c1c1c1; }
    .swiper-slide-prev .main-banner__date,
    .swiper-slide-next .main-banner__date {
      opacity: 0.4; }
  .main-banner .swiper-slide-prev {
    position: relative;
    z-index: 10; }
  .main-banner .swiper-button-next {
    right: 88px; }
  .main-banner .swiper-pagination {
    bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .main-banner .swiper-pagination {
        opacity: 1;
        pointer-events: auto; } }
    .main-banner .swiper-pagination .swiper-pagination-bullet {
      margin: 0 11px;
      width: 6px;
      height: 6px;
      background-color: #fff;
      opacity: 1; }
      .main-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #09c1de; }
  .main-banner--news .main-banner__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 53px;
    min-height: auto; }
    @media (max-width: 1280px) {
      .main-banner--news .main-banner__content {
        padding-bottom: 30px; } }
    @media (max-width: 768px) {
      .main-banner--news .main-banner__content {
        padding-bottom: 38px; } }
  .main-banner--news .main-banner__headline {
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 24px;
    min-height: 160px;
    max-width: 765px; }
    @media (max-width: 1280px) {
      .main-banner--news .main-banner__headline {
        min-height: 140px; } }
    @media (max-width: 1000px) {
      .main-banner--news .main-banner__headline {
        min-height: 120px; } }
    @media (max-width: 768px) {
      .main-banner--news .main-banner__headline {
        margin-bottom: 18px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .main-banner--publication .main-banner__headline {
      margin-bottom: 20px;
      font-size: 2.4rem;
      line-height: 2.8rem; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .main-banner--publication .main-banner__text {
      font-size: 1.4rem;
      line-height: 2rem; } }
  .main-banner--news .swiper-button-next,
  .main-banner--news .swiper-button-prev, .main-banner--publication .swiper-button-next,
  .main-banner--publication .swiper-button-prev {
    top: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    border: none; }
    .main-banner--news .swiper-button-next::before,
    .main-banner--news .swiper-button-prev::before, .main-banner--publication .swiper-button-next::before,
    .main-banner--publication .swiper-button-prev::before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      margin-top: -30px;
      width: 60px;
      height: 60px;
      border-top: 7px solid #fff;
      border-right: 7px solid #fff; }
      @media (max-width: 1399px) {
        .main-banner--news .swiper-button-next::before,
        .main-banner--news .swiper-button-prev::before, .main-banner--publication .swiper-button-next::before,
        .main-banner--publication .swiper-button-prev::before {
          width: 40px;
          height: 40px;
          border-width: 5px 5px 0 0; } }
  .main-banner--news .swiper-button-next, .main-banner--publication .swiper-button-next {
    right: 0; }
    .main-banner--news .swiper-button-next::before, .main-banner--publication .swiper-button-next::before {
      right: 60px; }
  .main-banner--news .swiper-button-prev, .main-banner--publication .swiper-button-prev {
    left: 0; }
    .main-banner--news .swiper-button-prev::before, .main-banner--publication .swiper-button-prev::before {
      left: 60px;
      -webkit-transform: translateY(-50%) rotate(-135deg);
              transform: translateY(-50%) rotate(-135deg); }
  .main-banner--news .initial-slide .swiper-button-next,
  .main-banner--news .initial-slide .swiper-button-prev, .main-banner--publication .initial-slide .swiper-button-next,
  .main-banner--publication .initial-slide .swiper-button-prev {
    opacity: 0; }
  .main-banner--gap .initial-slide .swiper-button-next,
  .main-banner--gap .initial-slide .swiper-button-prev {
    opacity: 0; }
  .main-banner--gap .swiper-button-next,
  .main-banner--gap .swiper-button-prev {
    top: 0;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    margin: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    width: 88px; }
    .main-banner--gap .swiper-button-next::before,
    .main-banner--gap .swiper-button-prev::before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: -30px;
      width: 60px;
      height: 60px;
      border-top: 7px solid #fff;
      border-right: 7px solid #fff; }
      @media (max-width: 1399px) {
        .main-banner--gap .swiper-button-next::before,
        .main-banner--gap .swiper-button-prev::before {
          width: 40px;
          height: 40px;
          border-width: 5px 5px 0 0; } }
  .main-banner--gap .swiper-button-next {
    right: 0; }
    .main-banner--gap .swiper-button-next::before {
      right: 88px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .main-banner--gap .swiper-button-prev {
    left: 0; }
    .main-banner--gap .swiper-button-prev::before {
      left: 88px;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .main-banner--gap .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-banner--gap .swiper-slide:not(:last-child) {
    margin-right: 70px; }
    @media (max-width: 768px) {
      .main-banner--gap .swiper-slide:not(:last-child) {
        margin-right: 0; } }
  .main-banner--gap .main-banner__img {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .main-banner--gap .main-banner__img {
        width: auto; } }
    @media (max-width: 768px) {
      .main-banner--gap .main-banner__img {
        display: block; } }

.publications {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 83px; }
  @media (min-width: 1281px) {
    .publications {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .publications {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .publications {
      padding-top: 75px; } }
  .publications h2 {
    margin: 0 0 35px;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 3rem;
    color: rgba(0, 0, 0, 0.24); }
    @media (max-width: 768px) {
      .publications h2 {
        margin-bottom: 19px; } }
  .publications__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .publications__item {
    margin-bottom: 97px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .publications__item {
        margin-bottom: 75px; } }
    .publications__item--illustrative {
      margin-bottom: 115px; }
      @media (min-width: 320px) and (max-width: 767px) {
        .publications__item--illustrative {
          margin-bottom: 75px; } }
    .publications__item--small {
      margin-bottom: 54px; }
      .publications__item--small:last-child {
        margin-bottom: 0; }
    .publications__item:last-child {
      margin-bottom: 0; }
  .publications__item-wrapper {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 320px) and (max-width: 767px) {
      .publications__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .publications__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 260px;
    height: auto;
    margin-right: 70px;
    padding-top: 6px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .publications__img {
        width: 100%;
        margin-right: 0;
        padding-top: 0; } }
  .publications__data {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
    @media (min-width: 320px) and (max-width: 767px) {
      .publications__data {
        padding-top: 20px; } }
    .publications__data h4 {
      margin: 0;
      margin-bottom: 14px;
      font-size: 2.6rem;
      line-height: 1.31;
      font-weight: 600;
      color: #000000; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .publications__data h4 {
          font-size: 2.4rem; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .publications__data h4 {
          margin-bottom: 23px;
          font-size: 1.6rem;
          line-height: 1.2; } }
      .publications__item--small .publications__data h4 {
        margin-bottom: 25px;
        max-width: 920px;
        font-size: 2rem;
        line-height: 2.8rem; }
        @media (max-width: 768px) {
          .publications__item--small .publications__data h4 {
            padding-right: 2px;
            font-size: 1.7rem;
            line-height: 2.6rem; } }
    .publications__data p {
      margin: 0;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1.6rem;
      line-height: 1.63;
      font-weight: 300;
      color: #000000; }
      @media (min-width: 320px) and (max-width: 767px) {
        .publications__data p {
          font-size: 1.4rem;
          line-height: 1.4; } }
      @media (max-width: 768px) {
        .publications__item--small .publications__data p {
          font-size: 1.6rem; } }
  .publications__data-wrapper {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: block; }
    .publications__data-wrapper:hover {
      opacity: 0.7; }
  .publications__btn {
    width: 100%; }

.events {
  padding-top: 58px; }
  @media (max-width: 768px) {
    .events {
      padding-top: 44px; } }
  .events h2 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #09c1de; }
  .events__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .events__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .events__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
  .events--smus {
    padding-top: 96px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .events--smus {
        padding-top: 60px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .events--smus {
        padding-top: 44px; } }

.events-slider {
  top: -15px; }
  @media (max-width: 768px) {
    .events-slider {
      top: -25px; } }
  .events-slider__controls {
    position: absolute;
    top: 5px;
    right: 4px;
    width: 64px;
    height: 34px; }
    @media (max-width: 768px) {
      .events-slider__controls {
        width: 59px; } }
  .events-slider .swiper-button-prev,
  .events-slider .swiper-button-next {
    top: 0;
    margin: 0;
    width: 21px;
    height: 21px;
    border-color: #c1c1c1;
    border-width: 0 1px 1px 0; }
    @media (max-width: 1024px) {
      .events-slider .swiper-button-prev,
      .events-slider .swiper-button-next {
        opacity: 1;
        pointer-events: auto; } }
    @media (max-width: 768px) {
      .events-slider .swiper-button-prev,
      .events-slider .swiper-button-next {
        width: 14px;
        height: 14px; } }
  .events-slider .swiper-button-prev {
    left: 0; }
  .events-slider .swiper-button-next {
    right: 0; }

.events-slide {
  padding-top: 55px;
  padding-bottom: 43px; }
  @media (max-width: 768px) {
    .events-slide {
      padding-top: 50px;
      padding-bottom: 10px; } }
  .events-slide table {
    width: 100%; }

.event {
  vertical-align: top;
  font-weight: 600; }
  @media (max-width: 768px) {
    .event {
      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-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 15px; } }
  .event td:first-child {
    width: 26.4%; }
    @media (max-width: 768px) {
      .event td:first-child {
        width: 100%; } }
  .event p {
    margin: 0 0 32px;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .event p {
        margin-bottom: 7px; } }
  .event__date {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #929496; }
    @media (max-width: 768px) {
      .event__date {
        font-size: 1.3rem; } }
  .event__text {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    max-width: 845px;
    font-size: 2rem;
    line-height: 2.8rem;
    color: inherit; }
    .event__text:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .event__text {
        font-size: 1.6rem;
        line-height: 2.2rem; } }

.for-press {
  padding: 40px 0 30px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 3rem;
  background-color: #d6f4f9; }
  @media (max-width: 1024px) {
    .for-press {
      font-size: 1.5rem;
      line-height: 2.8rem; } }
  @media (max-width: 768px) {
    .for-press {
      padding: 23px 0 17px; } }
  @media (max-width: 374px) {
    .for-press {
      font-size: 1.4rem; } }
  .for-press__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .for-press__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .for-press__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
  .for-press__trigger {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    cursor: pointer; }
    .for-press__trigger:hover {
      opacity: 0.7; }
    .for-press__trigger::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 12px;
      height: 12px;
      border-top: 2px solid #09c1de;
      border-left: 2px solid #09c1de;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
      .expanded .for-press__trigger::after {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
  .for-press h2 {
    margin: 0;
    font-family: "Solomon Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 3rem;
    color: #09c1de; }
  .for-press h3 {
    margin: 0 0 20px;
    font-family: "Solomon Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.8rem; }
  .for-press a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: inherit; }
    .for-press a:hover {
      opacity: 0.7; }
  .for-press__mail {
    text-decoration: underline; }
  .for-press__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (max-width: 1024px) {
      .for-press__content {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (max-width: 768px) {
      .for-press__content {
        display: block; } }
    .expanded .for-press__content {
      padding-top: 34px;
      padding-bottom: 8px;
      max-height: 1000px;
      opacity: 1;
      overflow: visible; }
  .for-press__contacts {
    min-width: 386px; }
    @media (max-width: 1024px) {
      .for-press__contacts {
        min-width: 310px; } }
    @media (max-width: 768px) {
      .for-press__contacts {
        margin-bottom: 30px;
        min-width: auto; } }
    .for-press__contacts p {
      margin: 0; }
  .for-press__logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .for-press__logos li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 4px;
    width: 183px; }
    @media (max-width: 1280px) {
      .for-press__logos li {
        width: 135px; } }
    @media (max-width: 1024px) {
      .for-press__logos li {
        width: 100px; } }
  .for-press__logos a {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    text-decoration: underline;
    font-size: 1.5rem;
    line-height: 2.8rem; }
  .for-press__booklet {
    margin: -60px auto 0; }
    @media (max-width: 1024px) {
      .for-press__booklet {
        margin-top: 0; } }
    @media (max-width: 768px) {
      .for-press__booklet {
        margin-bottom: 30px; } }
    .for-press__booklet span {
      text-decoration: underline;
      font-size: 1.5rem;
      line-height: 2.8rem; }
    .for-press__booklet a {
      display: block;
      width: 165px; }
      @media (max-width: 1024px) {
        .for-press__booklet a {
          width: 100px; } }
    .for-press__booklet img {
      display: block;
      margin-bottom: 20px;
      width: 100%;
      height: auto; }
  .for-press svg {
    display: block;
    fill: #09c1de; }
  .for-press .logo-eng {
    width: 120px;
    height: 34px; }
    @media (max-width: 1024px) {
      .for-press .logo-eng {
        width: 90px;
        height: 26px; } }
  .for-press .logo-rus {
    width: 93px;
    height: 35px; }
    @media (max-width: 1024px) {
      .for-press .logo-rus {
        width: 70px;
        height: 26px; } }
  .for-press .extensions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px; }

.news-journal {
  padding-top: 92px; }
  @media (max-width: 768px) {
    .news-journal {
      padding-top: 57px; } }
  .news-journal__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .news-journal__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .news-journal__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
  .news-journal__filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 768px) {
      .news-journal__filter-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 768px) {
      .news-journal__filter-wrapper .tab-controls {
        margin-bottom: 35px; } }
    .news-journal__filter-wrapper .filters {
      margin-bottom: 0; }
  .news-journal__btn {
    width: 100%; }

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
  width: 100%; }
  .news-list__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 70px;
    margin-bottom: 95px;
    width: calc(50% - 35px); }
    @media (max-width: 1024px) {
      .news-list__item {
        margin-bottom: 53px;
        margin-right: 0;
        width: 100%; } }
    .news-list__item:nth-child(even) {
      margin-right: 0; }

.about {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 172px; }
  @media (min-width: 1281px) {
    .about {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .about {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (max-width: 1024px) {
    .about {
      padding-top: 130px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .about {
      padding-top: 90px; } }
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 41px; }
    @media (min-width: 768px) and (max-width: 1279px) {
      .about__wrapper {
        padding-top: 35px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .about__wrapper {
        padding-top: 31px; } }
  .about__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    max-width: 794px;
    margin: 0;
    margin-bottom: 73px;
    margin-left: -2px;
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 600;
    color: #000000; }
    @media (min-width: 768px) and (max-width: 1279px) {
      .about__title {
        font-size: 4rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .about__title {
        margin-bottom: 60px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .about__title {
        margin-bottom: 45px;
        font-size: 2.6rem;
        line-height: 1.15; } }
  .about__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
    max-width: 903px;
    margin-right: -2px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .about__content {
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    .about__content p {
      margin: 0;
      margin-bottom: 20px;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 2rem;
      line-height: 1.7;
      font-weight: 300;
      color: #000000; }
      @media (min-width: 768px) and (max-width: 1279px) {
        .about__content p {
          font-size: 1.8rem;
          line-height: 1.6; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .about__content p {
          margin-bottom: 10px;
          font-size: 1.5rem;
          line-height: 1.6; } }
      .about__content p a {
        font-size: 1.7rem;
        line-height: 1.67;
        font-weight: 600;
        color: #09c1de;
        padding-bottom: 6px;
        border-bottom: 2px solid transparent;
        -webkit-transition: border 0.5s ease;
        transition: border 0.5s ease; }
        @media (min-width: 768px) {
          .about__content p a {
            font-size: 1.8rem; } }
        .about__content p a:hover {
          border-bottom: 2px solid #09c1de; }
  .about--contract .about__wrapper {
    padding-bottom: 49px; }
  .about--contract .about__title {
    max-width: 870px; }
  .about--contract .about__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 1010px;
    margin-left: -2px; }

.contract-wrapper,
.smus-wrapper {
  overflow: hidden; }

.attraction {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 84px;
  padding-bottom: 105px; }
  @media (min-width: 1281px) {
    .attraction {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .attraction {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .attraction {
      padding-top: 70px;
      padding-bottom: 78px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .attraction {
      padding-top: 60px;
      padding-bottom: 68px; } }
  .attraction__slogan {
    display: block;
    max-width: 801px;
    margin-bottom: 73px;
    font-size: 3rem;
    line-height: 1.53;
    font-weight: 200;
    color: #09c1de; }
    @media (min-width: 768px) and (max-width: 1279px) {
      .attraction__slogan {
        margin-bottom: 60px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .attraction__slogan {
        font-size: 2.6rem;
        line-height: 1.4; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .attraction__slogan {
        margin-bottom: 60px;
        font-size: 2.6rem;
        line-height: 1.4; } }
  .attraction__tasks-wrapper {
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 320px) and (max-width: 767px) {
      .attraction__tasks-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial; } }
  .attraction__tasks {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    max-width: 933px;
    margin-right: 40px;
    font-family: "Roboto", Arial, sans-serif; }
    @media (min-width: 320px) and (max-width: 767px) {
      .attraction__tasks {
        margin-right: 0;
        padding-left: 0; } }
  .attraction__tasks-title {
    margin: 0;
    margin-bottom: 34px;
    font-size: 2rem;
    line-height: 1.7;
    font-weight: 300; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .attraction__tasks-title {
        font-size: 1.8rem;
        line-height: 1.6; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .attraction__tasks-title {
        font-size: 1.6rem;
        line-height: 1.6;
        margin-bottom: 25px; } }
  .attraction__tasks-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .attraction__tasks-list {
        font-size: 1.8rem;
        line-height: 1.4; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .attraction__tasks-list {
        font-size: 1.6rem;
        margin-bottom: 40px; } }
  .attraction__tasks-item {
    position: relative;
    margin-bottom: 10px;
    padding-left: 40px; }
    .attraction__tasks-item::before {
      content: '';
      position: absolute;
      top: 18px;
      left: 0;
      display: block;
      width: 15px;
      height: 1px;
      background-color: #000000; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .attraction__tasks-item::before {
          top: 13px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .attraction__tasks-item::before {
          top: 12px; } }
  .attraction__career {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-left: 17px;
    margin-top: -10px;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 600;
    color: #000000;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7); }
    .attraction__career:hover {
      opacity: 0.7; }
    @media (min-width: 320px) and (max-width: 767px) {
      .attraction__career {
        margin-right: 0;
        margin-left: auto; } }
  .attraction--contract {
    padding-top: 116px; }
    @media (max-width: 767px) {
      .attraction--contract {
        padding-top: 60px; } }
    .attraction--contract .attraction__slogan {
      margin-top: 94px;
      margin-bottom: 8px;
      max-width: 923px; }
    .attraction--contract .attraction__tasks-title {
      margin-bottom: 23px; }
    .attraction--contract .attraction__tasks-item::before {
      top: 15px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .attraction--contract .attraction__tasks-item::before {
          top: 13px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .attraction--contract .attraction__tasks-item::before {
          top: 11px; } }
    .attraction--contract .attraction__career {
      margin-top: 7px; }

.inner-banner {
  position: relative;
  height: 100%; }
  .inner-banner__img {
    display: block;
    width: 100%;
    height: auto; }
  .inner-banner__content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    bottom: 0;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 57.8%;
    padding: 20px; }
    @media (min-width: 768px) and (max-width: 1279px) {
      .inner-banner__content {
        width: 72%;
        height: 100%;
        max-height: 100%;
        min-height: 100%; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .inner-banner__content {
        width: 100%; } }
    .inner-banner__content b {
      width: 100%;
      display: block;
      margin-bottom: 80px;
      padding-top: 81px;
      font-size: 2.6rem;
      line-height: 1.54;
      font-weight: 400;
      text-align: center;
      color: #ffffff; }
      @media (min-width: 768px) and (max-width: 1279px) {
        .inner-banner__content b {
          margin-bottom: 20px;
          padding-top: 30px;
          font-size: 2.2rem;
          line-height: 1.2; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .inner-banner__content b {
          margin-bottom: 20px;
          padding-top: 0px;
          font-size: 2.2rem;
          line-height: 1.15; } }
    .inner-banner__content p {
      margin: 0;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1.6rem;
      line-height: 1.88;
      font-weight: 300;
      text-align: center;
      color: #ffffff; }
      @media (min-width: 768px) and (max-width: 1279px) {
        .inner-banner__content p {
          font-size: 1.4rem;
          line-height: 1.5; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .inner-banner__content p {
          line-height: 1.63; } }

.stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .stages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .stages__item {
    position: relative;
    margin-bottom: 4px;
    padding-left: 52px;
    font-size: 1.4rem;
    line-height: 2.285714286;
    font-weight: 600;
    color: #565656; }
    .stages__item:first-child {
      margin-bottom: 0; }
    .stages__item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 32px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #09c1de;
              box-shadow: inset 0 0 0 1px #09c1de; }
    .stages__item--small {
      height: 12px;
      margin-bottom: 2px; }
      .stages__item--small::before {
        height: 12px; }
    .stages__item--complete::before {
      background-color: #09c1de; }
    .stages__item--active {
      cursor: pointer; }
      .stages__item--active::after {
        content: '';
        position: absolute;
        -webkit-box-sizing: initial;
                box-sizing: initial;
        top: 10px;
        left: 7px;
        border: 5px solid transparent;
        border-left: 10px solid #09c1de; }
    @media (min-width: 320px) {
      .stages__item--start:hover .stages__tooltip--start {
        display: block;
        -webkit-transition: display 0.7s ease;
        transition: display 0.7s ease;
        -webkit-animation: tooltips-horz 500ms ease-out forwards;
                animation: tooltips-horz 500ms ease-out forwards; } }
    @media (min-width: 320px) {
      .stages__item--now:hover .stages__tooltip--now {
        display: block;
        -webkit-animation: tooltips-horz 500ms ease-out forwards;
                animation: tooltips-horz 500ms ease-out forwards; } }
    @media (min-width: 320px) {
      .stages__item--end:hover .stages__tooltip--end {
        display: block;
        -webkit-animation: tooltips-horz 500ms ease-out forwards;
                animation: tooltips-horz 500ms ease-out forwards; } }
  .stages__link {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.529411765;
    font-weight: 600;
    color: #000000;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
    .stages__link:hover {
      color: #bbbbbb; }
    @media (min-width: 768px) {
      .stages__link {
        font-size: 1.9rem;
        line-height: 1.368421053; } }
  .stages__tooltip {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-30px, -50%);
            transform: translate(-30px, -50%);
    left: -150px;
    width: 150px;
    max-width: 150px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (min-width: 320px) and (max-width: 1279px) {
      .stages__tooltip {
        -webkit-transform: translate(30px, -50%);
                transform: translate(30px, -50%);
        left: auto;
        right: 0; } }
  .stages__text-tooltip {
    margin: 0;
    margin-right: 10px;
    padding: 5px 0;
    text-align: right;
    line-height: 1.3; }
    @media (min-width: 320px) and (max-width: 1279px) {
      .stages__text-tooltip {
        text-align: left; } }

@-webkit-keyframes tooltips-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@keyframes tooltips-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@-webkit-keyframes tooltips-horz-right {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@keyframes tooltips-horz-right {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@media (min-width: 769px) {
  .hero {
    margin-top: 34px; } }

.hero__wrapper {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1281px) {
    .hero__wrapper {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .hero__wrapper {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }

.hero__top {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 716px;
  padding-bottom: 121px;
  color: #ffffff;
  background-color: #9aa0a6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero__top {
      height: 51.4%; } }
  @media (max-width: 768px) {
    .hero__top {
      padding-bottom: 40px;
      min-height: 600px; } }
  .hero__top .hero__wrapper {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1024px) {
      .hero__top .hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .hero__top--partners {
    background-image: url("../img/partners-bg.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .hero__top--partners {
        background-image: url("../img/partners-bg@2x.jpg"); } }
  .hero__top--production {
    background-image: url("../img/bg-production.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx), (min-device-pixel-ratio: 2) {
      .hero__top--production {
        background-image: url("../img/bg-production@2x.jpg"); } }
  .hero__top--science {
    background-image: url("../img/science-bg.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .hero__top--science {
        background-image: url("../img/science-bg@2x.jpg"); } }
  .hero__top--institute {
    background-image: url("../img/institute-bg.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .hero__top--institute {
        background-image: url("../img/institute-bg@2x.jpg"); } }
    @media (min-width: 768px) {
      .hero__top--institute {
        background-image: url("../img/institute-bg-desktop.jpg"); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
    .hero__top--institute {
      background-image: url("../img/institute-bg-desktop@2x.jpg"); } }

.hero__bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 48px;
  width: 100%;
  background-color: #dff6fa; }
  @media (max-width: 768px) {
    .hero__bottom {
      padding-top: 56px;
      padding-bottom: 74px;
      max-width: 100vw; } }
  .hero__bottom .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 768px) {
      .hero__bottom .hero__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.hero__title {
  position: relative;
  left: -5px;
  bottom: -10px;
  margin: 0;
  font-size: 7rem;
  line-height: 1;
  font-weight: 600; }
  @media (max-width: 1280px) {
    .hero__title {
      bottom: 0;
      padding-right: 20px;
      font-size: 6rem; } }
  @media (max-width: 1024px) {
    .hero__title {
      left: -3px;
      margin-bottom: 32px;
      padding-right: 0;
      font-size: 4rem; } }

.hero__text--top {
  width: 100%;
  max-width: 700px;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 300; }
  @media (max-width: 768px) {
    .hero__text--top {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 20px;
      min-height: 144px;
      font-size: 1.5rem;
      line-height: 2.4rem; } }

.hero__text--bottom {
  width: 100%;
  max-width: 720px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 3rem;
  line-height: 1.533333333;
  color: #00424c; }
  @media (min-width: 1025px) {
    .hero__text--bottom {
      padding-top: 30px; } }
  @media (max-width: 1024px) {
    .hero__text--bottom {
      margin-right: 20px;
      font-size: 2.5rem; } }
  @media (max-width: 768px) {
    .hero__text--bottom {
      margin-right: 0;
      margin-bottom: 122px;
      font-size: 2rem;
      line-height: 3rem; } }

.hero__slider {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 0;
  width: 370px;
  height: 250px;
  background-color: #09c1de;
  color: #ffffff; }
  @media (max-width: 768px) {
    .hero__slider {
      margin: 0 auto;
      width: 100%;
      max-width: 480px;
      height: auto;
      min-height: 200px; } }

.hero__slide {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 27px 29px 40px;
  color: #ffffff; }
  @media (max-width: 768px) {
    .hero__slide {
      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-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 30px 24px 65px 24px; } }

.hero__slide-title {
  margin: 0;
  font-size: 10rem;
  line-height: 1;
  font-weight: 600; }
  @media (max-width: 768px) {
    .hero__slide-title {
      font-size: 7rem;
      line-height: 6.7rem; } }

.hero__slide-text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.555555556;
  font-weight: 400; }

.hero__slide-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 40px;
  bottom: 25px;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.1rem;
  color: inherit;
  border-bottom: 1px solid #fff; }
  .hero__slide-link:hover {
    opacity: 0.7; }
  @media (max-width: 768px) {
    .hero__slide-link {
      left: 24px; } }

.hero__slider-button {
  position: relative;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  position: absolute;
  top: auto;
  margin: 0;
  bottom: 24px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0);
          transform: rotate(0); }
  .hero__slider-button:focus {
    outline: none; }
  @media (max-width: 1024px) {
    .hero__slider-button {
      opacity: 1;
      pointer-events: auto; } }
  @media (max-width: 768px) {
    .hero__slider-button {
      bottom: 20px; } }
  .hero__slider-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 0.5; }
  .hero__slider-button:hover::before {
    opacity: 1; }
  .hero__slider-button--prev {
    left: auto;
    right: 50px; }
    @media (max-width: 768px) {
      .hero__slider-button--prev {
        right: 46px; } }
    .hero__slider-button--prev::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .hero__slider-button--next {
    right: 25px; }
    @media (max-width: 768px) {
      .hero__slider-button--next {
        right: 22px; } }
    .hero__slider-button--next::before {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }

@media (min-width: 768px) {
  .hero--career {
    margin-top: 30px; } }

.hero--career .hero__top {
  background-image: url("../img/career-bg01.jpg"); }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .hero--career .hero__top {
      background-image: url("../img/career-bg01@2x.jpg"); } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .hero--career .hero__top {
      background-image: url("../img/career-bg01@3x.jpg"); } }

.hero--career .hero__wrapper {
  width: 100%; }

.hero--career .hero__text--top a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #ffffff; }
  .hero--career .hero__text--top a:hover {
    opacity: 0.7; }

.hero__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.hero__card {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 300px;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .hero__card:hover .hero__card-bg {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .hero__card:nth-child(1) > div {
    background-image: url("../img/institute-administration-bg.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .hero__card:nth-child(1) > div {
        background-image: url("../img/institute-administration-bg@2x.jpg"); } }
  .hero__card:nth-child(2) > div {
    background-image: url("../img/institute-history-bg.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .hero__card:nth-child(2) > div {
        background-image: url("../img/institute-history-bg@2x.jpg"); } }
  @media (min-width: 768px) {
    .hero__card {
      width: 50%;
      height: 400px;
      padding: 60px 73px; }
      .hero__card:nth-child(1) > div {
        background-image: url("../img/institute-administration-bg-desktop.jpg"); } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
      .hero__card:nth-child(1) > div {
        background-image: url("../img/institute-administration-bg-desktop@2x.jpg"); } }
  @media (min-width: 768px) {
      .hero__card:nth-child(2) > div {
        background-image: url("../img/institute-history-bg-desktop.jpg"); } }
    @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
      .hero__card:nth-child(2) > div {
        background-image: url("../img/institute-history-bg-desktop@2x.jpg"); } }

.hero__card-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9aa0a6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

.hero__card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1.833333333;
  font-weight: 600; }
  @media (min-width: 768px) {
    .hero__card-title {
      font-size: 3.4rem;
      line-height: 1.294117647; } }

.product-info {
  padding-top: 93px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 2.8rem; }
  @media (max-width: 768px) {
    .product-info {
      padding-top: 0;
      font-size: 1.5rem;
      line-height: 2.4rem; } }
  .product-info__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 850px; }
  .product-info__header {
    margin: 0;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 2.6rem; }
    @media (max-width: 768px) {
      .product-info__header {
        font-size: 1.5rem;
        line-height: 2.4rem; } }
    .product-info__header p {
      margin: 0 0 14px; }
  .product-info__text-block {
    padding-top: 32px; }
    @media (max-width: 768px) {
      .product-info__text-block {
        padding-top: 7px; } }
    .product-info__text-block h4 {
      margin: 0 0 18px;
      font-family: "Solomon Sans", Arial, sans-serif;
      font-weight: 600;
      font-size: 1.7rem;
      line-height: 2.8rem; }
      @media (max-width: 768px) {
        .product-info__text-block h4 {
          font-size: 1.5rem;
          line-height: 2.4rem; } }
    .product-info__text-block p {
      margin: 0 0 22px; }
  .product-info__footer {
    padding-top: 18px; }

.accordeon-link {
  margin-bottom: 17px;
  font-family: "Solomon Sans", Arial, sans-serif; }
  .accordeon-link__toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 3rem; }
    .accordeon-link__toggler a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      margin-left: auto;
      font-size: 1.6rem;
      line-height: 3rem;
      color: #09c1de; }
      .accordeon-link__toggler a:hover {
        opacity: 0.7; }
    .accordeon-link__toggler span {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 0;
      cursor: pointer; }
      .accordeon-link__toggler span::after {
        content: "";
        margin-left: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 5.5px 0 5.5px;
        border-color: #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        .expanded .accordeon-link__toggler span::after {
          -webkit-transform: scale(1, -1);
                  transform: scale(1, -1);
          margin-bottom: 4px; }
  .accordeon-link__body {
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }
    .expanded .accordeon-link__body {
      max-height: 2000px; }

.career-offers {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 105px; }
  @media (min-width: 1281px) {
    .career-offers {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .career-offers {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .career-offers {
      padding-top: 85px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .career-offers {
      padding-top: 65px; } }
  .career-offers__title {
    width: 73.2%;
    max-width: 1100px;
    margin-bottom: 146px;
    padding-left: 17px;
    font-size: 3rem;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.42px;
    color: #09c1de; }
    @media (max-width: 1023px) {
      .career-offers__title {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .career-offers__title {
        margin-bottom: 110px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .career-offers__title {
        margin-bottom: 50px;
        padding-left: 0;
        font-size: 2.6rem;
        line-height: 1.4; } }
  .career-offers__section {
    margin-bottom: 81px;
    padding-left: 11px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .career-offers__section {
        margin-bottom: 60px;
        padding-left: 0; } }
    .career-offers__section:last-child {
      margin-bottom: 0; }
      .career-offers__section:last-child .career-offers__section-title {
        margin-bottom: 25px; }
  .career-offers__section-title {
    margin: 0;
    margin-bottom: 14px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    color: #8f8f8f; }
    @media (min-width: 320px) and (max-width: 767px) {
      .career-offers__section-title {
        font-size: 1.8rem;
        line-height: 1.5; } }
  @media (max-width: 1023px) {
    .career-offers__item {
      padding-bottom: 17px; } }
  .career-offers__item a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    padding-right: 44px;
    font-size: 2.4rem;
    line-height: 2.35;
    font-weight: 600;
    color: #000000; }
    .career-offers__item a:hover {
      opacity: 0.7; }
    @media (max-width: 1023px) {
      .career-offers__item a {
        line-height: 1.6; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .career-offers__item a {
        font-size: 2.2rem; } }
    .career-offers__item a::after {
      content: "";
      position: absolute;
      width: 44px;
      height: 39px;
      background-image: url("../img/svg/resource.svg");
      background-repeat: no-repeat;
      background-position: 20px 15px; }
      @media (max-width: 1023px) {
        .career-offers__item a::after {
          background-position: 20px 7px; } }
      @media (max-width: 767px) {
        .career-offers__item a::after {
          background-position: 20px 5px; } }

.production-info {
  padding-top: 84px; }
  @media (max-width: 768px) {
    .production-info {
      padding-top: 30px; } }
  .production-info__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 1281px) {
      .production-info__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .production-info__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
    @media (max-width: 768px) {
      .production-info__wrapper {
        display: block; } }
  .production-info__aside {
    margin-right: auto;
    max-width: 440px; }
    @media (max-width: 768px) {
      .production-info__aside {
        margin-bottom: 30px; } }
    .production-info__aside a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      font-size: 1.8rem;
      line-height: 4rem;
      color: inherit;
      border-bottom: 1px solid #000; }
      .production-info__aside a:hover {
        opacity: 0.7; }
  .production-info__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 auto;
    max-width: 1030px; }
    .production-info__main.text-block--wide p {
      margin-bottom: 35px; }
      .production-info__main.text-block--wide p:last-child {
        margin-bottom: 20px; }

.text-block {
  padding-bottom: 54px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3.4rem; }
  @media (max-width: 768px) {
    .text-block {
      padding-bottom: 30px;
      font-size: 1.5rem;
      line-height: 2.4rem; } }
  .text-block p {
    margin: 0 0 20px; }
  .text-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 44px;
    line-height: 28px; }
    @media (max-width: 768px) {
      .text-block ul {
        line-height: 24px; } }
    .text-block ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 40px; }
      @media (max-width: 768px) {
        .text-block ul li {
          padding-left: 32px; } }
      .text-block ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 16px;
        width: 15px;
        height: 1px;
        background-color: #000; }
        @media (max-width: 768px) {
          .text-block ul li::before {
            top: 12px; } }

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px; }
  @media (max-width: 768px) {
    .article {
      display: block;
      padding-top: 33px; } }
  .article h2 {
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 70px;
    font-weight: 600;
    font-size: 5rem;
    line-height: 1; }
    @media (max-width: 768px) {
      .article h2 {
        padding-right: 0;
        max-width: 100%;
        font-size: 2.6rem;
        line-height: 3rem; } }

.article__text-block {
  margin-left: 0;
  padding-top: 33px;
  padding-bottom: 36px;
  max-width: 1011px;
  width: 100%; }
  @media (max-width: 1024px) {
    .article__text-block {
      width: auto;
      max-width: 700px; } }
  @media (max-width: 768px) {
    .article__text-block {
      padding-top: 0;
      padding-bottom: 62px; }
      .article__text-block p {
        margin-bottom: 15px; } }

.tab-slider {
  margin-top: 100px;
  padding-bottom: 128px;
  padding-top: 48px;
  color: #fff;
  background-color: #09c1de; }
  @media (max-width: 768px) {
    .tab-slider {
      margin-top: 0;
      padding-bottom: 60px; } }
  .tab-slider__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .tab-slider__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .tab-slider__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
  .tab-slider h2 {
    margin: 0 0 60px;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 4rem;
    color: #fff; }
    @media (max-width: 768px) {
      .tab-slider h2 {
        margin-bottom: 34px; } }
  .tab-slider__controls {
    margin-bottom: 64px;
    font-size: 2.2rem;
    line-height: 2.4rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29); }
    @media (max-width: 1024px) {
      .tab-slider__controls {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        font-size: 2rem; } }
    @media (max-width: 768px) {
      .tab-slider__controls {
        display: block;
        margin-bottom: 39px;
        border: none; } }
  .tab-slider__tabs {
    max-width: 100%; }
  .tab-slider .tab-control {
    margin-right: 60px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    @media (max-width: 1024px) {
      .tab-slider .tab-control {
        margin-right: 30px; } }
    @media (max-width: 768px) {
      .tab-slider .tab-control {
        position: relative;
        margin-right: 0;
        margin-bottom: 18px;
        padding-bottom: 8px;
        border: none; }
        .tab-slider .tab-control::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 1px;
          background-color: #fff;
          opacity: 0.29;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; } }
    .tab-slider .tab-control.active {
      color: #fff;
      border-color: #fff; }
      @media (max-width: 768px) {
        .tab-slider .tab-control.active::after {
          height: 2px;
          opacity: 1; } }

.tab-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300; }
  @media (max-width: 768px) {
    .tab-slide {
      display: block; } }
  .tab-slide__img-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 70px; }
    @media (max-width: 1024px) {
      .tab-slide__img-col {
        margin-right: 30px; } }
    @media (max-width: 768px) {
      .tab-slide__img-col {
        margin-right: 0;
        width: 100%; } }
  .tab-slide__descr-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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; }
  .tab-slide__img {
    width: 370px; }
    @media (max-width: 768px) {
      .tab-slide__img {
        width: 100%; } }
    .tab-slide__img img {
      display: block;
      margin-bottom: 16px;
      width: 100%;
      height: auto; }
      @media (max-width: 768px) {
        .tab-slide__img img {
          margin-bottom: 30px; } }
  .tab-slide__capture {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    @media (max-width: 768px) {
      .tab-slide__capture {
        margin-bottom: 50px; } }
  .tab-slide__descr {
    margin: 0 0 25px;
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 3rem; }
    @media (max-width: 768px) {
      .tab-slide__descr {
        font-size: 1.5rem;
        line-height: 2.4rem; } }
  .tab-slide__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-top: auto;
    font-family: "Solomon Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.9rem;
    color: inherit;
    border-bottom: 1px solid #fff; }
    .tab-slide__link:hover {
      opacity: 0.7; }

.banner {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 4rem;
  color: #fff;
  background-color: #ccc; }
  @media (max-width: 1024px) {
    .banner {
      font-size: 1.8rem;
      line-height: 3.2rem; } }
  @media (max-width: 768px) {
    .banner {
      margin-top: 75px;
      font-size: 1.6rem;
      line-height: 2.6rem; } }
  .banner__bg {
    overflow: hidden; }
    @media (max-width: 768px) {
      .banner__bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .banner__bg img {
      display: block;
      width: 100%;
      height: auto; }
      @media (max-width: 768px) {
        .banner__bg img {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          height: 500px;
          width: auto; } }
    .banner__bg::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.22); }
  .banner__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px; }
    @media (max-width: 768px) {
      .banner__content {
        padding: 20px; } }
    .banner__content h3 {
      margin: 0 auto 30px;
      max-width: 808px;
      font-weight: 600;
      font-size: 2.6rem; }
      @media (max-width: 768px) {
        .banner__content h3 {
          margin-bottom: 32px;
          line-height: 3rem; } }
    .banner__content p {
      margin: 0 auto 22px;
      max-width: 808px;
      font-weight: 400; }
      @media (max-width: 768px) {
        .banner__content p {
          margin-bottom: 65px;
          font-family: "Roboto", Arial, sans-serif; } }
    .banner__content a {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      color: inherit; }
      .banner__content a:hover {
        opacity: 0.7; }

.popup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1000; }
  .popup.opened {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000; }
  .popup__patents-list {
    text-align: left; }
  .popup__btn-close {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 1;
    position: absolute;
    top: 23px;
    right: 23px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #000000; }
    .popup__btn-close:hover {
      opacity: 0.7; }
    .popup__btn-close:active {
      outline: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .popup__btn-close {
        top: 18px;
        right: 20px; } }
  .popup__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    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;
    width: 50%;
    height: 100%;
    padding-top: 75px;
    padding-left: 75px;
    padding-bottom: 75px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .popup__container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
  .popup__title {
    margin: 0;
    margin-bottom: 63px;
    font-size: 2.8rem;
    line-height: 1.07;
    font-weight: 600;
    color: #000000; }
    @media (min-width: 320px) and (max-width: 767px) {
      .popup__title {
        margin-bottom: 32px;
        font-size: 2rem;
        line-height: 1.5; } }
  .popup__form {
    width: 100%; }
  @media (min-width: 1400px) {
    .popup__container--form {
      max-width: 700px; } }
  .popup__container--patents {
    width: 100%;
    padding-right: 25px; }
    @media (max-width: 1279px) {
      .popup__container--patents {
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .popup__container--patents {
        padding-right: 10px; } }
    .popup__container--patents .popup__title {
      margin-bottom: 52px; }
  .popup__container--person {
    width: 100%;
    margin-left: auto;
    padding-right: 75px; }
    @media (min-width: 1400px) {
      .popup__container--person {
        max-width: 1400px;
        margin: 0; } }
    @media (max-width: 1279px) {
      .popup__container--person {
        padding-right: 34px;
        padding-left: 34px; } }
    @media (max-width: 1023px) {
      .popup__container--person {
        padding-right: 20px;
        padding-left: 20px; } }
  @media (min-width: 768px) {
    .popup--compact {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, calc(-50% - .5px));
              transform: translate(-50%, calc(-50% - .5px));
      right: auto;
      bottom: auto;
      min-width: 590px;
      width: 57.86%;
      max-width: 810px;
      height: unset;
      max-height: 95vh; }
      .popup--compact .popup__container {
        width: 100%;
        height: auto;
        max-width: 810px;
        padding-left: 95px;
        padding-right: 90px;
        padding-top: 94px;
        padding-bottom: 87px; }
        .popup--compact .popup__container .form__submit {
          margin-bottom: 0; }
      .popup--compact .popup__btn-close {
        top: 17px;
        right: 20px; } }
  .popup--compact .form__tooltip {
    right: 0; }
  @media (min-width: 768px) {
    .popup--compact.popup--compact-larger {
      width: 73.57%;
      height: auto;
      min-width: 650px;
      max-width: 1030px;
      overflow-y: hidden; }
      .popup--compact.popup--compact-larger .popup__container {
        max-width: 1030px;
        padding-top: 52px;
        padding-left: 40px;
        padding-bottom: 0;
        padding-right: 0; } }

.history-block {
  position: relative;
  padding-top: 50px; }
  @media (max-width: 768px) {
    .history-block {
      padding-top: 55px; } }
  .history-block__pointer {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer;
    position: fixed;
    top: 80vh;
    width: 80px;
    height: 45px;
    margin-left: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url("../img/svg/history-pointer.svg");
    -webkit-animation: pointer 0.6s infinite alternate ease-in-out;
            animation: pointer 0.6s infinite alternate ease-in-out;
    -webkit-transition: background-color ease-in-out 0.6s;
    transition: background-color ease-in-out 0.6s;
    border-radius: 4px; }
    @media (max-width: 1279px) {
      .history-block__pointer {
        top: 45px;
        margin-left: -20px; } }
    @media (max-width: 1024px) {
      .history-block__pointer {
        width: 60px;
        height: 45px; } }
    @media (max-width: 768px) {
      .history-block__pointer {
        display: none; } }
    .history-block__pointer--up {
      top: 20vh;
      background-image: url("../img/svg/history-pointer--up.svg"); }
  .history-block__items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
    margin: 0 auto;
    max-width: 1250px; }
    @media (max-width: 1280px) {
      .history-block__items {
        -webkit-column-gap: 40px;
           -moz-column-gap: 40px;
                column-gap: 40px; } }
    @media (max-width: 768px) {
      .history-block__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-column-count: auto;
           -moz-column-count: auto;
                column-count: auto; } }
  .history-block__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 188px;
    width: 480px; }
    @media (max-width: 1279px) {
      .history-block__item {
        width: 440px; } }
    @media (max-width: 1023px) {
      .history-block__item {
        width: 340px; } }
    @media (max-width: 768px) {
      .history-block__item {
        margin-bottom: 65px;
        width: 100%; }
        .history-block__item:nth-child(1) {
          -webkit-box-ordinal-group: -13;
              -ms-flex-order: -14;
                  order: -14; }
        .history-block__item:nth-child(8) {
          -webkit-box-ordinal-group: -12;
              -ms-flex-order: -13;
                  order: -13; }
        .history-block__item:nth-child(2) {
          -webkit-box-ordinal-group: -11;
              -ms-flex-order: -12;
                  order: -12; }
        .history-block__item:nth-child(9) {
          -webkit-box-ordinal-group: -10;
              -ms-flex-order: -11;
                  order: -11; }
        .history-block__item:nth-child(3) {
          -webkit-box-ordinal-group: -9;
              -ms-flex-order: -10;
                  order: -10; }
        .history-block__item:nth-child(10) {
          -webkit-box-ordinal-group: -8;
              -ms-flex-order: -9;
                  order: -9; }
        .history-block__item:nth-child(4) {
          -webkit-box-ordinal-group: -7;
              -ms-flex-order: -8;
                  order: -8; }
        .history-block__item:nth-child(11) {
          -webkit-box-ordinal-group: -6;
              -ms-flex-order: -7;
                  order: -7; }
        .history-block__item:nth-child(5) {
          -webkit-box-ordinal-group: -5;
              -ms-flex-order: -6;
                  order: -6; }
        .history-block__item:nth-child(12) {
          -webkit-box-ordinal-group: -4;
              -ms-flex-order: -5;
                  order: -5; }
        .history-block__item:nth-child(6) {
          -webkit-box-ordinal-group: -3;
              -ms-flex-order: -4;
                  order: -4; }
        .history-block__item:nth-child(13) {
          -webkit-box-ordinal-group: -2;
              -ms-flex-order: -3;
                  order: -3; }
        .history-block__item:nth-child(7) {
          -webkit-box-ordinal-group: -1;
              -ms-flex-order: -2;
                  order: -2; }
        .history-block__item:nth-child(14) {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; } }
    .history-block__item:nth-child(7) {
      margin-bottom: 0; }
    .history-block__item:nth-child(8) {
      margin-top: 268px; }
      @media (max-width: 768px) {
        .history-block__item:nth-child(8) {
          margin-top: 0; } }
    .history-block__item:last-child {
      margin-bottom: -268px; }
      @media (max-width: 768px) {
        .history-block__item:last-child {
          margin-bottom: 0; } }

@-webkit-keyframes pointer {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(0.4em) translateX(-50%);
            transform: translateY(0.4em) translateX(-50%);
    opacity: 0.9; } }

@keyframes pointer {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 0.4; }
  100% {
    -webkit-transform: translateY(0.4em) translateX(-50%);
            transform: translateY(0.4em) translateX(-50%);
    opacity: 0.9; } }

.history-card__year {
  margin: 0 0 20px;
  font-weight: 600;
  font-size: 12rem;
  line-height: 1; }
  @media (max-width: 1024px) {
    .history-card__year {
      font-size: 10rem; } }
  @media (max-width: 768px) {
    .history-card__year {
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 6px;
      font-size: 8rem;
      line-height: 10rem; } }
  @media (max-width: 768px) and (min-width: 1281px) {
    .history-card__year {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (max-width: 768px) and (min-width: 1400px) {
    .history-card__year {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  .history-card--blue .history-card__year {
    color: #09c1de; }

.history-card__image {
  margin-left: auto;
  width: 370px;
  height: 220px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .history-card__image {
      width: 300px;
      height: 178px; } }
  @media (max-width: 768px) {
    .history-card__image {
      margin-bottom: 30px;
      width: 100%;
      height: auto; } }
  .history-card__image img {
    display: block;
    width: 100%;
    height: auto; }

.history-card__date {
  margin: 41px 0 -8px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem; }
  @media (max-width: 768px) {
    .history-card__date {
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 31px; } }
  @media (max-width: 768px) and (min-width: 1281px) {
    .history-card__date {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (max-width: 768px) and (min-width: 1400px) {
    .history-card__date {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }

.history-card__content {
  margin-top: 39px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 2.6rem; }
  @media (max-width: 768px) {
    .history-card__content {
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 21px;
      font-size: 1.5rem;
      line-height: 2.4rem; } }
  @media (max-width: 768px) and (min-width: 1281px) {
    .history-card__content {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (max-width: 768px) and (min-width: 1400px) {
    .history-card__content {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  .history-card__content p {
    margin: 0; }
    @media (max-width: 768px) {
      .history-card__content p {
        margin-bottom: 16px; } }
  .history-card__content b {
    display: block;
    font-weight: 300;
    color: #09c1de; }
    .history-card__content b:first-child:not(:last-child) {
      margin-bottom: 26px; }
    .history-card__content b:nth-child(2) {
      margin-top: 26px; }
  .history-card__content h2 {
    margin: 0;
    font-family: "Solomon Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3.8rem;
    letter-spacing: -0.5px; }
    @media (max-width: 768px) {
      .history-card__content h2 {
        font-size: 2rem;
        line-height: 3rem;
        letter-spacing: 0; } }

.structure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 75px;
  padding-top: 62px;
  padding-bottom: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 300;
  color: #000000; }
  @media (min-width: 1400px) {
    .structure {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (max-width: 1399px) {
    .structure {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (max-width: 1280px) {
    .structure {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .structure {
      font-size: 1.4rem;
      line-height: 1.5; } }
  .structure ul {
    list-style: none; }
  .structure__list {
    padding-left: 71px;
    padding-top: 17px; }
    .structure__list--root {
      padding-left: 0;
      padding-top: 0; }
      .structure__list--root > .structure__item {
        padding-left: 0; }
    .structure__list--first {
      padding-left: 0px;
      padding-top: 23px; }
    .structure__list--second {
      padding-left: 31px;
      margin-bottom: -7px; }
    .structure__list--third {
      margin-bottom: -6px; }
    @media (max-width: 1023px) {
      .structure__list {
        padding-left: 21px; }
        .structure__list--root {
          padding-left: 0; } }
    @media (max-width: 767px) {
      .structure__list {
        padding-left: 0; } }
  .structure__item {
    position: relative;
    padding-left: 40px;
    cursor: default; }
    .structure__item.js-expandable {
      padding-left: 0; }
    .structure__item:not(:last-child) {
      padding-bottom: 17px; }
    .structure__item--having {
      cursor: pointer; }
      .structure__item--having:hover::before, .structure__item--having:hover::after {
        background-color: rgba(9, 193, 222, 0.4);
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
      .structure__item--having::before {
        content: '';
        position: absolute;
        top: 18px;
        left: 0px;
        display: block;
        width: 15px;
        height: 1px;
        background-color: #09c1de; }
        @media (max-width: 767px) {
          .structure__item--having::before {
            top: 10px; } }
      .structure__item--having::after {
        content: '';
        position: absolute;
        top: 18px;
        left: 0px;
        display: block;
        width: 15px;
        height: 1px;
        background-color: #09c1de;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
        @media (max-width: 767px) {
          .structure__item--having::after {
            top: 10px; } }
    .structure__item--active::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media (max-width: 1023px) {
      .structure__item {
        padding-left: 29px; } }
    @media (max-width: 767px) {
      .structure__item {
        padding-left: 20px; } }
  .structure__item .structure__item--informative {
    padding-bottom: 0; }
  .structure__link {
    color: inherit;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .structure__link:hover, .structure__link:focus {
      color: #09c1de; }
  .structure__expand {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    margin-right: 24px;
    width: 15px;
    height: 15px; }
    .structure__expand:focus {
      outline: none; }
    .structure__expand:hover {
      opacity: 0.7; }
    .structure__expand .stripe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 1px;
      background-color: #09c1de; }
      .structure__expand .stripe::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 1px;
        height: 15px;
        background-color: #09c1de;
        -webkit-transition: height 0.3s ease;
        transition: height 0.3s ease; }
    .structure__expand.structure__item--active .stripe::after {
      height: 0; }
  .structure__sub-list {
    display: none;
    padding-left: 70px; }
  .structure__sub-list.open {
    display: block; }

.structure-content {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .structure-content {
      -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-left: 10px; } }
  .structure-content__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70px;
    height: 70px; }
  .structure-content__text {
    width: 100%;
    margin: 0;
    padding-left: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.73;
    font-weight: 300; }
    @media (max-width: 767px) {
      .structure-content__text {
        padding-left: 0;
        padding-top: 5px;
        font-size: 1.3rem;
        line-height: 1.53; } }

.map {
  margin-bottom: 13px;
  width: 100%;
  height: 400px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.contacts-section {
  padding-top: 58px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 3rem; }
  @media (max-width: 1024px) {
    .contacts-section {
      font-size: 1.4rem;
      line-height: 2.6rem; } }
  @media (max-width: 768px) {
    .contacts-section {
      padding-top: 50px;
      font-size: 1.7rem;
      line-height: 3rem; } }
  @media (max-width: 768px) {
    .contacts-section__flex-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .contacts-section__block {
    margin-bottom: 46px; }
    @media (max-width: 768px) {
      .contacts-section__block {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 50%;
        padding-right: 20px; } }
    @media (max-width: 640px) {
      .contacts-section__block {
        width: 100%;
        padding-right: 0; } }
    .contacts-section__block h2 {
      margin: 0 0 15px;
      font-family: "Solomon Sans", Arial, sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 30px; }
    .contacts-section__block p {
      margin: 6px 0 0; }
    .contacts-section__block a {
      color: inherit;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .contacts-section__block a:hover {
        color: #09c1de; }
    .contacts-section__block button,
    .contacts-section__block .contacts-section__link {
      position: relative;
      padding: 0;
      background-color: rgba(255, 255, 255, 0);
      border: none;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      margin-right: 100px;
      font-family: "Solomon Sans", Arial, sans-serif;
      font-weight: 600;
      font-size: 2.4rem;
      line-height: 3rem;
      color: #09c1de;
      white-space: nowrap;
      border-bottom: 2px solid #09c1de; }
      .contacts-section__block button:focus,
      .contacts-section__block .contacts-section__link:focus {
        outline: none; }
      .contacts-section__block button:hover,
      .contacts-section__block .contacts-section__link:hover {
        opacity: 0.7; }
      @media (max-width: 1023px) {
        .contacts-section__block button,
        .contacts-section__block .contacts-section__link {
          font-size: 1.6rem;
          line-height: 2rem; } }
      @media (max-width: 768px) {
        .contacts-section__block button,
        .contacts-section__block .contacts-section__link {
          margin-bottom: 20px;
          margin-right: auto;
          font-size: 2.4rem;
          line-height: 3rem; } }
      .contacts-section__block button:last-child,
      .contacts-section__block .contacts-section__link:last-child {
        margin-right: 0; }
    .contacts-section__block--modal-trigger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .contacts-section__block--modal-trigger {
          position: static;
          bottom: 0;
          left: 20px;
          -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; } }

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-y: scroll;
  z-index: -1000; }
  @media (max-width: 1024px) {
    .modal-overlay {
      right: 0; } }
  .modal-overlay.opened {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000; }

.modal {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 480px;
  text-align: center; }
  .modal__close {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    z-index: 5; }
    .modal__close:focus {
      outline: none; }
    .modal__close:hover {
      opacity: 0.7; }
    @media (max-width: 1024px) {
      .modal__close {
        right: 20px; } }
    .modal__close:before, .modal__close:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 2px;
      height: 32px;
      background-color: #000000;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .modal__close:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .modal__close:active {
      outline: none; }
  .modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%; }
  .modal._search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1400px;
    height: 100%;
    max-height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff; }
    .modal._search .modal__inner {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

@media (max-width: 767px) {
  .modal-overlay > .modal._search {
    max-height: 100%; } }

.modal-form {
  margin: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1040px; }
  .modal-form._small {
    padding: 0;
    max-width: 100%; }
  .modal-form__field-wrapper {
    position: relative; }
  .modal-form__field {
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #bbb;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    @media (max-width: 768px) {
      .modal-form__field {
        padding-left: 40px;
        padding-right: 40px;
        height: 50px; } }
    .modal-form__field:focus {
      outline: none;
      border-color: #ccc; }
    ._small .modal-form__field {
      padding-bottom: 22px;
      height: 52px; }
  .modal-form__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px; }
    @media (max-width: 768px) {
      .modal-form__label {
        top: 5px;
        width: 25px;
        height: 25px; } }
    ._small .modal-form__label {
      width: 24px;
      height: 24px; }
      ._small .modal-form__label svg {
        width: 24px;
        height: 24px; }
    .modal-form__label svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      fill: #bbb; }
      @media (max-width: 768px) {
        .modal-form__label svg {
          width: 25px;
          height: 25px; } }
    .modal-form__label:hover svg {
      fill: #ccc; }
  .modal-form__clear {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease; }
    .modal-form__clear:focus {
      outline: none; }
    .modal-form__clear:hover {
      opacity: 0.7; }
    .modal-form__clear.show {
      opacity: 1;
      pointer-events: auto; }
    .modal-form__clear svg {
      display: block;
      fill: #bbb; }

.patents-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 27px;
  font-size: 1.7rem;
  line-height: 1.76;
  font-weight: 600;
  color: #000000; }
  @media (min-width: 768px) {
    .patents-list {
      max-height: 70vh;
      padding-right: 25px;
      overflow-y: scroll; } }
  @media (max-width: 767px) {
    .patents-list {
      max-height: 90vh;
      overflow-y: scroll;
      font-size: 1.5rem;
      line-height: 1.56; } }
  .patents-list__item {
    margin-bottom: 22px;
    padding-left: 55px; }
    @media (max-width: 767px) {
      .patents-list__item {
        padding-left: 15px; } }
  .patents-list__item-title {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: inline;
    margin: 0;
    color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
    background-image: linear-gradient(black, black);
    background-size: 100% 1px;
    background-position: left bottom;
    background-repeat: no-repeat;
    cursor: pointer; }
    .patents-list__item-title:hover {
      opacity: 0.7; }
    @media (max-width: 767px) {
      .patents-list__item-title {
        margin-bottom: 3px; } }
  .patents-list__item-authors {
    margin: 0;
    margin-top: 5px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 1.76;
    font-weight: 300; }
    @media (max-width: 767px) {
      .patents-list__item-authors {
        font-size: 1.5rem;
        line-height: 1.56; } }

.information-block {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 94px; }
  @media (min-width: 1281px) {
    .information-block {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .information-block {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (max-width: 1023px) {
    .information-block {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .information-block {
      padding-top: 75px; } }
  .information-block__content {
    width: 73.9%; }
    @media (max-width: 1023px) {
      .information-block__content {
        width: 100%; } }
    .information-block__content p {
      margin: 0;
      margin-bottom: 20px;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 2rem;
      line-height: 1.7;
      font-weight: 300;
      color: #000000; }
      @media (max-width: 767px) {
        .information-block__content p {
          font-size: 1.6rem;
          line-height: 1.5; } }

@media (max-width: 1279px) {
  .table-medicine + .information-block {
    padding-top: 60px; } }

@media (max-width: 767px) {
  .table-medicine + .information-block {
    padding-top: 35px; } }

.table-medicine {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 59px;
  padding-bottom: 5px; }
  @media (min-width: 1281px) {
    .table-medicine {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .table-medicine {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  .table-medicine__wrapper {
    width: 73.6%; }
    @media (max-width: 1279px) {
      .table-medicine__wrapper {
        width: 100%; } }
    @media (max-width: 767px) {
      .table-medicine__wrapper {
        overflow-x: scroll; } }
  .table-medicine__table {
    width: 100%; }
    @media (max-width: 767px) {
      .table-medicine__table {
        width: 800px; } }
  .table-medicine__head {
    border-bottom: 1px solid #939393; }
  .table-medicine__body tr:not(:last-child) .table-medicine__value:not(.table-medicine__value--joint) {
    border-bottom: 1px solid #939393; }
  .table-medicine__body tr:nth-child(2) .table-medicine__value {
    padding-top: 36px;
    padding-bottom: 88px; }
  .table-medicine__property {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 24px;
    font-size: 1.5rem;
    line-height: 1.47;
    font-weight: 600;
    color: #000000;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 1023px) {
      .table-medicine__property {
        font-size: 1.4rem;
        line-height: 1.37; } }
    @media (max-width: 767px) {
      .table-medicine__property {
        font-size: 1.3rem;
        line-height: 1.27; } }
    .table-medicine__property--first {
      width: 140px;
      padding-right: 24px; }
    .table-medicine__property--second {
      width: 120px; }
    .table-medicine__property--third {
      width: 331px;
      padding-left: 53px;
      padding-right: 28px; }
      @media (max-width: 1279px) {
        .table-medicine__property--third {
          padding-left: 33px;
          padding-right: 18px; } }
    .table-medicine__property--fourth {
      width: 179px;
      padding-right: 64px; }
      @media (max-width: 1279px) {
        .table-medicine__property--fourth {
          padding-right: 14px; } }
    .table-medicine__property--fifth {
      width: 150px;
      padding-right: 30px; }
  .table-medicine__value {
    padding-top: 27px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.47;
    font-weight: 300;
    color: #000000;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 1279px) {
      .table-medicine__value {
        padding-bottom: 44px; } }
    @media (max-width: 1023px) {
      .table-medicine__value {
        font-size: 1.4rem;
        line-height: 1.37; } }
    @media (max-width: 767px) {
      .table-medicine__value {
        font-size: 1.3rem;
        line-height: 1.27; } }
    .table-medicine__value--first {
      padding-right: 24px; }
    .table-medicine__value--third {
      padding-left: 53px;
      padding-right: 28px; }
      @media (max-width: 1279px) {
        .table-medicine__value--third {
          padding-left: 33px;
          padding-right: 18px; } }
    .table-medicine__value--fourth {
      padding-right: 24px; }
    .table-medicine__value--fifth {
      padding-right: 13px; }
    .table-medicine__value p {
      margin: 0; }
      .table-medicine__value p:not(:last-child) {
        margin-bottom: 10px; }
  .table-medicine__value-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 11px; }
    .table-medicine__value-list li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 31px; }
      .table-medicine__value-list li:last-child {
        margin-bottom: 0; }
      .table-medicine__value-list li::before {
        content: '';
        position: absolute;
        top: 12px;
        left: 0;
        display: block;
        width: 15px;
        height: 1px;
        background-color: #000000; }

.features {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1281px) {
    .features {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .features {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  .features__heading {
    margin: 0;
    margin-bottom: 26px;
    font-size: 2.6rem;
    line-height: 1.666666667;
    font-weight: 600; }
    @media (min-width: 768px) {
      .features__heading {
        font-size: 4rem;
        line-height: 1.5;
        margin-bottom: 56px; } }
  .features__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .features__card {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 230px;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    color: #ffffff;
    background-color: #9aa0a6;
    overflow: hidden; }
    .features__card:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .features__card {
        margin-bottom: 70px;
        padding-top: 68px;
        padding-bottom: 68px;
        padding-left: 72px;
        padding-right: 55px;
        width: 45%;
        min-height: 400px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .features__card:nth-child(2n - 1) {
          margin-right: 5.6%; }
        .features__card:last-child {
          width: 100%;
          margin-right: 0;
          margin-bottom: 0; } }
    .features__card:hover .features__bg {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .features__card:hover .features__title {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    @media (min-width: 768px) {
      .features__card--institute {
        padding-bottom: 65px; } }
    .features__card--institute:nth-child(1) > div {
      background-image: url("../img/institute-feature-1.jpg"); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .features__card--institute:nth-child(1) > div {
          background-image: url("../img/institute-feature-1@2x.jpg"); } }
    .features__card--institute:nth-child(2) > div {
      background-image: url("../img/institute-feature-2.jpg"); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .features__card--institute:nth-child(2) > div {
          background-image: url("../img/institute-feature-2@2x.jpg"); } }
    .features__card--institute:nth-child(3) > div {
      background-image: url("../img/institute-feature-3.jpg"); }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .features__card--institute:nth-child(3) > div {
          background-image: url("../img/institute-feature-3@2x.jpg"); } }
    @media (min-width: 768px) {
      .features__card--institute:nth-child(1) > div {
        background-image: url("../img/institute-feature-1-desktop.jpg"); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
    .features__card--institute:nth-child(1) > div {
      background-image: url("../img/institute-feature-1-desktop@2x.jpg"); } }
    @media (min-width: 768px) {
      .features__card--institute:nth-child(2) > div {
        background-image: url("../img/institute-feature-2-desktop.jpg"); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
    .features__card--institute:nth-child(2) > div {
      background-image: url("../img/institute-feature-2-desktop@2x.jpg"); } }
    @media (min-width: 768px) {
      .features__card--institute:nth-child(3) > div {
        background-image: url("../img/institute-feature-3-desktop.jpg"); } }
  @media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi), (min-width: 768px) and (min-resolution: 1.5dppx) {
    .features__card--institute:nth-child(3) > div {
      background-image: url("../img/institute-feature-3-desktop@2x.jpg"); } }
    .features__card--partners {
      width: 100%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (min-width: 768px) {
        .features__card--partners:nth-child(2n-1) {
          margin-right: 0; } }
      .features__card--partners .features__title {
        font-size: 2.9rem;
        line-height: 1.294117647; }
        @media (min-width: 768px) {
          .features__card--partners .features__title {
            width: 40%;
            font-size: 3.4rem;
            line-height: 1.294117647058824; } }
      .features__card--partners:nth-child(1) > div {
        background-image: url("../img/cat01.jpg"); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
          .features__card--partners:nth-child(1) > div {
            background-image: url("../img/cat01@2x.jpg"); } }
      .features__card--partners:nth-child(2) > div {
        background-image: url("../img/cat02.jpg"); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
          .features__card--partners:nth-child(2) > div {
            background-image: url("../img/cat02@2x.jpg"); } }
      .features__card--partners:nth-child(3) > div {
        background-image: url("../img/cat03.jpg"); }
        @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
          .features__card--partners:nth-child(3) > div {
            background-image: url("../img/cat03@2x.jpg"); } }
    @media (min-width: 768px) {
      .features__card--science {
        padding-bottom: 60px; }
        .features__card--science .features__title {
          max-width: 390px; } }
    @media (min-width: 768px) {
      .features__card--production {
        padding-bottom: 60px; }
        .features__card--production .features__title {
          max-width: 390px; }
        .features__card--production:last-child {
          width: 45%;
          margin-right: 0; }
        .features__card--production:last-child, .features__card--production:nth-last-child(2) {
          margin-bottom: 0; } }
  .features__bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .features__bg img {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .features__title {
    z-index: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.333333333333333;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    @media (min-width: 768px) {
      .features__title {
        font-size: 3.4rem;
        line-height: 1.294117647058824;
        margin-right: auto;
        max-width: 600px; } }
  .features__text {
    z-index: 1;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    line-height: 1.647058824;
    font-weight: 300; }
    @media (min-width: 768px) {
      .features__text {
        width: 47%; } }

.search-results {
  padding-top: 108px; }
  .search-results__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .search-results__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 76px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3.4rem; }
    @media (max-width: 768px) {
      .search-results__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 1.8rem;
        line-height: 3rem; } }
  .search-results__preview {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    padding-right: 20px;
    max-width: 998px;
    color: inherit;
    letter-spacing: 0.05px; }
    .search-results__preview:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .search-results__preview {
        padding-right: 0; } }
  .search-results__tag {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-left: auto;
    padding-top: 10px;
    min-width: 150px;
    text-transform: capitalize;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #09c1de;
    letter-spacing: 4px; }
    .search-results__tag:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .search-results__tag {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-left: 0;
        margin-bottom: 20px;
        padding-top: 0; } }

.info-person {
  width: 57.3%;
  margin-left: auto; }
  @media (max-width: 767px) {
    .info-person {
      width: 100%; } }
  @media (min-width: 768px) {
    .info-person {
      max-height: 70vh;
      overflow-y: scroll; } }
  .info-person__title {
    margin: 0;
    margin-top: 16px;
    margin-bottom: 26px;
    max-width: 340px;
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 600;
    color: #000000; }
    @media (max-width: 1023px) {
      .info-person__title {
        margin-bottom: 17px; } }
    @media (max-width: 767px) {
      .info-person__title {
        max-width: 250px;
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 2.5rem;
        line-height: 1.5; } }
  .info-person__sub-title {
    display: block;
    max-width: 340px;
    font-size: 1.7rem;
    line-height: 1.76;
    font-weight: 600;
    color: #000000; }
  .info-person img {
    position: fixed;
    top: 0;
    left: 0;
    width: 35.92%;
    max-width: 665px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .info-person img {
        position: absolute; } }
    @media (max-width: 767px) {
      .info-person img {
        position: relative;
        width: 100vw;
        max-width: 100vw;
        margin-left: -20px;
        margin-top: 25px;
        margin-bottom: 9px; } }
  .info-person__content {
    margin-bottom: 60px;
    margin-right: 10px; }
    @media (max-width: 1023px) {
      .info-person__content {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .info-person__content {
        margin-right: 0; } }
    .info-person__content p {
      margin: 0;
      margin-top: 20px;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1.7rem;
      line-height: 1.65;
      font-weight: 300;
      color: #000000; }
      @media (max-width: 767px) {
        .info-person__content p {
          font-size: 1.5rem;
          line-height: 1.6; } }
    .info-person__content h3 {
      margin: 0;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 1.7rem;
      line-height: 1.65;
      font-weight: 600;
      color: #000000; }
      @media (max-width: 767px) {
        .info-person__content h3 {
          font-size: 1.5rem;
          line-height: 1.6; } }

.promo-slider {
  margin: 0;
  width: 50%;
  background-color: #bbb; }
  @media (max-width: 1024px) {
    .promo-slider {
      width: 100%; } }
  .promo-slider .swiper-pagination {
    bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      .promo-slider .swiper-pagination {
        bottom: 10px; } }
    .promo-slider .swiper-pagination .swiper-pagination-bullet {
      margin: 0 11px;
      width: 6px;
      height: 6px;
      background-color: #fff;
      opacity: 1; }
      .promo-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #09c1de; }
  .promo-slider .swiper-button-prev,
  .promo-slider .swiper-button-next {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-right: 4px solid #ccc;
    border-bottom: 4px solid #ccc; }
    .promo-slider .swiper-button-prev:focus,
    .promo-slider .swiper-button-next:focus {
      outline: none; }
  .promo-slider .swiper-button-prev {
    opacity: 0;
    pointer-events: none; }
  .promo-slider .swiper-button-next {
    right: 30px; }
  .promo-slider .swiper-slide-next::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2); }
    @media (max-width: 768px) {
      .promo-slider .swiper-slide-next::after {
        display: none; } }

.promo-slide {
  background-color: #f4f4f4; }

.vision {
  display: none; }

@media (min-width: 1280px) {
  .vision {
    display: block;
    position: fixed;
    height: 100vh;
    background: #fff;
    width: 320px;
    top: 0;
    right: 0;
    z-index: 51;
    padding: 50px 40px;
    -webkit-box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 50px 50px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    overflow-y: auto; }
  .vision__menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer; }
  .vision__menu-btn-close {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 12px;
    opacity: 0.5; }
    .vision__menu-btn-close:hover, .vision__menu-btn-close:focus {
      opacity: 1; }
    .vision__menu-btn-close:active {
      opacity: 0.6; }
  .vision.js-vision-closed {
    -webkit-transform: translateX(440px);
            transform: translateX(440px);
    visibility: hidden; }
  .vision .radiobtn--block {
    display: block; }
  .vision__title {
    margin: 10px 0 20px 0;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.06;
    color: #958f8b; }
  .vision__nav {
    padding-top: 50px;
    background: #fff; }
  .letter_default {
    letter-spacing: normal; }
  .letter_middle {
    letter-spacing: 0.6px; }
  .letter_big {
    letter-spacing: 1.2px; }
  .no-pictures img {
    display: none !important; }
  .no-pictures * {
    background-image: none !important; }
  .black * {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #fff !important; }
  .black *::before,
  .black *::after {
    border-color: #fff !important; }
  .black .intro,
  .black .intro * {
    background-color: transparent !important; }
  .no-pictures .banner__bg {
    min-height: 482px; }
  .no-pictures .inner-banner {
    min-height: 482px; }
  .no-pictures .inner-banner__content,
  .no-pictures .inner-banner__content * {
    color: #000 !important; }
  .black.no-pictures .inner-banner__content,
  .black.no-pictures .inner-banner__content * {
    color: #fff !important; }
  .black .vision,
  .black .vision *:not(.vision__title) {
    background-color: #fff !important;
    color: #000 !important; }
  .black .vision__title {
    color: #958f8b !important;
    background-color: transparent !important; }
  .black .page-header {
    background-color: transparent !important;
    border-color: transparent !important; }
  .black .modal-form__field {
    border-bottom: 1px solid #bbb !important; }
  .black .page-header *:not(.page-header__overlay) {
    background-color: #fff !important;
    color: #000 !important; }
  .black .page-header .page-header__header,
  .black .page-header .page-header__header * {
    background-color: transparent !important;
    color: #fff !important; }
  .black .page-header .page-header__bg {
    background-color: transparent !important; }
  .black .promo-slider .swiper-button-prev, .promo-slider .swiper-button-next {
    background-color: transparent !important; }
  .black .news-card__content,
  .black .news-card__content * {
    background-color: transparent !important; }
  .black .promo-slider,
  .black .promo-slider * {
    background-color: transparent !important;
    color: #000 !important; }
  .black.no-pictures .promo-slider,
  .black.no-pictures .promo-slider * {
    background-color: transparent !important;
    color: #fff !important; }
  .no-pictures .one-news__slider {
    min-height: 674px; }
  .black .edit-button,
  .black .edit-button svg,
  .black .edit-button use {
    background-color: transparent !important; }
  .black .modal,
  .black .modal * {
    background-color: #fff !important;
    color: #000 !important; }
  .black .page-header__header,
  .black .page-header__header * {
    background-color: transparent !important;
    color: #000 !important; }
  .black .page-about,
  .black .page-about * {
    background-color: transparent !important; }
  .black .page-about__hospital-item {
    z-index: 1; }
  .black .card-news {
    z-index: 1; }
  .black .card-news * {
    background-color: transparent !important;
    color: #fff !important; }
  .black .custom-form__input::-webkit-input-placeholder {
    color: #fff !important; }
  .black .custom-form__input::-moz-placeholder {
    color: #fff !important; }
  .black .custom-form__input::-ms-input-placeholder {
    color: #fff !important; }
  .black .custom-form__input::placeholder {
    color: #fff !important; }
  .black .file::before {
    background-color: #fff !important; }
  .black .page-news__tab-link {
    border-color: #fff !important; }
  .black .page-footer__logo svg {
    fill: #fff !important; }
  .no-pictures .main-banner__img {
    min-height: 594px; }
  .no-pictures .main-banner__img::before {
    background-color: black; }
  .black .page-footer .search-trigger svg {
    fill: #fff !important; }
  .black .stripe {
    background-color: #09c1de !important; }
  .font_big .hero__slide-title,
  .font_middle .hero__slide-title {
    font-size: 9rem; }
  .black .breadcrumbs,
  .black .breadcrumbs * {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important; }
  .black .events-slider,
  .black .swiper-wrapper,
  .black .swiper-wrapper * {
    background-color: transparent !important; }
  .black .product-card,
  .black .product-card * {
    background-color: transparent !important;
    color: #000 !important; }
  .black.no-pictures .product-card,
  .black.no-pictures .product-card * {
    background-color: transparent !important;
    color: #fff !important; }
  .black .breadcrumbs::before {
    border-color: #fff !important; }
  .black .main-banner__content,
  .black .main-banner__content * {
    background-color: transparent !important; }
  .black .main-banner__content,
  .black .main-banner__content * {
    color: #fff !important; }
  .black .no-pictures .promo-tile__name {
    color: #fff !important; }
  .black .map,
  .black .map * {
    background-color: transparent !important; }
  .black .hero__wrapper,
  .black .hero__wrapper * {
    background-color: transparent !important; }
  .black .page-header.scrolling .navigation-list__item.current::before {
    background-color: #000 !important; }
  .black .page-header .navigation-list__item.current::before {
    background-color: #000 !important; }
  .black .features__card,
  .black .features__card * {
    background-color: transparent !important; }
  .no-pictures .page-science__achievement,
  .no-pictures .page-science__achievement * {
    color: #000 !important; }
  .black.no-pictures .page-science__achievement,
  .black.no-pictures .page-science__achievement * {
    color: #fff !important; }
  .no-pictures .intro__video-bg {
    display: none; }
  .black .js-accordeon-toggler::after {
    border-top-color: #fff !important;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important; }
  .black .social-block svg {
    fill: #fff !important; }
  .black .swiper-button-next,
  .black .swiper-button-prev {
    background-color: transparent !important; }
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(104, 75, 75, 0.5);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .overlay--visible {
      visibility: visible;
      opacity: 0.3; } }

.quote-slider {
  padding: 0;
  overflow: hidden; }
  .quote-slider .swiper-pagination {
    bottom: 26px;
    left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 1399px) {
      .quote-slider .swiper-pagination {
        left: 34px; } }
    @media (max-width: 1280px) {
      .quote-slider .swiper-pagination {
        left: 20px; } }
    @media (max-width: 1024px) {
      .quote-slider .swiper-pagination {
        left: 20px; } }
    .quote-slider .swiper-pagination-bullet {
      margin: 0 10px 0 0;
      width: 6px;
      height: 6px;
      background-color: #02424c;
      opacity: 0.11; }
      .quote-slider .swiper-pagination-bullet-active {
        opacity: 1; }

.quote-slide {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 40px 30px 75px; }
  @media (max-width: 1399px) {
    .quote-slide {
      padding: 40px 40px 30px 34px; } }
  @media (max-width: 1280px) {
    .quote-slide {
      padding: 26px 30px 26px 20px; } }
  @media (max-width: 1024px) {
    .quote-slide {
      padding: 28px 20px 14px 20px;
      height: auto;
      min-height: 214px; } }

.social-block h2 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px; }

.social-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social-block li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 45px;
  width: 30px;
  height: 30px; }
  .social-block li svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    display: block; }

.social-block li a:hover svg,
.social-block li a:focus svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; }

.social-block li:nth-child(1) a:hover svg,
.social-block li:nth-child(1) a:focus svg {
  fill: #3b5998; }

.social-block li:nth-child(2) a:hover svg,
.social-block li:nth-child(2) a:focus svg {
  fill: #CF0210; }

.social-block li:nth-child(3) a:hover svg,
.social-block li:nth-child(3) a:focus svg {
  fill: #0077b5; }

.info-production {
  width: 100%;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .info-production {
      width: 100%; } }
  @media (min-width: 768px) {
    .info-production {
      max-height: 70vh;
      overflow-y: scroll; } }
  .info-production__title {
    margin: 0;
    margin-bottom: 26px;
    max-width: 80%;
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 600;
    color: #000000; }
    @media (max-width: 767px) {
      .info-production__title {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 2rem;
        line-height: 1.5; } }
  .info-production__sub-title {
    display: block;
    max-width: 60%;
    font-size: 1.7rem;
    line-height: 1.76;
    font-weight: 600;
    color: #000000; }
  .info-production__content {
    margin-bottom: 60px;
    padding-right: 40px; }
    @media (max-width: 1023px) {
      .info-production__content {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .info-production__content {
        padding-right: 0; } }
    .info-production__content p {
      margin: 0;
      margin-top: 20px;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1.7rem;
      line-height: 1.65;
      font-weight: 300;
      color: #000000; }
      @media (max-width: 767px) {
        .info-production__content p {
          font-size: 1.5rem;
          line-height: 1.6; } }
    .info-production__content h3 {
      margin: 0;
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 1.7rem;
      line-height: 1.65;
      font-weight: 600;
      color: #000000; }
      @media (max-width: 767px) {
        .info-production__content h3 {
          font-size: 1.5rem;
          line-height: 1.6; } }

.marking-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
  width: 100%;
  max-width: 790px; }
  .marking-publication__section {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin: 0;
    margin-right: 10px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.63;
    font-weight: 300;
    color: #ffffff; }
    .marking-publication__section:hover {
      opacity: 0.7; }
    @media (max-width: 768px) {
      .marking-publication__section {
        font-size: 1.3rem; } }
    @media (max-width: 374px) {
      .marking-publication__section {
        font-size: 1.1rem; } }
    .publications__data .marking-publication__section {
      color: #09c1de; }
  .marking-publication__year {
    position: relative;
    margin: 0;
    padding-left: 12px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.63;
    font-weight: 300;
    color: #ffffff; }
    @media (max-width: 768px) {
      .marking-publication__year {
        font-size: 1.3rem; } }
    @media (max-width: 374px) {
      .marking-publication__year {
        font-size: 1.1rem; } }
    .publications__data .marking-publication__year {
      color: #000000; }
    .marking-publication__year::before {
      content: "";
      position: absolute;
      top: 12px;
      left: 0;
      width: 4px;
      height: 4px;
      background-color: #ffffff;
      border-radius: 50%; }
      @media (max-width: 768px) {
        .marking-publication__year::before {
          top: 8px; } }
      .publications__data .marking-publication__year::before {
        background-color: #000000; }

.filters {
  position: relative;
  margin-bottom: 62px;
  min-height: 32px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .filters {
      margin-left: 0;
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .filters__block {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 60px; }
    @media (max-width: 768px) {
      .filters__block {
        margin-left: 0;
        margin-right: 40px;
        margin-bottom: 30px; } }
  .filters__select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 15px;
    border-bottom: 1px solid #09c1de;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.88;
    letter-spacing: normal;
    color: #09c1de;
    outline: none;
    background-image: url("../img/svg/filter-arrow.svg");
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer; }
    .filters__select--direction {
      min-width: 240px; }
    .filters__select--year {
      min-width: 100px; }
  .filters__option {
    color: #929496; }
  .filters__standing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    color: #929496; }
  .filters__moving {
    top: -21px;
    opacity: 1;
    z-index: 1;
    font-size: 12px; }

.filters__reset-button {
  display: none;
  position: absolute;
  right: 0;
  bottom: -40px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.5;
  border: none;
  background-color: transparent;
  color: #929496;
  background-image: url("../img/svg/filter-reset-icon.svg");
  background-repeat: no-repeat;
  background-position: right center; }
  .filters__reset-button--shown {
    display: block; }
  @media (max-width: 768px) {
    .filters__reset-button {
      position: static;
      line-height: 1.2;
      height: auto; } }

.production-page {
  padding-top: 16px; }

.direction-page {
  padding-top: 174px; }
  @media (max-width: 768px) {
    .direction-page {
      padding-top: 90px; } }
  .direction-page__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .direction-page__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .direction-page__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
  .direction-page .main-banner {
    margin-top: 100px; }
    @media (max-width: 768px) {
      .direction-page .main-banner {
        margin-top: 32px;
        margin-bottom: 32px; } }
  .direction-page .researches {
    margin-top: 90px; }
    @media (max-width: 768px) {
      .direction-page .researches {
        margin-top: 67px; } }
  .direction-page .publications {
    padding-top: 90px; }
    @media (max-width: 768px) {
      .direction-page .publications {
        padding-top: 55px; } }
  .direction-page .researches__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .direction-page .researches__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .direction-page .researches__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }

.history-page {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  padding-top: 160px; }
  @media (min-width: 1281px) {
    .history-page {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .history-page {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (max-width: 1280px) {
    .history-page {
      padding-top: 130px; } }
  @media (max-width: 768px) {
    .history-page {
      padding-left: 0;
      padding-right: 0;
      padding-top: 87px; }
      .history-page .breadcrumbs {
        margin: 0 auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 768px) and (min-width: 1281px) {
      .history-page .breadcrumbs {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (max-width: 768px) and (min-width: 1400px) {
      .history-page .breadcrumbs {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }

.contacts-page {
  padding-top: 120px; }
  @media (max-width: 768px) {
    .contacts-page {
      padding-top: 60px; } }
  .contacts-page__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1281px) {
      .contacts-page__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .contacts-page__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
    @media (max-width: 768px) {
      .contacts-page__wrapper {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 110px; }
        .contacts-page__wrapper:last-child {
          padding-bottom: 0; } }
  .contacts-page__col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 50%;
    display: block; }
    @media (max-width: 768px) {
      .contacts-page__col {
        max-width: 100%;
        width: 100%; } }
    @media (max-width: 768px) {
      .contacts-page__col:first-child {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 0; } }
    .contacts-page__col:last-child {
      padding-top: 50px;
      min-width: 700px; }
      @media (max-width: 1279px) {
        .contacts-page__col:last-child {
          min-width: auto; } }
      @media (max-width: 768px) {
        .contacts-page__col:last-child {
          padding-top: 0; } }

.page-pipeline {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 85px; }
  @media (min-width: 1281px) {
    .page-pipeline {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .page-pipeline {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (min-width: 768px) {
    .page-pipeline {
      padding-top: 159px; } }
  .page-pipeline__research {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BBBBBB; }
    @media (min-width: 768px) {
      .page-pipeline__research {
        margin-top: 45px;
        padding-bottom: 40px; }
        .page-pipeline__research:first-child {
          margin-top: 45px; } }
  @media (min-width: 768px) {
    .page-pipeline__stages {
      margin-top: 16px; } }
  @media (min-width: 1024px) {
    .page-pipeline__stages {
      margin-right: 9.6%; } }
  .page-pipeline__researches {
    margin-top: 100px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .page-pipeline__researches {
        margin-top: 169px;
        margin-bottom: 165px; } }

.page-pipeline-one {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 90px; }
  @media (min-width: 1281px) {
    .page-pipeline-one {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1400px) {
    .page-pipeline-one {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
  @media (min-width: 768px) {
    .page-pipeline-one {
      padding-top: 170px; } }
  .page-pipeline-one__research {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .page-pipeline-one__research {
        margin-top: 53px; } }
  .page-pipeline-one__researches {
    margin-top: 100px; }
    @media (min-width: 768px) {
      .page-pipeline-one__researches {
        margin-top: 167px; } }

.page-partners {
  padding-top: 100px; }

.page-science {
  padding-top: 44px; }
  .page-science__researches {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 85px; }
    @media (min-width: 1281px) {
      .page-science__researches {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .page-science__researches {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
  .page-science__achievement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
    padding: 60px 20px 40px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../img/science-achievement-bg.jpg"); }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .page-science__achievement {
        background-image: url("../img/science-achievement-bg@2x.jpg"); } }
    @media (min-width: 768px) {
      .page-science__achievement {
        padding: 155px 75px 45px 75px; } }
  .page-science__achievement-text {
    margin: 0;
    margin-bottom: 40px;
    font-size: 1.6rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .page-science__achievement-text {
        max-width: 770px;
        margin-bottom: 110px;
        font-size: 2.6rem;
        line-height: 1.538461538; } }
  .page-science__achievement-title {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.142857143; }

.page-institute {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .page-institute {
      padding-top: 111px; } }
  .page-institute__content {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 88px; }
    @media (min-width: 1281px) {
      .page-institute__content {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .page-institute__content {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
    @media (min-width: 768px) {
      .page-institute__content {
        padding-left: 13%;
        padding-right: 13%;
        margin-bottom: 140px; } }
  .page-institute__links-list {
    margin: 0;
    margin-bottom: 35px;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .page-institute__links-list {
        display: none; } }
  .page-institute__link {
    font-size: 1.7rem;
    line-height: 2.352941176;
    font-weight: 600;
    text-decoration: underline;
    color: #000000;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
    .page-institute__link:hover {
      color: #bbbbbb; }
  .page-institute__text--big {
    margin: 0;
    margin-top: 78px;
    font-size: 2.2rem;
    line-height: 1.636363636;
    font-weight: 400;
    color: #09c1de; }
    @media (min-width: 768px) {
      .page-institute__text--big {
        font-size: 3rem;
        line-height: 1.533333333;
        text-align: center; } }
  .page-institute__paragraph {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 300; }
    .page-institute__paragraph:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .page-institute__paragraph {
        font-size: 2rem;
        line-height: 1.7; } }

.error-page {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 225px 20px 50px; }
  @media (max-width: 768px) {
    .error-page {
      padding-top: 100px;
      padding-bottom: 50px; } }
  .error-page__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: auto;
    max-width: 590px; }
  .error-page__headline {
    margin: 0 0 85px;
    text-align: center;
    font-weight: 600;
    font-size: 10rem;
    line-height: 1;
    color: #09c1de; }
  .error-page h2 {
    margin: 0 0 45px;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 30px; }
  .error-page__message {
    margin: 0 0 53px;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #b4b4b4;
    letter-spacing: -0.1px; }
  .error-page a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: inherit;
    text-decoration: underline; }
    .error-page a:hover {
      opacity: 0.7; }

.search-page {
  padding-top: 248px; }
  @media (max-width: 768px) {
    .search-page {
      padding-top: 120px; } }
  .search-page__wrapper {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .search-page__wrapper {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .search-page__wrapper {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }

.leadership {
  padding-top: 87px; }
  @media (min-width: 768px) {
    .leadership {
      padding-top: 160px; } }
  .leadership__breadcrumbs {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1281px) {
      .leadership__breadcrumbs {
        padding-left: 34px;
        padding-right: 34px; } }
    @media (min-width: 1400px) {
      .leadership__breadcrumbs {
        padding-left: 75px;
        padding-right: 75px;
        width: 100%;
        max-width: 1550px; } }
  .leadership__list {
    margin-top: 38px;
    margin-bottom: 53px;
    padding: 0;
    list-style: none; }
    .leadership__list:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .leadership__list--primary {
        margin: 0 auto;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 33px; } }
  @media (min-width: 768px) and (min-width: 1281px) {
    .leadership__list--primary {
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 768px) and (min-width: 1400px) {
    .leadership__list--primary {
      padding-left: 75px;
      padding-right: 75px;
      width: 100%;
      max-width: 1550px; } }
    @media (min-width: 768px) {
      .leadership__list--primary .leadership__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; } }
    .leadership__list--primary .leadership__item .leadership__photo {
      -ms-flex-negative: 1;
          flex-shrink: 1; }
    @media (min-width: 768px) {
      .leadership__list--primary .leadership__item:nth-child(even) .leadership__photo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .leadership__list--primary .leadership__item .leadership__content {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (min-width: 768px) {
      .leadership__list--primary .leadership__item:nth-child(odd) .leadership__content {
        padding-left: 20px;
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .leadership__list--primary .leadership__item:nth-child(odd) .leadership__content {
        margin-right: 8%; } }
    @media (min-width: 768px) {
      .leadership__list--primary .leadership__item:nth-child(even) .leadership__content {
        padding-left: 0;
        padding-right: 20px; } }
    @media (min-width: 1024px) {
      .leadership__list--primary .leadership__item:nth-child(even) .leadership__content {
        margin-left: 9%; } }
    .leadership__list--primary .leadership__photo {
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .leadership__list--primary .leadership__photo {
          max-width: 810px;
          max-height: 550px; } }
    .leadership__list--primary .leadership__content {
      margin-top: 31px;
      padding: 0 120px 0 21px; }
      @media (min-width: 768px) {
        .leadership__list--primary .leadership__content {
          width: 160px;
          margin-top: 19%; } }
    .leadership__list--primary .leadership__name {
      margin-bottom: 12px;
      margin-right: 20px; }
      @media (min-width: 768px) {
        .leadership__list--primary .leadership__name {
          margin-bottom: 19px; } }
    .leadership__list--secondary {
      margin: 0 auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 1281px) {
        .leadership__list--secondary {
          padding-left: 34px;
          padding-right: 34px; } }
      @media (min-width: 1400px) {
        .leadership__list--secondary {
          padding-left: 75px;
          padding-right: 75px;
          width: 100%;
          max-width: 1550px; } }
      @media (min-width: 768px) {
        .leadership__list--secondary {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-top: 110px; } }
      .leadership__list--secondary .leadership__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media (min-width: 768px) {
          .leadership__list--secondary .leadership__item {
            width: 45%;
            margin-bottom: 80px; }
            .leadership__list--secondary .leadership__item:nth-child(odd) {
              margin-right: 5%; } }
        @media (min-width: 1280px) {
          .leadership__list--secondary .leadership__item:nth-child(odd) {
            margin-right: 7.76%; } }
      .leadership__list--secondary .leadership__photo {
        width: 155px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media (max-width: 374px) {
          .leadership__list--secondary .leadership__photo {
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
        @media (min-width: 768px) {
          .leadership__list--secondary .leadership__photo {
            width: 260px;
            -ms-flex-negative: 1;
                flex-shrink: 1; } }
      .leadership__list--secondary .leadership__content {
        padding: 5px 0 0 25px; }
        @media (max-width: 374px) {
          .leadership__list--secondary .leadership__content {
            width: 60%; } }
        @media (min-width: 768px) {
          .leadership__list--secondary .leadership__content {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 232px;
            margin-top: 12%;
            margin-left: auto;
            padding: 0;
            padding-left: 20px; } }
      .leadership__list--secondary .leadership__name {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .leadership__list--secondary .leadership__name {
            margin-bottom: 20px;
            margin-right: 50px; } }
  .leadership__item {
    margin-bottom: 55px; }
    .leadership__item:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .leadership__item {
        margin-bottom: 68px; }
        .leadership__item:last-child {
          margin-bottom: 0; } }
    .leadership__item.js-modal-trigger {
      cursor: pointer; }
  .leadership__photo {
    background-color: #9aa0a6; }
    .leadership__photo img {
      display: block;
      width: 100%;
      height: auto; }
  .leadership__name {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.529411765;
    font-weight: 600; }
    @media (min-width: 768px) {
      .leadership__name {
        font-size: 2.4rem;
        line-height: 1.416666667; } }
  .leadership__position {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 300; }
    @media (min-width: 768px) {
      .leadership__position {
        font-size: 1.6rem;
        line-height: 1.5; } }
